eservices-core 1.0.532 → 1.0.534

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.
@@ -9,7 +9,7 @@ import { Values } from "./types";
9
9
  import * as newImport from "./new/new-import";
10
10
  export { newImport };
11
11
  import { ICustomerContext, ApplicationType } from "./classes/ApplicationManager";
12
- import { IActionExecuteResult, IValidationEffect } from "./services/action-service";
12
+ import { IActionExecuteResult, IValidationEffect, IActionResponse } from "./services/action-service";
13
13
  import { INotificationCard } from "./classes/NotificationSystem";
14
14
  import { IAffectedEntity } from "./hooks/use-form-action";
15
15
  import { IWizardFixedResponse } from "./services/process-wizard-service";
@@ -80,7 +80,7 @@ clickOutside,
80
80
  * @deprecated
81
81
  * */
82
82
  requestHandler, useSocket, setupSocket, useListRead, useListSearch, IListOrder, IListFilter, equipmentService, useListSelect };
83
- export { ApplicationManager, Manager, NotificationSystem, Table, CoreError, List, ProcessWrap, Communication, ListConfig };
83
+ export { ApplicationManager, Manager, NotificationSystem, Table, CoreError, List, ProcessWrap, Communication, ListConfig, IActionResponse };
84
84
  export { fileService, processWizardService, viewService, authService, dataService, communicationService, metadataService, invitationService, ruleValidationService, openService, actionService };
85
85
  /**
86
86
  * HOOKS
@@ -23,5 +23,8 @@ export interface IActionResponse {
23
23
  name: string;
24
24
  title: string;
25
25
  url: string;
26
+ action: any;
27
+ confirmation: string | null;
28
+ description: null | string;
26
29
  }
27
30
  export {};
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.532
2
+ * eservices-core v1.0.534
3
3
  * (c) 2023 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -5732,7 +5732,7 @@ function checkFieldsForValues(fields, values) {
5732
5732
  return true;
5733
5733
  }
5734
5734
 
5735
- const serviceUrl = `/close-api/proxy/Equipment/Search`;
5735
+ const serviceUrl = `close-api/proxy/Equipment/Search`;
5736
5736
  class equipmentService {
5737
5737
  static search(searchText, categoryId, useType, statusCode, options) {
5738
5738
  const params = new URLSearchParams();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.532",
3
+ "version": "1.0.534",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {