@salesforce/lds-network-aura 1.351.0 → 1.352.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.
@@ -1439,9 +1439,9 @@ const insurance = [
1439
1439
  generateAdapter('patch', INSURANCE_BASE_URI, INSURANCE_GROUPCENSUSMEMBER_ELIGIBLE_PLANS, 'InsuranceGroupBenefitsFamilyController.patchInsurancePlansEligibilityCheck', 'plansEligibilityInputParamWithContextId'),
1440
1440
  generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_GROUPCENSUSMEMBER_ELIGIBLE_PLANS, 'InsuranceGroupBenefitsFamilyController.postInsurancePlansEligibilityCheck', 'plansEligibilityInputParam'),
1441
1441
  generateAdapter('get', INSURANCE_BASE_URI, INSURANCE_GROUPCENSUSMEMBER_PLANS, 'InsuranceGroupBenefitsFamilyController.getMemberPlans'),
1442
- generateAdapter('patch', INSURANCE_BASE_URI, INSURANCE_GROUPCENSUSMEMBER_PLANS, 'InsuranceGroupBenefitsFamilyController.updateMemberPlans', 'insuranceMemberPlansPatchInput'),
1443
- generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_GROUPCENSUSMEMBER_PLANS, 'InsuranceGroupBenefitsFamilyController.addMemberPlans', 'insuranceMemberPlansPostInput'),
1444
- generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_GROUPCENSUSMEMBER_DELETE_PLANS, 'InsuranceGroupBenefitsFamilyController.deleteMemberPlans', 'insuranceMemberPlansPostInput'),
1442
+ generateAdapter('patch', INSURANCE_BASE_URI, INSURANCE_GROUPCENSUSMEMBER_PLANS, 'InsuranceGroupBenefitsFamilyController.updateMemberPlans', 'insuranceUpdateMemberPlansInput'),
1443
+ generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_GROUPCENSUSMEMBER_PLANS, 'InsuranceGroupBenefitsFamilyController.addMemberPlans', 'insuranceAddMemberPlansInput'),
1444
+ generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_GROUPCENSUSMEMBER_DELETE_PLANS, 'InsuranceGroupBenefitsFamilyController.deleteMemberPlans', 'insuranceDeleteMemberPlansInput'),
1445
1445
  generateAdapter('post', INSURANCE_BASE_URI, INSURANCE_QUOTES, 'InsuranceFoundationFamilyController.insuranceQuotePost', 'InsuranceQuotePostInput'),
1446
1446
  generateAdapter('patch', INSURANCE_BASE_URI, INSURANCE_GET_QUOTE, 'InsuranceFoundationFamilyController.insuranceQuotePatch', 'InsuranceQuotePatchInput'),
1447
1447
  ];
@@ -5530,4 +5530,4 @@ function auraNetworkAdapter(resourceRequest, resourceRequestContext) {
5530
5530
  var main = platformNetworkAdapter(auraNetworkAdapter);
5531
5531
 
5532
5532
  export { CrudEventState, CrudEventType, UIAPI_GET_LAYOUT, UIAPI_GET_LAYOUT_USER_STATE, UIAPI_OBJECT_INFO_BATCH_PATH, UIAPI_OBJECT_INFO_PATH, UIAPI_RECORDS_PATH$1 as UIAPI_RECORDS_PATH, UIAPI_RELATED_LIST_RECORDS_BATCH_PATH, UIAPI_RELATED_LIST_RECORDS_PATH, createOkResponse$1 as createOkResponse, main as default, defaultActionConfig, dispatchAction as dispatchAuraAction, forceRecordTransactionsDisabled, getTransactionKey, instrument$1 as instrument, layoutStorage, layoutStorageStatsLogger, layoutUserStateStorage, layoutUserStateStorageStatsLogger, instrument as ldsNetworkAdapterInstrument, objectInfoStorage, objectInfoStorageStatsLogger, shouldForceRefresh };
5533
- // version: 1.351.0-0449b64264
5533
+ // version: 1.352.0-9307541b03
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-network-aura",
3
- "version": "1.351.0",
3
+ "version": "1.352.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsNetwork.js",
@@ -37,11 +37,11 @@
37
37
  "@luvio/engine": "0.156.7"
38
38
  },
39
39
  "devDependencies": {
40
- "@salesforce/lds-adapters-uiapi": "^1.351.0",
41
- "@salesforce/lds-aura-storage": "^1.351.0",
42
- "@salesforce/lds-environment-settings": "^1.351.0",
43
- "@salesforce/lds-instrumentation": "^1.351.0",
44
- "@salesforce/lds-network-adapter": "^1.351.0"
40
+ "@salesforce/lds-adapters-uiapi": "^1.352.0",
41
+ "@salesforce/lds-aura-storage": "^1.352.0",
42
+ "@salesforce/lds-environment-settings": "^1.352.0",
43
+ "@salesforce/lds-instrumentation": "^1.352.0",
44
+ "@salesforce/lds-network-adapter": "^1.352.0"
45
45
  },
46
46
  "volta": {
47
47
  "extends": "../../package.json"