@salesforce/lds-adapters-industries-actionplan 1.261.0 → 1.262.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.
|
@@ -4,4 +4,4 @@ declare let getActionPlans: any;
|
|
|
4
4
|
declare let getActionPlanItems_imperative: any;
|
|
5
5
|
declare let getActionPlanStatusInfo_imperative: any;
|
|
6
6
|
declare let getActionPlans_imperative: any;
|
|
7
|
-
export { getActionPlanItems, getActionPlanStatusInfo, getActionPlans, getActionPlanItems_imperative, getActionPlanStatusInfo_imperative, getActionPlans_imperative };
|
|
7
|
+
export { getActionPlanItems, getActionPlanStatusInfo, getActionPlans, getActionPlanItems_imperative, getActionPlanStatusInfo_imperative, getActionPlans_imperative, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-actionplan",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.262.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/es/es2018/industries-actionplan.js",
|
|
@@ -40,15 +40,14 @@
|
|
|
40
40
|
"release:corejar": "yarn build && packages/core-build/scripts/core.js --adapter=lds-adapters-industries-actionplan",
|
|
41
41
|
"start": "nx build:karma && karma start",
|
|
42
42
|
"test": "nx build:karma && karma start --single-run",
|
|
43
|
-
"test:compat": "nx build:karma && karma start --single-run --compat",
|
|
44
43
|
"test:unit": "jest"
|
|
45
44
|
},
|
|
46
45
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.
|
|
46
|
+
"@salesforce/lds-bindings": "^1.262.1"
|
|
48
47
|
},
|
|
49
48
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
49
|
+
"@salesforce/lds-compiler-plugins": "^1.262.1",
|
|
50
|
+
"@salesforce/lds-karma": "^1.262.1"
|
|
52
51
|
},
|
|
53
52
|
"nx": {
|
|
54
53
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -985,8 +985,16 @@ let getActionPlanItems_imperative;
|
|
|
985
985
|
let getActionPlanStatusInfo_imperative;
|
|
986
986
|
let getActionPlans_imperative;
|
|
987
987
|
// Adapter Metadata
|
|
988
|
-
const getActionPlanItemsMetadata = {
|
|
989
|
-
|
|
988
|
+
const getActionPlanItemsMetadata = {
|
|
989
|
+
apiFamily: 'ActionPlan',
|
|
990
|
+
name: 'getActionPlanItems',
|
|
991
|
+
ttl: 1000,
|
|
992
|
+
};
|
|
993
|
+
const getActionPlanStatusInfoMetadata = {
|
|
994
|
+
apiFamily: 'ActionPlan',
|
|
995
|
+
name: 'getActionPlanStatusInfo',
|
|
996
|
+
ttl: 1000,
|
|
997
|
+
};
|
|
990
998
|
const getActionPlansMetadata = { apiFamily: 'ActionPlan', name: 'getActionPlans', ttl: 1000 };
|
|
991
999
|
// Notify Update Available
|
|
992
1000
|
function bindExportsTo(luvio) {
|
|
@@ -1017,4 +1025,4 @@ withDefaultLuvio((luvio) => {
|
|
|
1017
1025
|
});
|
|
1018
1026
|
|
|
1019
1027
|
export { getActionPlanItems, getActionPlanItems_imperative, getActionPlanStatusInfo, getActionPlanStatusInfo_imperative, getActionPlans, getActionPlans_imperative };
|
|
1020
|
-
// version: 1.
|
|
1028
|
+
// version: 1.262.1-9a1924e93
|