@objectstack/spec 2.0.5 → 2.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/contracts/index.d.mts +1 -1
- package/dist/contracts/index.d.ts +1 -1
- package/dist/contracts/index.js.map +1 -1
- package/dist/index-B-u2mVKn.d.mts +1965 -0
- package/dist/index-BjxWBAB_.d.ts +1965 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/index-C6p-2KXV.d.ts +0 -767
- package/dist/index-CVnGe2b8.d.mts +0 -767
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DriverInterface, H as HealthStatus, f as IAdvancedServiceRegistry, e as IBasicServiceRegistry, I as IDataEngine, a as IHttpRequest, b as IHttpResponse, c as IHttpServer, k as IPluginLifecycleEvents, g as IPluginValidator, m as ISchemaDriver, d as IServiceRegistry, j as IStartupOrchestrator, l as ITypedEventEmitter, L as Logger, M as Middleware, P as Plugin, h as PluginStartupResult, R as RouteHandler, S as StartupOptions, V as ValidationResult } from '../index-
|
|
1
|
+
export { a8 as AIMessage, a9 as AIRequestOptions, aa as AIResult, Y as AnalyticsQuery, Z as AnalyticsResult, G as AuthResult, F as AuthSession, E as AuthUser, K as AutomationContext, O as AutomationResult, C as CacheStats, _ as CubeMeta, D as DriverInterface, U as GraphQLRequest, W as GraphQLResponse, H as HealthStatus, ab as IAIService, f as IAdvancedServiceRegistry, $ as IAnalyticsService, J as IAuthService, T as IAutomationService, e as IBasicServiceRegistry, n as ICacheService, I as IDataEngine, X as IGraphQLService, a as IHttpRequest, b as IHttpResponse, c as IHttpServer, ac as II18nService, a7 as IJobService, B as IMetadataService, x as INotificationService, k as IPluginLifecycleEvents, g as IPluginValidator, u as IQueueService, a3 as IRealtimeService, m as ISchemaDriver, r as ISearchService, d as IServiceRegistry, j as IStartupOrchestrator, A as IStorageService, l as ITypedEventEmitter, ad as IUIService, ah as IWorkflowService, a6 as JobExecution, a5 as JobHandler, a4 as JobSchedule, L as Logger, M as Middleware, N as NotificationChannel, v as NotificationMessage, w as NotificationResult, P as Plugin, h as PluginStartupResult, t as QueueHandler, s as QueueMessage, Q as QueuePublishOptions, a1 as RealtimeEventHandler, a0 as RealtimeEventPayload, a2 as RealtimeSubscriptionOptions, R as RouteHandler, p as SearchHit, o as SearchOptions, q as SearchResult, S as StartupOptions, z as StorageFileInfo, y as StorageUploadOptions, V as ValidationResult, ag as WorkflowStatus, ae as WorkflowTransition, af as WorkflowTransitionResult } from '../index-B-u2mVKn.mjs';
|
|
2
2
|
import '../field.zod-DFJmxKBF.mjs';
|
|
3
3
|
import '../filter.zod-CtZ3VJ3e.mjs';
|
|
4
4
|
import 'zod';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { D as DriverInterface, H as HealthStatus, f as IAdvancedServiceRegistry, e as IBasicServiceRegistry, I as IDataEngine, a as IHttpRequest, b as IHttpResponse, c as IHttpServer, k as IPluginLifecycleEvents, g as IPluginValidator, m as ISchemaDriver, d as IServiceRegistry, j as IStartupOrchestrator, l as ITypedEventEmitter, L as Logger, M as Middleware, P as Plugin, h as PluginStartupResult, R as RouteHandler, S as StartupOptions, V as ValidationResult } from '../index-
|
|
1
|
+
export { a8 as AIMessage, a9 as AIRequestOptions, aa as AIResult, Y as AnalyticsQuery, Z as AnalyticsResult, G as AuthResult, F as AuthSession, E as AuthUser, K as AutomationContext, O as AutomationResult, C as CacheStats, _ as CubeMeta, D as DriverInterface, U as GraphQLRequest, W as GraphQLResponse, H as HealthStatus, ab as IAIService, f as IAdvancedServiceRegistry, $ as IAnalyticsService, J as IAuthService, T as IAutomationService, e as IBasicServiceRegistry, n as ICacheService, I as IDataEngine, X as IGraphQLService, a as IHttpRequest, b as IHttpResponse, c as IHttpServer, ac as II18nService, a7 as IJobService, B as IMetadataService, x as INotificationService, k as IPluginLifecycleEvents, g as IPluginValidator, u as IQueueService, a3 as IRealtimeService, m as ISchemaDriver, r as ISearchService, d as IServiceRegistry, j as IStartupOrchestrator, A as IStorageService, l as ITypedEventEmitter, ad as IUIService, ah as IWorkflowService, a6 as JobExecution, a5 as JobHandler, a4 as JobSchedule, L as Logger, M as Middleware, N as NotificationChannel, v as NotificationMessage, w as NotificationResult, P as Plugin, h as PluginStartupResult, t as QueueHandler, s as QueueMessage, Q as QueuePublishOptions, a1 as RealtimeEventHandler, a0 as RealtimeEventPayload, a2 as RealtimeSubscriptionOptions, R as RouteHandler, p as SearchHit, o as SearchOptions, q as SearchResult, S as StartupOptions, z as StorageFileInfo, y as StorageUploadOptions, V as ValidationResult, ag as WorkflowStatus, ae as WorkflowTransition, af as WorkflowTransitionResult } from '../index-BjxWBAB_.js';
|
|
2
2
|
import '../field.zod-DuaF0Lcl.js';
|
|
3
3
|
import '../filter.zod-CtZ3VJ3e.js';
|
|
4
4
|
import 'zod';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/contracts/index.ts"],"sourcesContent":["// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.\n\n/**\n * ObjectStack Contracts\n * \n * Core interface definitions following \"Protocol First\" principle.\n * All interfaces should be defined in @objectstack/spec to avoid circular dependencies.\n */\n\nexport * from './logger.js';\nexport * from './data-engine.js';\nexport * from './http-server.js';\nexport * from './service-registry.js';\nexport * from './plugin-validator.js';\nexport * from './startup-orchestrator.js';\nexport * from './plugin-lifecycle-events.js';\nexport * from './schema-driver.js';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../../src/contracts/index.ts"],"sourcesContent":["// Copyright (c) 2025 ObjectStack. Licensed under the Apache-2.0 license.\n\n/**\n * ObjectStack Contracts\n * \n * Core interface definitions following \"Protocol First\" principle.\n * All interfaces should be defined in @objectstack/spec to avoid circular dependencies.\n */\n\nexport * from './logger.js';\nexport * from './data-engine.js';\nexport * from './http-server.js';\nexport * from './service-registry.js';\nexport * from './plugin-validator.js';\nexport * from './startup-orchestrator.js';\nexport * from './plugin-lifecycle-events.js';\nexport * from './schema-driver.js';\nexport * from './cache-service.js';\nexport * from './search-service.js';\nexport * from './queue-service.js';\nexport * from './notification-service.js';\nexport * from './storage-service.js';\nexport * from './metadata-service.js';\nexport * from './auth-service.js';\nexport * from './automation-service.js';\nexport * from './graphql-service.js';\nexport * from './analytics-service.js';\nexport * from './realtime-service.js';\nexport * from './job-service.js';\nexport * from './ai-service.js';\nexport * from './i18n-service.js';\nexport * from './ui-service.js';\nexport * from './workflow-service.js';\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|