@microsoft/kiota-abstractions
Advanced tools
Comparing version 1.0.0-preview.60 to 1.0.0-preview.61
@@ -200,3 +200,8 @@ /** | ||
const element = argArray[i]; | ||
downWardPathParameters[navigationCandidate.pathParametersMappings[i]] = element; | ||
if (element === undefined || element === null || element === "") { | ||
throw new Error(`path parameter ${navigationCandidate.pathParametersMappings[i]} cannot be undefined`); | ||
} | ||
else { | ||
downWardPathParameters[navigationCandidate.pathParametersMappings[i]] = element; | ||
} | ||
} | ||
@@ -203,0 +208,0 @@ } |
{ | ||
"name": "@microsoft/kiota-abstractions", | ||
"version": "1.0.0-preview.60", | ||
"version": "1.0.0-preview.61", | ||
"description": "Core abstractions for kiota generated libraries in TypeScript and JavaScript", | ||
@@ -46,3 +46,3 @@ "main": "dist/es/src/index.js", | ||
}, | ||
"gitHead": "5d65f60f7a37d7e5c02df9531456738d8de48711" | ||
"gitHead": "081b5808cfa54fe45a599919c15979a2923ec13b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
379554
4520