@kinotic-ai/os-api 1.0.5 → 1.0.6
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.cjs +0 -5
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +0 -5
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -66,8 +66,6 @@ __export(exports_src, {
|
|
|
66
66
|
LoggerLevelsDescriptor: () => LoggerLevelsDescriptor,
|
|
67
67
|
LogManager: () => LogManager,
|
|
68
68
|
LogLevel: () => LogLevel,
|
|
69
|
-
KinoticSingleton: () => import_core5.KinoticSingleton,
|
|
70
|
-
Kinotic: () => import_core5.Kinotic,
|
|
71
69
|
IdDecorator: () => IdDecorator,
|
|
72
70
|
GroupLoggerLevelsDescriptor: () => GroupLoggerLevelsDescriptor,
|
|
73
71
|
FlattenedDecorator: () => FlattenedDecorator,
|
|
@@ -553,6 +551,3 @@ var OsApiPlugin = {
|
|
|
553
551
|
};
|
|
554
552
|
}
|
|
555
553
|
};
|
|
556
|
-
|
|
557
|
-
// packages/os-api/src/index.ts
|
|
558
|
-
var import_core5 = require("@kinotic-ai/core");
|
package/dist/index.d.cts
CHANGED
|
@@ -631,8 +631,7 @@ interface IOsApiExtension {
|
|
|
631
631
|
dataInsights: IDataInsightsService;
|
|
632
632
|
}
|
|
633
633
|
declare const OsApiPlugin: KinoticPlugin<IOsApiExtension>;
|
|
634
|
-
import { Kinotic, KinoticSingleton as KinoticSingleton2, IKinotic as IKinotic8, KinoticPlugin as KinoticPlugin2 } from "@kinotic-ai/core";
|
|
635
634
|
declare module "@kinotic-ai/core" {
|
|
636
635
|
interface KinoticSingleton extends IOsApiExtension {}
|
|
637
636
|
}
|
|
638
|
-
export { VersionDecorator, TimeReferenceDecorator, TextDecorator, TenantSelectionC3Type, TenantIdDecorator, SingleLoggerLevelsDescriptor, RoleDecorator, QueryOptionsC3Type, QueryDecorator, ProjectType2 as ProjectType, ProjectService, Project, ProgressType, PolicyDecorator, PageableC3Type, PageC3Type, OsApiPlugin, NotIndexedDecorator, NestedDecorator, NamedQueriesDefinitionService, NamedQueriesDefinition, MigrationService, MigrationResult, MigrationRequest, MigrationDefinition, LoggersDescriptor, LoggerLevelsDescriptor, LogManager, LogLevel,
|
|
637
|
+
export { VersionDecorator, TimeReferenceDecorator, TextDecorator, TenantSelectionC3Type, TenantIdDecorator, SingleLoggerLevelsDescriptor, RoleDecorator, QueryOptionsC3Type, QueryDecorator, ProjectType2 as ProjectType, ProjectService, Project, ProgressType, PolicyDecorator, 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, $Role, $Policy };
|
package/dist/index.d.ts
CHANGED
|
@@ -631,8 +631,7 @@ interface IOsApiExtension {
|
|
|
631
631
|
dataInsights: IDataInsightsService;
|
|
632
632
|
}
|
|
633
633
|
declare const OsApiPlugin: KinoticPlugin<IOsApiExtension>;
|
|
634
|
-
import { Kinotic, KinoticSingleton as KinoticSingleton2, IKinotic as IKinotic8, KinoticPlugin as KinoticPlugin2 } from "@kinotic-ai/core";
|
|
635
634
|
declare module "@kinotic-ai/core" {
|
|
636
635
|
interface KinoticSingleton extends IOsApiExtension {}
|
|
637
636
|
}
|
|
638
|
-
export { VersionDecorator, TimeReferenceDecorator, TextDecorator, TenantSelectionC3Type, TenantIdDecorator, SingleLoggerLevelsDescriptor, RoleDecorator, QueryOptionsC3Type, QueryDecorator, ProjectType2 as ProjectType, ProjectService, Project, ProgressType, PolicyDecorator, PageableC3Type, PageC3Type, OsApiPlugin, NotIndexedDecorator, NestedDecorator, NamedQueriesDefinitionService, NamedQueriesDefinition, MigrationService, MigrationResult, MigrationRequest, MigrationDefinition, LoggersDescriptor, LoggerLevelsDescriptor, LogManager, LogLevel,
|
|
637
|
+
export { VersionDecorator, TimeReferenceDecorator, TextDecorator, TenantSelectionC3Type, TenantIdDecorator, SingleLoggerLevelsDescriptor, RoleDecorator, QueryOptionsC3Type, QueryDecorator, ProjectType2 as ProjectType, ProjectService, Project, ProgressType, PolicyDecorator, 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, $Role, $Policy };
|
package/dist/index.js
CHANGED
|
@@ -466,9 +466,6 @@ var OsApiPlugin = {
|
|
|
466
466
|
};
|
|
467
467
|
}
|
|
468
468
|
};
|
|
469
|
-
|
|
470
|
-
// packages/os-api/src/index.ts
|
|
471
|
-
import { Kinotic, KinoticSingleton } from "@kinotic-ai/core";
|
|
472
469
|
export {
|
|
473
470
|
VersionDecorator,
|
|
474
471
|
TimeReferenceDecorator,
|
|
@@ -496,8 +493,6 @@ export {
|
|
|
496
493
|
LoggerLevelsDescriptor,
|
|
497
494
|
LogManager,
|
|
498
495
|
LogLevel,
|
|
499
|
-
KinoticSingleton,
|
|
500
|
-
Kinotic,
|
|
501
496
|
IdDecorator,
|
|
502
497
|
GroupLoggerLevelsDescriptor,
|
|
503
498
|
FlattenedDecorator,
|
package/package.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kinotic-ai/os-api",
|
|
3
|
+
"version": "1.0.6",
|
|
3
4
|
"type": "module",
|
|
4
5
|
"files": [
|
|
5
6
|
"dist"
|
|
@@ -32,9 +33,9 @@
|
|
|
32
33
|
"ui-test": "vitest --ui --coverage.enabled=true --mode development"
|
|
33
34
|
},
|
|
34
35
|
"dependencies": {
|
|
35
|
-
"@kinotic-ai/core": "1.0.
|
|
36
|
-
"@kinotic-ai/idl": "1.0.
|
|
37
|
-
"@kinotic-ai/persistence": "1.0.
|
|
36
|
+
"@kinotic-ai/core": "1.0.6",
|
|
37
|
+
"@kinotic-ai/idl": "1.0.6",
|
|
38
|
+
"@kinotic-ai/persistence": "1.0.6",
|
|
38
39
|
"rxjs": "^7.8.2"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
@@ -50,6 +51,5 @@
|
|
|
50
51
|
"typescript": {
|
|
51
52
|
"optional": true
|
|
52
53
|
}
|
|
53
|
-
}
|
|
54
|
-
"version": "1.0.5"
|
|
54
|
+
}
|
|
55
55
|
}
|