@emilgroup/validation-rules-sdk 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@1.2.1-beta.6 --save
20
+ npm install @emilgroup/validation-rules-sdk@1.2.1-beta.7 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/validation-rules-sdk@1.2.1-beta.6
24
+ yarn add @emilgroup/validation-rules-sdk@1.2.1-beta.7
25
25
  ```
26
26
 
27
27
  And then you can import ``.
@@ -284,7 +284,7 @@ export const ValidationRulesApiAxiosParamCreator = function (configuration?: Con
284
284
  };
285
285
  },
286
286
  /**
287
- * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.create\"
287
+ * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
288
288
  * @summary Retrieve the task rule context schema
289
289
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
290
290
  * @param {*} [options] Override http request option.
@@ -566,7 +566,7 @@ export const ValidationRulesApiFp = function(configuration?: Configuration) {
566
566
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
567
567
  },
568
568
  /**
569
- * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.create\"
569
+ * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
570
570
  * @summary Retrieve the task rule context schema
571
571
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
572
572
  * @param {*} [options] Override http request option.
@@ -684,7 +684,7 @@ export const ValidationRulesApiFactory = function (configuration?: Configuration
684
684
  return localVarFp.executeRulesByType(executeRulesByTypeRequestDto, authorization, options).then((request) => request(axios, basePath));
685
685
  },
686
686
  /**
687
- * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.create\"
687
+ * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
688
688
  * @summary Retrieve the task rule context schema
689
689
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
690
690
  * @param {*} [options] Override http request option.
@@ -1034,7 +1034,7 @@ export class ValidationRulesApi extends BaseAPI {
1034
1034
  }
1035
1035
 
1036
1036
  /**
1037
- * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.create\"
1037
+ * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
1038
1038
  * @summary Retrieve the task rule context schema
1039
1039
  * @param {ValidationRulesApiGetTaskRuleContextSchemaRequest} requestParameters Request parameters.
1040
1040
  * @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.create\"
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.create\"
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.create\"
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.create\"
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.
@@ -337,7 +337,7 @@ var ValidationRulesApiAxiosParamCreator = function (configuration) {
337
337
  });
338
338
  },
339
339
  /**
340
- * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.create\"
340
+ * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
341
341
  * @summary Retrieve the task rule context schema
342
342
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
343
343
  * @param {*} [options] Override http request option.
@@ -668,7 +668,7 @@ var ValidationRulesApiFp = function (configuration) {
668
668
  });
669
669
  },
670
670
  /**
671
- * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.create\"
671
+ * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
672
672
  * @summary Retrieve the task rule context schema
673
673
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
674
674
  * @param {*} [options] Override http request option.
@@ -822,7 +822,7 @@ var ValidationRulesApiFactory = function (configuration, basePath, axios) {
822
822
  return localVarFp.executeRulesByType(executeRulesByTypeRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
823
823
  },
824
824
  /**
825
- * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.create\"
825
+ * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
826
826
  * @summary Retrieve the task rule context schema
827
827
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
828
828
  * @param {*} [options] Override http request option.
@@ -945,7 +945,7 @@ var ValidationRulesApi = /** @class */ (function (_super) {
945
945
  return (0, exports.ValidationRulesApiFp)(this.configuration).executeRulesByType(requestParameters.executeRulesByTypeRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
946
946
  };
947
947
  /**
948
- * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.create\"
948
+ * Returns the entities and fields a Task-rule expression can reference, for the filter expression editor **Required Permissions** \"task-management.task-filters.view\"
949
949
  * @summary Retrieve the task rule context schema
950
950
  * @param {ValidationRulesApiGetTaskRuleContextSchemaRequest} requestParameters Request parameters.
951
951
  * @param {*} [options] Override http request option.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/validation-rules-sdk",
3
- "version": "1.2.1-beta.6",
3
+ "version": "1.2.1-beta.7",
4
4
  "description": "OpenAPI client for @emilgroup/validation-rules-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [