@kong-ui-public/analytics-utilities 11.5.1-pr.2537.e6bf3d36f.0 → 11.5.1-pr.2565.4dcb99c0c.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/types/constants.d.ts +1 -1
- package/dist/types/constants.d.ts.map +1 -1
- package/dist/types/dashboardSchema.v2.d.ts +15 -15
- package/dist/types/timeframes.d.ts.map +1 -1
- package/dist/types/types/explore/common.d.ts +1 -1
- package/dist/types/types/explore/common.d.ts.map +1 -1
- package/dist/types/types/explore/requests.d.ts +2 -2
- package/dist/types/types/explore/requests.d.ts.map +1 -1
- package/dist/types/types/timeframe-keys.d.ts +6 -1
- package/dist/types/types/timeframe-keys.d.ts.map +1 -1
- package/dist/vitals-utilities.cjs +1 -1
- package/dist/vitals-utilities.cjs.map +1 -1
- package/dist/vitals-utilities.es.js +1089 -988
- package/dist/vitals-utilities.es.js.map +1 -1
- package/dist/vitals-utilities.umd.js +1 -1
- package/dist/vitals-utilities.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,QAAY,CAAA;AAE5C,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,QAAY,CAAA;AAE5C,eAAO,MAAM,mBAAmB,MAAM,CAAA;AAEtC,eAAO,MAAM,qBAAqB,6BAA6B,CAAA"}
|
|
@@ -312,7 +312,7 @@ export declare const apiUsageQuerySchema: {
|
|
|
312
312
|
};
|
|
313
313
|
readonly time_range: {
|
|
314
314
|
readonly type: "string";
|
|
315
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
315
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
316
316
|
readonly default: "1h";
|
|
317
317
|
};
|
|
318
318
|
};
|
|
@@ -444,7 +444,7 @@ export declare const basicQuerySchema: {
|
|
|
444
444
|
};
|
|
445
445
|
readonly time_range: {
|
|
446
446
|
readonly type: "string";
|
|
447
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
447
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
448
448
|
readonly default: "1h";
|
|
449
449
|
};
|
|
450
450
|
};
|
|
@@ -576,7 +576,7 @@ export declare const llmUsageSchema: {
|
|
|
576
576
|
};
|
|
577
577
|
readonly time_range: {
|
|
578
578
|
readonly type: "string";
|
|
579
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
579
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
580
580
|
readonly default: "1h";
|
|
581
581
|
};
|
|
582
582
|
};
|
|
@@ -709,7 +709,7 @@ export declare const validDashboardQuery: {
|
|
|
709
709
|
};
|
|
710
710
|
readonly time_range: {
|
|
711
711
|
readonly type: "string";
|
|
712
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
712
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
713
713
|
readonly default: "1h";
|
|
714
714
|
};
|
|
715
715
|
};
|
|
@@ -840,7 +840,7 @@ export declare const validDashboardQuery: {
|
|
|
840
840
|
};
|
|
841
841
|
readonly time_range: {
|
|
842
842
|
readonly type: "string";
|
|
843
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
843
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
844
844
|
readonly default: "1h";
|
|
845
845
|
};
|
|
846
846
|
};
|
|
@@ -971,7 +971,7 @@ export declare const validDashboardQuery: {
|
|
|
971
971
|
};
|
|
972
972
|
readonly time_range: {
|
|
973
973
|
readonly type: "string";
|
|
974
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
974
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
975
975
|
readonly default: "1h";
|
|
976
976
|
};
|
|
977
977
|
};
|
|
@@ -1109,7 +1109,7 @@ export declare const tileDefinitionSchema: {
|
|
|
1109
1109
|
};
|
|
1110
1110
|
readonly time_range: {
|
|
1111
1111
|
readonly type: "string";
|
|
1112
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
1112
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
1113
1113
|
readonly default: "1h";
|
|
1114
1114
|
};
|
|
1115
1115
|
};
|
|
@@ -1240,7 +1240,7 @@ export declare const tileDefinitionSchema: {
|
|
|
1240
1240
|
};
|
|
1241
1241
|
readonly time_range: {
|
|
1242
1242
|
readonly type: "string";
|
|
1243
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
1243
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
1244
1244
|
readonly default: "1h";
|
|
1245
1245
|
};
|
|
1246
1246
|
};
|
|
@@ -1371,7 +1371,7 @@ export declare const tileDefinitionSchema: {
|
|
|
1371
1371
|
};
|
|
1372
1372
|
readonly time_range: {
|
|
1373
1373
|
readonly type: "string";
|
|
1374
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
1374
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
1375
1375
|
readonly default: "1h";
|
|
1376
1376
|
};
|
|
1377
1377
|
};
|
|
@@ -1806,7 +1806,7 @@ export declare const tileConfigSchema: {
|
|
|
1806
1806
|
};
|
|
1807
1807
|
readonly time_range: {
|
|
1808
1808
|
readonly type: "string";
|
|
1809
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
1809
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
1810
1810
|
readonly default: "1h";
|
|
1811
1811
|
};
|
|
1812
1812
|
};
|
|
@@ -1937,7 +1937,7 @@ export declare const tileConfigSchema: {
|
|
|
1937
1937
|
};
|
|
1938
1938
|
readonly time_range: {
|
|
1939
1939
|
readonly type: "string";
|
|
1940
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
1940
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
1941
1941
|
readonly default: "1h";
|
|
1942
1942
|
};
|
|
1943
1943
|
};
|
|
@@ -2068,7 +2068,7 @@ export declare const tileConfigSchema: {
|
|
|
2068
2068
|
};
|
|
2069
2069
|
readonly time_range: {
|
|
2070
2070
|
readonly type: "string";
|
|
2071
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
2071
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
2072
2072
|
readonly default: "1h";
|
|
2073
2073
|
};
|
|
2074
2074
|
};
|
|
@@ -2515,7 +2515,7 @@ export declare const dashboardConfigSchema: {
|
|
|
2515
2515
|
};
|
|
2516
2516
|
readonly time_range: {
|
|
2517
2517
|
readonly type: "string";
|
|
2518
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
2518
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
2519
2519
|
readonly default: "1h";
|
|
2520
2520
|
};
|
|
2521
2521
|
};
|
|
@@ -2646,7 +2646,7 @@ export declare const dashboardConfigSchema: {
|
|
|
2646
2646
|
};
|
|
2647
2647
|
readonly time_range: {
|
|
2648
2648
|
readonly type: "string";
|
|
2649
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
2649
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
2650
2650
|
readonly default: "1h";
|
|
2651
2651
|
};
|
|
2652
2652
|
};
|
|
@@ -2777,7 +2777,7 @@ export declare const dashboardConfigSchema: {
|
|
|
2777
2777
|
};
|
|
2778
2778
|
readonly time_range: {
|
|
2779
2779
|
readonly type: "string";
|
|
2780
|
-
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
2780
|
+
readonly enum: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
2781
2781
|
readonly default: "1h";
|
|
2782
2782
|
};
|
|
2783
2783
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeframes.d.ts","sourceRoot":"","sources":["../../src/timeframes.ts"],"names":[],"mappings":"AAWA,OAAO,EACL,aAAa,EACd,MAAM,SAAS,CAAA;AAEhB,OAAO,KAAK,EACV,mBAAmB,EACnB,gBAAgB,EAChB,UAAU,EACV,yBAAyB,EAAE,WAAW,EACtC,iBAAiB,EAClB,MAAM,SAAS,CAAA;AAEhB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAQnD,qBAAa,SAAU,YAAW,UAAU;IAC1C,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAA;IAE9B,QAAQ,CAAC,GAAG,EAAE,yBAAyB,GAAG,QAAQ,CAAA;IAElD,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAA;IAExB,QAAQ,CAAC,eAAe,EAAE,MAAM,MAAM,CAAA;IAEtC,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,CAAA;IAI/B,QAAQ,CAAC,0BAA0B,EAAE,iBAAiB,CAAA;IAKtD,QAAQ,CAAC,eAAe,EAAE,iBAAiB,CAAA;IAO3C,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAA;IAE5B,QAAQ,CAAC,6BAA6B,CAAC,EAAE,iBAAiB,CAAA;IAE1D,OAAO,CAAC,YAAY,CAAC,CAAM;IAE3B,OAAO,CAAC,UAAU,CAAC,CAAM;IAEzB,OAAO,CAAC,6BAA6B,CAAC,CAAqB;gBAE/C,IAAI,EAAE,gBAAgB;IAkBlC,MAAM,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI;IAO1B,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI;IAI5B,iBAAiB;IAIjB,sBAAsB;IAKtB,oBAAoB,CAAC,SAAS,CAAC,EAAE,OAAO;IAgCxC,QAAQ,IAAI,MAAM;IASlB,OAAO,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,WAAW;IAkBjC,SAAS,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI;CAU5C;
|
|
1
|
+
{"version":3,"file":"timeframes.d.ts","sourceRoot":"","sources":["../../src/timeframes.ts"],"names":[],"mappings":"AAWA,OAAO,EACL,aAAa,EACd,MAAM,SAAS,CAAA;AAEhB,OAAO,KAAK,EACV,mBAAmB,EACnB,gBAAgB,EAChB,UAAU,EACV,yBAAyB,EAAE,WAAW,EACtC,iBAAiB,EAClB,MAAM,SAAS,CAAA;AAEhB,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAQnD,qBAAa,SAAU,YAAW,UAAU;IAC1C,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAA;IAE9B,QAAQ,CAAC,GAAG,EAAE,yBAAyB,GAAG,QAAQ,CAAA;IAElD,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAA;IAExB,QAAQ,CAAC,eAAe,EAAE,MAAM,MAAM,CAAA;IAEtC,QAAQ,CAAC,YAAY,EAAE,MAAM,EAAE,CAAA;IAI/B,QAAQ,CAAC,0BAA0B,EAAE,iBAAiB,CAAA;IAKtD,QAAQ,CAAC,eAAe,EAAE,iBAAiB,CAAA;IAO3C,QAAQ,CAAC,UAAU,EAAE,OAAO,CAAA;IAE5B,QAAQ,CAAC,6BAA6B,CAAC,EAAE,iBAAiB,CAAA;IAE1D,OAAO,CAAC,YAAY,CAAC,CAAM;IAE3B,OAAO,CAAC,UAAU,CAAC,CAAM;IAEzB,OAAO,CAAC,6BAA6B,CAAC,CAAqB;gBAE/C,IAAI,EAAE,gBAAgB;IAkBlC,MAAM,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI;IAO1B,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI;IAI5B,iBAAiB;IAIjB,sBAAsB;IAKtB,oBAAoB,CAAC,SAAS,CAAC,EAAE,OAAO;IAgCxC,QAAQ,IAAI,MAAM;IASlB,OAAO,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,WAAW;IAkBjC,SAAS,CAAC,cAAc,CAAC,EAAE,CAAC,EAAE,MAAM,GAAG,IAAI;CAU5C;AAoID,eAAO,MAAM,WAAW,wBAmRtB,CAAA;AAEF,wBAAgB,8BAA8B,CAAC,mBAAmB,EAAE,mBAAmB,GAAG,SAAS,CA0BlG;AAED,wBAAgB,8BAA8B,CAAC,SAAS,EAAE,SAAS,GAAG,mBAAmB,CAQxF;AAED,wBAAgB,+BAA+B,CAAC,SAAS,EAAE,SAAS,GAAG,UAAU,CAUhF;AAED,wBAAgB,cAAc,CAAC,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,GAAG,MAAM,CAEzD;AAED,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,aAAa,CAkB1D,CAAA"}
|
|
@@ -16,7 +16,7 @@ export interface AbsoluteTimeRangeV4 {
|
|
|
16
16
|
start: Date;
|
|
17
17
|
end: Date;
|
|
18
18
|
}
|
|
19
|
-
export declare const relativeTimeRangeValuesV4: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month"];
|
|
19
|
+
export declare const relativeTimeRangeValuesV4: readonly ["15m", "1h", "6h", "12h", "24h", "7d", "current_week", "previous_week", "30d", "current_month", "previous_month", "90d", "180d", "365d", "current_year", "previous_year"];
|
|
20
20
|
export type RelativeTimeRangeValuesV4 = typeof relativeTimeRangeValuesV4[number];
|
|
21
21
|
export interface RelativeTimeRangeV4 {
|
|
22
22
|
type: 'relative';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../src/types/explore/common.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,oBAAoB,uCAAwC,CAAA;AAEzE,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,MAAM,CAAC,CAAA;AAEtE,eAAO,MAAM,yBAAyB,sBAAuB,CAAA;AAE7D,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,MAAM,CAAC,CAAA;AAEhF,eAAO,MAAM,yBAAyB,4CAA6C,CAAA;AAEnF,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,MAAM,CAAC,CAAA;AAEhF,eAAO,MAAM,wBAAwB,iCAAkC,CAAA;AAEvE,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,MAAM,CAAC,CAAA;AAE9E,eAAO,MAAM,2BAA2B,uCAAwC,CAAA;AAEhF,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,CAAC,CAAA;AAQpF,eAAO,MAAM,eAAe,mCAAoC,CAAA;AAEhE,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,MAAM,CAAC,CAAA;AAG5D,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,UAAU,CAAA;IAChB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,IAAI,CAAA;IACX,GAAG,EAAE,IAAI,CAAA;CACV;AAED,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../src/types/explore/common.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,oBAAoB,uCAAwC,CAAA;AAEzE,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,MAAM,CAAC,CAAA;AAEtE,eAAO,MAAM,yBAAyB,sBAAuB,CAAA;AAE7D,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,MAAM,CAAC,CAAA;AAEhF,eAAO,MAAM,yBAAyB,4CAA6C,CAAA;AAEnF,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,MAAM,CAAC,CAAA;AAEhF,eAAO,MAAM,wBAAwB,iCAAkC,CAAA;AAEvE,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,MAAM,CAAC,CAAA;AAE9E,eAAO,MAAM,2BAA2B,uCAAwC,CAAA;AAEhF,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,CAAC,CAAA;AAQpF,eAAO,MAAM,eAAe,mCAAoC,CAAA;AAEhE,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,MAAM,CAAC,CAAA;AAG5D,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,UAAU,CAAA;IAChB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,IAAI,CAAA;IACX,GAAG,EAAE,IAAI,CAAA;CACV;AAED,eAAO,MAAM,yBAAyB,qLAiB5B,CAAA;AAEV,MAAM,MAAM,yBAAyB,GAAG,OAAO,yBAAyB,CAAC,MAAM,CAAC,CAAA;AAEhF,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,UAAU,CAAA;IAChB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,UAAU,EAAE,yBAAyB,CAAA;CACtC;AAED,MAAM,MAAM,WAAW,GAAG,mBAAmB,GAAG,mBAAmB,CAAA;AAEnE,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,kBAAkB,EAAE,MAAM,CAAA;CAC3B;AAED,eAAO,MAAM,iBAAiB,wLAcpB,CAAA;AAEV,MAAM,MAAM,iBAAiB,GAAG,OAAO,iBAAiB,CAAC,MAAM,CAAC,CAAA"}
|
|
@@ -3,9 +3,9 @@ export declare const queryableRequestDimensions: readonly ["api", "api_product",
|
|
|
3
3
|
export type QueryableRequestDimensions = typeof queryableRequestDimensions[number];
|
|
4
4
|
export declare const filterableRequestDimensions: ["api", "api_product", "api_product_version", "application", "auth_type", "client_ip", "consumer", "consumer_group", "control_plane", "control_plane_group", "country_code", "data_plane_node", "data_plane_node_version", "gateway_service", "header_host", "header_user_agent", "http_method", "portal", "realm", "request_id", "request_uri", "response_header_content_type", "response_source", "route", "service_port", "service_protocol", "sse", "status_code_grouped", "trace_id", "upstream_uri", "upstream_status_code_grouped", "websocket"];
|
|
5
5
|
export type FilterableRequestDimensions = typeof filterableRequestDimensions[number];
|
|
6
|
-
export declare const queryableRequestWildcardDimensions: readonly ["auth_type", "client_ip", "
|
|
6
|
+
export declare const queryableRequestWildcardDimensions: readonly ["auth_type", "client_ip", "data_plane_node_version", "header_host", "header_user_agent", "http_method", "request_id", "request_uri", "response_header_content_type", "response_source", "service_port", "service_protocol", "trace_id", "upstream_uri"];
|
|
7
7
|
export type QueryableRequestWildcardDimensions = typeof queryableRequestWildcardDimensions[number];
|
|
8
|
-
export declare const filterableRequestWildcardDimensions: readonly ["auth_type", "client_ip", "
|
|
8
|
+
export declare const filterableRequestWildcardDimensions: readonly ["auth_type", "client_ip", "data_plane_node_version", "header_host", "header_user_agent", "http_method", "request_id", "request_uri", "response_header_content_type", "response_source", "service_port", "service_protocol", "trace_id", "upstream_uri"];
|
|
9
9
|
export type FilterableRequestWildcardDimensions = typeof filterableRequestWildcardDimensions[number];
|
|
10
10
|
export declare const queryableRequestMetrics: readonly ["ai_count", "latencies_response_ms", "latencies_upstream_ms", "latencies_kong_gateway_ms", "request_body_size", "response_body_size", "response_header_content_length", "status_code", "upstream_status_code"];
|
|
11
11
|
export type QueryableRequestMetrics = typeof queryableRequestMetrics[number];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requests.d.ts","sourceRoot":"","sources":["../../../../src/types/explore/requests.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAA;AAGtL,eAAO,MAAM,0BAA0B,0iBAkC7B,CAAA;AAEV,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,MAAM,CAAC,CAAA;AAElF,eAAO,MAAM,2BAA2B,yhBAA6C,CAAA;AAErF,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,CAAC,CAAA;AAEpF,eAAO,MAAM,kCAAkC,
|
|
1
|
+
{"version":3,"file":"requests.d.ts","sourceRoot":"","sources":["../../../../src/types/explore/requests.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,2BAA2B,EAAE,MAAM,UAAU,CAAA;AAGtL,eAAO,MAAM,0BAA0B,0iBAkC7B,CAAA;AAEV,MAAM,MAAM,0BAA0B,GAAG,OAAO,0BAA0B,CAAC,MAAM,CAAC,CAAA;AAElF,eAAO,MAAM,2BAA2B,yhBAA6C,CAAA;AAErF,MAAM,MAAM,2BAA2B,GAAG,OAAO,2BAA2B,CAAC,MAAM,CAAC,CAAA;AAEpF,eAAO,MAAM,kCAAkC,mQAerC,CAAA;AAEV,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAC,MAAM,CAAC,CAAA;AAElG,eAAO,MAAM,mCAAmC,mQAAqC,CAAA;AAErF,MAAM,MAAM,mCAAmC,GAAG,OAAO,mCAAmC,CAAC,MAAM,CAAC,CAAA;AAEpG,eAAO,MAAM,uBAAuB,0NAU1B,CAAA;AAEV,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,MAAM,CAAC,CAAA;AAE5E,eAAO,MAAM,wBAAwB,iNAA0C,CAAA;AAE/E,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,MAAM,CAAC,CAAA;AAE9E,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,oBAAoB,CAAA;IAC9B,KAAK,EAAE,2BAA2B,GAAG,mCAAmC,GAAG,wBAAwB,CAAA;IACnG,KAAK,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,CAAC,CAAA;CAC9B;AACD,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,yBAAyB,CAAA;IACnC,KAAK,EAAE,2BAA2B,GAAG,mCAAmC,CAAA;IACxE,KAAK,EAAE,MAAM,CAAA;CACd;AACD,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,yBAAyB,CAAA;IACnC,KAAK,EAAE,wBAAwB,CAAA;IAC/B,KAAK,EAAE,MAAM,CAAA;CACd;AACD,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,wBAAwB,CAAA;IAClC,KAAK,EAAE,2BAA2B,GAAG,mCAAmC,GAAG,wBAAwB,CAAA;CACpG;AACD,MAAM,WAAW,qBAAqB;IACpC,QAAQ,EAAE,2BAA2B,CAAA;IACrC,KAAK,EAAE,mCAAmC,CAAA;IAC1C,KAAK,EAAE,MAAM,CAAA;CACd;AAED,MAAM,MAAM,aAAa,GAAG,eAAe,GACzC,mBAAmB,GACnB,mBAAmB,GACnB,kBAAkB,GAClB,qBAAqB,CAAA;AAEvB,eAAO,MAAM,gCAAgC,kDAOnC,CAAA;AAEV,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,CAAC,CAAA;AAE9F,MAAM,WAAW,0BAA0B;IACzC,IAAI,EAAE,UAAU,CAAA;IAChB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,UAAU,EAAE,gCAAgC,CAAA;CAC7C;AAED,MAAM,MAAM,kBAAkB,GAAG,mBAAmB,GAAG,0BAA0B,CAAA;AAEjF,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,aAAa,EAAE,CAAA;IACxB,UAAU,EAAE,kBAAkB,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB"}
|
|
@@ -6,11 +6,16 @@ export declare enum TimeframeKeys {
|
|
|
6
6
|
ONE_DAY = "24h",
|
|
7
7
|
SEVEN_DAY = "7d",
|
|
8
8
|
THIRTY_DAY = "30d",
|
|
9
|
+
NINETY_DAY = "90d",
|
|
10
|
+
ONE_HUNDRED_EIGHTY_DAY = "180d",
|
|
11
|
+
ONE_YEAR = "365d",
|
|
9
12
|
CURRENT_WEEK = "current_week",
|
|
10
13
|
CURRENT_MONTH = "current_month",
|
|
11
14
|
CURRENT_QUARTER = "current_quarter",
|
|
15
|
+
CURRENT_YEAR = "current_year",
|
|
12
16
|
PREVIOUS_WEEK = "previous_week",
|
|
13
17
|
PREVIOUS_MONTH = "previous_month",
|
|
14
|
-
PREVIOUS_QUARTER = "previous_quarter"
|
|
18
|
+
PREVIOUS_QUARTER = "previous_quarter",
|
|
19
|
+
PREVIOUS_YEAR = "previous_year"
|
|
15
20
|
}
|
|
16
21
|
//# sourceMappingURL=timeframe-keys.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"timeframe-keys.d.ts","sourceRoot":"","sources":["../../../src/types/timeframe-keys.ts"],"names":[],"mappings":"AACA,oBAAY,aAAa;IACvB,WAAW,QAAQ;IACnB,QAAQ,OAAO;IACf,QAAQ,OAAO;IACf,WAAW,QAAQ;IACnB,OAAO,QAAQ;IACf,SAAS,OAAO;IAChB,UAAU,QAAQ;IAClB,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;IACjC,gBAAgB,qBAAqB;
|
|
1
|
+
{"version":3,"file":"timeframe-keys.d.ts","sourceRoot":"","sources":["../../../src/types/timeframe-keys.ts"],"names":[],"mappings":"AACA,oBAAY,aAAa;IACvB,WAAW,QAAQ;IACnB,QAAQ,OAAO;IACf,QAAQ,OAAO;IACf,WAAW,QAAQ;IACnB,OAAO,QAAQ;IACf,SAAS,OAAO;IAChB,UAAU,QAAQ;IAClB,UAAU,QAAQ;IAClB,sBAAsB,SAAS;IAC/B,QAAQ,SAAS;IACjB,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;IACjC,gBAAgB,qBAAqB;IACrC,aAAa,kBAAkB;CAChC"}
|