@smallstack/common
Advanced tools
Comparing version 0.7.60 to 0.7.61
@@ -6,3 +6,3 @@ import { APIListResponse } from "../api/APIResponses"; | ||
import { SmallstackModel } from "./SmallstackModel"; | ||
import { TypeServiceQuery, Type } from "./Type"; | ||
import { Type, TypeServiceQuery } from "./Type"; | ||
export interface QueryObject<ModelClass extends SmallstackModel> { | ||
@@ -9,0 +9,0 @@ create(type: Type, selector: any, serviceQuery: TypeServiceQuery, queryOptions: QueryOptions, parameters: any, sorting: any): QueryObject<ModelClass>; |
@@ -5,8 +5,11 @@ /** | ||
import { TypesystemInitOptions } from "./index"; | ||
export * from "./configuration/typesystem.configurations"; | ||
export * from "./configuration/typesystem.configurationfields"; | ||
export * from "./configuration/typesystem.configurationfieldvalues"; | ||
export * from "./logs/typesystem.logentries"; | ||
export * from "./navigation/types/typesystem.navigationentries"; | ||
export * from "./navigation/types/typesystem.navigationtrees"; | ||
export * from "./configuration/typesystem.configuration"; | ||
export * from "./configuration/typesystem.configurationfield"; | ||
export * from "./configuration/typesystem.configurationfieldvalue"; | ||
export * from "./logs/typesystem.logentry"; | ||
export * from "./navigation/types/typesystem.navigationentry"; | ||
export * from "./navigation/types/typesystem.navigationtree"; | ||
export * from "./types/typesystem.numberdictionary"; | ||
export * from "./types/typesystem.objectdictionary"; | ||
export * from "./types/typesystem.stringdictionary"; | ||
export declare function initializeSmallstackCommonPackage(options?: TypesystemInitOptions): void; |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.7.60", | ||
"version": "0.7.61", | ||
"description": "common functionality for smallstack projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle/smallstack_common.umd.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
469275
101
2527