@contractspec/example.analytics-dashboard 1.56.1 → 1.57.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/dist/dashboard/dashboard.enum.d.ts +4 -4
- package/dist/dashboard/dashboard.enum.d.ts.map +1 -1
- package/dist/dashboard/dashboard.operation.d.ts +131 -131
- package/dist/dashboard/dashboard.operation.d.ts.map +1 -1
- package/dist/dashboard/dashboard.presentation.d.ts.map +1 -1
- package/dist/dashboard/dashboard.schema.d.ts.map +1 -1
- package/dist/dashboard/dashboard.test-spec.d.ts +5 -5
- package/dist/dashboard/dashboard.test-spec.d.ts.map +1 -1
- package/dist/dashboard.feature.d.ts +2 -3
- package/dist/dashboard.feature.d.ts.map +1 -1
- package/dist/datasource/posthog-datasource.d.ts +22 -0
- package/dist/datasource/posthog-datasource.d.ts.map +1 -0
- package/dist/datasource/posthog-datasource.js +254 -0
- package/dist/datasource/posthog-datasource.js.map +1 -0
- package/dist/docs/analytics-dashboard.docblock.js +1 -0
- package/dist/docs/analytics-dashboard.docblock.js.map +1 -1
- package/dist/events.d.ts +40 -40
- package/dist/events.d.ts.map +1 -1
- package/dist/example.d.ts +2 -2
- package/dist/example.d.ts.map +1 -1
- package/dist/example.js +1 -2
- package/dist/example.js.map +1 -1
- package/dist/handlers/analytics.handlers.d.ts +0 -1
- package/dist/handlers/analytics.handlers.d.ts.map +1 -1
- package/dist/handlers/index.d.ts +2 -1
- package/dist/handlers/index.js +2 -1
- package/dist/handlers/query.handlers.d.ts +13 -0
- package/dist/handlers/query.handlers.d.ts.map +1 -0
- package/dist/handlers/query.handlers.js +10 -0
- package/dist/handlers/query.handlers.js.map +1 -0
- package/dist/index.d.ts +3 -2
- package/dist/index.js +2 -1
- package/dist/query/query.enum.d.ts +2 -2
- package/dist/query/query.enum.d.ts.map +1 -1
- package/dist/query/query.operation.d.ts +45 -45
- package/dist/query/query.operation.d.ts.map +1 -1
- package/dist/query/query.presentation.d.ts +3 -3
- package/dist/query/query.presentation.d.ts.map +1 -1
- package/dist/query/query.schema.d.ts +34 -34
- package/dist/query/query.schema.d.ts.map +1 -1
- package/dist/query/query.test-spec.d.ts +3 -3
- package/dist/query/query.test-spec.d.ts.map +1 -1
- package/dist/query-engine/index.d.ts +3 -1
- package/dist/query-engine/index.d.ts.map +1 -1
- package/dist/query-engine/index.js +3 -1
- package/dist/query-engine/index.js.map +1 -1
- package/dist/seeders/index.d.ts.map +1 -1
- package/dist/ui/AnalyticsDashboard.d.ts.map +1 -1
- package/dist/ui/hooks/useAnalyticsData.d.ts.map +1 -1
- package/dist/ui/renderers/analytics.markdown.d.ts +0 -1
- package/dist/ui/renderers/analytics.markdown.d.ts.map +1 -1
- package/package.json +15 -9
package/dist/example.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"example.js","names":[],"sources":["../src/example.ts"],"sourcesContent":["import { defineExample } from '@contractspec/lib.contracts';\n\nconst example = defineExample({\n meta: {\n key: 'analytics-dashboard',\n version: '1.0.0',\n title: 'Analytics Dashboard',\n description:\n 'Tenant-scoped dashboards, widgets, query builder, and scheduled reports (spec-first widgets/queries).',\n kind: 'template',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['analytics', 'dashboards', 'bi', 'queries'],\n },\n docs: {\n rootDocId: 'docs.examples.analytics-dashboard',\n goalDocId: 'docs.examples.analytics-dashboard.goal',\n usageDocId: 'docs.examples.analytics-dashboard.usage',\n constraintsDocId: 'docs.examples.analytics-dashboard.constraints',\n },\n entrypoints: {\n packageName: '@contractspec/example.analytics-dashboard',\n feature: './feature',\n contracts: './contracts',\n presentations: './presentations',\n handlers: './handlers',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: {\n enabled: true,\n modes: ['playground', 'specs', 'builder', 'markdown', 'evolution'],\n },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n});\n\nexport default example;\n"],"mappings":";;;AAEA,MAAM,UAAU,cAAc;CAC5B,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aACE;EACF,MAAM;EACN,YAAY;EACZ,WAAW;EACX,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAa;GAAc;GAAM;GAAU;EACnD;CACD,MAAM;EACJ,WAAW;EACX,WAAW;EACX,YAAY;EACZ,kBAAkB;EACnB;CACD,aAAa;EACX,aAAa;EACb,SAAS;EACT,WAAW;EACX,eAAe;EACf,UAAU;EACV,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GACP,SAAS;GACT,OAAO;IAAC;IAAc;IAAS;IAAW;IAAY;IAAY;GACnE;EACD,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF,CAAC
|
|
1
|
+
{"version":3,"file":"example.js","names":[],"sources":["../src/example.ts"],"sourcesContent":["import { defineExample } from '@contractspec/lib.contracts';\n\nconst example = defineExample({\n meta: {\n key: 'analytics-dashboard',\n version: '1.0.0',\n title: 'Analytics Dashboard',\n description:\n 'Tenant-scoped dashboards, widgets, query builder, and scheduled reports (spec-first widgets/queries).',\n kind: 'template',\n visibility: 'public',\n stability: 'experimental',\n owners: ['@platform.core'],\n tags: ['analytics', 'dashboards', 'bi', 'queries'],\n },\n docs: {\n rootDocId: 'docs.examples.analytics-dashboard',\n goalDocId: 'docs.examples.analytics-dashboard.goal',\n usageDocId: 'docs.examples.analytics-dashboard.usage',\n constraintsDocId: 'docs.examples.analytics-dashboard.constraints',\n },\n entrypoints: {\n packageName: '@contractspec/example.analytics-dashboard',\n feature: './feature',\n contracts: './contracts',\n presentations: './presentations',\n handlers: './handlers',\n docs: './docs',\n },\n surfaces: {\n templates: true,\n sandbox: {\n enabled: true,\n modes: ['playground', 'specs', 'builder', 'markdown', 'evolution'],\n },\n studio: { enabled: true, installable: true },\n mcp: { enabled: true },\n },\n});\n\nexport default example;\n"],"mappings":";;;AAEA,MAAM,UAAU,cAAc;CAC5B,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aACE;EACF,MAAM;EACN,YAAY;EACZ,WAAW;EACX,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAa;GAAc;GAAM;GAAU;EACnD;CACD,MAAM;EACJ,WAAW;EACX,WAAW;EACX,YAAY;EACZ,kBAAkB;EACnB;CACD,aAAa;EACX,aAAa;EACb,SAAS;EACT,WAAW;EACX,eAAe;EACf,UAAU;EACV,MAAM;EACP;CACD,UAAU;EACR,WAAW;EACX,SAAS;GACP,SAAS;GACT,OAAO;IAAC;IAAc;IAAS;IAAW;IAAY;IAAY;GACnE;EACD,QAAQ;GAAE,SAAS;GAAM,aAAa;GAAM;EAC5C,KAAK,EAAE,SAAS,MAAM;EACvB;CACF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"analytics.handlers.d.ts","names":[],"sources":["../../src/handlers/analytics.handlers.ts"],"
|
|
1
|
+
{"version":3,"file":"analytics.handlers.d.ts","names":[],"sources":["../../src/handlers/analytics.handlers.ts"],"mappings":";;;UAYiB,SAAA;EACf,EAAA;EACA,SAAA;EACA,cAAA;EACA,IAAA;EACA,IAAA;EACA,WAAA;EACA,MAAA;EACA,eAAA;EAOA,QAAA;EACA,UAAA;EACA,SAAA,EAAW,IAAA;EACX,SAAA,EAAW,IAAA;AAAA;AAAA,UAGI,MAAA;EACf,EAAA;EACA,WAAA;EACA,IAAA;EACA,IAAA;EAaA,KAAA;EACA,KAAA;EACA,SAAA;EACA,UAAA;EACA,OAAA;EACA,MAAA,GAAS,MAAA;EACT,SAAA,EAAW,IAAA;EACX,SAAA,EAAW,IAAA;AAAA;AAAA,UAGI,KAAA;EACf,EAAA;EACA,SAAA;EACA,cAAA;EACA,IAAA;EACA,WAAA;EACA,IAAA;EACA,UAAA,EAAY,MAAA;EACZ,GAAA;EACA,eAAA;EACA,QAAA;EACA,SAAA,EAAW,IAAA;EACX,SAAA,EAAW,IAAA;AAAA;AAAA,UAGI,oBAAA;EACf,IAAA;EACA,IAAA;EACA,WAAA;EACA,eAAA,GAAkB,SAAA;AAAA;AAAA,UAGH,cAAA;EACf,WAAA;EACA,IAAA;EACA,IAAA,EAAM,MAAA;EACN,KAAA;EACA,KAAA;EACA,SAAA;EACA,UAAA;EACA,OAAA;EACA,MAAA,GAAS,MAAA;AAAA;AAAA,UAGM,gBAAA;EACf,IAAA;EACA,WAAA;EACA,IAAA,EAAM,KAAA;EACN,UAAA,EAAY,MAAA;EACZ,GAAA;EACA,eAAA;EACA,QAAA;AAAA;AAAA,UAGe,mBAAA;EACf,SAAA;EACA,MAAA,GAAS,SAAA;EACT,MAAA;EACA,KAAA;EACA,MAAA;AAAA;AAAA,UAGe,oBAAA;EACf,UAAA,EAAY,SAAA;EACZ,KAAA;AAAA;AAAA,UAGe,gBAAA;EACf,SAAA;EACA,IAAA,GAAO,KAAA;EACP,QAAA;EACA,MAAA;EACA,KAAA;EACA,MAAA;AAAA;AAAA,UAGe,iBAAA;EACf,OAAA,EAAS,KAAA;EACT,KAAA;AAAA;AAAA,iBAuGc,uBAAA,CAAwB,EAAA,EAAI,YAAA;0BAKjC,mBAAA,KACN,OAAA,CAAQ,oBAAA;2BAyCF,oBAAA,EAAoB,OAAA;IAChB,SAAA;IAAmB,cAAA;EAAA,MAC7B,OAAA,CAAQ,SAAA;;IAiCT,WAAA;IACA,IAAA;IACA,UAAA;EAAA,MACE,OAAA,CAAQ,SAAA;yCA4BS,OAAA,EACV,OAAA,CACP,IAAA,CACE,SAAA,2EAIH,OAAA,CAAQ,SAAA;uCAqDqC,OAAA,CAAQ,MAAA;qBAcxB,cAAA,KAAiB,OAAA,CAAQ,MAAA;mCAkCvC,OAAA,EACP,OAAA,CACP,IAAA,CACE,MAAA,uFAUH,OAAA,CAAQ,MAAA;sCAmDoC,OAAA;uBAQtC,gBAAA,KACN,OAAA,CAAQ,iBAAA;uBA8CF,gBAAA,EAAgB,OAAA;IACZ,SAAA;IAAmB,cAAA;EAAA,MAC7B,OAAA,CAAQ,KAAA;iCAiC+B,OAAA,CAAQ,KAAA;AAAA;AAAA,KAuBxC,iBAAA,GAAoB,UAAA,QAAkB,uBAAA"}
|
package/dist/handlers/index.d.ts
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { AddWidgetInput, AnalyticsHandlers, CreateDashboardInput, CreateQueryInput, Dashboard, ListDashboardsInput, ListDashboardsOutput, ListQueriesInput, ListQueriesOutput, Query, Widget, createAnalyticsHandlers } from "./analytics.handlers.js";
|
|
2
|
-
|
|
2
|
+
import { ExecutePosthogQueryInput, executePosthogQuery } from "./query.handlers.js";
|
|
3
|
+
export { AddWidgetInput, AnalyticsHandlers, CreateDashboardInput, CreateQueryInput, Dashboard, ExecutePosthogQueryInput, ListDashboardsInput, ListDashboardsOutput, ListQueriesInput, ListQueriesOutput, Query, Widget, createAnalyticsHandlers, executePosthogQuery };
|
package/dist/handlers/index.js
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { QueryDefinition, QueryParameters, QueryResult } from "../query-engine/index.js";
|
|
2
|
+
import { AnalyticsReader } from "@contractspec/lib.contracts/integrations/providers/analytics";
|
|
3
|
+
|
|
4
|
+
//#region src/handlers/query.handlers.d.ts
|
|
5
|
+
interface ExecutePosthogQueryInput {
|
|
6
|
+
definition: QueryDefinition;
|
|
7
|
+
params: QueryParameters;
|
|
8
|
+
reader: AnalyticsReader;
|
|
9
|
+
}
|
|
10
|
+
declare function executePosthogQuery(input: ExecutePosthogQueryInput): Promise<QueryResult>;
|
|
11
|
+
//#endregion
|
|
12
|
+
export { ExecutePosthogQueryInput, executePosthogQuery };
|
|
13
|
+
//# sourceMappingURL=query.handlers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query.handlers.d.ts","names":[],"sources":["../../src/handlers/query.handlers.ts"],"mappings":";;;;UAQiB,wBAAA;EACf,UAAA,EAAY,eAAA;EACZ,MAAA,EAAQ,eAAA;EACR,MAAA,EAAQ,eAAA;AAAA;AAAA,iBAGY,mBAAA,CACpB,KAAA,EAAO,wBAAA,GACN,OAAA,CAAQ,WAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { createPosthogQueryEngine } from "../datasource/posthog-datasource.js";
|
|
2
|
+
|
|
3
|
+
//#region src/handlers/query.handlers.ts
|
|
4
|
+
async function executePosthogQuery(input) {
|
|
5
|
+
return createPosthogQueryEngine(input.reader).execute(input.definition, input.params);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
//#endregion
|
|
9
|
+
export { executePosthogQuery };
|
|
10
|
+
//# sourceMappingURL=query.handlers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"query.handlers.js","names":[],"sources":["../../src/handlers/query.handlers.ts"],"sourcesContent":["import type { AnalyticsReader } from '@contractspec/lib.contracts/integrations/providers/analytics';\nimport type {\n QueryDefinition,\n QueryParameters,\n QueryResult,\n} from '../query-engine';\nimport { createPosthogQueryEngine } from '../datasource/posthog-datasource';\n\nexport interface ExecutePosthogQueryInput {\n definition: QueryDefinition;\n params: QueryParameters;\n reader: AnalyticsReader;\n}\n\nexport async function executePosthogQuery(\n input: ExecutePosthogQueryInput\n): Promise<QueryResult> {\n const engine = createPosthogQueryEngine(input.reader);\n return engine.execute(input.definition, input.params);\n}\n"],"mappings":";;;AAcA,eAAsB,oBACpB,OACsB;AAEtB,QADe,yBAAyB,MAAM,OAAO,CACvC,QAAQ,MAAM,YAAY,MAAM,OAAO"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { AnalyticsDashboardFeature } from "./dashboard.feature.js";
|
|
2
|
+
import { AggregationDefinition, BasicQueryEngine, ColumnDefinition, CustomQueryDefinition, DimensionDefinition, FilterDefinition, IQueryCache, IQueryEngine, InMemoryQueryCache, MeasureDefinition, OrderByDefinition, QueryDefinition, QueryParameters, QueryResult, createQueryEngine } from "./query-engine/index.js";
|
|
3
|
+
import { PosthogQueryEngine, PosthogQueryEngineOptions, createPosthogQueryEngine } from "./datasource/posthog-datasource.js";
|
|
2
4
|
import { AddWidgetInput, AnalyticsHandlers, CreateDashboardInput, CreateQueryInput, Dashboard, ListDashboardsInput, ListDashboardsOutput, ListQueriesInput, ListQueriesOutput, Query, Widget, createAnalyticsHandlers } from "./handlers/analytics.handlers.js";
|
|
3
5
|
import { QueryTypeEnum } from "./query/query.enum.js";
|
|
4
6
|
import { CreateQueryInputModel, ExecuteQueryInputModel, QueryModel, QueryResultModel } from "./query/query.schema.js";
|
|
@@ -8,5 +10,4 @@ import { analyticsDashboardMarkdownRenderer, dashboardListMarkdownRenderer, quer
|
|
|
8
10
|
import { AnalyticsDashboard } from "./ui/AnalyticsDashboard.js";
|
|
9
11
|
import { AnalyticsStats, useAnalyticsData } from "./ui/hooks/useAnalyticsData.js";
|
|
10
12
|
import "./ui/index.js";
|
|
11
|
-
|
|
12
|
-
export { AddWidgetInput, AggregationDefinition, AnalyticsDashboard, AnalyticsDashboardFeature, AnalyticsHandlers, AnalyticsStats, BasicQueryEngine, ColumnDefinition, CreateDashboardInput, CreateQueryContract, CreateQueryInput, CreateQueryInputModel, CustomQueryDefinition, Dashboard, DimensionDefinition, ExecuteQueryContract, ExecuteQueryInputModel, FilterDefinition, IQueryCache, IQueryEngine, InMemoryQueryCache, ListDashboardsInput, ListDashboardsOutput, ListQueriesInput, ListQueriesOutput, MeasureDefinition, OrderByDefinition, Query, QueryDefinition, QueryModel, QueryParameters, QueryResult, QueryResultModel, QueryTypeEnum, Widget, analyticsDashboardMarkdownRenderer, createAnalyticsHandlers, createQueryEngine, dashboardListMarkdownRenderer, queryBuilderMarkdownRenderer, useAnalyticsData };
|
|
13
|
+
export { AddWidgetInput, AggregationDefinition, AnalyticsDashboard, AnalyticsDashboardFeature, AnalyticsHandlers, AnalyticsStats, BasicQueryEngine, ColumnDefinition, CreateDashboardInput, CreateQueryContract, CreateQueryInput, CreateQueryInputModel, CustomQueryDefinition, Dashboard, DimensionDefinition, ExecuteQueryContract, ExecuteQueryInputModel, FilterDefinition, IQueryCache, IQueryEngine, InMemoryQueryCache, ListDashboardsInput, ListDashboardsOutput, ListQueriesInput, ListQueriesOutput, MeasureDefinition, OrderByDefinition, PosthogQueryEngine, PosthogQueryEngineOptions, Query, QueryDefinition, QueryModel, QueryParameters, QueryResult, QueryResultModel, QueryTypeEnum, Widget, analyticsDashboardMarkdownRenderer, createAnalyticsHandlers, createPosthogQueryEngine, createQueryEngine, dashboardListMarkdownRenderer, queryBuilderMarkdownRenderer, useAnalyticsData };
|
package/dist/index.js
CHANGED
|
@@ -8,6 +8,7 @@ import { analyticsDashboardMarkdownRenderer, dashboardListMarkdownRenderer, quer
|
|
|
8
8
|
import { useAnalyticsData } from "./ui/hooks/useAnalyticsData.js";
|
|
9
9
|
import { AnalyticsDashboard } from "./ui/AnalyticsDashboard.js";
|
|
10
10
|
import "./ui/index.js";
|
|
11
|
+
import { PosthogQueryEngine, createPosthogQueryEngine } from "./datasource/posthog-datasource.js";
|
|
11
12
|
import { BasicQueryEngine, InMemoryQueryCache, createQueryEngine } from "./query-engine/index.js";
|
|
12
13
|
|
|
13
|
-
export { AnalyticsDashboard, AnalyticsDashboardFeature, BasicQueryEngine, CreateQueryContract, CreateQueryInputModel, ExecuteQueryContract, ExecuteQueryInputModel, InMemoryQueryCache, QueryModel, QueryResultModel, QueryTypeEnum, analyticsDashboardMarkdownRenderer, createAnalyticsHandlers, createQueryEngine, dashboardListMarkdownRenderer, queryBuilderMarkdownRenderer, useAnalyticsData };
|
|
14
|
+
export { AnalyticsDashboard, AnalyticsDashboardFeature, BasicQueryEngine, CreateQueryContract, CreateQueryInputModel, ExecuteQueryContract, ExecuteQueryInputModel, InMemoryQueryCache, PosthogQueryEngine, QueryModel, QueryResultModel, QueryTypeEnum, analyticsDashboardMarkdownRenderer, createAnalyticsHandlers, createPosthogQueryEngine, createQueryEngine, dashboardListMarkdownRenderer, queryBuilderMarkdownRenderer, useAnalyticsData };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/query/query.enum.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* Query type enum.
|
|
6
6
|
*/
|
|
7
|
-
declare const QueryTypeEnum:
|
|
7
|
+
declare const QueryTypeEnum: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { QueryTypeEnum };
|
|
10
10
|
//# sourceMappingURL=query.enum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.enum.d.ts","names":[],"sources":["../../src/query/query.enum.ts"],"
|
|
1
|
+
{"version":3,"file":"query.enum.d.ts","names":[],"sources":["../../src/query/query.enum.ts"],"mappings":";;;;;;cAKa,aAAA,EAKX,yBAAA,CALwB,QAAA"}
|
|
@@ -1,79 +1,79 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
|
|
2
|
+
import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
|
|
3
3
|
|
|
4
4
|
//#region src/query/query.operation.d.ts
|
|
5
5
|
/**
|
|
6
6
|
* Create a data query.
|
|
7
7
|
*/
|
|
8
|
-
declare const CreateQueryContract:
|
|
8
|
+
declare const CreateQueryContract: _contractspec_lib_contracts0.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
9
9
|
name: {
|
|
10
|
-
type:
|
|
10
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
11
11
|
isOptional: false;
|
|
12
12
|
};
|
|
13
13
|
description: {
|
|
14
|
-
type:
|
|
14
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
15
15
|
isOptional: true;
|
|
16
16
|
};
|
|
17
17
|
type: {
|
|
18
|
-
type:
|
|
18
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
|
|
19
19
|
isOptional: false;
|
|
20
20
|
};
|
|
21
21
|
definition: {
|
|
22
|
-
type:
|
|
22
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
23
23
|
isOptional: false;
|
|
24
24
|
};
|
|
25
25
|
sql: {
|
|
26
|
-
type:
|
|
26
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
27
27
|
isOptional: true;
|
|
28
28
|
};
|
|
29
29
|
metricIds: {
|
|
30
|
-
type:
|
|
30
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
31
31
|
isArray: true;
|
|
32
32
|
isOptional: true;
|
|
33
33
|
};
|
|
34
34
|
cacheTtlSeconds: {
|
|
35
|
-
type:
|
|
35
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
36
36
|
isOptional: true;
|
|
37
37
|
};
|
|
38
38
|
isShared: {
|
|
39
|
-
type:
|
|
39
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
40
40
|
isOptional: true;
|
|
41
41
|
};
|
|
42
|
-
}>,
|
|
42
|
+
}>, _contractspec_lib_schema0.SchemaModel<{
|
|
43
43
|
id: {
|
|
44
|
-
type:
|
|
44
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
45
45
|
isOptional: false;
|
|
46
46
|
};
|
|
47
47
|
name: {
|
|
48
|
-
type:
|
|
48
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
49
49
|
isOptional: false;
|
|
50
50
|
};
|
|
51
51
|
description: {
|
|
52
|
-
type:
|
|
52
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
53
53
|
isOptional: true;
|
|
54
54
|
};
|
|
55
55
|
type: {
|
|
56
|
-
type:
|
|
56
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
|
|
57
57
|
isOptional: false;
|
|
58
58
|
};
|
|
59
59
|
definition: {
|
|
60
|
-
type:
|
|
60
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
61
61
|
isOptional: false;
|
|
62
62
|
};
|
|
63
63
|
sql: {
|
|
64
|
-
type:
|
|
64
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
65
65
|
isOptional: true;
|
|
66
66
|
};
|
|
67
67
|
cacheTtlSeconds: {
|
|
68
|
-
type:
|
|
68
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
69
69
|
isOptional: false;
|
|
70
70
|
};
|
|
71
71
|
isShared: {
|
|
72
|
-
type:
|
|
72
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
73
73
|
isOptional: false;
|
|
74
74
|
};
|
|
75
75
|
createdAt: {
|
|
76
|
-
type:
|
|
76
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
77
77
|
isOptional: false;
|
|
78
78
|
};
|
|
79
79
|
}>, {
|
|
@@ -83,41 +83,41 @@ declare const CreateQueryContract: _contractspec_lib_contracts20.OperationSpec<_
|
|
|
83
83
|
owners: "@example.analytics-dashboard"[];
|
|
84
84
|
tags: string[];
|
|
85
85
|
when: string;
|
|
86
|
-
payload:
|
|
86
|
+
payload: _contractspec_lib_schema0.SchemaModel<{
|
|
87
87
|
id: {
|
|
88
|
-
type:
|
|
88
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
89
89
|
isOptional: false;
|
|
90
90
|
};
|
|
91
91
|
name: {
|
|
92
|
-
type:
|
|
92
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
93
93
|
isOptional: false;
|
|
94
94
|
};
|
|
95
95
|
description: {
|
|
96
|
-
type:
|
|
96
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
97
97
|
isOptional: true;
|
|
98
98
|
};
|
|
99
99
|
type: {
|
|
100
|
-
type:
|
|
100
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
|
|
101
101
|
isOptional: false;
|
|
102
102
|
};
|
|
103
103
|
definition: {
|
|
104
|
-
type:
|
|
104
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
105
105
|
isOptional: false;
|
|
106
106
|
};
|
|
107
107
|
sql: {
|
|
108
|
-
type:
|
|
108
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
109
109
|
isOptional: true;
|
|
110
110
|
};
|
|
111
111
|
cacheTtlSeconds: {
|
|
112
|
-
type:
|
|
112
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
113
113
|
isOptional: false;
|
|
114
114
|
};
|
|
115
115
|
isShared: {
|
|
116
|
-
type:
|
|
116
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
117
117
|
isOptional: false;
|
|
118
118
|
};
|
|
119
119
|
createdAt: {
|
|
120
|
-
type:
|
|
120
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
121
121
|
isOptional: false;
|
|
122
122
|
};
|
|
123
123
|
}>;
|
|
@@ -125,54 +125,54 @@ declare const CreateQueryContract: _contractspec_lib_contracts20.OperationSpec<_
|
|
|
125
125
|
/**
|
|
126
126
|
* Execute a data query.
|
|
127
127
|
*/
|
|
128
|
-
declare const ExecuteQueryContract:
|
|
128
|
+
declare const ExecuteQueryContract: _contractspec_lib_contracts0.OperationSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
129
129
|
queryId: {
|
|
130
|
-
type:
|
|
130
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
131
131
|
isOptional: false;
|
|
132
132
|
};
|
|
133
133
|
parameters: {
|
|
134
|
-
type:
|
|
134
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
135
135
|
isOptional: true;
|
|
136
136
|
};
|
|
137
137
|
dateRange: {
|
|
138
|
-
type:
|
|
138
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
139
139
|
isOptional: true;
|
|
140
140
|
};
|
|
141
141
|
filters: {
|
|
142
|
-
type:
|
|
142
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
143
143
|
isOptional: true;
|
|
144
144
|
};
|
|
145
145
|
forceRefresh: {
|
|
146
|
-
type:
|
|
146
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
147
147
|
isOptional: true;
|
|
148
148
|
};
|
|
149
|
-
}>,
|
|
149
|
+
}>, _contractspec_lib_schema0.SchemaModel<{
|
|
150
150
|
queryId: {
|
|
151
|
-
type:
|
|
151
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
152
152
|
isOptional: false;
|
|
153
153
|
};
|
|
154
154
|
data: {
|
|
155
|
-
type:
|
|
155
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
156
156
|
isOptional: false;
|
|
157
157
|
};
|
|
158
158
|
columns: {
|
|
159
|
-
type:
|
|
159
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
160
160
|
isOptional: false;
|
|
161
161
|
};
|
|
162
162
|
rowCount: {
|
|
163
|
-
type:
|
|
163
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
164
164
|
isOptional: false;
|
|
165
165
|
};
|
|
166
166
|
executionTimeMs: {
|
|
167
|
-
type:
|
|
167
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
168
168
|
isOptional: false;
|
|
169
169
|
};
|
|
170
170
|
cachedAt: {
|
|
171
|
-
type:
|
|
171
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
172
172
|
isOptional: true;
|
|
173
173
|
};
|
|
174
174
|
error: {
|
|
175
|
-
type:
|
|
175
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
176
176
|
isOptional: true;
|
|
177
177
|
};
|
|
178
178
|
}>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.operation.d.ts","names":[],"sources":["../../src/query/query.operation.ts"],"
|
|
1
|
+
{"version":3,"file":"query.operation.d.ts","names":[],"sources":["../../src/query/query.operation.ts"],"mappings":";;;;;;;cAgBa,mBAAA,+BAAmB,aAAA,2BAAA,WAAA;;UA+C9B,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UA/C8B,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoDnB,oBAAA,+BAAoB,aAAA,2BAAA,WAAA;;UA8B/B,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;UA9B+B,yBAAA,CAAA,SAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/query/query.presentation.d.ts
|
|
4
|
-
declare const QueriesListPresentation:
|
|
5
|
-
declare const QueryBuilderPresentation:
|
|
4
|
+
declare const QueriesListPresentation: _contractspec_lib_contracts0.PresentationSpec;
|
|
5
|
+
declare const QueryBuilderPresentation: _contractspec_lib_contracts0.PresentationSpec;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { QueriesListPresentation, QueryBuilderPresentation };
|
|
8
8
|
//# sourceMappingURL=query.presentation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.presentation.d.ts","names":[],"sources":["../../src/query/query.presentation.ts"],"
|
|
1
|
+
{"version":3,"file":"query.presentation.d.ts","names":[],"sources":["../../src/query/query.presentation.ts"],"mappings":";;;cAGa,uBAAA,EAuBX,4BAAA,CAvBkC,gBAAA;AAAA,cAyBvB,wBAAA,EAuBX,4BAAA,CAvBmC,gBAAA"}
|
|
@@ -1,140 +1,140 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
|
|
2
2
|
|
|
3
3
|
//#region src/query/query.schema.d.ts
|
|
4
4
|
/**
|
|
5
5
|
* A data query.
|
|
6
6
|
*/
|
|
7
|
-
declare const QueryModel:
|
|
7
|
+
declare const QueryModel: _contractspec_lib_schema0.SchemaModel<{
|
|
8
8
|
id: {
|
|
9
|
-
type:
|
|
9
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
10
10
|
isOptional: false;
|
|
11
11
|
};
|
|
12
12
|
name: {
|
|
13
|
-
type:
|
|
13
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
14
14
|
isOptional: false;
|
|
15
15
|
};
|
|
16
16
|
description: {
|
|
17
|
-
type:
|
|
17
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
18
18
|
isOptional: true;
|
|
19
19
|
};
|
|
20
20
|
type: {
|
|
21
|
-
type:
|
|
21
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
|
|
22
22
|
isOptional: false;
|
|
23
23
|
};
|
|
24
24
|
definition: {
|
|
25
|
-
type:
|
|
25
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
26
26
|
isOptional: false;
|
|
27
27
|
};
|
|
28
28
|
sql: {
|
|
29
|
-
type:
|
|
29
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
30
30
|
isOptional: true;
|
|
31
31
|
};
|
|
32
32
|
cacheTtlSeconds: {
|
|
33
|
-
type:
|
|
33
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
34
34
|
isOptional: false;
|
|
35
35
|
};
|
|
36
36
|
isShared: {
|
|
37
|
-
type:
|
|
37
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
38
38
|
isOptional: false;
|
|
39
39
|
};
|
|
40
40
|
createdAt: {
|
|
41
|
-
type:
|
|
41
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
42
42
|
isOptional: false;
|
|
43
43
|
};
|
|
44
44
|
}>;
|
|
45
45
|
/**
|
|
46
46
|
* Query execution result.
|
|
47
47
|
*/
|
|
48
|
-
declare const QueryResultModel:
|
|
48
|
+
declare const QueryResultModel: _contractspec_lib_schema0.SchemaModel<{
|
|
49
49
|
queryId: {
|
|
50
|
-
type:
|
|
50
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
51
51
|
isOptional: false;
|
|
52
52
|
};
|
|
53
53
|
data: {
|
|
54
|
-
type:
|
|
54
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
55
55
|
isOptional: false;
|
|
56
56
|
};
|
|
57
57
|
columns: {
|
|
58
|
-
type:
|
|
58
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
59
59
|
isOptional: false;
|
|
60
60
|
};
|
|
61
61
|
rowCount: {
|
|
62
|
-
type:
|
|
62
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
63
63
|
isOptional: false;
|
|
64
64
|
};
|
|
65
65
|
executionTimeMs: {
|
|
66
|
-
type:
|
|
66
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
67
67
|
isOptional: false;
|
|
68
68
|
};
|
|
69
69
|
cachedAt: {
|
|
70
|
-
type:
|
|
70
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
71
71
|
isOptional: true;
|
|
72
72
|
};
|
|
73
73
|
error: {
|
|
74
|
-
type:
|
|
74
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
75
75
|
isOptional: true;
|
|
76
76
|
};
|
|
77
77
|
}>;
|
|
78
78
|
/**
|
|
79
79
|
* Input for creating a query.
|
|
80
80
|
*/
|
|
81
|
-
declare const CreateQueryInputModel:
|
|
81
|
+
declare const CreateQueryInputModel: _contractspec_lib_schema0.SchemaModel<{
|
|
82
82
|
name: {
|
|
83
|
-
type:
|
|
83
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
84
84
|
isOptional: false;
|
|
85
85
|
};
|
|
86
86
|
description: {
|
|
87
|
-
type:
|
|
87
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
88
88
|
isOptional: true;
|
|
89
89
|
};
|
|
90
90
|
type: {
|
|
91
|
-
type:
|
|
91
|
+
type: _contractspec_lib_schema0.EnumType<[string, string, string, string]>;
|
|
92
92
|
isOptional: false;
|
|
93
93
|
};
|
|
94
94
|
definition: {
|
|
95
|
-
type:
|
|
95
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
96
96
|
isOptional: false;
|
|
97
97
|
};
|
|
98
98
|
sql: {
|
|
99
|
-
type:
|
|
99
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
100
100
|
isOptional: true;
|
|
101
101
|
};
|
|
102
102
|
metricIds: {
|
|
103
|
-
type:
|
|
103
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
104
104
|
isArray: true;
|
|
105
105
|
isOptional: true;
|
|
106
106
|
};
|
|
107
107
|
cacheTtlSeconds: {
|
|
108
|
-
type:
|
|
108
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
109
109
|
isOptional: true;
|
|
110
110
|
};
|
|
111
111
|
isShared: {
|
|
112
|
-
type:
|
|
112
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
113
113
|
isOptional: true;
|
|
114
114
|
};
|
|
115
115
|
}>;
|
|
116
116
|
/**
|
|
117
117
|
* Input for executing a query.
|
|
118
118
|
*/
|
|
119
|
-
declare const ExecuteQueryInputModel:
|
|
119
|
+
declare const ExecuteQueryInputModel: _contractspec_lib_schema0.SchemaModel<{
|
|
120
120
|
queryId: {
|
|
121
|
-
type:
|
|
121
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
122
122
|
isOptional: false;
|
|
123
123
|
};
|
|
124
124
|
parameters: {
|
|
125
|
-
type:
|
|
125
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
126
126
|
isOptional: true;
|
|
127
127
|
};
|
|
128
128
|
dateRange: {
|
|
129
|
-
type:
|
|
129
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
130
130
|
isOptional: true;
|
|
131
131
|
};
|
|
132
132
|
filters: {
|
|
133
|
-
type:
|
|
133
|
+
type: _contractspec_lib_schema0.FieldType<unknown, unknown>;
|
|
134
134
|
isOptional: true;
|
|
135
135
|
};
|
|
136
136
|
forceRefresh: {
|
|
137
|
-
type:
|
|
137
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
138
138
|
isOptional: true;
|
|
139
139
|
};
|
|
140
140
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.schema.d.ts","names":[],"sources":["../../src/query/query.schema.ts"],"
|
|
1
|
+
{"version":3,"file":"query.schema.d.ts","names":[],"sources":["../../src/query/query.schema.ts"],"mappings":";;;;;;cAMa,UAAA,4BAAU,WAAA;;UAarB,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,gBAAA,4BAAgB,WAAA;;UAW3B,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,qBAAA,4BAAqB,WAAA;;UAgBhC,yBAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKW,sBAAA,4BAAsB,WAAA;;UASjC,yBAAA,CAAA,SAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _contractspec_lib_contracts0 from "@contractspec/lib.contracts";
|
|
2
2
|
|
|
3
3
|
//#region src/query/query.test-spec.d.ts
|
|
4
|
-
declare const CreateQueryTest:
|
|
5
|
-
declare const ExecuteQueryTest:
|
|
4
|
+
declare const CreateQueryTest: _contractspec_lib_contracts0.TestSpec;
|
|
5
|
+
declare const ExecuteQueryTest: _contractspec_lib_contracts0.TestSpec;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { CreateQueryTest, ExecuteQueryTest };
|
|
8
8
|
//# sourceMappingURL=query.test-spec.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"query.test-spec.d.ts","names":[],"sources":["../../src/query/query.test-spec.ts"],"
|
|
1
|
+
{"version":3,"file":"query.test-spec.d.ts","names":[],"sources":["../../src/query/query.test-spec.ts"],"mappings":";;;cAEa,eAAA,EAqDX,4BAAA,CArD0B,QAAA;AAAA,cAuDf,gBAAA,EAoDX,4BAAA,CApD2B,QAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { PosthogQueryEngine, createPosthogQueryEngine } from "../datasource/posthog-datasource.js";
|
|
2
|
+
|
|
1
3
|
//#region src/query-engine/index.d.ts
|
|
2
4
|
/**
|
|
3
5
|
* Analytics Query Engine
|
|
@@ -102,5 +104,5 @@ declare class BasicQueryEngine implements IQueryEngine {
|
|
|
102
104
|
}
|
|
103
105
|
declare function createQueryEngine(cache?: IQueryCache): IQueryEngine;
|
|
104
106
|
//#endregion
|
|
105
|
-
export { AggregationDefinition, BasicQueryEngine, ColumnDefinition, CustomQueryDefinition, DimensionDefinition, FilterDefinition, IQueryCache, IQueryEngine, InMemoryQueryCache, MeasureDefinition, OrderByDefinition, QueryDefinition, QueryParameters, QueryResult, createQueryEngine };
|
|
107
|
+
export { AggregationDefinition, BasicQueryEngine, ColumnDefinition, CustomQueryDefinition, DimensionDefinition, FilterDefinition, IQueryCache, IQueryEngine, InMemoryQueryCache, MeasureDefinition, OrderByDefinition, PosthogQueryEngine, QueryDefinition, QueryParameters, QueryResult, createPosthogQueryEngine, createQueryEngine };
|
|
106
108
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/query-engine/index.ts"],"
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../../src/query-engine/index.ts"],"mappings":";;;;;;AAQA;;UAAiB,eAAA;EACf,IAAA;EACA,GAAA;EACA,SAAA;EACA,WAAA,GAAc,qBAAA;EACd,MAAA,GAAS,qBAAA;AAAA;AAAA,UAGM,qBAAA;EACf,MAAA;EACA,QAAA,EAAU,iBAAA;EACV,UAAA,EAAY,mBAAA;EACZ,OAAA,GAAU,gBAAA;EACV,OAAA,GAAU,iBAAA;EACV,KAAA;AAAA;AAAA,UAGe,iBAAA;EACf,IAAA;EACA,KAAA;EACA,WAAA;EACA,MAAA;AAAA;AAAA,UAGe,mBAAA;EACf,IAAA;EACA,KAAA;EACA,IAAA;EACA,WAAA;AAAA;AAAA,UAGe,gBAAA;EACf,KAAA;EACA,QAAA;EAWA,KAAA;AAAA;AAAA,UAGe,iBAAA;EACf,KAAA;EACA,SAAA;AAAA;AAAA,UAGe,qBAAA;EACf,OAAA;EACA,UAAA,EAAY,MAAA;AAAA;AAAA,UAGG,eAAA;EACf,SAAA;IACE,KAAA,EAAO,IAAA;IACP,GAAA,EAAK,IAAA;IACL,WAAA;EAAA;EAEF,OAAA,GAAU,gBAAA;EACV,UAAA,GAAa,MAAA;AAAA;AAAA,UAGE,WAAA;EACf,IAAA,EAAM,MAAA;EACN,OAAA,EAAS,gBAAA;EACT,QAAA;EACA,eAAA;EACA,MAAA;EACA,QAAA,GAAW,IAAA;EACX,KAAA;AAAA;AAAA,UAGe,gBAAA;EACf,IAAA;EACA,IAAA;EACA,KAAA;EACA,MAAA;AAAA;AAAA,UAKe,YAAA;EACf,OAAA,CACE,UAAA,EAAY,eAAA,EACZ,MAAA,EAAQ,eAAA,GACP,OAAA,CAAQ,WAAA;EACX,aAAA,CAAc,UAAA,EAAY,eAAA;IACxB,KAAA;IACA,MAAA;EAAA;AAAA;AAAA,UAMa,WAAA;EACf,GAAA,CAAI,GAAA,WAAc,OAAA,CAAQ,WAAA;EAC1B,GAAA,CAAI,GAAA,UAAa,MAAA,EAAQ,WAAA,EAAa,UAAA,WAAqB,OAAA;EAC3D,UAAA,CAAW,OAAA,WAAkB,OAAA;AAAA;AAAA,cAGlB,kBAAA,YAA8B,WAAA;EAAA,QACjC,KAAA;EAEF,GAAA,CAAI,GAAA,WAAc,OAAA,CAAQ,WAAA;EAU1B,GAAA,CACJ,GAAA,UACA,MAAA,EAAQ,WAAA,EACR,UAAA,WACC,OAAA;EAKG,UAAA,CAAW,OAAA,WAAkB,OAAA;AAAA;AAAA,cAYxB,gBAAA,YAA4B,YAAA;EAAA,QAC/B,KAAA;cAEI,KAAA,GAAQ,WAAA;EAId,OAAA,CACJ,UAAA,EAAY,eAAA,EACZ,MAAA,EAAQ,eAAA,GACP,OAAA,CAAQ,WAAA;EAgEX,aAAA,CAAc,UAAA,EAAY,eAAA;IACxB,KAAA;IACA,MAAA;EAAA;EAAA,QAyCM,aAAA;EAAA,QAOM,kBAAA;EAAA,QAoCA,aAAA;EAAA,QAwBA,UAAA;EAAA,QAeN,gBAAA;AAAA;AAAA,iBAsCM,iBAAA,CAAkB,KAAA,GAAQ,WAAA,GAAc,YAAA"}
|