Skip to content

Commit 7c04146

Browse files
splitting up DynamicsWebApi into multiple modules
1 parent b67d6b9 commit 7c04146

26 files changed

+2227
-2186
lines changed

dist/browser/esm/dynamics-web-api.js

Lines changed: 436 additions & 436 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/browser/esm/dynamics-web-api.js.map

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/dynamics-web-api.js

Lines changed: 437 additions & 439 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cjs/dynamics-web-api.js.map

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dynamics-web-api.d.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
/*! dynamics-web-api v2.2.0 (c) 2025 Aleksandr Rogov. License: MIT */
1+
/*! dynamics-web-api v2.3.0-beta (c) 2025 Aleksandr Rogov. License: MIT */
22
/**
33
* Microsoft Dataverse Web API helper library for Node.js and Browser.
44
* It is compatible with: Dataverse, Dynamics 365 (online), Dynamics 365 (on-premise), Dynamics CRM 2016, Dynamics CRM Online.
55
*/
66
export declare class DynamicsWebApi {
7-
private _config;
8-
private _isBatch;
9-
private _batchRequestId;
7+
#private;
108
/**
119
* Initializes a new instance of DynamicsWebApi
1210
* @param config - Configuration object
@@ -20,7 +18,6 @@ export declare class DynamicsWebApi {
2018
dynamicsWebApi.setConfig({ serverUrl: 'https://contoso.api.crm.dynamics.com/' });
2119
*/
2220
setConfig: (config: Config) => void;
23-
private _makeRequest;
2421
/**
2522
* Sends an asynchronous request to create a new record.
2623
*

dist/dynamics-web-api.js

Lines changed: 436 additions & 438 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dynamics-web-api.js.map

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dynamics-web-api.min.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dynamics-web-api.min.js.map

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm/dynamics-web-api.mjs

Lines changed: 437 additions & 437 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)