Skip to content

Commit e576ce8

Browse files
fixing issue of a duplicate requestId in a non-batch request executed before batch is completed; added a meaningful error message when the batch payload is empty #92
1 parent 7583f8b commit e576ce8

File tree

9 files changed

+994
-822
lines changed

9 files changed

+994
-822
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2102,8 +2102,6 @@ TypeScript declaration files `d.ts` added with v.1.5.3.
21022102
If you are not familiar with declaration files, these files are used to provide TypeScript type information about an API that's written in JavaScript.
21032103
You want to consume those from your TypeScript code. [Quote](https://stackoverflow.com/a/21247316/2042071)
21042104

2105-
At this moment, DynamicsWebApi declaration files do not exist in a [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) repository but it is in my plans to upload them there.
2106-
21072105
### Node.Js
21082106

21092107
If you are using Node.Js with TypeScript, declarations will be fetched with an NPM package during an installation or an update process.

0 commit comments

Comments
 (0)