@kinotic-ai/os-api 1.0.8 → 1.0.9

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 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
- import { ProjectType } from "@/api/domain/ProjectType";
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, ProjectType2 as 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 };
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
- import { ProjectType } from "@/api/domain/ProjectType";
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, ProjectType2 as 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 };
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.8",
3
+ "version": "1.0.9",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -33,9 +33,9 @@
33
33
  "ui-test": "vitest --ui --coverage.enabled=true --mode development"
34
34
  },
35
35
  "dependencies": {
36
- "@kinotic-ai/core": "1.0.8",
37
- "@kinotic-ai/idl": "1.0.8",
38
- "@kinotic-ai/persistence": "1.0.8",
36
+ "@kinotic-ai/core": "1.0.9",
37
+ "@kinotic-ai/idl": "1.0.9",
38
+ "@kinotic-ai/persistence": "1.0.9",
39
39
  "rxjs": "^7.8.2"
40
40
  },
41
41
  "devDependencies": {