@contractspec/example.analytics-dashboard 1.61.0 → 2.0.0
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/README.md +1 -1
- package/dist/browser/dashboard/dashboard.operation.js +1 -1
- package/dist/browser/dashboard/dashboard.presentation.js +4 -1
- package/dist/browser/dashboard/dashboard.test-spec.js +1 -1
- package/dist/browser/dashboard/index.js +1 -1
- package/dist/browser/dashboard.feature.js +1 -1
- package/dist/browser/docs/analytics-dashboard.docblock.js +1 -1
- package/dist/browser/docs/index.js +1 -1
- package/dist/browser/events.js +1 -1
- package/dist/browser/example.js +1 -1
- package/dist/browser/index.js +2 -2
- package/dist/browser/query/index.js +1 -1
- package/dist/browser/query/query.operation.js +1 -1
- package/dist/browser/query/query.presentation.js +4 -1
- package/dist/browser/query/query.test-spec.js +1 -1
- package/dist/dashboard/dashboard.enum.d.ts +0 -1
- package/dist/dashboard/dashboard.operation.d.ts +4 -5
- package/dist/dashboard/dashboard.operation.js +1 -1
- package/dist/dashboard/dashboard.presentation.d.ts +3 -4
- package/dist/dashboard/dashboard.presentation.js +4 -1
- package/dist/dashboard/dashboard.schema.d.ts +0 -1
- package/dist/dashboard/dashboard.test-spec.d.ts +4 -5
- package/dist/dashboard/dashboard.test-spec.js +1 -1
- package/dist/dashboard/index.d.ts +0 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/dashboard.feature.d.ts +1 -2
- package/dist/dashboard.feature.js +1 -1
- package/dist/datasource/posthog-datasource.d.ts +1 -2
- package/dist/docs/analytics-dashboard.docblock.d.ts +0 -1
- package/dist/docs/analytics-dashboard.docblock.js +1 -1
- package/dist/docs/index.d.ts +0 -1
- package/dist/docs/index.js +1 -1
- package/dist/events.d.ts +6 -7
- package/dist/events.js +1 -1
- package/dist/example.d.ts +1 -2
- package/dist/example.js +1 -1
- package/dist/handlers/analytics.handlers.d.ts +0 -1
- package/dist/handlers/index.d.ts +0 -1
- package/dist/handlers/query.handlers.d.ts +1 -2
- package/dist/index.d.ts +0 -1
- package/dist/index.js +2 -2
- package/dist/node/dashboard/dashboard.operation.js +1 -1
- package/dist/node/dashboard/dashboard.presentation.js +4 -1
- package/dist/node/dashboard/dashboard.test-spec.js +1 -1
- package/dist/node/dashboard/index.js +1 -1
- package/dist/node/dashboard.feature.js +1 -1
- package/dist/node/docs/analytics-dashboard.docblock.js +1 -1
- package/dist/node/docs/index.js +1 -1
- package/dist/node/events.js +1 -1
- package/dist/node/example.js +1 -1
- package/dist/node/index.js +2 -2
- package/dist/node/query/index.js +1 -1
- package/dist/node/query/query.operation.js +1 -1
- package/dist/node/query/query.presentation.js +4 -1
- package/dist/node/query/query.test-spec.js +1 -1
- package/dist/query/index.d.ts +0 -1
- package/dist/query/index.js +1 -1
- package/dist/query/query.enum.d.ts +0 -1
- package/dist/query/query.operation.d.ts +2 -3
- package/dist/query/query.operation.js +1 -1
- package/dist/query/query.presentation.d.ts +2 -3
- package/dist/query/query.presentation.js +4 -1
- package/dist/query/query.schema.d.ts +0 -1
- package/dist/query/query.test-spec.d.ts +2 -3
- package/dist/query/query.test-spec.js +1 -1
- package/dist/query-engine/index.d.ts +0 -1
- package/dist/seeders/index.d.ts +0 -1
- package/dist/ui/AnalyticsDashboard.d.ts +0 -1
- package/dist/ui/hooks/index.d.ts +0 -1
- package/dist/ui/hooks/useAnalyticsData.d.ts +0 -1
- package/dist/ui/index.d.ts +0 -1
- package/dist/ui/renderers/analytics.markdown.d.ts +1 -2
- package/dist/ui/renderers/index.d.ts +0 -1
- package/package.json +10 -9
- package/dist/dashboard/dashboard.enum.d.ts.map +0 -1
- package/dist/dashboard/dashboard.operation.d.ts.map +0 -1
- package/dist/dashboard/dashboard.presentation.d.ts.map +0 -1
- package/dist/dashboard/dashboard.schema.d.ts.map +0 -1
- package/dist/dashboard/dashboard.test-spec.d.ts.map +0 -1
- package/dist/dashboard/index.d.ts.map +0 -1
- package/dist/dashboard.feature.d.ts.map +0 -1
- package/dist/datasource/posthog-datasource.d.ts.map +0 -1
- package/dist/docs/analytics-dashboard.docblock.d.ts.map +0 -1
- package/dist/docs/index.d.ts.map +0 -1
- package/dist/events.d.ts.map +0 -1
- package/dist/example.d.ts.map +0 -1
- package/dist/handlers/analytics.handlers.d.ts.map +0 -1
- package/dist/handlers/index.d.ts.map +0 -1
- package/dist/handlers/query.handlers.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/query/index.d.ts.map +0 -1
- package/dist/query/query.enum.d.ts.map +0 -1
- package/dist/query/query.operation.d.ts.map +0 -1
- package/dist/query/query.presentation.d.ts.map +0 -1
- package/dist/query/query.schema.d.ts.map +0 -1
- package/dist/query/query.test-spec.d.ts.map +0 -1
- package/dist/query-engine/index.d.ts.map +0 -1
- package/dist/seeders/index.d.ts.map +0 -1
- package/dist/ui/AnalyticsDashboard.d.ts.map +0 -1
- package/dist/ui/hooks/index.d.ts.map +0 -1
- package/dist/ui/hooks/useAnalyticsData.d.ts.map +0 -1
- package/dist/ui/index.d.ts.map +0 -1
- package/dist/ui/renderers/analytics.markdown.d.ts.map +0 -1
- package/dist/ui/renderers/index.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -235,7 +235,7 @@ const result = await queryEngine.execute(
|
|
|
235
235
|
## Dependencies
|
|
236
236
|
|
|
237
237
|
- `@contractspec/lib.schema` - Entity definitions
|
|
238
|
-
- `@contractspec/lib.contracts` - Contract definitions
|
|
238
|
+
- `@contractspec/lib.contracts-spec` - Contract definitions
|
|
239
239
|
- `@contractspec/lib.identity-rbac` - Access control
|
|
240
240
|
- `@contractspec/lib.metering` - Usage metrics integration
|
|
241
241
|
- `@contractspec/module.audit-trail` - Change tracking
|
|
@@ -120,7 +120,7 @@ var GetDashboardInputModel = defineSchemaModel({
|
|
|
120
120
|
import {
|
|
121
121
|
defineCommand,
|
|
122
122
|
defineQuery
|
|
123
|
-
} from "@contractspec/lib.contracts/operations";
|
|
123
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
124
124
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
125
125
|
var CreateDashboardContract = defineCommand({
|
|
126
126
|
meta: {
|
|
@@ -117,7 +117,10 @@ var GetDashboardInputModel = defineSchemaModel({
|
|
|
117
117
|
});
|
|
118
118
|
|
|
119
119
|
// src/dashboard/dashboard.presentation.ts
|
|
120
|
-
import {
|
|
120
|
+
import {
|
|
121
|
+
definePresentation,
|
|
122
|
+
StabilityEnum
|
|
123
|
+
} from "@contractspec/lib.contracts-spec";
|
|
121
124
|
var DashboardsListPresentation = definePresentation({
|
|
122
125
|
meta: {
|
|
123
126
|
key: "analytics.dashboard.viewList",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/dashboard/dashboard.test-spec.ts
|
|
2
|
-
import { defineTestSpec } from "@contractspec/lib.contracts";
|
|
2
|
+
import { defineTestSpec } from "@contractspec/lib.contracts-spec/tests";
|
|
3
3
|
var CreateDashboardTest = defineTestSpec({
|
|
4
4
|
meta: {
|
|
5
5
|
key: "analytics.dashboard.create.test",
|
|
@@ -120,7 +120,7 @@ var GetDashboardInputModel = defineSchemaModel({
|
|
|
120
120
|
import {
|
|
121
121
|
defineCommand,
|
|
122
122
|
defineQuery
|
|
123
|
-
} from "@contractspec/lib.contracts/operations";
|
|
123
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
124
124
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
125
125
|
var CreateDashboardContract = defineCommand({
|
|
126
126
|
meta: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/analytics-dashboard.docblock.ts
|
|
2
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
2
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
3
3
|
var analyticsDashboardDocBlocks = [
|
|
4
4
|
{
|
|
5
5
|
id: "docs.examples.analytics-dashboard",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/analytics-dashboard.docblock.ts
|
|
2
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
2
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
3
3
|
var analyticsDashboardDocBlocks = [
|
|
4
4
|
{
|
|
5
5
|
id: "docs.examples.analytics-dashboard",
|
package/dist/browser/events.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/events.ts
|
|
2
2
|
import { defineSchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
|
|
3
|
-
import { defineEvent } from "@contractspec/lib.contracts";
|
|
3
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
4
4
|
var DashboardEventPayload = defineSchemaModel({
|
|
5
5
|
name: "DashboardEventPayload",
|
|
6
6
|
description: "Payload for dashboard events",
|
package/dist/browser/example.js
CHANGED
package/dist/browser/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/dashboard.feature.ts
|
|
2
|
-
import { defineFeature } from "@contractspec/lib.contracts";
|
|
2
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
3
3
|
var AnalyticsDashboardFeature = defineFeature({
|
|
4
4
|
meta: {
|
|
5
5
|
key: "analytics-dashboard",
|
|
@@ -711,7 +711,7 @@ var ExecuteQueryInputModel = defineSchemaModel({
|
|
|
711
711
|
import {
|
|
712
712
|
defineCommand,
|
|
713
713
|
defineQuery
|
|
714
|
-
} from "@contractspec/lib.contracts/operations";
|
|
714
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
715
715
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
716
716
|
var CreateQueryContract = defineCommand({
|
|
717
717
|
meta: {
|
|
@@ -67,7 +67,7 @@ var ExecuteQueryInputModel = defineSchemaModel({
|
|
|
67
67
|
import {
|
|
68
68
|
defineCommand,
|
|
69
69
|
defineQuery
|
|
70
|
-
} from "@contractspec/lib.contracts/operations";
|
|
70
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
71
71
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
72
72
|
var CreateQueryContract = defineCommand({
|
|
73
73
|
meta: {
|
|
@@ -67,7 +67,7 @@ var ExecuteQueryInputModel = defineSchemaModel({
|
|
|
67
67
|
import {
|
|
68
68
|
defineCommand,
|
|
69
69
|
defineQuery
|
|
70
|
-
} from "@contractspec/lib.contracts/operations";
|
|
70
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
71
71
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
72
72
|
var CreateQueryContract = defineCommand({
|
|
73
73
|
meta: {
|
|
@@ -64,7 +64,10 @@ var ExecuteQueryInputModel = defineSchemaModel({
|
|
|
64
64
|
});
|
|
65
65
|
|
|
66
66
|
// src/query/query.presentation.ts
|
|
67
|
-
import {
|
|
67
|
+
import {
|
|
68
|
+
definePresentation,
|
|
69
|
+
StabilityEnum
|
|
70
|
+
} from "@contractspec/lib.contracts-spec";
|
|
68
71
|
var QueriesListPresentation = definePresentation({
|
|
69
72
|
meta: {
|
|
70
73
|
key: "analytics.query.list",
|
|
@@ -10,4 +10,3 @@ export declare const WidgetTypeEnum: import("@contractspec/lib.schema").EnumType
|
|
|
10
10
|
* Refresh interval enum.
|
|
11
11
|
*/
|
|
12
12
|
export declare const RefreshIntervalEnum: import("@contractspec/lib.schema").EnumType<[string, string, string, string, string, string]>;
|
|
13
|
-
//# sourceMappingURL=dashboard.enum.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Create a new analytics dashboard.
|
|
3
3
|
*/
|
|
4
|
-
export declare const CreateDashboardContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
4
|
+
export declare const CreateDashboardContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
5
5
|
name: {
|
|
6
6
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
7
7
|
isOptional: false;
|
|
@@ -192,7 +192,7 @@ export declare const CreateDashboardContract: import("@contractspec/lib.contract
|
|
|
192
192
|
/**
|
|
193
193
|
* Add a widget to a dashboard.
|
|
194
194
|
*/
|
|
195
|
-
export declare const AddWidgetContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
195
|
+
export declare const AddWidgetContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
196
196
|
dashboardId: {
|
|
197
197
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
198
198
|
isOptional: false;
|
|
@@ -323,7 +323,7 @@ export declare const AddWidgetContract: import("@contractspec/lib.contracts").Op
|
|
|
323
323
|
/**
|
|
324
324
|
* List dashboards.
|
|
325
325
|
*/
|
|
326
|
-
export declare const ListDashboardsContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
326
|
+
export declare const ListDashboardsContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
327
327
|
status: {
|
|
328
328
|
type: import("@contractspec/lib.schema").EnumType<[string, string, string]>;
|
|
329
329
|
isOptional: true;
|
|
@@ -435,7 +435,7 @@ export declare const ListDashboardsContract: import("@contractspec/lib.contracts
|
|
|
435
435
|
/**
|
|
436
436
|
* Get a dashboard with widgets.
|
|
437
437
|
*/
|
|
438
|
-
export declare const GetDashboardContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
438
|
+
export declare const GetDashboardContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
439
439
|
dashboardId: {
|
|
440
440
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
441
441
|
isOptional: true;
|
|
@@ -528,4 +528,3 @@ export declare const GetDashboardContract: import("@contractspec/lib.contracts")
|
|
|
528
528
|
isOptional: false;
|
|
529
529
|
};
|
|
530
530
|
}>, undefined>;
|
|
531
|
-
//# sourceMappingURL=dashboard.operation.d.ts.map
|
|
@@ -121,7 +121,7 @@ var GetDashboardInputModel = defineSchemaModel({
|
|
|
121
121
|
import {
|
|
122
122
|
defineCommand,
|
|
123
123
|
defineQuery
|
|
124
|
-
} from "@contractspec/lib.contracts/operations";
|
|
124
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
125
125
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
126
126
|
var CreateDashboardContract = defineCommand({
|
|
127
127
|
meta: {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export declare const DashboardsListPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
2
|
-
export declare const DashboardViewPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
3
|
-
export declare const DashboardEditorPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
4
|
-
//# sourceMappingURL=dashboard.presentation.d.ts.map
|
|
1
|
+
export declare const DashboardsListPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
2
|
+
export declare const DashboardViewPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
3
|
+
export declare const DashboardEditorPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
@@ -118,7 +118,10 @@ var GetDashboardInputModel = defineSchemaModel({
|
|
|
118
118
|
});
|
|
119
119
|
|
|
120
120
|
// src/dashboard/dashboard.presentation.ts
|
|
121
|
-
import {
|
|
121
|
+
import {
|
|
122
|
+
definePresentation,
|
|
123
|
+
StabilityEnum
|
|
124
|
+
} from "@contractspec/lib.contracts-spec";
|
|
122
125
|
var DashboardsListPresentation = definePresentation({
|
|
123
126
|
meta: {
|
|
124
127
|
key: "analytics.dashboard.viewList",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export declare const CreateDashboardTest: import("@contractspec/lib.contracts").TestSpec;
|
|
2
|
-
export declare const ListDashboardsTest: import("@contractspec/lib.contracts").TestSpec;
|
|
3
|
-
export declare const GetDashboardTest: import("@contractspec/lib.contracts").TestSpec;
|
|
4
|
-
export declare const AddWidgetTest: import("@contractspec/lib.contracts").TestSpec;
|
|
5
|
-
//# sourceMappingURL=dashboard.test-spec.d.ts.map
|
|
1
|
+
export declare const CreateDashboardTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
2
|
+
export declare const ListDashboardsTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
3
|
+
export declare const GetDashboardTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
4
|
+
export declare const AddWidgetTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/dashboard/dashboard.test-spec.ts
|
|
3
|
-
import { defineTestSpec } from "@contractspec/lib.contracts";
|
|
3
|
+
import { defineTestSpec } from "@contractspec/lib.contracts-spec/tests";
|
|
4
4
|
var CreateDashboardTest = defineTestSpec({
|
|
5
5
|
meta: {
|
|
6
6
|
key: "analytics.dashboard.create.test",
|
|
@@ -4,4 +4,3 @@
|
|
|
4
4
|
export { DashboardStatusEnum, WidgetTypeEnum, RefreshIntervalEnum, } from './dashboard.enum';
|
|
5
5
|
export { WidgetModel, DashboardModel, CreateDashboardInputModel, AddWidgetInputModel, ListDashboardsInputModel, ListDashboardsOutputModel, GetDashboardInputModel, } from './dashboard.schema';
|
|
6
6
|
export { CreateDashboardContract, AddWidgetContract, ListDashboardsContract, GetDashboardContract, } from './dashboard.operation';
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/dashboard/index.js
CHANGED
|
@@ -121,7 +121,7 @@ var GetDashboardInputModel = defineSchemaModel({
|
|
|
121
121
|
import {
|
|
122
122
|
defineCommand,
|
|
123
123
|
defineQuery
|
|
124
|
-
} from "@contractspec/lib.contracts/operations";
|
|
124
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
125
125
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
126
126
|
var CreateDashboardContract = defineCommand({
|
|
127
127
|
meta: {
|
|
@@ -7,5 +7,4 @@
|
|
|
7
7
|
* This feature module bundles all dashboard and query operations, events,
|
|
8
8
|
* and presentations into an installable feature following FeatureModuleSpec.
|
|
9
9
|
*/
|
|
10
|
-
export declare const AnalyticsDashboardFeature: import("@contractspec/lib.contracts").FeatureModuleSpec;
|
|
11
|
-
//# sourceMappingURL=dashboard.feature.d.ts.map
|
|
10
|
+
export declare const AnalyticsDashboardFeature: import("@contractspec/lib.contracts-spec").FeatureModuleSpec;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AnalyticsReader } from '@contractspec/lib.contracts
|
|
1
|
+
import type { AnalyticsReader } from '@contractspec/lib.contracts-integrations';
|
|
2
2
|
import type { IQueryEngine, QueryDefinition, QueryParameters, QueryResult } from '../query-engine';
|
|
3
3
|
export interface PosthogQueryEngineOptions {
|
|
4
4
|
defaultLimit?: number;
|
|
@@ -15,4 +15,3 @@ export declare class PosthogQueryEngine implements IQueryEngine {
|
|
|
15
15
|
private executeHogQL;
|
|
16
16
|
}
|
|
17
17
|
export declare function createPosthogQueryEngine(reader: AnalyticsReader, options?: PosthogQueryEngineOptions): IQueryEngine;
|
|
18
|
-
//# sourceMappingURL=posthog-datasource.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/docs/analytics-dashboard.docblock.ts
|
|
3
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
3
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
4
4
|
var analyticsDashboardDocBlocks = [
|
|
5
5
|
{
|
|
6
6
|
id: "docs.examples.analytics-dashboard",
|
package/dist/docs/index.d.ts
CHANGED
package/dist/docs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/docs/analytics-dashboard.docblock.ts
|
|
3
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
3
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
4
4
|
var analyticsDashboardDocBlocks = [
|
|
5
5
|
{
|
|
6
6
|
id: "docs.examples.analytics-dashboard",
|
package/dist/events.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const DashboardCreatedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
1
|
+
export declare const DashboardCreatedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
2
2
|
dashboardId: {
|
|
3
3
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
4
4
|
isOptional: false;
|
|
@@ -20,7 +20,7 @@ export declare const DashboardCreatedEvent: import("@contractspec/lib.contracts"
|
|
|
20
20
|
isOptional: false;
|
|
21
21
|
};
|
|
22
22
|
}>>;
|
|
23
|
-
export declare const WidgetAddedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
23
|
+
export declare const WidgetAddedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
24
24
|
widgetId: {
|
|
25
25
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
26
26
|
isOptional: false;
|
|
@@ -42,7 +42,7 @@ export declare const WidgetAddedEvent: import("@contractspec/lib.contracts").Eve
|
|
|
42
42
|
isOptional: false;
|
|
43
43
|
};
|
|
44
44
|
}>>;
|
|
45
|
-
export declare const QueryCreatedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
45
|
+
export declare const QueryCreatedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
46
46
|
queryId: {
|
|
47
47
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
48
48
|
isOptional: false;
|
|
@@ -69,7 +69,7 @@ export declare const QueryCreatedEvent: import("@contractspec/lib.contracts").Ev
|
|
|
69
69
|
};
|
|
70
70
|
}>>;
|
|
71
71
|
export declare const AnalyticsDashboardEvents: {
|
|
72
|
-
DashboardCreatedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
72
|
+
DashboardCreatedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
73
73
|
dashboardId: {
|
|
74
74
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
75
75
|
isOptional: false;
|
|
@@ -91,7 +91,7 @@ export declare const AnalyticsDashboardEvents: {
|
|
|
91
91
|
isOptional: false;
|
|
92
92
|
};
|
|
93
93
|
}>>;
|
|
94
|
-
WidgetAddedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
94
|
+
WidgetAddedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
95
95
|
widgetId: {
|
|
96
96
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
97
97
|
isOptional: false;
|
|
@@ -113,7 +113,7 @@ export declare const AnalyticsDashboardEvents: {
|
|
|
113
113
|
isOptional: false;
|
|
114
114
|
};
|
|
115
115
|
}>>;
|
|
116
|
-
QueryCreatedEvent: import("@contractspec/lib.contracts").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
116
|
+
QueryCreatedEvent: import("@contractspec/lib.contracts-spec").EventSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
117
117
|
queryId: {
|
|
118
118
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
119
119
|
isOptional: false;
|
|
@@ -140,4 +140,3 @@ export declare const AnalyticsDashboardEvents: {
|
|
|
140
140
|
};
|
|
141
141
|
}>>;
|
|
142
142
|
};
|
|
143
|
-
//# sourceMappingURL=events.d.ts.map
|
package/dist/events.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/events.ts
|
|
3
3
|
import { defineSchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
|
|
4
|
-
import { defineEvent } from "@contractspec/lib.contracts";
|
|
4
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
5
5
|
var DashboardEventPayload = defineSchemaModel({
|
|
6
6
|
name: "DashboardEventPayload",
|
|
7
7
|
description: "Payload for dashboard events",
|
package/dist/example.d.ts
CHANGED
package/dist/example.js
CHANGED
|
@@ -119,4 +119,3 @@ export declare function createAnalyticsHandlers(db: DatabasePort): {
|
|
|
119
119
|
getQuery: (queryId: string) => Promise<Query | null>;
|
|
120
120
|
};
|
|
121
121
|
export type AnalyticsHandlers = ReturnType<typeof createAnalyticsHandlers>;
|
|
122
|
-
//# sourceMappingURL=analytics.handlers.d.ts.map
|
package/dist/handlers/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AnalyticsReader } from '@contractspec/lib.contracts
|
|
1
|
+
import type { AnalyticsReader } from '@contractspec/lib.contracts-integrations';
|
|
2
2
|
import type { QueryDefinition, QueryParameters, QueryResult } from '../query-engine';
|
|
3
3
|
export interface ExecutePosthogQueryInput {
|
|
4
4
|
definition: QueryDefinition;
|
|
@@ -6,4 +6,3 @@ export interface ExecutePosthogQueryInput {
|
|
|
6
6
|
reader: AnalyticsReader;
|
|
7
7
|
}
|
|
8
8
|
export declare function executePosthogQuery(input: ExecutePosthogQueryInput): Promise<QueryResult>;
|
|
9
|
-
//# sourceMappingURL=query.handlers.d.ts.map
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/dashboard.feature.ts
|
|
3
|
-
import { defineFeature } from "@contractspec/lib.contracts";
|
|
3
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
4
4
|
var AnalyticsDashboardFeature = defineFeature({
|
|
5
5
|
meta: {
|
|
6
6
|
key: "analytics-dashboard",
|
|
@@ -712,7 +712,7 @@ var ExecuteQueryInputModel = defineSchemaModel({
|
|
|
712
712
|
import {
|
|
713
713
|
defineCommand,
|
|
714
714
|
defineQuery
|
|
715
|
-
} from "@contractspec/lib.contracts/operations";
|
|
715
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
716
716
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
717
717
|
var CreateQueryContract = defineCommand({
|
|
718
718
|
meta: {
|
|
@@ -120,7 +120,7 @@ var GetDashboardInputModel = defineSchemaModel({
|
|
|
120
120
|
import {
|
|
121
121
|
defineCommand,
|
|
122
122
|
defineQuery
|
|
123
|
-
} from "@contractspec/lib.contracts/operations";
|
|
123
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
124
124
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
125
125
|
var CreateDashboardContract = defineCommand({
|
|
126
126
|
meta: {
|
|
@@ -117,7 +117,10 @@ var GetDashboardInputModel = defineSchemaModel({
|
|
|
117
117
|
});
|
|
118
118
|
|
|
119
119
|
// src/dashboard/dashboard.presentation.ts
|
|
120
|
-
import {
|
|
120
|
+
import {
|
|
121
|
+
definePresentation,
|
|
122
|
+
StabilityEnum
|
|
123
|
+
} from "@contractspec/lib.contracts-spec";
|
|
121
124
|
var DashboardsListPresentation = definePresentation({
|
|
122
125
|
meta: {
|
|
123
126
|
key: "analytics.dashboard.viewList",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/dashboard/dashboard.test-spec.ts
|
|
2
|
-
import { defineTestSpec } from "@contractspec/lib.contracts";
|
|
2
|
+
import { defineTestSpec } from "@contractspec/lib.contracts-spec/tests";
|
|
3
3
|
var CreateDashboardTest = defineTestSpec({
|
|
4
4
|
meta: {
|
|
5
5
|
key: "analytics.dashboard.create.test",
|
|
@@ -120,7 +120,7 @@ var GetDashboardInputModel = defineSchemaModel({
|
|
|
120
120
|
import {
|
|
121
121
|
defineCommand,
|
|
122
122
|
defineQuery
|
|
123
|
-
} from "@contractspec/lib.contracts/operations";
|
|
123
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
124
124
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
125
125
|
var CreateDashboardContract = defineCommand({
|
|
126
126
|
meta: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/analytics-dashboard.docblock.ts
|
|
2
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
2
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
3
3
|
var analyticsDashboardDocBlocks = [
|
|
4
4
|
{
|
|
5
5
|
id: "docs.examples.analytics-dashboard",
|
package/dist/node/docs/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/docs/analytics-dashboard.docblock.ts
|
|
2
|
-
import { registerDocBlocks } from "@contractspec/lib.contracts/docs";
|
|
2
|
+
import { registerDocBlocks } from "@contractspec/lib.contracts-spec/docs";
|
|
3
3
|
var analyticsDashboardDocBlocks = [
|
|
4
4
|
{
|
|
5
5
|
id: "docs.examples.analytics-dashboard",
|
package/dist/node/events.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/events.ts
|
|
2
2
|
import { defineSchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
|
|
3
|
-
import { defineEvent } from "@contractspec/lib.contracts";
|
|
3
|
+
import { defineEvent } from "@contractspec/lib.contracts-spec";
|
|
4
4
|
var DashboardEventPayload = defineSchemaModel({
|
|
5
5
|
name: "DashboardEventPayload",
|
|
6
6
|
description: "Payload for dashboard events",
|
package/dist/node/example.js
CHANGED
package/dist/node/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/dashboard.feature.ts
|
|
2
|
-
import { defineFeature } from "@contractspec/lib.contracts";
|
|
2
|
+
import { defineFeature } from "@contractspec/lib.contracts-spec";
|
|
3
3
|
var AnalyticsDashboardFeature = defineFeature({
|
|
4
4
|
meta: {
|
|
5
5
|
key: "analytics-dashboard",
|
|
@@ -711,7 +711,7 @@ var ExecuteQueryInputModel = defineSchemaModel({
|
|
|
711
711
|
import {
|
|
712
712
|
defineCommand,
|
|
713
713
|
defineQuery
|
|
714
|
-
} from "@contractspec/lib.contracts/operations";
|
|
714
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
715
715
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
716
716
|
var CreateQueryContract = defineCommand({
|
|
717
717
|
meta: {
|
package/dist/node/query/index.js
CHANGED
|
@@ -67,7 +67,7 @@ var ExecuteQueryInputModel = defineSchemaModel({
|
|
|
67
67
|
import {
|
|
68
68
|
defineCommand,
|
|
69
69
|
defineQuery
|
|
70
|
-
} from "@contractspec/lib.contracts/operations";
|
|
70
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
71
71
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
72
72
|
var CreateQueryContract = defineCommand({
|
|
73
73
|
meta: {
|
|
@@ -67,7 +67,7 @@ var ExecuteQueryInputModel = defineSchemaModel({
|
|
|
67
67
|
import {
|
|
68
68
|
defineCommand,
|
|
69
69
|
defineQuery
|
|
70
|
-
} from "@contractspec/lib.contracts/operations";
|
|
70
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
71
71
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
72
72
|
var CreateQueryContract = defineCommand({
|
|
73
73
|
meta: {
|
|
@@ -64,7 +64,10 @@ var ExecuteQueryInputModel = defineSchemaModel({
|
|
|
64
64
|
});
|
|
65
65
|
|
|
66
66
|
// src/query/query.presentation.ts
|
|
67
|
-
import {
|
|
67
|
+
import {
|
|
68
|
+
definePresentation,
|
|
69
|
+
StabilityEnum
|
|
70
|
+
} from "@contractspec/lib.contracts-spec";
|
|
68
71
|
var QueriesListPresentation = definePresentation({
|
|
69
72
|
meta: {
|
|
70
73
|
key: "analytics.query.list",
|
package/dist/query/index.d.ts
CHANGED
|
@@ -4,4 +4,3 @@
|
|
|
4
4
|
export { QueryTypeEnum } from './query.enum';
|
|
5
5
|
export { QueryModel, QueryResultModel, CreateQueryInputModel, ExecuteQueryInputModel, } from './query.schema';
|
|
6
6
|
export { CreateQueryContract, ExecuteQueryContract } from './query.operation';
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/query/index.js
CHANGED
|
@@ -68,7 +68,7 @@ var ExecuteQueryInputModel = defineSchemaModel({
|
|
|
68
68
|
import {
|
|
69
69
|
defineCommand,
|
|
70
70
|
defineQuery
|
|
71
|
-
} from "@contractspec/lib.contracts/operations";
|
|
71
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
72
72
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
73
73
|
var CreateQueryContract = defineCommand({
|
|
74
74
|
meta: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Create a data query.
|
|
3
3
|
*/
|
|
4
|
-
export declare const CreateQueryContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
4
|
+
export declare const CreateQueryContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
5
5
|
name: {
|
|
6
6
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
7
7
|
isOptional: false;
|
|
@@ -121,7 +121,7 @@ export declare const CreateQueryContract: import("@contractspec/lib.contracts").
|
|
|
121
121
|
/**
|
|
122
122
|
* Execute a data query.
|
|
123
123
|
*/
|
|
124
|
-
export declare const ExecuteQueryContract: import("@contractspec/lib.contracts").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
124
|
+
export declare const ExecuteQueryContract: import("@contractspec/lib.contracts-spec").OperationSpec<import("@contractspec/lib.schema").SchemaModel<{
|
|
125
125
|
queryId: {
|
|
126
126
|
type: import("@contractspec/lib.schema").FieldType<string, string>;
|
|
127
127
|
isOptional: false;
|
|
@@ -172,4 +172,3 @@ export declare const ExecuteQueryContract: import("@contractspec/lib.contracts")
|
|
|
172
172
|
isOptional: true;
|
|
173
173
|
};
|
|
174
174
|
}>, undefined>;
|
|
175
|
-
//# sourceMappingURL=query.operation.d.ts.map
|
|
@@ -68,7 +68,7 @@ var ExecuteQueryInputModel = defineSchemaModel({
|
|
|
68
68
|
import {
|
|
69
69
|
defineCommand,
|
|
70
70
|
defineQuery
|
|
71
|
-
} from "@contractspec/lib.contracts/operations";
|
|
71
|
+
} from "@contractspec/lib.contracts-spec/operations";
|
|
72
72
|
var OWNERS = ["@example.analytics-dashboard"];
|
|
73
73
|
var CreateQueryContract = defineCommand({
|
|
74
74
|
meta: {
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export declare const QueriesListPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
2
|
-
export declare const QueryBuilderPresentation: import("@contractspec/lib.contracts").PresentationSpec;
|
|
3
|
-
//# sourceMappingURL=query.presentation.d.ts.map
|
|
1
|
+
export declare const QueriesListPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
2
|
+
export declare const QueryBuilderPresentation: import("@contractspec/lib.contracts-spec").PresentationSpec;
|
|
@@ -65,7 +65,10 @@ var ExecuteQueryInputModel = defineSchemaModel({
|
|
|
65
65
|
});
|
|
66
66
|
|
|
67
67
|
// src/query/query.presentation.ts
|
|
68
|
-
import {
|
|
68
|
+
import {
|
|
69
|
+
definePresentation,
|
|
70
|
+
StabilityEnum
|
|
71
|
+
} from "@contractspec/lib.contracts-spec";
|
|
69
72
|
var QueriesListPresentation = definePresentation({
|
|
70
73
|
meta: {
|
|
71
74
|
key: "analytics.query.list",
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export declare const CreateQueryTest: import("@contractspec/lib.contracts").TestSpec;
|
|
2
|
-
export declare const ExecuteQueryTest: import("@contractspec/lib.contracts").TestSpec;
|
|
3
|
-
//# sourceMappingURL=query.test-spec.d.ts.map
|
|
1
|
+
export declare const CreateQueryTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
2
|
+
export declare const ExecuteQueryTest: import("@contractspec/lib.contracts-spec/tests").TestSpec;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/query/query.test-spec.ts
|
|
3
|
-
import { defineTestSpec } from "@contractspec/lib.contracts";
|
|
3
|
+
import { defineTestSpec } from "@contractspec/lib.contracts-spec/tests";
|
|
4
4
|
var CreateQueryTest = defineTestSpec({
|
|
5
5
|
meta: {
|
|
6
6
|
key: "analytics.query.create.test",
|
|
@@ -101,4 +101,3 @@ export declare class BasicQueryEngine implements IQueryEngine {
|
|
|
101
101
|
}
|
|
102
102
|
export declare function createQueryEngine(cache?: IQueryCache): IQueryEngine;
|
|
103
103
|
export { PosthogQueryEngine, createPosthogQueryEngine, } from '../datasource/posthog-datasource';
|
|
104
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/seeders/index.d.ts
CHANGED
package/dist/ui/hooks/index.d.ts
CHANGED
package/dist/ui/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Markdown renderers for Analytics Dashboard presentations
|
|
3
3
|
*/
|
|
4
|
-
import type { PresentationRenderer } from '@contractspec/lib.contracts';
|
|
4
|
+
import type { PresentationRenderer } from '@contractspec/lib.contracts-spec/presentations/transform-engine';
|
|
5
5
|
/**
|
|
6
6
|
* Markdown renderer for Analytics Dashboard Overview
|
|
7
7
|
*/
|
|
@@ -23,4 +23,3 @@ export declare const queryBuilderMarkdownRenderer: PresentationRenderer<{
|
|
|
23
23
|
mimeType: string;
|
|
24
24
|
body: string;
|
|
25
25
|
}>;
|
|
26
|
-
//# sourceMappingURL=analytics.markdown.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.analytics-dashboard",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Analytics Dashboard example with widgets and query engine for ContractSpec",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -19,20 +19,21 @@
|
|
|
19
19
|
"typecheck": "tsc --noEmit"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@contractspec/lib.schema": "
|
|
23
|
-
"@contractspec/lib.contracts": "
|
|
24
|
-
"@contractspec/lib.
|
|
25
|
-
"@contractspec/lib.
|
|
26
|
-
"@contractspec/lib.
|
|
22
|
+
"@contractspec/lib.schema": "2.0.0",
|
|
23
|
+
"@contractspec/lib.contracts-spec": "2.0.0",
|
|
24
|
+
"@contractspec/lib.contracts-integrations": "2.0.0",
|
|
25
|
+
"@contractspec/lib.example-shared-ui": "2.0.0",
|
|
26
|
+
"@contractspec/lib.design-system": "2.0.0",
|
|
27
|
+
"@contractspec/lib.runtime-sandbox": "1.0.0",
|
|
27
28
|
"react": "19.2.4",
|
|
28
29
|
"react-dom": "19.2.4"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
31
|
-
"@contractspec/tool.typescript": "
|
|
32
|
+
"@contractspec/tool.typescript": "2.0.0",
|
|
32
33
|
"typescript": "^5.9.3",
|
|
33
|
-
"@types/react": "^19.2.
|
|
34
|
+
"@types/react": "^19.2.14",
|
|
34
35
|
"@types/react-dom": "^19.2.2",
|
|
35
|
-
"@contractspec/tool.bun": "
|
|
36
|
+
"@contractspec/tool.bun": "2.0.0"
|
|
36
37
|
},
|
|
37
38
|
"exports": {
|
|
38
39
|
".": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.enum.d.ts","sourceRoot":"","sources":["../../src/dashboard/dashboard.enum.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,mBAAmB,uEAI9B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc,+IAazB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB,+FAO9B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.operation.d.ts","sourceRoot":"","sources":["../../src/dashboard/dashboard.operation.ts"],"names":[],"mappings":"AAgBA;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+ClC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgD5B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8BjC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8B/B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.presentation.d.ts","sourceRoot":"","sources":["../../src/dashboard/dashboard.presentation.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,0BAA0B,wDAuBrC,CAAC;AAEH,eAAO,MAAM,yBAAyB,wDAuBpC,CAAC;AAEH,eAAO,MAAM,2BAA2B,wDAuBtC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.schema.d.ts","sourceRoot":"","sources":["../../src/dashboard/dashboard.schema.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EActB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAazB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;EASpC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAa9B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;EAgBnC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMpC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;EAOjC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.test-spec.d.ts","sourceRoot":"","sources":["../../src/dashboard/dashboard.test-spec.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB,gDAmD9B,CAAC;AAEH,eAAO,MAAM,kBAAkB,gDA+C7B,CAAC;AAEH,eAAO,MAAM,gBAAgB,gDA8C3B,CAAC;AAEH,eAAO,MAAM,aAAa,gDAyDxB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/dashboard/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EACL,mBAAmB,EACnB,cAAc,EACd,mBAAmB,GACpB,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EACL,WAAW,EACX,cAAc,EACd,yBAAyB,EACzB,mBAAmB,EACnB,wBAAwB,EACxB,yBAAyB,EACzB,sBAAsB,GACvB,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EACL,uBAAuB,EACvB,iBAAiB,EACjB,sBAAsB,EACtB,oBAAoB,GACrB,MAAM,uBAAuB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.feature.d.ts","sourceRoot":"","sources":["../src/dashboard.feature.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAMH,eAAO,MAAM,yBAAyB,yDA6GpC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"posthog-datasource.d.ts","sourceRoot":"","sources":["../../src/datasource/posthog-datasource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,eAAe,EAChB,MAAM,8DAA8D,CAAC;AACtE,OAAO,KAAK,EAGV,YAAY,EACZ,eAAe,EACf,eAAe,EACf,WAAW,EACZ,MAAM,iBAAiB,CAAC;AAEzB,MAAM,WAAW,yBAAyB;IACxC,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,qBAAa,kBAAmB,YAAW,YAAY;IACrD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAkB;IACzC,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAS;gBAGpC,MAAM,EAAE,eAAe,EACvB,OAAO,GAAE,yBAA8B;IAMnC,OAAO,CACX,UAAU,EAAE,eAAe,EAC3B,MAAM,EAAE,eAAe,GACtB,OAAO,CAAC,WAAW,CAAC;IA8CvB,aAAa,CAAC,UAAU,EAAE,eAAe,GAAG;QAC1C,KAAK,EAAE,OAAO,CAAC;QACf,MAAM,EAAE,MAAM,EAAE,CAAC;KAClB;YAiBa,YAAY;CAiC3B;AAED,wBAAgB,wBAAwB,CACtC,MAAM,EAAE,eAAe,EACvB,OAAO,CAAC,EAAE,yBAAyB,GAClC,YAAY,CAEd"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analytics-dashboard.docblock.d.ts","sourceRoot":"","sources":["../../src/docs/analytics-dashboard.docblock.ts"],"names":[],"mappings":""}
|
package/dist/docs/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/docs/index.ts"],"names":[],"mappings":"AAAA,OAAO,gCAAgC,CAAC"}
|
package/dist/events.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../src/events.ts"],"names":[],"mappings":"AAwCA,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;GAUhC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;GAU3B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;GAU5B,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIpC,CAAC"}
|
package/dist/example.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"example.d.ts","sourceRoot":"","sources":["../src/example.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO,mDAoCX,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analytics.handlers.d.ts","sourceRoot":"","sources":["../../src/handlers/analytics.handlers.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/handlers/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query.handlers.d.ts","sourceRoot":"","sources":["../../src/handlers/query.handlers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8DAA8D,CAAC;AACpG,OAAO,KAAK,EACV,eAAe,EACf,eAAe,EACf,WAAW,EACZ,MAAM,iBAAiB,CAAC;AAGzB,MAAM,WAAW,wBAAwB;IACvC,UAAU,EAAE,eAAe,CAAC;IAC5B,MAAM,EAAE,eAAe,CAAC;IACxB,MAAM,EAAE,eAAe,CAAC;CACzB;AAED,wBAAsB,mBAAmB,CACvC,KAAK,EAAE,wBAAwB,GAC9B,OAAO,CAAC,WAAW,CAAC,CAGtB"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AACxB,cAAc,+BAA+B,CAAC;AAC9C,cAAc,MAAM,CAAC;AAGrB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iCAAiC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/query/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,OAAO,EACL,UAAU,EACV,gBAAgB,EAChB,qBAAqB,EACrB,sBAAsB,GACvB,MAAM,gBAAgB,CAAC;AAExB,OAAO,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query.enum.d.ts","sourceRoot":"","sources":["../../src/query/query.enum.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,aAAa,+EAKxB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query.operation.d.ts","sourceRoot":"","sources":["../../src/query/query.operation.ts"],"names":[],"mappings":"AAaA;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA+C9B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA8B/B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query.presentation.d.ts","sourceRoot":"","sources":["../../src/query/query.presentation.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB,wDAuBlC,CAAC;AAEH,eAAO,MAAM,wBAAwB,wDAuBnC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query.schema.d.ts","sourceRoot":"","sources":["../../src/query/query.schema.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAarB,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW3B,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBhC,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;EASjC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"query.test-spec.d.ts","sourceRoot":"","sources":["../../src/query/query.test-spec.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,gDAqD1B,CAAC;AAEH,eAAO,MAAM,gBAAgB,gDAoD3B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/query-engine/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/seeders/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAEtE,wBAAsB,sBAAsB,CAAC,MAAM,EAAE;IACnD,SAAS,EAAE,MAAM,CAAC;IAClB,EAAE,EAAE,YAAY,CAAC;CAClB,iBAsBA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AnalyticsDashboard.d.ts","sourceRoot":"","sources":["../../src/ui/AnalyticsDashboard.tsx"],"names":[],"mappings":"AAoDA,wBAAgB,kBAAkB,4CAyOjC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/hooks/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,KAAK,cAAc,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useAnalyticsData.d.ts","sourceRoot":"","sources":["../../../src/ui/hooks/useAnalyticsData.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAEV,SAAS,EACT,KAAK,EACL,MAAM,EACP,MAAM,mCAAmC,CAAC;AAG3C,MAAM,WAAW,cAAc;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,wBAAgB,gBAAgB,CAAC,SAAS,SAAkB;;;;;;;;;iCAgDtC,SAAS;EA2B9B"}
|
package/dist/ui/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,cAAc,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analytics.markdown.d.ts","sourceRoot":"","sources":["../../../src/ui/renderers/analytics.markdown.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AAyIxE;;GAEG;AACH,eAAO,MAAM,kCAAkC,EAAE,oBAAoB,CAAC;IACpE,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CAgFA,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,6BAA6B,EAAE,oBAAoB,CAAC;IAC/D,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CA2CA,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,4BAA4B,EAAE,oBAAoB,CAAC;IAC9D,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd,CAyDA,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/renderers/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,kCAAkC,EAClC,6BAA6B,EAC7B,4BAA4B,GAC7B,MAAM,sBAAsB,CAAC"}
|