@lssm/example.analytics-dashboard 0.0.0-canary-20251220021406 → 0.0.0-canary-20251220041653

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.
@@ -1,120 +1,120 @@
1
1
  import * as _lssm_lib_contracts9 from "@lssm/lib.contracts";
2
- import * as _lssm_lib_schema247 from "@lssm/lib.schema";
2
+ import * as _lssm_lib_schema248 from "@lssm/lib.schema";
3
3
 
4
4
  //#region src/query/query.contracts.d.ts
5
5
  /**
6
6
  * Create a data query.
7
7
  */
8
- declare const CreateQueryContract: _lssm_lib_contracts9.ContractSpec<_lssm_lib_schema247.SchemaModel<{
8
+ declare const CreateQueryContract: _lssm_lib_contracts9.ContractSpec<_lssm_lib_schema248.SchemaModel<{
9
9
  name: {
10
- type: _lssm_lib_schema247.FieldType<string, string>;
10
+ type: _lssm_lib_schema248.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  description: {
14
- type: _lssm_lib_schema247.FieldType<string, string>;
14
+ type: _lssm_lib_schema248.FieldType<string, string>;
15
15
  isOptional: true;
16
16
  };
17
17
  type: {
18
- type: _lssm_lib_schema247.EnumType<[string, string, string, string]>;
18
+ type: _lssm_lib_schema248.EnumType<[string, string, string, string]>;
19
19
  isOptional: false;
20
20
  };
21
21
  definition: {
22
- type: _lssm_lib_schema247.FieldType<unknown, unknown>;
22
+ type: _lssm_lib_schema248.FieldType<unknown, unknown>;
23
23
  isOptional: false;
24
24
  };
25
25
  sql: {
26
- type: _lssm_lib_schema247.FieldType<string, string>;
26
+ type: _lssm_lib_schema248.FieldType<string, string>;
27
27
  isOptional: true;
28
28
  };
29
29
  metricIds: {
30
- type: _lssm_lib_schema247.FieldType<string, string>;
30
+ type: _lssm_lib_schema248.FieldType<string, string>;
31
31
  isArray: true;
32
32
  isOptional: true;
33
33
  };
34
34
  cacheTtlSeconds: {
35
- type: _lssm_lib_schema247.FieldType<number, number>;
35
+ type: _lssm_lib_schema248.FieldType<number, number>;
36
36
  isOptional: true;
37
37
  };
38
38
  isShared: {
39
- type: _lssm_lib_schema247.FieldType<boolean, boolean>;
39
+ type: _lssm_lib_schema248.FieldType<boolean, boolean>;
40
40
  isOptional: true;
41
41
  };
42
- }>, _lssm_lib_schema247.SchemaModel<{
42
+ }>, _lssm_lib_schema248.SchemaModel<{
43
43
  id: {
44
- type: _lssm_lib_schema247.FieldType<string, string>;
44
+ type: _lssm_lib_schema248.FieldType<string, string>;
45
45
  isOptional: false;
46
46
  };
47
47
  name: {
48
- type: _lssm_lib_schema247.FieldType<string, string>;
48
+ type: _lssm_lib_schema248.FieldType<string, string>;
49
49
  isOptional: false;
50
50
  };
51
51
  description: {
52
- type: _lssm_lib_schema247.FieldType<string, string>;
52
+ type: _lssm_lib_schema248.FieldType<string, string>;
53
53
  isOptional: true;
54
54
  };
55
55
  type: {
56
- type: _lssm_lib_schema247.EnumType<[string, string, string, string]>;
56
+ type: _lssm_lib_schema248.EnumType<[string, string, string, string]>;
57
57
  isOptional: false;
58
58
  };
59
59
  definition: {
60
- type: _lssm_lib_schema247.FieldType<unknown, unknown>;
60
+ type: _lssm_lib_schema248.FieldType<unknown, unknown>;
61
61
  isOptional: false;
62
62
  };
63
63
  sql: {
64
- type: _lssm_lib_schema247.FieldType<string, string>;
64
+ type: _lssm_lib_schema248.FieldType<string, string>;
65
65
  isOptional: true;
66
66
  };
67
67
  cacheTtlSeconds: {
68
- type: _lssm_lib_schema247.FieldType<number, number>;
68
+ type: _lssm_lib_schema248.FieldType<number, number>;
69
69
  isOptional: false;
70
70
  };
71
71
  isShared: {
72
- type: _lssm_lib_schema247.FieldType<boolean, boolean>;
72
+ type: _lssm_lib_schema248.FieldType<boolean, boolean>;
73
73
  isOptional: false;
74
74
  };
75
75
  createdAt: {
76
- type: _lssm_lib_schema247.FieldType<Date, string>;
76
+ type: _lssm_lib_schema248.FieldType<Date, string>;
77
77
  isOptional: false;
78
78
  };
79
79
  }>, {
80
80
  name: string;
81
81
  version: number;
82
82
  when: string;
83
- payload: _lssm_lib_schema247.SchemaModel<{
83
+ payload: _lssm_lib_schema248.SchemaModel<{
84
84
  id: {
85
- type: _lssm_lib_schema247.FieldType<string, string>;
85
+ type: _lssm_lib_schema248.FieldType<string, string>;
86
86
  isOptional: false;
87
87
  };
88
88
  name: {
89
- type: _lssm_lib_schema247.FieldType<string, string>;
89
+ type: _lssm_lib_schema248.FieldType<string, string>;
90
90
  isOptional: false;
91
91
  };
92
92
  description: {
93
- type: _lssm_lib_schema247.FieldType<string, string>;
93
+ type: _lssm_lib_schema248.FieldType<string, string>;
94
94
  isOptional: true;
95
95
  };
96
96
  type: {
97
- type: _lssm_lib_schema247.EnumType<[string, string, string, string]>;
97
+ type: _lssm_lib_schema248.EnumType<[string, string, string, string]>;
98
98
  isOptional: false;
99
99
  };
100
100
  definition: {
101
- type: _lssm_lib_schema247.FieldType<unknown, unknown>;
101
+ type: _lssm_lib_schema248.FieldType<unknown, unknown>;
102
102
  isOptional: false;
103
103
  };
104
104
  sql: {
105
- type: _lssm_lib_schema247.FieldType<string, string>;
105
+ type: _lssm_lib_schema248.FieldType<string, string>;
106
106
  isOptional: true;
107
107
  };
108
108
  cacheTtlSeconds: {
109
- type: _lssm_lib_schema247.FieldType<number, number>;
109
+ type: _lssm_lib_schema248.FieldType<number, number>;
110
110
  isOptional: false;
111
111
  };
112
112
  isShared: {
113
- type: _lssm_lib_schema247.FieldType<boolean, boolean>;
113
+ type: _lssm_lib_schema248.FieldType<boolean, boolean>;
114
114
  isOptional: false;
115
115
  };
116
116
  createdAt: {
117
- type: _lssm_lib_schema247.FieldType<Date, string>;
117
+ type: _lssm_lib_schema248.FieldType<Date, string>;
118
118
  isOptional: false;
119
119
  };
120
120
  }>;
@@ -122,54 +122,54 @@ declare const CreateQueryContract: _lssm_lib_contracts9.ContractSpec<_lssm_lib_s
122
122
  /**
123
123
  * Execute a data query.
124
124
  */
125
- declare const ExecuteQueryContract: _lssm_lib_contracts9.ContractSpec<_lssm_lib_schema247.SchemaModel<{
125
+ declare const ExecuteQueryContract: _lssm_lib_contracts9.ContractSpec<_lssm_lib_schema248.SchemaModel<{
126
126
  queryId: {
127
- type: _lssm_lib_schema247.FieldType<string, string>;
127
+ type: _lssm_lib_schema248.FieldType<string, string>;
128
128
  isOptional: false;
129
129
  };
130
130
  parameters: {
131
- type: _lssm_lib_schema247.FieldType<unknown, unknown>;
131
+ type: _lssm_lib_schema248.FieldType<unknown, unknown>;
132
132
  isOptional: true;
133
133
  };
134
134
  dateRange: {
135
- type: _lssm_lib_schema247.FieldType<unknown, unknown>;
135
+ type: _lssm_lib_schema248.FieldType<unknown, unknown>;
136
136
  isOptional: true;
137
137
  };
138
138
  filters: {
139
- type: _lssm_lib_schema247.FieldType<unknown, unknown>;
139
+ type: _lssm_lib_schema248.FieldType<unknown, unknown>;
140
140
  isOptional: true;
141
141
  };
142
142
  forceRefresh: {
143
- type: _lssm_lib_schema247.FieldType<boolean, boolean>;
143
+ type: _lssm_lib_schema248.FieldType<boolean, boolean>;
144
144
  isOptional: true;
145
145
  };
146
- }>, _lssm_lib_schema247.SchemaModel<{
146
+ }>, _lssm_lib_schema248.SchemaModel<{
147
147
  queryId: {
148
- type: _lssm_lib_schema247.FieldType<string, string>;
148
+ type: _lssm_lib_schema248.FieldType<string, string>;
149
149
  isOptional: false;
150
150
  };
151
151
  data: {
152
- type: _lssm_lib_schema247.FieldType<unknown, unknown>;
152
+ type: _lssm_lib_schema248.FieldType<unknown, unknown>;
153
153
  isOptional: false;
154
154
  };
155
155
  columns: {
156
- type: _lssm_lib_schema247.FieldType<unknown, unknown>;
156
+ type: _lssm_lib_schema248.FieldType<unknown, unknown>;
157
157
  isOptional: false;
158
158
  };
159
159
  rowCount: {
160
- type: _lssm_lib_schema247.FieldType<number, number>;
160
+ type: _lssm_lib_schema248.FieldType<number, number>;
161
161
  isOptional: false;
162
162
  };
163
163
  executionTimeMs: {
164
- type: _lssm_lib_schema247.FieldType<number, number>;
164
+ type: _lssm_lib_schema248.FieldType<number, number>;
165
165
  isOptional: false;
166
166
  };
167
167
  cachedAt: {
168
- type: _lssm_lib_schema247.FieldType<Date, string>;
168
+ type: _lssm_lib_schema248.FieldType<Date, string>;
169
169
  isOptional: true;
170
170
  };
171
171
  error: {
172
- type: _lssm_lib_schema247.FieldType<string, string>;
172
+ type: _lssm_lib_schema248.FieldType<string, string>;
173
173
  isOptional: true;
174
174
  };
175
175
  }>, undefined>;
@@ -1,10 +1,10 @@
1
- import * as _lssm_lib_schema290 from "@lssm/lib.schema";
1
+ import * as _lssm_lib_schema247 from "@lssm/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: _lssm_lib_schema290.EnumType<[string, string, string, string]>;
7
+ declare const QueryTypeEnum: _lssm_lib_schema247.EnumType<[string, string, string, string]>;
8
8
  //#endregion
9
9
  export { QueryTypeEnum };
10
10
  //# sourceMappingURL=query.enum.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.analytics-dashboard",
3
- "version": "0.0.0-canary-20251220021406",
3
+ "version": "0.0.0-canary-20251220041653",
4
4
  "description": "Analytics Dashboard example with widgets and query engine for ContractSpec",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -18,18 +18,18 @@
18
18
  "lint:check": "eslint src"
19
19
  },
20
20
  "dependencies": {
21
- "@lssm/lib.schema": "0.0.0-canary-20251220021406",
22
- "@lssm/lib.contracts": "0.0.0-canary-20251220021406",
23
- "@lssm/lib.bus": "0.0.0-canary-20251220021406",
24
- "@lssm/lib.identity-rbac": "0.0.0-canary-20251220021406",
25
- "@lssm/lib.metering": "0.0.0-canary-20251220021406",
26
- "@lssm/lib.jobs": "0.0.0-canary-20251220021406",
27
- "@lssm/module.audit-trail": "0.0.0-canary-20251220021406",
21
+ "@lssm/lib.schema": "0.0.0-canary-20251220041653",
22
+ "@lssm/lib.contracts": "0.0.0-canary-20251220041653",
23
+ "@lssm/lib.bus": "0.0.0-canary-20251220041653",
24
+ "@lssm/lib.identity-rbac": "0.0.0-canary-20251220041653",
25
+ "@lssm/lib.metering": "0.0.0-canary-20251220041653",
26
+ "@lssm/lib.jobs": "0.0.0-canary-20251220041653",
27
+ "@lssm/module.audit-trail": "0.0.0-canary-20251220041653",
28
28
  "zod": "^4.1.13"
29
29
  },
30
30
  "devDependencies": {
31
- "@lssm/tool.typescript": "0.0.0-canary-20251220021406",
32
- "@lssm/tool.tsdown": "0.0.0-canary-20251220021406",
31
+ "@lssm/tool.typescript": "0.0.0-canary-20251220041653",
32
+ "@lssm/tool.tsdown": "0.0.0-canary-20251220041653",
33
33
  "typescript": "^5.9.3"
34
34
  },
35
35
  "exports": {