@emilgroup/validation-rules-sdk-node 1.2.1-beta.6 → 1.2.1-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
|
|
|
17
17
|
Navigate to the folder of your consuming project and run one of the following commands:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
npm install @emilgroup/validation-rules-sdk-node@1.2.1-beta.
|
|
20
|
+
npm install @emilgroup/validation-rules-sdk-node@1.2.1-beta.7 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/validation-rules-sdk-node@1.2.1-beta.
|
|
24
|
+
yarn add @emilgroup/validation-rules-sdk-node@1.2.1-beta.7
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import ``.
|
|
@@ -288,7 +288,7 @@ export const ValidationRulesApiAxiosParamCreator = function (configuration?: Con
|
|
|
288
288
|
};
|
|
289
289
|
},
|
|
290
290
|
/**
|
|
291
|
-
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.
|
|
291
|
+
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
|
|
292
292
|
* @summary Retrieve the task rule context schema
|
|
293
293
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
294
294
|
* @param {*} [options] Override http request option.
|
|
@@ -570,7 +570,7 @@ export const ValidationRulesApiFp = function(configuration?: Configuration) {
|
|
|
570
570
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
571
571
|
},
|
|
572
572
|
/**
|
|
573
|
-
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.
|
|
573
|
+
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
|
|
574
574
|
* @summary Retrieve the task rule context schema
|
|
575
575
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
576
576
|
* @param {*} [options] Override http request option.
|
|
@@ -688,7 +688,7 @@ export const ValidationRulesApiFactory = function (configuration?: Configuration
|
|
|
688
688
|
return localVarFp.executeRulesByType(executeRulesByTypeRequestDto, authorization, options).then((request) => request(axios, basePath));
|
|
689
689
|
},
|
|
690
690
|
/**
|
|
691
|
-
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.
|
|
691
|
+
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
|
|
692
692
|
* @summary Retrieve the task rule context schema
|
|
693
693
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
694
694
|
* @param {*} [options] Override http request option.
|
|
@@ -1038,7 +1038,7 @@ export class ValidationRulesApi extends BaseAPI {
|
|
|
1038
1038
|
}
|
|
1039
1039
|
|
|
1040
1040
|
/**
|
|
1041
|
-
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.
|
|
1041
|
+
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
|
|
1042
1042
|
* @summary Retrieve the task rule context schema
|
|
1043
1043
|
* @param {ValidationRulesApiGetTaskRuleContextSchemaRequest} requestParameters Request parameters.
|
|
1044
1044
|
* @param {*} [options] Override http request option.
|
|
@@ -75,7 +75,7 @@ export declare const ValidationRulesApiAxiosParamCreator: (configuration?: Confi
|
|
|
75
75
|
*/
|
|
76
76
|
executeRulesByType: (executeRulesByTypeRequestDto: ExecuteRulesByTypeRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
77
77
|
/**
|
|
78
|
-
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.
|
|
78
|
+
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
|
|
79
79
|
* @summary Retrieve the task rule context schema
|
|
80
80
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
81
81
|
* @param {*} [options] Override http request option.
|
|
@@ -167,7 +167,7 @@ export declare const ValidationRulesApiFp: (configuration?: Configuration) => {
|
|
|
167
167
|
*/
|
|
168
168
|
executeRulesByType(executeRulesByTypeRequestDto: ExecuteRulesByTypeRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ExecuteRuleResponseClass>>;
|
|
169
169
|
/**
|
|
170
|
-
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.
|
|
170
|
+
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
|
|
171
171
|
* @summary Retrieve the task rule context schema
|
|
172
172
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
173
173
|
* @param {*} [options] Override http request option.
|
|
@@ -259,7 +259,7 @@ export declare const ValidationRulesApiFactory: (configuration?: Configuration,
|
|
|
259
259
|
*/
|
|
260
260
|
executeRulesByType(executeRulesByTypeRequestDto: ExecuteRulesByTypeRequestDto, authorization?: string, options?: any): AxiosPromise<ExecuteRuleResponseClass>;
|
|
261
261
|
/**
|
|
262
|
-
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.
|
|
262
|
+
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
|
|
263
263
|
* @summary Retrieve the task rule context schema
|
|
264
264
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
265
265
|
* @param {*} [options] Override http request option.
|
|
@@ -560,7 +560,7 @@ export declare class ValidationRulesApi extends BaseAPI {
|
|
|
560
560
|
*/
|
|
561
561
|
executeRulesByType(requestParameters: ValidationRulesApiExecuteRulesByTypeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<ExecuteRuleResponseClass, any, {}>>;
|
|
562
562
|
/**
|
|
563
|
-
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.
|
|
563
|
+
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
|
|
564
564
|
* @summary Retrieve the task rule context schema
|
|
565
565
|
* @param {ValidationRulesApiGetTaskRuleContextSchemaRequest} requestParameters Request parameters.
|
|
566
566
|
* @param {*} [options] Override http request option.
|
|
@@ -341,7 +341,7 @@ var ValidationRulesApiAxiosParamCreator = function (configuration) {
|
|
|
341
341
|
});
|
|
342
342
|
},
|
|
343
343
|
/**
|
|
344
|
-
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.
|
|
344
|
+
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
|
|
345
345
|
* @summary Retrieve the task rule context schema
|
|
346
346
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
347
347
|
* @param {*} [options] Override http request option.
|
|
@@ -672,7 +672,7 @@ var ValidationRulesApiFp = function (configuration) {
|
|
|
672
672
|
});
|
|
673
673
|
},
|
|
674
674
|
/**
|
|
675
|
-
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.
|
|
675
|
+
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
|
|
676
676
|
* @summary Retrieve the task rule context schema
|
|
677
677
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
678
678
|
* @param {*} [options] Override http request option.
|
|
@@ -826,7 +826,7 @@ var ValidationRulesApiFactory = function (configuration, basePath, axios) {
|
|
|
826
826
|
return localVarFp.executeRulesByType(executeRulesByTypeRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
827
827
|
},
|
|
828
828
|
/**
|
|
829
|
-
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.
|
|
829
|
+
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
|
|
830
830
|
* @summary Retrieve the task rule context schema
|
|
831
831
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
832
832
|
* @param {*} [options] Override http request option.
|
|
@@ -949,7 +949,7 @@ var ValidationRulesApi = /** @class */ (function (_super) {
|
|
|
949
949
|
return (0, exports.ValidationRulesApiFp)(this.configuration).executeRulesByType(requestParameters.executeRulesByTypeRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
950
950
|
};
|
|
951
951
|
/**
|
|
952
|
-
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.
|
|
952
|
+
* Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
|
|
953
953
|
* @summary Retrieve the task rule context schema
|
|
954
954
|
* @param {ValidationRulesApiGetTaskRuleContextSchemaRequest} requestParameters Request parameters.
|
|
955
955
|
* @param {*} [options] Override http request option.
|
package/package.json
CHANGED