@luminocity/lemonate-gateway 8.2.32 → 8.3.1
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 +11 -1
- package/dist/lemonate-gateway.cjs.js +1 -1
- package/dist/lemonate-gateway.cjs.js.map +1 -1
- package/dist/lemonate-gateway.esm.js +1 -1
- 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
|
@@ -9527,6 +9527,16 @@ declare function getDatatypes(): ({
|
|
|
9527
9527
|
type: string;
|
|
9528
9528
|
widget: string;
|
|
9529
9529
|
label?: undefined;
|
|
9530
|
+
} | {
|
|
9531
|
+
datatype: string;
|
|
9532
|
+
defaultValue: boolean;
|
|
9533
|
+
displayName: string;
|
|
9534
|
+
name: string;
|
|
9535
|
+
type: string;
|
|
9536
|
+
widget: string;
|
|
9537
|
+
label?: undefined;
|
|
9538
|
+
maxValue?: undefined;
|
|
9539
|
+
minValue?: undefined;
|
|
9530
9540
|
})[];
|
|
9531
9541
|
typeName: string;
|
|
9532
9542
|
mainItemField?: undefined;
|
|
@@ -12330,4 +12340,4 @@ declare class LinkableItemsCache {
|
|
|
12330
12340
|
}
|
|
12331
12341
|
|
|
12332
12342
|
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 };
|
|
12333
|
-
export type { Acl, Attachments, BaseBlogArticle, ConversationEntry, CustomFieldDefinition, FolderListingOptions, FolderListingWithOptions, ItemOptions, ItemQueryOptions, ItemQueryWithOptions, ItemWithOptions, JobState, Me, ProgressCallback$1 as ProgressCallback, UserInfo };
|
|
12343
|
+
export type { Acl, Attachments, BaseBlogArticle, ConversationEntry, CustomFieldDefinition, FolderListingOptions, FolderListingWithOptions, ItemOptions, ItemQueryOptions, ItemQueryWithOptions, ItemWithOptions, JobState, Me, ProgressCallback$1 as ProgressCallback, TemplateEntry, UserInfo };
|