AutoGeneratedKeyType is defined in breeze.debug.js. However, now that I'm using DataService, I now also have to include the file breeze.dataService.webApi.js
Now when I call the method saveChanges(), I get an error in this file on the line :
if (e.entityType.autoGeneratedKeyType !== AutoGeneratedKeyType.None) {
in the method prepareSaveBundle
The error is "AutoGeneratedKeyType is undefined". It seems this enum is only known to the file breeze.debug.js. Could that be a bug ?