@oneuptime/common 7.0.2358 → 7.0.2363
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/Types/BrowserType.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import HTTPMethod from '../../API/HTTPMethod';
|
|
1
2
|
import Dictionary from '../../Dictionary';
|
|
2
3
|
import { JSONObject } from '../../JSON';
|
|
3
4
|
import ObjectID from '../../ObjectID';
|
|
@@ -6,6 +7,7 @@ export default interface IncomingMonitorRequest {
|
|
|
6
7
|
monitorId: ObjectID;
|
|
7
8
|
requestHeaders?: Dictionary<string> | undefined;
|
|
8
9
|
requestBody?: string | JSONObject | undefined;
|
|
10
|
+
requestMethod?: HTTPMethod | undefined;
|
|
9
11
|
incomingRequestReceivedAt: Date;
|
|
10
12
|
onlyCheckForIncomingRequestReceivedAt?: boolean | undefined;
|
|
11
13
|
}
|
|
@@ -18,4 +18,5 @@ export default interface ProbeMonitorResponse {
|
|
|
18
18
|
sslResponse?: SslMonitorResponse | undefined;
|
|
19
19
|
syntheticMonitorResponse?: Array<SyntheticMonitorResponse> | undefined;
|
|
20
20
|
customCodeMonitorResponse?: CustomCodeMonitorResponse | undefined;
|
|
21
|
+
monitoredAt: Date;
|
|
21
22
|
}
|
|
@@ -2,7 +2,7 @@ export var BrowserType;
|
|
|
2
2
|
(function (BrowserType) {
|
|
3
3
|
BrowserType["Chromium"] = "Chromium";
|
|
4
4
|
BrowserType["Firefox"] = "Firefox";
|
|
5
|
-
|
|
5
|
+
// Webkit = 'Webkit',
|
|
6
6
|
})(BrowserType || (BrowserType = {}));
|
|
7
7
|
export default BrowserType;
|
|
8
8
|
//# sourceMappingURL=BrowserType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrowserType.js","sourceRoot":"","sources":["../../../Types/BrowserType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,
|
|
1
|
+
{"version":3,"file":"BrowserType.js","sourceRoot":"","sources":["../../../Types/BrowserType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,oCAAqB,CAAA;IACrB,kCAAmB,CAAA;IACnB,qBAAqB;AACzB,CAAC,EAJW,WAAW,KAAX,WAAW,QAItB;AAED,eAAe,WAAW,CAAC"}
|