eservices-core
Advanced tools
Comparing version 1.3.183 to 1.3.184
@@ -60,2 +60,6 @@ import { IAuthOptions } from './auth-type'; | ||
handleResolveUsageContext?: (path: string) => string | null; | ||
/** | ||
* @description Местоположение папки в которой находятся дополнительные templates. | ||
*/ | ||
templatesDir?: string; | ||
} | ||
@@ -62,0 +66,0 @@ export declare type ServerType = 'back' | 'front'; |
@@ -50,2 +50,3 @@ import { IExtendedMetadata } from '../../backend/src/types/metadata-type'; | ||
getEntityLink?: (entityName: string, id: any) => string; | ||
tableFilterEntityBind: Record<string, any>; | ||
[name: string]: unknown; | ||
@@ -52,0 +53,0 @@ } |
@@ -63,2 +63,6 @@ import { constants } from '../constants'; | ||
} | ||
/** | ||
* desc - убывание | ||
* asc - возростание | ||
*/ | ||
export declare type IListOrder = [] | [string] | [string, 'desc' | 'asc']; | ||
@@ -92,3 +96,3 @@ export declare type IPrimitiveListData = Record<string, unknown>; | ||
*/ | ||
filters: IListFilterConfiguration[]; | ||
filters: any[]; | ||
mark: string; | ||
@@ -95,0 +99,0 @@ /** |
{ | ||
"name": "eservices-core", | ||
"version": "1.3.183", | ||
"version": "1.3.184", | ||
"description": "Core library", | ||
@@ -5,0 +5,0 @@ "author": "", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
512247
8551