@salesforce/lds-adapters-industries-actionablelist 1.282.0 → 1.284.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.
@@ -3674,6 +3674,9 @@ const createBulkActionPlans_ConfigPropertyMetadata = [
3674
3674
  generateParamConfigMetadata('actionableListId', true, 2 /* Body */, 0 /* String */),
3675
3675
  generateParamConfigMetadata('actionableListMembers', true, 2 /* Body */, 4 /* Unsupported */, true),
3676
3676
  generateParamConfigMetadata('isSkipNonWorkDaysForTasks', true, 2 /* Body */, 1 /* Boolean */),
3677
+ generateParamConfigMetadata('actionableListMemberStatusId', true, 2 /* Body */, 0 /* String */),
3678
+ generateParamConfigMetadata('actionableListName', true, 2 /* Body */, 0 /* String */),
3679
+ generateParamConfigMetadata('actionPlanStatus', true, 2 /* Body */, 0 /* String */),
3677
3680
  ];
3678
3681
  const createBulkActionPlans_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$4, createBulkActionPlans_ConfigPropertyMetadata);
3679
3682
  const createResourceParams$4 = /*#__PURE__*/ createResourceParams$d(createBulkActionPlans_ConfigPropertyMetadata);
@@ -14,6 +14,9 @@ export interface CreateBulkActionPlansConfig {
14
14
  actionableListId: string;
15
15
  actionableListMembers: Array<types_ActionableListMemberInputRepresentation_ActionableListMemberInputRepresentation>;
16
16
  isSkipNonWorkDaysForTasks: boolean;
17
+ actionableListMemberStatusId: string;
18
+ actionableListName: string;
19
+ actionPlanStatus: string;
17
20
  }
18
21
  export declare const createResourceParams: (config: CreateBulkActionPlansConfig) => resources_postConnectBulkActionCreateBulkActionplans_ResourceRequestConfig;
19
22
  export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateBulkActionPlansConfig>): adapter$45$utils_Untrusted<CreateBulkActionPlansConfig>;
@@ -10,6 +10,9 @@ export interface ResourceRequestConfig {
10
10
  actionableListId: string;
11
11
  actionableListMembers: Array<types_ActionableListMemberInputRepresentation_ActionableListMemberInputRepresentation>;
12
12
  isSkipNonWorkDaysForTasks: boolean;
13
+ actionableListMemberStatusId: string;
14
+ actionableListName: string;
15
+ actionPlanStatus: string;
13
16
  };
14
17
  }
15
18
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
@@ -1,6 +1,6 @@
1
1
  import { ActionableListMemberInputRepresentation as ActionableListMemberInputRepresentation_ActionableListMemberInputRepresentation } from './ActionableListMemberInputRepresentation';
2
2
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
- export declare const VERSION = "437cd75a0a1ea6b0c3d5a66ad97cd773";
3
+ export declare const VERSION = "305584637350d10016b3b70d77a80b51";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export declare function normalize(input: CreateBulkActionPlanInputRepresentation, existing: CreateBulkActionPlanInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CreateBulkActionPlanInputRepresentationNormalized;
@@ -19,14 +19,20 @@ export interface CreateBulkActionPlanInputRepresentationNormalized {
19
19
  actionPlanName: string;
20
20
  /** Action Plan Start Date */
21
21
  actionPlanStartDate: string;
22
+ /** Action Plan Status */
23
+ actionPlanStatus: string;
22
24
  /** Action Plan Template Version Id */
23
25
  actionPlanTemplateVersionId: string;
24
26
  /** Action Plan Type */
25
27
  actionPlanType: string;
26
28
  /** Actionable List Id */
27
29
  actionableListId: string;
30
+ /** Actionable List Member Status Id */
31
+ actionableListMemberStatusId: string;
28
32
  /** Actionable List Member List */
29
33
  actionableListMembers: Array<ActionableListMemberInputRepresentation_ActionableListMemberInputRepresentation>;
34
+ /** Actionable List Name */
35
+ actionableListName: string;
30
36
  /** Skip Non Work Days Flag */
31
37
  isSkipNonWorkDaysForTasks: boolean;
32
38
  }
@@ -39,9 +45,12 @@ export interface CreateBulkActionPlanInputRepresentationNormalized {
39
45
  export interface CreateBulkActionPlanInputRepresentation {
40
46
  actionPlanName: string;
41
47
  actionPlanStartDate: string;
48
+ actionPlanStatus: string;
42
49
  actionPlanTemplateVersionId: string;
43
50
  actionPlanType: string;
44
51
  actionableListId: string;
52
+ actionableListMemberStatusId: string;
45
53
  actionableListMembers: Array<ActionableListMemberInputRepresentation_ActionableListMemberInputRepresentation>;
54
+ actionableListName: string;
46
55
  isSkipNonWorkDaysForTasks: boolean;
47
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-actionablelist",
3
- "version": "1.282.0",
3
+ "version": "1.284.0",
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",
@@ -42,11 +42,11 @@
42
42
  "test": "nx build:karma && karma start --single-run"
43
43
  },
44
44
  "dependencies": {
45
- "@salesforce/lds-bindings": "^1.282.0"
45
+ "@salesforce/lds-bindings": "^1.284.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.282.0",
49
- "@salesforce/lds-karma": "^1.282.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.284.0",
49
+ "@salesforce/lds-karma": "^1.284.0"
50
50
  },
51
51
  "nx": {
52
52
  "targets": {
package/sfdc/index.js CHANGED
@@ -1189,6 +1189,9 @@ const createBulkActionPlans_ConfigPropertyMetadata = [
1189
1189
  generateParamConfigMetadata('actionableListId', true, 2 /* Body */, 0 /* String */),
1190
1190
  generateParamConfigMetadata('actionableListMembers', true, 2 /* Body */, 4 /* Unsupported */, true),
1191
1191
  generateParamConfigMetadata('isSkipNonWorkDaysForTasks', true, 2 /* Body */, 1 /* Boolean */),
1192
+ generateParamConfigMetadata('actionableListMemberStatusId', true, 2 /* Body */, 0 /* String */),
1193
+ generateParamConfigMetadata('actionableListName', true, 2 /* Body */, 0 /* String */),
1194
+ generateParamConfigMetadata('actionPlanStatus', true, 2 /* Body */, 0 /* String */),
1192
1195
  ];
1193
1196
  const createBulkActionPlans_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$b, createBulkActionPlans_ConfigPropertyMetadata);
1194
1197
  const createResourceParams$b = /*#__PURE__*/ createResourceParams$d(createBulkActionPlans_ConfigPropertyMetadata);
@@ -5869,4 +5872,4 @@ withDefaultLuvio((luvio) => {
5869
5872
  });
5870
5873
 
5871
5874
  export { createActionableListDefinition, createBulkActionPlans, deleteFilterTemplate, getActionableListDatasetInfo, getActionableListDatasetInfo_imperative, getActionableListDefinitions, getActionableListDefinitions_imperative, getActionableListMembers, getActionableListMembers_imperative, getDatasetColumnValues, getDatasetColumnValues_imperative, getFilterTemplate, getFilterTemplateNotifyChange, getFilterTemplate_imperative, getFilterTemplatesForListDefinition, getFilterTemplatesForListDefinition_imperative, upsertActionableList, upsertActionableListDatasetColumnUser, upsertActionableListFilterTemplate, upsertActionableListRefreshFilter };
5872
- // version: 1.282.0-dd2e9831c
5875
+ // version: 1.284.0-8b78b708e
package/src/raml/api.raml CHANGED
@@ -700,6 +700,15 @@ types:
700
700
  isSkipNonWorkDaysForTasks:
701
701
  description: Skip Non Work Days Flag
702
702
  type: boolean
703
+ actionableListMemberStatusId:
704
+ description: Actionable List Member Status Id
705
+ type: string
706
+ actionableListName:
707
+ description: Actionable List Name
708
+ type: string
709
+ actionPlanStatus:
710
+ description: Action Plan Status
711
+ type: string
703
712
  CreateBulkActionPlanOutputRepresentation:
704
713
  description: Output representation for create bulk action plan acknowledgement
705
714
  type: object