@kinotic-ai/os-api 1.0.8 → 1.0.10
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.cts +7 -8
- package/dist/index.d.ts +7 -8
- package/package.json +7 -4
package/dist/index.d.cts
CHANGED
|
@@ -145,7 +145,12 @@ declare class Application implements Identifiable<string> {
|
|
|
145
145
|
constructor(id: string, description: string);
|
|
146
146
|
}
|
|
147
147
|
import { Identifiable as Identifiable2 } from "@kinotic-ai/core";
|
|
148
|
-
|
|
148
|
+
declare enum ProjectType {
|
|
149
|
+
TYPESCRIPT = 0,
|
|
150
|
+
GRAPHQL = 1,
|
|
151
|
+
GRAPHICAL = 2,
|
|
152
|
+
ELASTICSEARCH = 3
|
|
153
|
+
}
|
|
149
154
|
declare class Project implements Identifiable2<string> {
|
|
150
155
|
/**
|
|
151
156
|
* The id of the project.
|
|
@@ -175,12 +180,6 @@ declare class Project implements Identifiable2<string> {
|
|
|
175
180
|
updated: number | null;
|
|
176
181
|
constructor(id: string | null, applicationId: string, name: string, description?: string);
|
|
177
182
|
}
|
|
178
|
-
declare enum ProjectType2 {
|
|
179
|
-
TYPESCRIPT = 0,
|
|
180
|
-
GRAPHQL = 1,
|
|
181
|
-
GRAPHICAL = 2,
|
|
182
|
-
ELASTICSEARCH = 3
|
|
183
|
-
}
|
|
184
183
|
import { ObjectC3Type as ObjectC3Type3 } from "@kinotic-ai/idl";
|
|
185
184
|
import { Identifiable as Identifiable3 } from "@kinotic-ai/core";
|
|
186
185
|
declare class EntityDefinition implements Identifiable3<string> {
|
|
@@ -614,4 +613,4 @@ declare const OsApiPlugin: KinoticPlugin<IOsApiExtension>;
|
|
|
614
613
|
declare module "@kinotic-ai/core" {
|
|
615
614
|
interface KinoticSingleton extends IOsApiExtension {}
|
|
616
615
|
}
|
|
617
|
-
export { VersionDecorator, TimeReferenceDecorator, TextDecorator, TenantSelectionC3Type, TenantIdDecorator, SingleLoggerLevelsDescriptor, QueryOptionsC3Type, QueryDecorator,
|
|
616
|
+
export { VersionDecorator, TimeReferenceDecorator, TextDecorator, TenantSelectionC3Type, TenantIdDecorator, SingleLoggerLevelsDescriptor, QueryOptionsC3Type, QueryDecorator, ProjectType, ProjectService, Project, ProgressType, PageableC3Type, PageC3Type, OsApiPlugin, NotIndexedDecorator, NestedDecorator, NamedQueriesDefinitionService, NamedQueriesDefinition, MigrationService, MigrationResult, MigrationRequest, MigrationDefinition, LoggersDescriptor, LoggerLevelsDescriptor, LogManager, LogLevel, InsightRequest, InsightProgress, IdDecorator, IProjectService, IOsApiExtension, INamedQueriesDefinitionService, IMigrationService, ILogManager, IEntityDefinitionService, IDataInsightsService, IApplicationService, GroupLoggerLevelsDescriptor, FlattenedDecorator, EsIndexConfigurationDecorator, EntityDefinitionService, EntityDefinition, EntityDecorator, DiscriminatorDecorator, DataInsightsService, DataInsightsComponent, AutoGeneratedIdDecorator, ApplicationService, Application };
|
package/dist/index.d.ts
CHANGED
|
@@ -145,7 +145,12 @@ declare class Application implements Identifiable<string> {
|
|
|
145
145
|
constructor(id: string, description: string);
|
|
146
146
|
}
|
|
147
147
|
import { Identifiable as Identifiable2 } from "@kinotic-ai/core";
|
|
148
|
-
|
|
148
|
+
declare enum ProjectType {
|
|
149
|
+
TYPESCRIPT = 0,
|
|
150
|
+
GRAPHQL = 1,
|
|
151
|
+
GRAPHICAL = 2,
|
|
152
|
+
ELASTICSEARCH = 3
|
|
153
|
+
}
|
|
149
154
|
declare class Project implements Identifiable2<string> {
|
|
150
155
|
/**
|
|
151
156
|
* The id of the project.
|
|
@@ -175,12 +180,6 @@ declare class Project implements Identifiable2<string> {
|
|
|
175
180
|
updated: number | null;
|
|
176
181
|
constructor(id: string | null, applicationId: string, name: string, description?: string);
|
|
177
182
|
}
|
|
178
|
-
declare enum ProjectType2 {
|
|
179
|
-
TYPESCRIPT = 0,
|
|
180
|
-
GRAPHQL = 1,
|
|
181
|
-
GRAPHICAL = 2,
|
|
182
|
-
ELASTICSEARCH = 3
|
|
183
|
-
}
|
|
184
183
|
import { ObjectC3Type as ObjectC3Type3 } from "@kinotic-ai/idl";
|
|
185
184
|
import { Identifiable as Identifiable3 } from "@kinotic-ai/core";
|
|
186
185
|
declare class EntityDefinition implements Identifiable3<string> {
|
|
@@ -614,4 +613,4 @@ declare const OsApiPlugin: KinoticPlugin<IOsApiExtension>;
|
|
|
614
613
|
declare module "@kinotic-ai/core" {
|
|
615
614
|
interface KinoticSingleton extends IOsApiExtension {}
|
|
616
615
|
}
|
|
617
|
-
export { VersionDecorator, TimeReferenceDecorator, TextDecorator, TenantSelectionC3Type, TenantIdDecorator, SingleLoggerLevelsDescriptor, QueryOptionsC3Type, QueryDecorator,
|
|
616
|
+
export { VersionDecorator, TimeReferenceDecorator, TextDecorator, TenantSelectionC3Type, TenantIdDecorator, SingleLoggerLevelsDescriptor, QueryOptionsC3Type, QueryDecorator, ProjectType, ProjectService, Project, ProgressType, PageableC3Type, PageC3Type, OsApiPlugin, NotIndexedDecorator, NestedDecorator, NamedQueriesDefinitionService, NamedQueriesDefinition, MigrationService, MigrationResult, MigrationRequest, MigrationDefinition, LoggersDescriptor, LoggerLevelsDescriptor, LogManager, LogLevel, InsightRequest, InsightProgress, IdDecorator, IProjectService, IOsApiExtension, INamedQueriesDefinitionService, IMigrationService, ILogManager, IEntityDefinitionService, IDataInsightsService, IApplicationService, GroupLoggerLevelsDescriptor, FlattenedDecorator, EsIndexConfigurationDecorator, EntityDefinitionService, EntityDefinition, EntityDecorator, DiscriminatorDecorator, DataInsightsService, DataInsightsComponent, AutoGeneratedIdDecorator, ApplicationService, Application };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kinotic-ai/os-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -32,13 +32,16 @@
|
|
|
32
32
|
"coverage": "vitest run --coverage",
|
|
33
33
|
"ui-test": "vitest --ui --coverage.enabled=true --mode development"
|
|
34
34
|
},
|
|
35
|
+
"peerDependencies": {
|
|
36
|
+
"@kinotic-ai/core": ">=1.0.0"
|
|
37
|
+
},
|
|
35
38
|
"dependencies": {
|
|
36
|
-
"@kinotic-ai/
|
|
37
|
-
"@kinotic-ai/
|
|
38
|
-
"@kinotic-ai/persistence": "1.0.8",
|
|
39
|
+
"@kinotic-ai/idl": "1.0.9",
|
|
40
|
+
"@kinotic-ai/persistence": "1.0.10",
|
|
39
41
|
"rxjs": "^7.8.2"
|
|
40
42
|
},
|
|
41
43
|
"devDependencies": {
|
|
44
|
+
"@kinotic-ai/core": "1.1.1",
|
|
42
45
|
"@types/node": "^25.3.2",
|
|
43
46
|
"@vitest/coverage-v8": "^4.0.18",
|
|
44
47
|
"@vitest/runner": "^4.0.18",
|