@salesforce/lds-adapters-industries-insurance 1.428.0-dev5 → 1.428.0-dev6
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 +3 -3
- package/sfdc/index.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-insurance",
|
|
3
|
-
"version": "1.428.0-
|
|
3
|
+
"version": "1.428.0-dev6",
|
|
4
4
|
"description": "Insurance cloud related APIs",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-insurance.js",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"test:unit": "jest"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.428.0-
|
|
47
|
+
"@salesforce/lds-bindings": "^1.428.0-dev6"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.428.0-
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.428.0-dev6"
|
|
51
51
|
},
|
|
52
52
|
"nx": {
|
|
53
53
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -10158,4 +10158,4 @@ withDefaultLuvio((luvio) => {
|
|
|
10158
10158
|
});
|
|
10159
10159
|
|
|
10160
10160
|
export { EndorsePolicy, GetPolicy, GetPolicyLineItem, GetPolicyLineItem_imperative, GetPolicy_imperative, IssuePolicy, addMemberPlans, deleteInsuranceEmployeeCensusMgmtDeleteAllMembers, deleteMemberPlans, deletePlanBenefits, employeeCensusMgmtDeleteMembers, employeeCensusSummarySync, getMbrRatingsAndContributions, getMemberPlans, getMemberPlansNotifyChange, getMemberPlans_imperative, getPlanBenefits, getPlanBenefitsNotifyChange, getPlanBenefitsProductModel, getPlanBenefitsProductModel_imperative, getPlanBenefits_imperative, getProducerSplitArngSearchResult, getProducerSplitArngSearchResult_imperative, insuranceProductRatingPatch, insuranceProductRatingPost, patchCostCalculationPolicy, patchExpectedRevenueByPolicy, patchInsuranceEmployeeCensusMgmtUpdateMembers, patchInsurancePlansEligibilityCheck, patchInsuranceQuote, patchPlanBenefits, postCancelInsurancePolicy, postEndorseInsurancePolicy, postInsuranceEmployeeBulkCensusMgmt, postInsuranceEmployeeCensusMgmtAddMembers, postInsurancePlansEligibilityCheck, postInsuranceProducerSplitAssgSave, postInsuranceProducerSplitAssgValidate, postInsuranceQuoteCreate, postPlanBenefits, postRenewInsurancePolicy, postRepurposeInsurancePolicy, updateMemberPlans };
|
|
10161
|
-
// version: 1.428.0-
|
|
10161
|
+
// version: 1.428.0-dev6-f96161ab92
|