@salesforce/lds-adapters-industries-clm 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.
@@ -4997,7 +4997,7 @@ function validate$1(obj, path = 'ExtractionContextUseCaseMappingRepresentation')
4997
4997
  }
4998
4998
  const obj_contextMapping = obj.contextMapping;
4999
4999
  const path_contextMapping = path + '.contextMapping';
5000
- if (typeof obj_contextMapping !== 'object') {
5000
+ if (typeof obj_contextMapping !== 'object' || Array.isArray(obj_contextMapping)) {
5001
5001
  return new TypeError('Expected "object" but received "' + typeof obj_contextMapping + '" (at "' + path_contextMapping + '")');
5002
5002
  }
5003
5003
  if (obj.recordType !== undefined) {
@@ -5174,7 +5174,7 @@ function validate(obj, path = 'ExtractionContextMappingOutputRepresentation') {
5174
5174
  }
5175
5175
  const obj_contextUseCaseMapping = obj.contextUseCaseMapping;
5176
5176
  const path_contextUseCaseMapping = path + '.contextUseCaseMapping';
5177
- if (typeof obj_contextUseCaseMapping !== 'object') {
5177
+ if (typeof obj_contextUseCaseMapping !== 'object' || Array.isArray(obj_contextUseCaseMapping)) {
5178
5178
  return new TypeError('Expected "object" but received "' + typeof obj_contextUseCaseMapping + '" (at "' + path_contextUseCaseMapping + '")');
5179
5179
  }
5180
5180
  const obj_contextUseCaseMappingId = obj.contextUseCaseMappingId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-clm",
3
- "version": "1.360.1",
3
+ "version": "1.361.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Contract Life Cycle Management",
6
6
  "main": "dist/es/es2018/industries-clm.js",
@@ -39,11 +39,11 @@
39
39
  "test:unit": "jest"
40
40
  },
41
41
  "dependencies": {
42
- "@salesforce/lds-bindings": "^1.360.1"
42
+ "@salesforce/lds-bindings": "^1.361.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@salesforce/lds-compiler-plugins": "^1.360.1",
46
- "@salesforce/lds-karma": "^1.360.1"
45
+ "@salesforce/lds-compiler-plugins": "^1.361.0",
46
+ "@salesforce/lds-karma": "^1.361.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -1980,7 +1980,7 @@ function validate$f(obj, path = 'ExtractionContextUseCaseMappingRepresentation')
1980
1980
  }
1981
1981
  const obj_contextMapping = obj.contextMapping;
1982
1982
  const path_contextMapping = path + '.contextMapping';
1983
- if (typeof obj_contextMapping !== 'object') {
1983
+ if (typeof obj_contextMapping !== 'object' || Array.isArray(obj_contextMapping)) {
1984
1984
  return new TypeError('Expected "object" but received "' + typeof obj_contextMapping + '" (at "' + path_contextMapping + '")');
1985
1985
  }
1986
1986
  if (obj.recordType !== undefined) {
@@ -2157,7 +2157,7 @@ function validate$e(obj, path = 'ExtractionContextMappingOutputRepresentation')
2157
2157
  }
2158
2158
  const obj_contextUseCaseMapping = obj.contextUseCaseMapping;
2159
2159
  const path_contextUseCaseMapping = path + '.contextUseCaseMapping';
2160
- if (typeof obj_contextUseCaseMapping !== 'object') {
2160
+ if (typeof obj_contextUseCaseMapping !== 'object' || Array.isArray(obj_contextUseCaseMapping)) {
2161
2161
  return new TypeError('Expected "object" but received "' + typeof obj_contextUseCaseMapping + '" (at "' + path_contextUseCaseMapping + '")');
2162
2162
  }
2163
2163
  const obj_contextUseCaseMappingId = obj.contextUseCaseMappingId;
@@ -6041,4 +6041,4 @@ withDefaultLuvio((luvio) => {
6041
6041
  });
6042
6042
 
6043
6043
  export { checkIn, checkoutContractDocumentVersion, createContractDocumentVersionAndInitializeGenerateDocumentProcess, createContractDocumentVersionReview, createExternalReviewDocument, createExtractionContextMapping, deleteAttachment, deleteContractDocumentVersionReview, deleteExtractionContextMapping, executeContractAction, getContentDocument, getContentDocumentNotifyChange, getContentDocument_imperative, getContractActions, getContractActionsNotifyChange, getContractActions_imperative, getContractDocumentVersion, getContractDocumentVersionReview, getContractDocumentVersionReviewNotifyChange, getContractDocumentVersionReview_imperative, getContractDocumentVersion_imperative, getDocumentGenerationProcessDetails, getDocumentGenerationProcessDetails_imperative, getDocumentRecipientAndStatus, getDocumentRecipientAndStatus_imperative, getExternalDocumentReviewCC, getExternalDocumentReviewCC_imperative, getExtractionContextMapping, getExtractionContextMappingNotifyChange, getExtractionContextMapping_imperative, getLatestContractDocumentVersionCC, getLatestContractDocumentVersionCCNotifyChange, getLatestContractDocumentVersionCC_imperative, getTemplates, getTemplates_imperative, lockContractDocumentVersion, saveExternalDocument, unlock, updateContractDocumentVersionReview, updateContractDocumentVersionWithTemplate, updateExtractionContextMapping, updateSharingOnAttachment };
6044
- // version: 1.360.1-0f1676c606
6044
+ // version: 1.361.0-eb406138cb