udp-react-enterprise-component-library 1.0.4 → 1.0.5

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.
@@ -1,4 +1,3 @@
1
- import { UnityEnvironment } from 'udp-react-stencil-component-library';
2
1
  export declare const APP_RIBBON_SPACE = 25;
3
2
  export declare const useBuildEnvironment: () => UnityEnvironment;
4
3
  export declare const EnvironmentRibbon: () => JSX.Element | null;
@@ -1,5 +1,5 @@
1
1
  export function getBaseMethod(type: any, baseType: any, catalogPromotedEntities: any): any;
2
- export function executeQueryAdHoc(data: any, apiMethodId: any, urlQueryParams?: string): Promise<import('axios').AxiosResponse<any, any>>;
3
- export function executeQueryWithParameters(data: any, apiMethodId: any, urlQueryParams?: string): Promise<import('axios').AxiosResponse<any, any>>;
4
- export function executeQueryInstance(data: any, apiMethodInstanceId: any, urlQueryParams?: string): Promise<import('axios').AxiosResponse<any, any>>;
5
- export function executeQueryInstanceWithApiMethodInstance(data: any, urlQueryParams?: string): Promise<import('axios').AxiosResponse<any, any>>;
2
+ export function executeQueryAdHoc(data: any, apiMethodId: any, urlQueryParams?: string): Promise<any>;
3
+ export function executeQueryWithParameters(data: any, apiMethodId: any, urlQueryParams?: string): Promise<any>;
4
+ export function executeQueryInstance(data: any, apiMethodInstanceId: any, urlQueryParams?: string): Promise<any>;
5
+ export function executeQueryInstanceWithApiMethodInstance(data: any, urlQueryParams?: string): Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "udp-react-enterprise-component-library",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "React-based UI component library implementing Fluent UI design for Univerus internal projects",
5
5
  "author": "Univerus",
6
6
  "license": "MIT",