@luminocity/lemonate-gateway 8.2.30 → 8.2.31
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/dist/index.d.ts +2 -1
- package/dist/lemonate-gateway.cjs.js +1 -1
- package/dist/lemonate-gateway.cjs.js.map +1 -1
- package/dist/lemonate-gateway.esm.js +5 -5
- package/dist/lemonate-gateway.esm.js.map +1 -1
- package/dist/lemonate-gateway.umd.js +5 -5
- package/dist/lemonate-gateway.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4444,6 +4444,7 @@ declare class ProfilerEntry {
|
|
|
4444
4444
|
}
|
|
4445
4445
|
declare function profileBlock(key: string, func: Function): any;
|
|
4446
4446
|
declare function profileAsyncBlock(key: string, func: Function): Promise<any>;
|
|
4447
|
+
declare function timeFunc(func: Function, name?: string): any;
|
|
4447
4448
|
declare class Profiler {
|
|
4448
4449
|
startTime: number;
|
|
4449
4450
|
endTime: number;
|
|
@@ -12325,5 +12326,5 @@ declare class LinkableItemsCache {
|
|
|
12325
12326
|
loadLinkableItems(item: any, field: Field): Promise<any[] | undefined>;
|
|
12326
12327
|
}
|
|
12327
12328
|
|
|
12328
|
-
export { AccessDeniedException, AggregatedItem, ApiClient, ApiGateway, Block, CustomField, EventEmitter, Field, InvalidArgumentException, InvalidStateException, Item, ItemCache$1 as ItemCache, ItemRepo, ItemVisibility, LinkableItemsCache, LoaderException, Package as PackageTools, PreparedItem, Profiler, Proxifier, ProxyEvent, QuotaExceededException, Script, ScriptField, Snapshot, Storage, Template, TemplateFactory, ThumbCache, UndoManager, eventBus, getDatatypeByName, getDatatypes, hasPermission, profileAsyncBlock, profileBlock, _default as tools, verifyAcl };
|
|
12329
|
+
export { AccessDeniedException, AggregatedItem, ApiClient, ApiGateway, Block, CustomField, EventEmitter, Field, InvalidArgumentException, InvalidStateException, Item, ItemCache$1 as ItemCache, ItemRepo, ItemVisibility, LinkableItemsCache, LoaderException, Package as PackageTools, PreparedItem, Profiler, Proxifier, ProxyEvent, QuotaExceededException, Script, ScriptField, Snapshot, Storage, Template, TemplateFactory, ThumbCache, UndoManager, eventBus, getDatatypeByName, getDatatypes, hasPermission, profileAsyncBlock, profileBlock, timeFunc, _default as tools, verifyAcl };
|
|
12329
12330
|
export type { Acl, Attachments, BaseBlogArticle, ConversationEntry, CustomFieldDefinition, FolderListingOptions, FolderListingWithOptions, ItemOptions, ItemQueryOptions, ItemQueryWithOptions, ItemWithOptions, JobState, Me, ProgressCallback$1 as ProgressCallback, UserInfo };
|