@salesforce/lds-adapters-service-articlefeedback 1.360.1 → 1.361.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.
@@ -751,7 +751,7 @@ function validate(obj, path = 'ArticleFeedbackResponseCollectionRepresentation')
751
751
  for (let i = 0; i < obj_articleFeedbackResponseRepresentationList.length; i++) {
752
752
  const obj_articleFeedbackResponseRepresentationList_item = obj_articleFeedbackResponseRepresentationList[i];
753
753
  const path_articleFeedbackResponseRepresentationList_item = path_articleFeedbackResponseRepresentationList + '[' + i + ']';
754
- if (typeof obj_articleFeedbackResponseRepresentationList_item !== 'object') {
754
+ if (typeof obj_articleFeedbackResponseRepresentationList_item !== 'object' || Array.isArray(obj_articleFeedbackResponseRepresentationList_item)) {
755
755
  return new TypeError('Expected "object" but received "' + typeof obj_articleFeedbackResponseRepresentationList_item + '" (at "' + path_articleFeedbackResponseRepresentationList_item + '")');
756
756
  }
757
757
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-articlefeedback",
3
- "version": "1.360.1",
3
+ "version": "1.361.0",
4
4
  "description": "Wire Adapters for articleFeedback APIs",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-articlefeedback.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.360.1"
43
+ "@salesforce/lds-bindings": "^1.361.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.360.1"
46
+ "@salesforce/lds-compiler-plugins": "^1.361.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -620,7 +620,7 @@ function validate(obj, path = 'ArticleFeedbackResponseCollectionRepresentation')
620
620
  for (let i = 0; i < obj_articleFeedbackResponseRepresentationList.length; i++) {
621
621
  const obj_articleFeedbackResponseRepresentationList_item = obj_articleFeedbackResponseRepresentationList[i];
622
622
  const path_articleFeedbackResponseRepresentationList_item = path_articleFeedbackResponseRepresentationList + '[' + i + ']';
623
- if (typeof obj_articleFeedbackResponseRepresentationList_item !== 'object') {
623
+ if (typeof obj_articleFeedbackResponseRepresentationList_item !== 'object' || Array.isArray(obj_articleFeedbackResponseRepresentationList_item)) {
624
624
  return new TypeError('Expected "object" but received "' + typeof obj_articleFeedbackResponseRepresentationList_item + '" (at "' + path_articleFeedbackResponseRepresentationList_item + '")');
625
625
  }
626
626
  }
@@ -1075,4 +1075,4 @@ withDefaultLuvio((luvio) => {
1075
1075
  });
1076
1076
 
1077
1077
  export { createSurveyInvitation, getArticleFeedbackResponsesPaginated, getArticleFeedbackResponsesPaginated_imperative, getSurveyInvitation, getSurveyInvitationNotifyChange, getSurveyInvitation_imperative };
1078
- // version: 1.360.1-0f1676c606
1078
+ // version: 1.361.0-eb406138cb