@kong-ui-public/analytics-utilities 11.0.1-pr.2392.975995129.0 → 11.0.1-pr.2394.39929d8e1.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.
@@ -2,7 +2,7 @@ import type { FromSchema, JSONSchema } from 'json-schema-to-ts';
2
2
  type FromSchemaWithOptions<T extends JSONSchema> = FromSchema<T, {
3
3
  keepDefaultedPropertiesOptional: true;
4
4
  }>;
5
- export declare const dashboardTileTypes: readonly ["horizontal_bar", "vertical_bar", "gauge", "donut", "timeseries_line", "timeseries_bar", "golden_signals", "top_n", "slottable", "single_value", "choropleth_map"];
5
+ export declare const dashboardTileTypes: readonly ["horizontal_bar", "vertical_bar", "gauge", "donut", "timeseries_line", "timeseries_bar", "golden_signals", "top_n", "slottable", "single_value"];
6
6
  export type DashboardTileType = typeof dashboardTileTypes[number];
7
7
  export declare const slottableSchema: {
8
8
  readonly type: "object";
@@ -203,63 +203,6 @@ export declare const singleValueSchema: {
203
203
  readonly additionalProperties: false;
204
204
  };
205
205
  export type SingleValueOptions = FromSchemaWithOptions<typeof singleValueSchema>;
206
- export declare const choroplethMapSchema: {
207
- readonly type: "object";
208
- readonly properties: {
209
- readonly type: {
210
- readonly type: "string";
211
- readonly enum: readonly ["choropleth_map"];
212
- };
213
- readonly chart_title: {
214
- readonly type: "string";
215
- };
216
- readonly bounds: {
217
- readonly oneOf: readonly [{
218
- readonly type: "array";
219
- readonly minItems: 2;
220
- readonly maxItems: 2;
221
- readonly items: {
222
- readonly type: "array";
223
- readonly minItems: 2;
224
- readonly maxItems: 2;
225
- readonly items: readonly [{
226
- readonly type: "number";
227
- readonly minimum: -180;
228
- readonly maximum: 180;
229
- }, {
230
- readonly type: "number";
231
- readonly minimum: -90;
232
- readonly maximum: 90;
233
- }];
234
- };
235
- }, {
236
- readonly type: "array";
237
- readonly minItems: 4;
238
- readonly maxItems: 4;
239
- readonly items: readonly [{
240
- readonly type: "number";
241
- readonly minimum: -180;
242
- readonly maximum: 180;
243
- }, {
244
- readonly type: "number";
245
- readonly minimum: -90;
246
- readonly maximum: 90;
247
- }, {
248
- readonly type: "number";
249
- readonly minimum: -180;
250
- readonly maximum: 180;
251
- }, {
252
- readonly type: "number";
253
- readonly minimum: -90;
254
- readonly maximum: 90;
255
- }];
256
- }];
257
- };
258
- };
259
- readonly required: readonly ["type"];
260
- readonly additionalProperties: false;
261
- };
262
- export type ChoroplethMapOptions = FromSchemaWithOptions<typeof choroplethMapSchema>;
263
206
  export declare const apiUsageQuerySchema: {
264
207
  readonly type: "object";
265
208
  readonly description: "A query to launch at the advanced explore API";
@@ -1636,61 +1579,6 @@ export declare const tileDefinitionSchema: {
1636
1579
  };
1637
1580
  readonly required: readonly ["type"];
1638
1581
  readonly additionalProperties: false;
1639
- }, {
1640
- readonly type: "object";
1641
- readonly properties: {
1642
- readonly type: {
1643
- readonly type: "string";
1644
- readonly enum: readonly ["choropleth_map"];
1645
- };
1646
- readonly chart_title: {
1647
- readonly type: "string";
1648
- };
1649
- readonly bounds: {
1650
- readonly oneOf: readonly [{
1651
- readonly type: "array";
1652
- readonly minItems: 2;
1653
- readonly maxItems: 2;
1654
- readonly items: {
1655
- readonly type: "array";
1656
- readonly minItems: 2;
1657
- readonly maxItems: 2;
1658
- readonly items: readonly [{
1659
- readonly type: "number";
1660
- readonly minimum: -180;
1661
- readonly maximum: 180;
1662
- }, {
1663
- readonly type: "number";
1664
- readonly minimum: -90;
1665
- readonly maximum: 90;
1666
- }];
1667
- };
1668
- }, {
1669
- readonly type: "array";
1670
- readonly minItems: 4;
1671
- readonly maxItems: 4;
1672
- readonly items: readonly [{
1673
- readonly type: "number";
1674
- readonly minimum: -180;
1675
- readonly maximum: 180;
1676
- }, {
1677
- readonly type: "number";
1678
- readonly minimum: -90;
1679
- readonly maximum: 90;
1680
- }, {
1681
- readonly type: "number";
1682
- readonly minimum: -180;
1683
- readonly maximum: 180;
1684
- }, {
1685
- readonly type: "number";
1686
- readonly minimum: -90;
1687
- readonly maximum: 90;
1688
- }];
1689
- }];
1690
- };
1691
- };
1692
- readonly required: readonly ["type"];
1693
- readonly additionalProperties: false;
1694
1582
  }];
1695
1583
  };
1696
1584
  };
@@ -2327,61 +2215,6 @@ export declare const tileConfigSchema: {
2327
2215
  };
2328
2216
  readonly required: readonly ["type"];
2329
2217
  readonly additionalProperties: false;
2330
- }, {
2331
- readonly type: "object";
2332
- readonly properties: {
2333
- readonly type: {
2334
- readonly type: "string";
2335
- readonly enum: readonly ["choropleth_map"];
2336
- };
2337
- readonly chart_title: {
2338
- readonly type: "string";
2339
- };
2340
- readonly bounds: {
2341
- readonly oneOf: readonly [{
2342
- readonly type: "array";
2343
- readonly minItems: 2;
2344
- readonly maxItems: 2;
2345
- readonly items: {
2346
- readonly type: "array";
2347
- readonly minItems: 2;
2348
- readonly maxItems: 2;
2349
- readonly items: readonly [{
2350
- readonly type: "number";
2351
- readonly minimum: -180;
2352
- readonly maximum: 180;
2353
- }, {
2354
- readonly type: "number";
2355
- readonly minimum: -90;
2356
- readonly maximum: 90;
2357
- }];
2358
- };
2359
- }, {
2360
- readonly type: "array";
2361
- readonly minItems: 4;
2362
- readonly maxItems: 4;
2363
- readonly items: readonly [{
2364
- readonly type: "number";
2365
- readonly minimum: -180;
2366
- readonly maximum: 180;
2367
- }, {
2368
- readonly type: "number";
2369
- readonly minimum: -90;
2370
- readonly maximum: 90;
2371
- }, {
2372
- readonly type: "number";
2373
- readonly minimum: -180;
2374
- readonly maximum: 180;
2375
- }, {
2376
- readonly type: "number";
2377
- readonly minimum: -90;
2378
- readonly maximum: 90;
2379
- }];
2380
- }];
2381
- };
2382
- };
2383
- readonly required: readonly ["type"];
2384
- readonly additionalProperties: false;
2385
2218
  }];
2386
2219
  };
2387
2220
  };
@@ -3030,61 +2863,6 @@ export declare const dashboardConfigSchema: {
3030
2863
  };
3031
2864
  readonly required: readonly ["type"];
3032
2865
  readonly additionalProperties: false;
3033
- }, {
3034
- readonly type: "object";
3035
- readonly properties: {
3036
- readonly type: {
3037
- readonly type: "string";
3038
- readonly enum: readonly ["choropleth_map"];
3039
- };
3040
- readonly chart_title: {
3041
- readonly type: "string";
3042
- };
3043
- readonly bounds: {
3044
- readonly oneOf: readonly [{
3045
- readonly type: "array";
3046
- readonly minItems: 2;
3047
- readonly maxItems: 2;
3048
- readonly items: {
3049
- readonly type: "array";
3050
- readonly minItems: 2;
3051
- readonly maxItems: 2;
3052
- readonly items: readonly [{
3053
- readonly type: "number";
3054
- readonly minimum: -180;
3055
- readonly maximum: 180;
3056
- }, {
3057
- readonly type: "number";
3058
- readonly minimum: -90;
3059
- readonly maximum: 90;
3060
- }];
3061
- };
3062
- }, {
3063
- readonly type: "array";
3064
- readonly minItems: 4;
3065
- readonly maxItems: 4;
3066
- readonly items: readonly [{
3067
- readonly type: "number";
3068
- readonly minimum: -180;
3069
- readonly maximum: 180;
3070
- }, {
3071
- readonly type: "number";
3072
- readonly minimum: -90;
3073
- readonly maximum: 90;
3074
- }, {
3075
- readonly type: "number";
3076
- readonly minimum: -180;
3077
- readonly maximum: 180;
3078
- }, {
3079
- readonly type: "number";
3080
- readonly minimum: -90;
3081
- readonly maximum: 90;
3082
- }];
3083
- }];
3084
- };
3085
- };
3086
- readonly required: readonly ["type"];
3087
- readonly additionalProperties: false;
3088
2866
  }];
3089
2867
  };
3090
2868
  };
@@ -1 +1 @@
1
- {"version":3,"file":"dashboardSchema.v2.d.ts","sourceRoot":"","sources":["../../src/dashboardSchema.v2.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"dashboardSchema.v2.d.ts","sourceRoot":"","sources":["../../src/dashboardSchema.v2.ts"],"names":[],"mappings":"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"}
@@ -3,7 +3,7 @@ export interface Metric {
3
3
  name: string;
4
4
  unit: string;
5
5
  }
6
- export declare const generateSingleMetricTimeSeriesData: (metric: Metric, dimensionMap?: DimensionMap, metaOverrides?: Partial<QueryResponseMeta>) => ExploreResultV4;
6
+ export declare const generateSingleMetricTimeSeriesData: (metric: Metric, dimensionMap?: DimensionMap, metaOverrides?: Partial<QueryResponseMeta>, start?: number, end?: number) => ExploreResultV4;
7
7
  export declare const generateMultipleMetricTimeSeriesData: (metrics: Metric[], metaOverrides?: Partial<QueryResponseMeta>) => ExploreResultV4;
8
8
  export declare const generateCrossSectionalData: (metrics: Metric[], dimensionMap?: DimensionMap, metaOverrides?: Partial<QueryResponseMeta>) => ExploreResultV4;
9
9
  //# sourceMappingURL=chartDataGenerator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"chartDataGenerator.d.ts","sourceRoot":"","sources":["../../../src/utils/chartDataGenerator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EAKZ,iBAAiB,EACjB,eAAe,EAChB,MAAM,UAAU,CAAA;AAIjB,MAAM,WAAW,MAAM;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb;AAED,eAAO,MAAM,kCAAkC,GAAI,QAAQ,MAAM,EAAE,eAAe,YAAY,EAAE,gBAAgB,OAAO,CAAC,iBAAiB,CAAC,KA6EnI,eACN,CAAA;AAED,eAAO,MAAM,oCAAoC,GAAI,SAAS,MAAM,EAAE,EAAE,gBAAgB,OAAO,CAAC,iBAAiB,CAAC,KAgD3G,eACN,CAAA;AAED,eAAO,MAAM,0BAA0B,GAAI,SAAS,MAAM,EAAE,EAAE,eAAe,YAAY,EAAE,gBAAgB,OAAO,CAAC,iBAAiB,CAAC,KAqF9H,eACN,CAAA"}
1
+ {"version":3,"file":"chartDataGenerator.d.ts","sourceRoot":"","sources":["../../../src/utils/chartDataGenerator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EAKZ,iBAAiB,EACjB,eAAe,EAChB,MAAM,UAAU,CAAA;AAIjB,MAAM,WAAW,MAAM;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb;AAED,eAAO,MAAM,kCAAkC,GAC7C,QAAQ,MAAM,EACd,eAAe,YAAY,EAC3B,gBAAgB,OAAO,CAAC,iBAAiB,CAAC,EAC1C,QAAO,MAAwC,EAC/C,MAAK,MAAmB,KA4EnB,eACN,CAAA;AAED,eAAO,MAAM,oCAAoC,GAAI,SAAS,MAAM,EAAE,EAAE,gBAAgB,OAAO,CAAC,iBAAiB,CAAC,KAgD3G,eACN,CAAA;AAED,eAAO,MAAM,0BAA0B,GAAI,SAAS,MAAM,EAAE,EAAE,eAAe,YAAY,EAAE,gBAAgB,OAAO,CAAC,iBAAiB,CAAC,KAqF9H,eACN,CAAA"}