Comparing version 1.0.21 to 1.0.22
{ | ||
"name": "xrm-ex", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "Xrm-Ex is a JavaScript framework that simplifies the usage of Dynamics 365 Client API. It provides intuitive wrappers for formContext and Xrm Object, helping developers reduce the amount of code, increase maintainability, and decrease errors. Ideal for developers looking to leverage the power of Dynamics 365 Client API within the TypeScript ecosystem.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -15,2 +15,4 @@ ![NPM](https://img.shields.io/npm/l/xrm-ex) | ||
- [Getting Started](#getting-started) | ||
- [Set up Project](#set-up-project) | ||
- [Deployment](#deployment) | ||
- [Documentation](#documentation) | ||
@@ -138,3 +140,3 @@ - [Contribution Guidelines](#contribution-guidelines) | ||
## Documentation | ||
For a comprehensive guide to using XrmEx, please check out the full [documentation](https://github.com/AhashSritharan/Xrm-Ex/blob/main/docs/modules/XrmEx.md). | ||
For a comprehensive guide to using XrmEx, please check out the full [documentation](https://xrm-ex.ahash.dev/modules/src_XrmEx.XrmEx.html). | ||
@@ -141,0 +143,0 @@ ## Contribution Guidelines |
@@ -53,4 +53,6 @@ /// <reference types="xrm" /> | ||
* Retrieves the value of an environment variable by using its schema name as key. | ||
* If the environment variable has both a default value and a current value, this function will retrieve the current value. | ||
* @param {string} environmentVariableSchemaName - The schema name of the environment variable to retrieve. | ||
* @returns {Promise<string>} - A promise that resolves with the value of the environment variable. | ||
* @async | ||
*/ | ||
@@ -57,0 +59,0 @@ export function getEnvironmentVariableValue(environmentVariableSchemaName: string): Promise<string>; |
Sorry, the diff of this file is too big to display
205573
1800
432