@objectstack/spec 0.3.3 → 0.4.1
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/ai/conversation.zod.d.ts +14 -14
- package/dist/ai/cost.zod.d.ts +112 -112
- package/dist/ai/model-registry.zod.d.ts +44 -44
- package/dist/ai/nlq.zod.d.ts +2 -2
- package/dist/ai/orchestration.zod.d.ts +6 -6
- package/dist/ai/predictive.zod.d.ts +8 -8
- package/dist/ai/rag-pipeline.zod.d.ts +62 -62
- package/dist/api/contract.zod.d.ts +92 -92
- package/dist/api/discovery.zod.d.ts +2 -2
- package/dist/api/index.d.ts +2 -0
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/index.js +2 -0
- package/dist/api/odata.zod.d.ts +482 -0
- package/dist/api/odata.zod.d.ts.map +1 -0
- package/dist/api/odata.zod.js +401 -0
- package/dist/api/router.zod.d.ts +4 -4
- package/dist/auth/config.zod.d.ts +21 -21
- package/dist/auth/index.d.ts +1 -0
- package/dist/auth/index.d.ts.map +1 -1
- package/dist/auth/index.js +1 -0
- package/dist/auth/organization.zod.d.ts +2 -2
- package/dist/auth/role.zod.d.ts +14 -0
- package/dist/auth/role.zod.d.ts.map +1 -1
- package/dist/auth/role.zod.js +16 -1
- package/dist/auth/scim.zod.d.ts +2732 -0
- package/dist/auth/scim.zod.d.ts.map +1 -0
- package/dist/auth/scim.zod.js +811 -0
- package/dist/automation/approval.zod.d.ts +643 -0
- package/dist/automation/approval.zod.d.ts.map +1 -0
- package/dist/automation/approval.zod.js +84 -0
- package/dist/automation/connector.zod.d.ts +1284 -0
- package/dist/automation/connector.zod.d.ts.map +1 -0
- package/dist/automation/connector.zod.js +500 -0
- package/dist/automation/etl.zod.d.ts +623 -0
- package/dist/automation/etl.zod.d.ts.map +1 -0
- package/dist/automation/etl.zod.js +359 -0
- package/dist/automation/flow.zod.d.ts +6 -6
- package/dist/automation/index.d.ts +4 -0
- package/dist/automation/index.d.ts.map +1 -1
- package/dist/automation/index.js +4 -0
- package/dist/automation/sync.zod.d.ts +854 -0
- package/dist/automation/sync.zod.d.ts.map +1 -0
- package/dist/automation/sync.zod.js +444 -0
- package/dist/automation/webhook.zod.d.ts +24 -1
- package/dist/automation/webhook.zod.d.ts.map +1 -1
- package/dist/automation/webhook.zod.js +27 -3
- package/dist/automation/workflow.zod.d.ts +14 -0
- package/dist/automation/workflow.zod.d.ts.map +1 -1
- package/dist/automation/workflow.zod.js +16 -1
- package/dist/data/field.zod.d.ts +338 -8
- package/dist/data/field.zod.d.ts.map +1 -1
- package/dist/data/field.zod.js +100 -16
- package/dist/data/mapping.zod.d.ts +22 -10
- package/dist/data/mapping.zod.d.ts.map +1 -1
- package/dist/data/mapping.zod.js +16 -3
- package/dist/data/object.zod.d.ts +116 -22
- package/dist/data/object.zod.d.ts.map +1 -1
- package/dist/data/object.zod.js +4 -4
- package/dist/data/validation.zod.d.ts +18 -18
- package/dist/hub/composer.zod.d.ts +42 -1939
- package/dist/hub/composer.zod.d.ts.map +1 -1
- package/dist/hub/composer.zod.js +1 -1
- package/dist/hub/license.zod.d.ts +2 -2
- package/dist/hub/marketplace.zod.d.ts +6 -6
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -3
- package/dist/permission/index.d.ts +7 -5
- package/dist/permission/index.d.ts.map +1 -1
- package/dist/permission/index.js +7 -5
- package/dist/permission/permission.zod.d.ts +14 -0
- package/dist/permission/permission.zod.d.ts.map +1 -1
- package/dist/permission/permission.zod.js +16 -1
- package/dist/permission/rls.zod.d.ts +605 -0
- package/dist/permission/rls.zod.d.ts.map +1 -0
- package/dist/permission/rls.zod.js +615 -0
- package/dist/permission/territory.zod.d.ts +13 -0
- package/dist/permission/territory.zod.d.ts.map +1 -1
- package/dist/permission/territory.zod.js +15 -1
- package/dist/shared/identifiers.zod.d.ts +87 -0
- package/dist/shared/identifiers.zod.d.ts.map +1 -0
- package/dist/shared/identifiers.zod.js +101 -0
- package/dist/shared/index.d.ts +6 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/{driver → shared}/index.js +5 -4
- package/dist/stack.zod.d.ts +19869 -0
- package/dist/stack.zod.d.ts.map +1 -0
- package/dist/stack.zod.js +248 -0
- package/dist/system/audit.zod.d.ts +12 -12
- package/dist/{kernel → system}/context.zod.d.ts.map +1 -1
- package/dist/{driver → system}/datasource.zod.d.ts +2 -2
- package/dist/{driver → system}/datasource.zod.d.ts.map +1 -1
- package/dist/{driver → system/driver}/mongo.zod.d.ts +2 -2
- package/dist/system/driver/mongo.zod.d.ts.map +1 -0
- package/dist/{driver → system/driver}/postgres.zod.d.ts +4 -4
- package/dist/system/driver/postgres.zod.d.ts.map +1 -0
- package/dist/{driver → system}/driver.zod.d.ts +14 -14
- package/dist/{driver → system}/driver.zod.d.ts.map +1 -1
- package/dist/system/events.zod.d.ts +15 -12
- package/dist/system/events.zod.d.ts.map +1 -1
- package/dist/system/events.zod.js +5 -1
- package/dist/system/feature.zod.d.ts +131 -0
- package/dist/system/feature.zod.d.ts.map +1 -0
- package/dist/system/feature.zod.js +45 -0
- package/dist/system/index.d.ts +10 -0
- package/dist/system/index.d.ts.map +1 -1
- package/dist/system/index.js +12 -0
- package/dist/system/job.zod.d.ts +8 -8
- package/dist/{kernel → system}/logger.zod.d.ts +4 -4
- package/dist/{kernel → system}/logger.zod.d.ts.map +1 -1
- package/dist/system/manifest.zod.d.ts +515 -0
- package/dist/system/manifest.zod.d.ts.map +1 -0
- package/dist/{kernel → system}/manifest.zod.js +0 -12
- package/dist/{kernel → system}/plugin.zod.d.ts.map +1 -1
- package/dist/{kernel → system}/scoped-storage.zod.d.ts +2 -2
- package/dist/{kernel → system}/scoped-storage.zod.d.ts.map +1 -1
- package/dist/ui/action.zod.d.ts +35 -10
- package/dist/ui/action.zod.d.ts.map +1 -1
- package/dist/ui/action.zod.js +30 -1
- package/dist/ui/app.zod.d.ts +23 -8
- package/dist/ui/app.zod.d.ts.map +1 -1
- package/dist/ui/app.zod.js +32 -4
- package/dist/ui/block.zod.d.ts +265 -0
- package/dist/ui/block.zod.d.ts.map +1 -0
- package/dist/ui/block.zod.js +90 -0
- package/dist/ui/component.zod.d.ts +265 -0
- package/dist/ui/component.zod.d.ts.map +1 -0
- package/dist/ui/component.zod.js +90 -0
- package/dist/ui/dashboard.zod.d.ts +15 -15
- package/dist/ui/dashboard.zod.d.ts.map +1 -1
- package/dist/ui/dashboard.zod.js +18 -8
- package/dist/ui/index.d.ts +1 -0
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js +1 -0
- package/dist/ui/page.zod.d.ts +21 -3
- package/dist/ui/page.zod.d.ts.map +1 -1
- package/dist/ui/page.zod.js +37 -4
- package/dist/ui/report.zod.d.ts +7 -7
- package/dist/ui/view.zod.d.ts +252 -240
- package/dist/ui/view.zod.d.ts.map +1 -1
- package/dist/ui/view.zod.js +32 -3
- package/dist/ui/widget.zod.d.ts +673 -5
- package/dist/ui/widget.zod.d.ts.map +1 -1
- package/dist/ui/widget.zod.js +294 -1
- package/json-schema/api/ODataError.json +65 -0
- package/json-schema/api/ODataFilterFunction.json +39 -0
- package/json-schema/api/ODataFilterOperator.json +24 -0
- package/json-schema/api/ODataMetadata.json +115 -0
- package/json-schema/api/ODataQuery.json +89 -0
- package/json-schema/api/ODataResponse.json +37 -0
- package/json-schema/auth/Role.json +3 -2
- package/json-schema/auth/SCIMAddress.json +50 -0
- package/json-schema/auth/SCIMEmail.json +38 -0
- package/json-schema/auth/SCIMEnterpriseUser.json +55 -0
- package/json-schema/auth/SCIMError.json +52 -0
- package/json-schema/auth/SCIMGroup.json +102 -0
- package/json-schema/auth/SCIMGroupReference.json +36 -0
- package/json-schema/auth/SCIMListResponse.json +606 -0
- package/json-schema/auth/SCIMMemberReference.json +36 -0
- package/json-schema/auth/SCIMMeta.json +35 -0
- package/json-schema/auth/SCIMName.json +36 -0
- package/json-schema/auth/SCIMPatchOperation.json +31 -0
- package/json-schema/auth/SCIMPatchRequest.json +56 -0
- package/json-schema/auth/SCIMPhoneNumber.json +40 -0
- package/json-schema/auth/SCIMUser.json +462 -0
- package/json-schema/automation/ApprovalAction.json +35 -0
- package/json-schema/automation/ApprovalActionType.json +15 -0
- package/json-schema/automation/ApprovalProcess.json +326 -0
- package/json-schema/automation/ApprovalStep.json +147 -0
- package/json-schema/automation/ApproverType.json +16 -0
- package/json-schema/automation/AuthField.json +73 -0
- package/json-schema/automation/Authentication.json +159 -0
- package/json-schema/automation/AuthenticationType.json +18 -0
- package/json-schema/automation/ConflictResolution.json +16 -0
- package/json-schema/automation/Connector.json +440 -0
- package/json-schema/automation/ConnectorCategory.json +26 -0
- package/json-schema/automation/ConnectorInstance.json +69 -0
- package/json-schema/automation/ConnectorOperation.json +117 -0
- package/json-schema/automation/ConnectorTrigger.json +54 -0
- package/json-schema/automation/DataDestinationConfig.json +89 -0
- package/json-schema/automation/DataSourceConfig.json +34 -0
- package/json-schema/automation/DataSyncConfig.json +355 -0
- package/json-schema/automation/ETLDestination.json +57 -0
- package/json-schema/automation/ETLEndpointType.json +19 -0
- package/json-schema/automation/ETLPipeline.json +252 -0
- package/json-schema/automation/ETLPipelineRun.json +107 -0
- package/json-schema/automation/ETLRunStatus.json +17 -0
- package/json-schema/automation/ETLSource.json +60 -0
- package/json-schema/automation/ETLSyncMode.json +14 -0
- package/json-schema/automation/ETLTransformation.json +46 -0
- package/json-schema/automation/ETLTransformationType.json +21 -0
- package/json-schema/automation/FieldMapping.json +36 -0
- package/json-schema/automation/OAuth2Config.json +43 -0
- package/json-schema/automation/OperationParameter.json +59 -0
- package/json-schema/automation/OperationType.json +17 -0
- package/json-schema/automation/SyncDirection.json +14 -0
- package/json-schema/automation/SyncExecutionResult.json +135 -0
- package/json-schema/automation/SyncExecutionStatus.json +17 -0
- package/json-schema/automation/SyncMode.json +14 -0
- package/json-schema/automation/Webhook.json +3 -1
- package/json-schema/automation/WebhookReceiver.json +3 -1
- package/json-schema/automation/WorkflowRule.json +3 -2
- package/json-schema/data/Field.json +62 -4
- package/json-schema/data/FieldType.json +12 -2
- package/json-schema/data/Object.json +62 -4
- package/json-schema/data/SelectOption.json +4 -2
- package/json-schema/data/VectorConfig.json +51 -0
- package/json-schema/hub/ComposerResponse.json +0 -2162
- package/json-schema/permission/PermissionSet.json +3 -1
- package/json-schema/permission/RLSConfig.json +59 -0
- package/json-schema/permission/RLSEvaluationResult.json +40 -0
- package/json-schema/permission/RLSOperation.json +16 -0
- package/json-schema/permission/RLSUserContext.json +51 -0
- package/json-schema/permission/RowLevelSecurityPolicy.json +77 -0
- package/json-schema/permission/Territory.json +3 -1
- package/json-schema/shared/EventName.json +12 -0
- package/json-schema/shared/SnakeCaseIdentifier.json +12 -0
- package/json-schema/shared/SystemIdentifier.json +12 -0
- package/json-schema/system/Event.json +3 -2
- package/json-schema/system/FeatureFlag.json +87 -0
- package/json-schema/system/FeatureStrategy.json +16 -0
- package/json-schema/system/Manifest.json +395 -0
- package/json-schema/ui/Action.json +25 -4
- package/json-schema/ui/ActionParam.json +12 -2
- package/json-schema/ui/App.json +18 -7
- package/json-schema/ui/ChartType.json +9 -1
- package/json-schema/ui/Dashboard.json +9 -1
- package/json-schema/ui/DashboardNavItem.json +3 -1
- package/json-schema/ui/DashboardWidget.json +9 -1
- package/json-schema/ui/FieldWidgetProps.json +62 -4
- package/json-schema/ui/FormView.json +4 -1
- package/json-schema/ui/GroupNavItem.json +3 -1
- package/json-schema/ui/ListView.json +7 -1
- package/json-schema/ui/NavigationItem.json +15 -5
- package/json-schema/ui/ObjectNavItem.json +3 -1
- package/json-schema/ui/Page.json +36 -4
- package/json-schema/ui/PageCardProps.json +32 -0
- package/json-schema/ui/PageComponent.json +33 -3
- package/json-schema/ui/PageComponentType.json +32 -0
- package/json-schema/ui/PageHeaderProps.json +39 -0
- package/json-schema/ui/PageNavItem.json +3 -1
- package/json-schema/ui/PageRegion.json +33 -3
- package/json-schema/ui/PageTabsProps.json +55 -0
- package/json-schema/ui/RecordDetailsProps.json +37 -0
- package/json-schema/ui/RecordHighlightsProps.json +24 -0
- package/json-schema/ui/RecordRelatedListProps.json +39 -0
- package/json-schema/ui/UrlNavItem.json +3 -1
- package/json-schema/ui/View.json +22 -4
- package/json-schema/ui/WidgetEvent.json +42 -0
- package/json-schema/ui/WidgetLifecycle.json +40 -0
- package/json-schema/ui/WidgetManifest.json +262 -0
- package/json-schema/ui/WidgetProperty.json +58 -0
- package/package.json +1 -1
- package/prompts/architecture.md +5 -5
- package/prompts/create-new-project.md +85 -0
- package/dist/driver/index.d.ts +0 -5
- package/dist/driver/index.d.ts.map +0 -1
- package/dist/driver/mongo.zod.d.ts.map +0 -1
- package/dist/driver/postgres.zod.d.ts.map +0 -1
- package/dist/kernel/index.d.ts +0 -12
- package/dist/kernel/index.d.ts.map +0 -1
- package/dist/kernel/index.js +0 -27
- package/dist/kernel/manifest.zod.d.ts +0 -2153
- package/dist/kernel/manifest.zod.d.ts.map +0 -1
- package/json-schema/kernel/Manifest.json +0 -2557
- /package/dist/{kernel → system}/context.zod.d.ts +0 -0
- /package/dist/{kernel → system}/context.zod.js +0 -0
- /package/dist/{driver → system}/datasource.zod.js +0 -0
- /package/dist/{driver → system/driver}/mongo.zod.js +0 -0
- /package/dist/{driver → system/driver}/postgres.zod.js +0 -0
- /package/dist/{driver → system}/driver.zod.js +0 -0
- /package/dist/{kernel → system}/logger.zod.js +0 -0
- /package/dist/{kernel → system}/plugin.zod.d.ts +0 -0
- /package/dist/{kernel → system}/plugin.zod.js +0 -0
- /package/dist/{kernel → system}/scoped-storage.zod.js +0 -0
- /package/json-schema/{driver → system}/Datasource.json +0 -0
- /package/json-schema/{driver → system}/DatasourceCapabilities.json +0 -0
- /package/json-schema/{driver → system}/DriverCapabilities.json +0 -0
- /package/json-schema/{driver → system}/DriverDefinition.json +0 -0
- /package/json-schema/{driver → system}/DriverInterface.json +0 -0
- /package/json-schema/{driver → system}/DriverOptions.json +0 -0
- /package/json-schema/{driver → system}/DriverType.json +0 -0
- /package/json-schema/{kernel → system}/FileMetadata.json +0 -0
- /package/json-schema/{kernel → system}/I18nContext.json +0 -0
- /package/json-schema/{kernel → system}/KernelContext.json +0 -0
- /package/json-schema/{kernel → system}/LogEntry.json +0 -0
- /package/json-schema/{kernel → system}/LogFormat.json +0 -0
- /package/json-schema/{kernel → system}/LogLevel.json +0 -0
- /package/json-schema/{kernel → system}/Logger.json +0 -0
- /package/json-schema/{kernel → system}/LoggerConfig.json +0 -0
- /package/json-schema/{driver → system}/MongoConfig.json +0 -0
- /package/json-schema/{kernel → system}/ObjectQLClient.json +0 -0
- /package/json-schema/{kernel → system}/Plugin.json +0 -0
- /package/json-schema/{kernel → system}/PluginContext.json +0 -0
- /package/json-schema/{kernel → system}/PluginLifecycle.json +0 -0
- /package/json-schema/{driver → system}/PostgresConfig.json +0 -0
- /package/json-schema/{kernel → system}/Router.json +0 -0
- /package/json-schema/{kernel → system}/RuntimeMode.json +0 -0
- /package/json-schema/{kernel → system}/Scheduler.json +0 -0
- /package/json-schema/{kernel → system}/ScopedStorage.json +0 -0
- /package/json-schema/{kernel → system}/ScopedStorageConfig.json +0 -0
- /package/json-schema/{kernel → system}/StorageAdapterType.json +0 -0
- /package/json-schema/{kernel → system}/StorageScope.json +0 -0
- /package/json-schema/{kernel → system}/SystemAPI.json +0 -0
|
@@ -9,19 +9,22 @@ export declare const EventMetadataSchema: z.ZodObject<{
|
|
|
9
9
|
userId: z.ZodOptional<z.ZodString>;
|
|
10
10
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
-
timestamp: string;
|
|
13
12
|
source: string;
|
|
13
|
+
timestamp: string;
|
|
14
14
|
userId?: string | undefined;
|
|
15
15
|
tenantId?: string | undefined;
|
|
16
16
|
}, {
|
|
17
|
-
timestamp: string;
|
|
18
17
|
source: string;
|
|
18
|
+
timestamp: string;
|
|
19
19
|
userId?: string | undefined;
|
|
20
20
|
tenantId?: string | undefined;
|
|
21
21
|
}>;
|
|
22
22
|
/**
|
|
23
23
|
* Event Schema
|
|
24
24
|
* Base schema for all events in the system
|
|
25
|
+
*
|
|
26
|
+
* Event names follow dot notation for namespacing (e.g., 'user.created', 'order.paid').
|
|
27
|
+
* This aligns with industry standards for event-driven architectures and message queues.
|
|
25
28
|
*/
|
|
26
29
|
export declare const EventSchema: z.ZodObject<{
|
|
27
30
|
name: z.ZodString;
|
|
@@ -32,21 +35,21 @@ export declare const EventSchema: z.ZodObject<{
|
|
|
32
35
|
userId: z.ZodOptional<z.ZodString>;
|
|
33
36
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
34
37
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
timestamp: string;
|
|
36
38
|
source: string;
|
|
39
|
+
timestamp: string;
|
|
37
40
|
userId?: string | undefined;
|
|
38
41
|
tenantId?: string | undefined;
|
|
39
42
|
}, {
|
|
40
|
-
timestamp: string;
|
|
41
43
|
source: string;
|
|
44
|
+
timestamp: string;
|
|
42
45
|
userId?: string | undefined;
|
|
43
46
|
tenantId?: string | undefined;
|
|
44
47
|
}>;
|
|
45
48
|
}, "strip", z.ZodTypeAny, {
|
|
46
49
|
name: string;
|
|
47
50
|
metadata: {
|
|
48
|
-
timestamp: string;
|
|
49
51
|
source: string;
|
|
52
|
+
timestamp: string;
|
|
50
53
|
userId?: string | undefined;
|
|
51
54
|
tenantId?: string | undefined;
|
|
52
55
|
};
|
|
@@ -54,8 +57,8 @@ export declare const EventSchema: z.ZodObject<{
|
|
|
54
57
|
}, {
|
|
55
58
|
name: string;
|
|
56
59
|
metadata: {
|
|
57
|
-
timestamp: string;
|
|
58
60
|
source: string;
|
|
61
|
+
timestamp: string;
|
|
59
62
|
userId?: string | undefined;
|
|
60
63
|
tenantId?: string | undefined;
|
|
61
64
|
};
|
|
@@ -77,21 +80,21 @@ export declare const EventHandlerSchema: z.ZodObject<{
|
|
|
77
80
|
userId: z.ZodOptional<z.ZodString>;
|
|
78
81
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
79
82
|
}, "strip", z.ZodTypeAny, {
|
|
80
|
-
timestamp: string;
|
|
81
83
|
source: string;
|
|
84
|
+
timestamp: string;
|
|
82
85
|
userId?: string | undefined;
|
|
83
86
|
tenantId?: string | undefined;
|
|
84
87
|
}, {
|
|
85
|
-
timestamp: string;
|
|
86
88
|
source: string;
|
|
89
|
+
timestamp: string;
|
|
87
90
|
userId?: string | undefined;
|
|
88
91
|
tenantId?: string | undefined;
|
|
89
92
|
}>;
|
|
90
93
|
}, "strip", z.ZodTypeAny, {
|
|
91
94
|
name: string;
|
|
92
95
|
metadata: {
|
|
93
|
-
timestamp: string;
|
|
94
96
|
source: string;
|
|
97
|
+
timestamp: string;
|
|
95
98
|
userId?: string | undefined;
|
|
96
99
|
tenantId?: string | undefined;
|
|
97
100
|
};
|
|
@@ -99,8 +102,8 @@ export declare const EventHandlerSchema: z.ZodObject<{
|
|
|
99
102
|
}, {
|
|
100
103
|
name: string;
|
|
101
104
|
metadata: {
|
|
102
|
-
timestamp: string;
|
|
103
105
|
source: string;
|
|
106
|
+
timestamp: string;
|
|
104
107
|
userId?: string | undefined;
|
|
105
108
|
tenantId?: string | undefined;
|
|
106
109
|
};
|
|
@@ -113,8 +116,8 @@ export declare const EventHandlerSchema: z.ZodObject<{
|
|
|
113
116
|
handler: (args_0: {
|
|
114
117
|
name: string;
|
|
115
118
|
metadata: {
|
|
116
|
-
timestamp: string;
|
|
117
119
|
source: string;
|
|
120
|
+
timestamp: string;
|
|
118
121
|
userId?: string | undefined;
|
|
119
122
|
tenantId?: string | undefined;
|
|
120
123
|
};
|
|
@@ -126,8 +129,8 @@ export declare const EventHandlerSchema: z.ZodObject<{
|
|
|
126
129
|
handler: (args_0: {
|
|
127
130
|
name: string;
|
|
128
131
|
metadata: {
|
|
129
|
-
timestamp: string;
|
|
130
132
|
source: string;
|
|
133
|
+
timestamp: string;
|
|
131
134
|
userId?: string | undefined;
|
|
132
135
|
tenantId?: string | undefined;
|
|
133
136
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.zod.d.ts","sourceRoot":"","sources":["../../src/system/events.zod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"events.zod.d.ts","sourceRoot":"","sources":["../../src/system/events.zod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;;GAGG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;EAK9B,CAAC;AAEH;;;;;;GAMG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAItB,CAAC;AAEH,MAAM,MAAM,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,WAAW,CAAC,CAAC;AAEhD;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAK7B,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D;;;GAGG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;EAI3B,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAE1D;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;EAIjC,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EventPersistenceSchema = exports.EventRouteSchema = exports.EventHandlerSchema = exports.EventSchema = exports.EventMetadataSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
|
+
const identifiers_zod_1 = require("../shared/identifiers.zod");
|
|
5
6
|
/**
|
|
6
7
|
* Event Metadata Schema
|
|
7
8
|
* Metadata associated with every event
|
|
@@ -15,9 +16,12 @@ exports.EventMetadataSchema = zod_1.z.object({
|
|
|
15
16
|
/**
|
|
16
17
|
* Event Schema
|
|
17
18
|
* Base schema for all events in the system
|
|
19
|
+
*
|
|
20
|
+
* Event names follow dot notation for namespacing (e.g., 'user.created', 'order.paid').
|
|
21
|
+
* This aligns with industry standards for event-driven architectures and message queues.
|
|
18
22
|
*/
|
|
19
23
|
exports.EventSchema = zod_1.z.object({
|
|
20
|
-
name:
|
|
24
|
+
name: identifiers_zod_1.EventNameSchema.describe('Event name (lowercase with dots, e.g., user.created, order.paid)'),
|
|
21
25
|
payload: zod_1.z.any().describe('Event payload schema'),
|
|
22
26
|
metadata: exports.EventMetadataSchema.describe('Event metadata'),
|
|
23
27
|
});
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
/**
|
|
3
|
+
* Feature Rollout Strategy
|
|
4
|
+
*/
|
|
5
|
+
export declare const FeatureStrategy: z.ZodEnum<["boolean", "percentage", "user_list", "group", "custom"]>;
|
|
6
|
+
/**
|
|
7
|
+
* Feature Flag Protocol
|
|
8
|
+
*
|
|
9
|
+
* Manages feature toggles and gradual rollouts.
|
|
10
|
+
* Used for CI/CD, A/B Testing, and Trunk-Based Development.
|
|
11
|
+
*/
|
|
12
|
+
export declare const FeatureFlagSchema: z.ZodObject<{
|
|
13
|
+
name: z.ZodString;
|
|
14
|
+
label: z.ZodOptional<z.ZodString>;
|
|
15
|
+
description: z.ZodOptional<z.ZodString>;
|
|
16
|
+
/** Default state */
|
|
17
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
18
|
+
/** Rollout Strategy */
|
|
19
|
+
strategy: z.ZodDefault<z.ZodEnum<["boolean", "percentage", "user_list", "group", "custom"]>>;
|
|
20
|
+
/** Strategy Configuration */
|
|
21
|
+
conditions: z.ZodOptional<z.ZodObject<{
|
|
22
|
+
percentage: z.ZodOptional<z.ZodNumber>;
|
|
23
|
+
users: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
24
|
+
groups: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
25
|
+
expression: z.ZodOptional<z.ZodString>;
|
|
26
|
+
}, "strip", z.ZodTypeAny, {
|
|
27
|
+
expression?: string | undefined;
|
|
28
|
+
groups?: string[] | undefined;
|
|
29
|
+
percentage?: number | undefined;
|
|
30
|
+
users?: string[] | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
expression?: string | undefined;
|
|
33
|
+
groups?: string[] | undefined;
|
|
34
|
+
percentage?: number | undefined;
|
|
35
|
+
users?: string[] | undefined;
|
|
36
|
+
}>>;
|
|
37
|
+
/** Integration */
|
|
38
|
+
environment: z.ZodDefault<z.ZodEnum<["dev", "staging", "prod", "all"]>>;
|
|
39
|
+
/** Expiration */
|
|
40
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
41
|
+
}, "strip", z.ZodTypeAny, {
|
|
42
|
+
strategy: "boolean" | "custom" | "group" | "percentage" | "user_list";
|
|
43
|
+
name: string;
|
|
44
|
+
enabled: boolean;
|
|
45
|
+
environment: "prod" | "dev" | "all" | "staging";
|
|
46
|
+
label?: string | undefined;
|
|
47
|
+
description?: string | undefined;
|
|
48
|
+
conditions?: {
|
|
49
|
+
expression?: string | undefined;
|
|
50
|
+
groups?: string[] | undefined;
|
|
51
|
+
percentage?: number | undefined;
|
|
52
|
+
users?: string[] | undefined;
|
|
53
|
+
} | undefined;
|
|
54
|
+
expiresAt?: string | undefined;
|
|
55
|
+
}, {
|
|
56
|
+
name: string;
|
|
57
|
+
strategy?: "boolean" | "custom" | "group" | "percentage" | "user_list" | undefined;
|
|
58
|
+
label?: string | undefined;
|
|
59
|
+
description?: string | undefined;
|
|
60
|
+
enabled?: boolean | undefined;
|
|
61
|
+
conditions?: {
|
|
62
|
+
expression?: string | undefined;
|
|
63
|
+
groups?: string[] | undefined;
|
|
64
|
+
percentage?: number | undefined;
|
|
65
|
+
users?: string[] | undefined;
|
|
66
|
+
} | undefined;
|
|
67
|
+
environment?: "prod" | "dev" | "all" | "staging" | undefined;
|
|
68
|
+
expiresAt?: string | undefined;
|
|
69
|
+
}>;
|
|
70
|
+
export declare const FeatureFlag: z.ZodObject<{
|
|
71
|
+
name: z.ZodString;
|
|
72
|
+
label: z.ZodOptional<z.ZodString>;
|
|
73
|
+
description: z.ZodOptional<z.ZodString>;
|
|
74
|
+
/** Default state */
|
|
75
|
+
enabled: z.ZodDefault<z.ZodBoolean>;
|
|
76
|
+
/** Rollout Strategy */
|
|
77
|
+
strategy: z.ZodDefault<z.ZodEnum<["boolean", "percentage", "user_list", "group", "custom"]>>;
|
|
78
|
+
/** Strategy Configuration */
|
|
79
|
+
conditions: z.ZodOptional<z.ZodObject<{
|
|
80
|
+
percentage: z.ZodOptional<z.ZodNumber>;
|
|
81
|
+
users: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
82
|
+
groups: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
83
|
+
expression: z.ZodOptional<z.ZodString>;
|
|
84
|
+
}, "strip", z.ZodTypeAny, {
|
|
85
|
+
expression?: string | undefined;
|
|
86
|
+
groups?: string[] | undefined;
|
|
87
|
+
percentage?: number | undefined;
|
|
88
|
+
users?: string[] | undefined;
|
|
89
|
+
}, {
|
|
90
|
+
expression?: string | undefined;
|
|
91
|
+
groups?: string[] | undefined;
|
|
92
|
+
percentage?: number | undefined;
|
|
93
|
+
users?: string[] | undefined;
|
|
94
|
+
}>>;
|
|
95
|
+
/** Integration */
|
|
96
|
+
environment: z.ZodDefault<z.ZodEnum<["dev", "staging", "prod", "all"]>>;
|
|
97
|
+
/** Expiration */
|
|
98
|
+
expiresAt: z.ZodOptional<z.ZodString>;
|
|
99
|
+
}, "strip", z.ZodTypeAny, {
|
|
100
|
+
strategy: "boolean" | "custom" | "group" | "percentage" | "user_list";
|
|
101
|
+
name: string;
|
|
102
|
+
enabled: boolean;
|
|
103
|
+
environment: "prod" | "dev" | "all" | "staging";
|
|
104
|
+
label?: string | undefined;
|
|
105
|
+
description?: string | undefined;
|
|
106
|
+
conditions?: {
|
|
107
|
+
expression?: string | undefined;
|
|
108
|
+
groups?: string[] | undefined;
|
|
109
|
+
percentage?: number | undefined;
|
|
110
|
+
users?: string[] | undefined;
|
|
111
|
+
} | undefined;
|
|
112
|
+
expiresAt?: string | undefined;
|
|
113
|
+
}, {
|
|
114
|
+
name: string;
|
|
115
|
+
strategy?: "boolean" | "custom" | "group" | "percentage" | "user_list" | undefined;
|
|
116
|
+
label?: string | undefined;
|
|
117
|
+
description?: string | undefined;
|
|
118
|
+
enabled?: boolean | undefined;
|
|
119
|
+
conditions?: {
|
|
120
|
+
expression?: string | undefined;
|
|
121
|
+
groups?: string[] | undefined;
|
|
122
|
+
percentage?: number | undefined;
|
|
123
|
+
users?: string[] | undefined;
|
|
124
|
+
} | undefined;
|
|
125
|
+
environment?: "prod" | "dev" | "all" | "staging" | undefined;
|
|
126
|
+
expiresAt?: string | undefined;
|
|
127
|
+
}> & {
|
|
128
|
+
create: <T extends z.input<typeof FeatureFlagSchema>>(config: T) => T;
|
|
129
|
+
};
|
|
130
|
+
export type FeatureFlag = z.infer<typeof FeatureFlagSchema>;
|
|
131
|
+
//# sourceMappingURL=feature.zod.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feature.zod.d.ts","sourceRoot":"","sources":["../../src/system/feature.zod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;GAEG;AACH,eAAO,MAAM,eAAe,sEAM1B,CAAC;AAEH;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;;IAK5B,oBAAoB;;IAGpB,uBAAuB;;IAGvB,6BAA6B;;;;;;;;;;;;;;;;;IAQ7B,kBAAkB;;IAIlB,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEjB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;IAtBtB,oBAAoB;;IAGpB,uBAAuB;;IAGvB,6BAA6B;;;;;;;;;;;;;;;;;IAQ7B,kBAAkB;;IAIlB,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;aAKR,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,UAAU,CAAC;CAC/D,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FeatureFlag = exports.FeatureFlagSchema = exports.FeatureStrategy = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const identifiers_zod_1 = require("../shared/identifiers.zod");
|
|
6
|
+
/**
|
|
7
|
+
* Feature Rollout Strategy
|
|
8
|
+
*/
|
|
9
|
+
exports.FeatureStrategy = zod_1.z.enum([
|
|
10
|
+
'boolean', // Simple On/Off
|
|
11
|
+
'percentage', // Gradual rollout (0-100%)
|
|
12
|
+
'user_list', // Specific users
|
|
13
|
+
'group', // Specific groups/roles
|
|
14
|
+
'custom' // Custom constraint/script
|
|
15
|
+
]);
|
|
16
|
+
/**
|
|
17
|
+
* Feature Flag Protocol
|
|
18
|
+
*
|
|
19
|
+
* Manages feature toggles and gradual rollouts.
|
|
20
|
+
* Used for CI/CD, A/B Testing, and Trunk-Based Development.
|
|
21
|
+
*/
|
|
22
|
+
exports.FeatureFlagSchema = zod_1.z.object({
|
|
23
|
+
name: identifiers_zod_1.SnakeCaseIdentifierSchema.describe('Feature key (snake_case)'),
|
|
24
|
+
label: zod_1.z.string().optional().describe('Display label'),
|
|
25
|
+
description: zod_1.z.string().optional(),
|
|
26
|
+
/** Default state */
|
|
27
|
+
enabled: zod_1.z.boolean().default(false).describe('Is globally enabled'),
|
|
28
|
+
/** Rollout Strategy */
|
|
29
|
+
strategy: exports.FeatureStrategy.default('boolean'),
|
|
30
|
+
/** Strategy Configuration */
|
|
31
|
+
conditions: zod_1.z.object({
|
|
32
|
+
percentage: zod_1.z.number().min(0).max(100).optional(),
|
|
33
|
+
users: zod_1.z.array(zod_1.z.string()).optional(),
|
|
34
|
+
groups: zod_1.z.array(zod_1.z.string()).optional(),
|
|
35
|
+
expression: zod_1.z.string().optional().describe('Custom formula expression')
|
|
36
|
+
}).optional(),
|
|
37
|
+
/** Integration */
|
|
38
|
+
environment: zod_1.z.enum(['dev', 'staging', 'prod', 'all']).default('all')
|
|
39
|
+
.describe('Environment validity'),
|
|
40
|
+
/** Expiration */
|
|
41
|
+
expiresAt: zod_1.z.string().datetime().optional().describe('Feature flag expiration date'),
|
|
42
|
+
});
|
|
43
|
+
exports.FeatureFlag = Object.assign(exports.FeatureFlagSchema, {
|
|
44
|
+
create: (config) => config,
|
|
45
|
+
});
|
package/dist/system/index.d.ts
CHANGED
|
@@ -10,5 +10,15 @@ export * from './audit.zod';
|
|
|
10
10
|
export * from './translation.zod';
|
|
11
11
|
export * from './events.zod';
|
|
12
12
|
export * from './job.zod';
|
|
13
|
+
export * from './feature.zod';
|
|
13
14
|
export * from './types';
|
|
15
|
+
export * from './manifest.zod';
|
|
16
|
+
export * from './plugin.zod';
|
|
17
|
+
export * from './logger.zod';
|
|
18
|
+
export * from './context.zod';
|
|
19
|
+
export * from './scoped-storage.zod';
|
|
20
|
+
export * from './datasource.zod';
|
|
21
|
+
export * from './driver.zod';
|
|
22
|
+
export * from './driver/mongo.zod';
|
|
23
|
+
export * from './driver/postgres.zod';
|
|
14
24
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/system/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/system/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AAGxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AAGjC,cAAc,cAAc,CAAC;AAC7B,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC"}
|
package/dist/system/index.js
CHANGED
|
@@ -26,6 +26,18 @@ __exportStar(require("./audit.zod"), exports);
|
|
|
26
26
|
__exportStar(require("./translation.zod"), exports);
|
|
27
27
|
__exportStar(require("./events.zod"), exports);
|
|
28
28
|
__exportStar(require("./job.zod"), exports);
|
|
29
|
+
__exportStar(require("./feature.zod"), exports);
|
|
29
30
|
__exportStar(require("./types"), exports);
|
|
31
|
+
// Re-export Core System Definitions
|
|
32
|
+
__exportStar(require("./manifest.zod"), exports);
|
|
33
|
+
__exportStar(require("./plugin.zod"), exports);
|
|
34
|
+
__exportStar(require("./logger.zod"), exports);
|
|
35
|
+
__exportStar(require("./context.zod"), exports);
|
|
36
|
+
__exportStar(require("./scoped-storage.zod"), exports);
|
|
37
|
+
__exportStar(require("./datasource.zod"), exports);
|
|
38
|
+
// Driver Protocol
|
|
39
|
+
__exportStar(require("./driver.zod"), exports);
|
|
40
|
+
__exportStar(require("./driver/mongo.zod"), exports);
|
|
41
|
+
__exportStar(require("./driver/postgres.zod"), exports);
|
|
30
42
|
// Note: Auth, Identity, Policy, Role, Organization moved to @objectstack/spec/auth
|
|
31
43
|
// Note: Territory moved to @objectstack/spec/permission
|
package/dist/system/job.zod.d.ts
CHANGED
|
@@ -38,11 +38,11 @@ export declare const OnceScheduleSchema: z.ZodObject<{
|
|
|
38
38
|
type: z.ZodLiteral<"once">;
|
|
39
39
|
at: z.ZodString;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
type: "once";
|
|
42
41
|
at: string;
|
|
43
|
-
}, {
|
|
44
42
|
type: "once";
|
|
43
|
+
}, {
|
|
45
44
|
at: string;
|
|
45
|
+
type: "once";
|
|
46
46
|
}>;
|
|
47
47
|
/**
|
|
48
48
|
* Schedule Schema
|
|
@@ -73,11 +73,11 @@ export declare const ScheduleSchema: z.ZodDiscriminatedUnion<"type", [z.ZodObjec
|
|
|
73
73
|
type: z.ZodLiteral<"once">;
|
|
74
74
|
at: z.ZodString;
|
|
75
75
|
}, "strip", z.ZodTypeAny, {
|
|
76
|
-
type: "once";
|
|
77
76
|
at: string;
|
|
78
|
-
}, {
|
|
79
77
|
type: "once";
|
|
78
|
+
}, {
|
|
80
79
|
at: string;
|
|
80
|
+
type: "once";
|
|
81
81
|
}>]>;
|
|
82
82
|
export type Schedule = z.infer<typeof ScheduleSchema>;
|
|
83
83
|
export type CronSchedule = z.infer<typeof CronScheduleSchema>;
|
|
@@ -133,11 +133,11 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
133
133
|
type: z.ZodLiteral<"once">;
|
|
134
134
|
at: z.ZodString;
|
|
135
135
|
}, "strip", z.ZodTypeAny, {
|
|
136
|
-
type: "once";
|
|
137
136
|
at: string;
|
|
138
|
-
}, {
|
|
139
137
|
type: "once";
|
|
138
|
+
}, {
|
|
140
139
|
at: string;
|
|
140
|
+
type: "once";
|
|
141
141
|
}>]>;
|
|
142
142
|
handler: z.ZodFunction<z.ZodTuple<[], z.ZodUnknown>, z.ZodPromise<z.ZodVoid>>;
|
|
143
143
|
retryPolicy: z.ZodOptional<z.ZodObject<{
|
|
@@ -168,8 +168,8 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
168
168
|
type: "interval";
|
|
169
169
|
intervalMs: number;
|
|
170
170
|
} | {
|
|
171
|
-
type: "once";
|
|
172
171
|
at: string;
|
|
172
|
+
type: "once";
|
|
173
173
|
};
|
|
174
174
|
timeout?: number | undefined;
|
|
175
175
|
retryPolicy?: {
|
|
@@ -189,8 +189,8 @@ export declare const JobSchema: z.ZodObject<{
|
|
|
189
189
|
type: "interval";
|
|
190
190
|
intervalMs: number;
|
|
191
191
|
} | {
|
|
192
|
-
type: "once";
|
|
193
192
|
at: string;
|
|
193
|
+
type: "once";
|
|
194
194
|
};
|
|
195
195
|
timeout?: number | undefined;
|
|
196
196
|
enabled?: boolean | undefined;
|
|
@@ -91,21 +91,21 @@ export declare const LogEntrySchema: z.ZodObject<{
|
|
|
91
91
|
timestamp: string;
|
|
92
92
|
level: "error" | "info" | "debug" | "warn" | "fatal";
|
|
93
93
|
error?: Record<string, any> | undefined;
|
|
94
|
-
|
|
94
|
+
component?: string | undefined;
|
|
95
95
|
context?: Record<string, any> | undefined;
|
|
96
|
+
service?: string | undefined;
|
|
96
97
|
traceId?: string | undefined;
|
|
97
98
|
spanId?: string | undefined;
|
|
98
|
-
component?: string | undefined;
|
|
99
99
|
}, {
|
|
100
100
|
message: string;
|
|
101
101
|
timestamp: string;
|
|
102
102
|
level: "error" | "info" | "debug" | "warn" | "fatal";
|
|
103
103
|
error?: Record<string, any> | undefined;
|
|
104
|
-
|
|
104
|
+
component?: string | undefined;
|
|
105
105
|
context?: Record<string, any> | undefined;
|
|
106
|
+
service?: string | undefined;
|
|
106
107
|
traceId?: string | undefined;
|
|
107
108
|
spanId?: string | undefined;
|
|
108
|
-
component?: string | undefined;
|
|
109
109
|
}>;
|
|
110
110
|
export type LogEntry = z.infer<typeof LogEntrySchema>;
|
|
111
111
|
//# sourceMappingURL=logger.zod.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.zod.d.ts","sourceRoot":"","sources":["../../src/
|
|
1
|
+
{"version":3,"file":"logger.zod.d.ts","sourceRoot":"","sources":["../../src/system/logger.zod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;;GAGG;AACH,eAAO,MAAM,QAAQ,wDAMY,CAAC;AAElC,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,SAAS,uCAIU,CAAC;AAEjC,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,SAAS,CAAC,CAAC;AAElD;;;GAGG;AACH,eAAO,MAAM,kBAAkB;IAC7B;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAIH;;OAEG;;IAIH;;OAEG;;IAGH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKH,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAE9D;;;GAGG;AACH,eAAO,MAAM,cAAc;;;;;;IAOzB,cAAc;;;IAId,aAAa;;;;;;;;;;;;;;;;;;;;;;;EAGb,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC"}
|