@devhelm/sdk 1.1.0 → 1.3.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/README.md +1 -0
- package/dist/client.d.ts +2 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +3 -0
- package/dist/client.js.map +1 -1
- package/dist/generated/api.d.ts +177 -11
- package/dist/generated/api.d.ts.map +1 -1
- package/dist/generated/schemas.d.ts +313 -0
- package/dist/generated/schemas.d.ts.map +1 -1
- package/dist/generated/schemas.js +174 -2
- package/dist/generated/schemas.js.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/resources/dependencies.d.ts +8 -5
- package/dist/resources/dependencies.d.ts.map +1 -1
- package/dist/resources/dependencies.js +17 -6
- package/dist/resources/dependencies.js.map +1 -1
- package/dist/resources/services.d.ts +90 -0
- package/dist/resources/services.d.ts.map +1 -0
- package/dist/resources/services.js +144 -0
- package/dist/resources/services.js.map +1 -0
- package/dist/schemas.d.ts +1034 -92
- package/dist/schemas.d.ts.map +1 -1
- package/dist/schemas.js +35 -0
- package/dist/schemas.js.map +1 -1
- package/dist/types.d.ts +21 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/schemas.d.ts
CHANGED
|
@@ -411,6 +411,16 @@ export declare const AlertChannelDtoSchema: z.ZodObject<{
|
|
|
411
411
|
severityOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
412
412
|
mentionRoleId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
413
413
|
customHeaders: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodString>>>>;
|
|
414
|
+
chatId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
415
|
+
priority: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
416
|
+
channel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
417
|
+
routingKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
418
|
+
deviceIden: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
419
|
+
teamId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
420
|
+
visibility: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
421
|
+
severity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
422
|
+
site: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
423
|
+
projectKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
414
424
|
}, z.core.$strict>>>;
|
|
415
425
|
createdAt: z.ZodString;
|
|
416
426
|
updatedAt: z.ZodString;
|
|
@@ -1198,6 +1208,385 @@ export declare const IncidentStateTransitionDtoSchema: z.ZodObject<{
|
|
|
1198
1208
|
}>;
|
|
1199
1209
|
}, z.core.$strict>;
|
|
1200
1210
|
}, z.core.$strict>;
|
|
1211
|
+
export declare const ServiceCatalogDtoSchema: z.ZodObject<{
|
|
1212
|
+
id: z.ZodString;
|
|
1213
|
+
slug: z.ZodString;
|
|
1214
|
+
name: z.ZodString;
|
|
1215
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1216
|
+
officialStatusUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1217
|
+
developerContext: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1218
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1219
|
+
adapterType: z.ZodString;
|
|
1220
|
+
pollingIntervalSeconds: z.ZodNumber;
|
|
1221
|
+
lifecycleStatus: z.ZodString;
|
|
1222
|
+
enabled: z.ZodBoolean;
|
|
1223
|
+
published: z.ZodBoolean;
|
|
1224
|
+
overallStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1225
|
+
createdAt: z.ZodString;
|
|
1226
|
+
updatedAt: z.ZodString;
|
|
1227
|
+
componentCount: z.ZodNumber;
|
|
1228
|
+
activeIncidentCount: z.ZodNumber;
|
|
1229
|
+
dataCompleteness: z.ZodString;
|
|
1230
|
+
uptime30d: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1231
|
+
}, z.core.$strict>;
|
|
1232
|
+
export declare const ServiceDetailDtoSchema: z.ZodObject<{
|
|
1233
|
+
id: z.ZodString;
|
|
1234
|
+
slug: z.ZodString;
|
|
1235
|
+
name: z.ZodString;
|
|
1236
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1237
|
+
officialStatusUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1238
|
+
developerContext: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1239
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1240
|
+
adapterType: z.ZodString;
|
|
1241
|
+
pollingIntervalSeconds: z.ZodNumber;
|
|
1242
|
+
lifecycleStatus: z.ZodString;
|
|
1243
|
+
enabled: z.ZodBoolean;
|
|
1244
|
+
createdAt: z.ZodString;
|
|
1245
|
+
updatedAt: z.ZodString;
|
|
1246
|
+
currentStatus: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1247
|
+
overallStatus: z.ZodString;
|
|
1248
|
+
lastPolledAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1249
|
+
}, z.core.$strict>>>;
|
|
1250
|
+
recentIncidents: z.ZodArray<z.ZodObject<{
|
|
1251
|
+
id: z.ZodString;
|
|
1252
|
+
serviceId: z.ZodString;
|
|
1253
|
+
serviceSlug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1254
|
+
serviceName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1255
|
+
externalId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1256
|
+
title: z.ZodString;
|
|
1257
|
+
status: z.ZodString;
|
|
1258
|
+
impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1259
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1260
|
+
resolvedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1261
|
+
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1262
|
+
shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1263
|
+
detectedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1264
|
+
vendorCreatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1265
|
+
}, z.core.$strict>>;
|
|
1266
|
+
components: z.ZodArray<z.ZodObject<{
|
|
1267
|
+
id: z.ZodString;
|
|
1268
|
+
externalId: z.ZodString;
|
|
1269
|
+
name: z.ZodString;
|
|
1270
|
+
status: z.ZodString;
|
|
1271
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1272
|
+
groupId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1273
|
+
position: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1274
|
+
showcase: z.ZodBoolean;
|
|
1275
|
+
onlyShowIfDegraded: z.ZodBoolean;
|
|
1276
|
+
startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1277
|
+
vendorCreatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1278
|
+
lifecycleStatus: z.ZodString;
|
|
1279
|
+
dataType: z.ZodString;
|
|
1280
|
+
hasUptime: z.ZodBoolean;
|
|
1281
|
+
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1282
|
+
groupName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1283
|
+
displayAggregatedUptime: z.ZodBoolean;
|
|
1284
|
+
childCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1285
|
+
uptime: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1286
|
+
day: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1287
|
+
week: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1288
|
+
month: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1289
|
+
source: z.ZodString;
|
|
1290
|
+
}, z.core.$strict>>>;
|
|
1291
|
+
statusChangedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1292
|
+
firstSeenAt: z.ZodString;
|
|
1293
|
+
lastSeenAt: z.ZodString;
|
|
1294
|
+
isGroup: z.ZodBoolean;
|
|
1295
|
+
}, z.core.$strict>>;
|
|
1296
|
+
componentsSummary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1297
|
+
totalCount: z.ZodNumber;
|
|
1298
|
+
includedCount: z.ZodNumber;
|
|
1299
|
+
groupComponentCounts: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
1300
|
+
}, z.core.$strict>>>;
|
|
1301
|
+
uptime: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1302
|
+
day: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1303
|
+
week: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1304
|
+
month: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1305
|
+
source: z.ZodString;
|
|
1306
|
+
}, z.core.$strict>>>;
|
|
1307
|
+
activeMaintenances: z.ZodArray<z.ZodObject<{
|
|
1308
|
+
id: z.ZodString;
|
|
1309
|
+
externalId: z.ZodString;
|
|
1310
|
+
title: z.ZodString;
|
|
1311
|
+
status: z.ZodString;
|
|
1312
|
+
impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1313
|
+
shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1314
|
+
scheduledFor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1315
|
+
scheduledUntil: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1316
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1317
|
+
completedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1318
|
+
affectedComponents: z.ZodArray<z.ZodObject<{
|
|
1319
|
+
id: z.ZodString;
|
|
1320
|
+
name: z.ZodString;
|
|
1321
|
+
status: z.ZodString;
|
|
1322
|
+
}, z.core.$strict>>;
|
|
1323
|
+
updates: z.ZodArray<z.ZodObject<{
|
|
1324
|
+
id: z.ZodString;
|
|
1325
|
+
status: z.ZodString;
|
|
1326
|
+
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1327
|
+
displayAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1328
|
+
}, z.core.$strict>>;
|
|
1329
|
+
}, z.core.$strict>>;
|
|
1330
|
+
dataCompleteness: z.ZodString;
|
|
1331
|
+
seoMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1332
|
+
shortDescription: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1333
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1334
|
+
about: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1335
|
+
}, z.core.$strict>>>;
|
|
1336
|
+
relatedServices: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1337
|
+
id: z.ZodString;
|
|
1338
|
+
slug: z.ZodString;
|
|
1339
|
+
name: z.ZodString;
|
|
1340
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1341
|
+
officialStatusUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1342
|
+
developerContext: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1343
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1344
|
+
adapterType: z.ZodString;
|
|
1345
|
+
pollingIntervalSeconds: z.ZodNumber;
|
|
1346
|
+
lifecycleStatus: z.ZodString;
|
|
1347
|
+
enabled: z.ZodBoolean;
|
|
1348
|
+
published: z.ZodBoolean;
|
|
1349
|
+
overallStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1350
|
+
createdAt: z.ZodString;
|
|
1351
|
+
updatedAt: z.ZodString;
|
|
1352
|
+
componentCount: z.ZodNumber;
|
|
1353
|
+
activeIncidentCount: z.ZodNumber;
|
|
1354
|
+
dataCompleteness: z.ZodString;
|
|
1355
|
+
uptime30d: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1356
|
+
}, z.core.$strict>>>>;
|
|
1357
|
+
}, z.core.$strict>;
|
|
1358
|
+
export declare const ServiceLiveStatusDtoSchema: z.ZodObject<{
|
|
1359
|
+
overallStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1360
|
+
componentStatuses: z.ZodArray<z.ZodObject<{
|
|
1361
|
+
id: z.ZodString;
|
|
1362
|
+
name: z.ZodString;
|
|
1363
|
+
status: z.ZodString;
|
|
1364
|
+
}, z.core.$strict>>;
|
|
1365
|
+
activeIncidentCount: z.ZodNumber;
|
|
1366
|
+
lastPolledAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1367
|
+
}, z.core.$strict>;
|
|
1368
|
+
export declare const ServiceStatusDtoSchema: z.ZodObject<{
|
|
1369
|
+
overallStatus: z.ZodString;
|
|
1370
|
+
lastPolledAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1371
|
+
}, z.core.$strict>;
|
|
1372
|
+
export declare const CategoryDtoSchema: z.ZodObject<{
|
|
1373
|
+
category: z.ZodString;
|
|
1374
|
+
serviceCount: z.ZodNumber;
|
|
1375
|
+
}, z.core.$strict>;
|
|
1376
|
+
export declare const GlobalStatusSummaryDtoSchema: z.ZodObject<{
|
|
1377
|
+
totalServices: z.ZodNumber;
|
|
1378
|
+
operationalCount: z.ZodNumber;
|
|
1379
|
+
degradedCount: z.ZodNumber;
|
|
1380
|
+
partialOutageCount: z.ZodNumber;
|
|
1381
|
+
majorOutageCount: z.ZodNumber;
|
|
1382
|
+
maintenanceCount: z.ZodNumber;
|
|
1383
|
+
unknownCount: z.ZodNumber;
|
|
1384
|
+
activeIncidentCount: z.ZodNumber;
|
|
1385
|
+
servicesWithIssues: z.ZodArray<z.ZodObject<{
|
|
1386
|
+
id: z.ZodString;
|
|
1387
|
+
slug: z.ZodString;
|
|
1388
|
+
name: z.ZodString;
|
|
1389
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1390
|
+
officialStatusUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1391
|
+
developerContext: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1392
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1393
|
+
adapterType: z.ZodString;
|
|
1394
|
+
pollingIntervalSeconds: z.ZodNumber;
|
|
1395
|
+
lifecycleStatus: z.ZodString;
|
|
1396
|
+
enabled: z.ZodBoolean;
|
|
1397
|
+
published: z.ZodBoolean;
|
|
1398
|
+
overallStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1399
|
+
createdAt: z.ZodString;
|
|
1400
|
+
updatedAt: z.ZodString;
|
|
1401
|
+
componentCount: z.ZodNumber;
|
|
1402
|
+
activeIncidentCount: z.ZodNumber;
|
|
1403
|
+
dataCompleteness: z.ZodString;
|
|
1404
|
+
uptime30d: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1405
|
+
}, z.core.$strict>>;
|
|
1406
|
+
}, z.core.$strict>;
|
|
1407
|
+
export declare const ServiceComponentDtoSchema: z.ZodObject<{
|
|
1408
|
+
id: z.ZodString;
|
|
1409
|
+
externalId: z.ZodString;
|
|
1410
|
+
name: z.ZodString;
|
|
1411
|
+
status: z.ZodString;
|
|
1412
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1413
|
+
groupId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1414
|
+
position: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1415
|
+
showcase: z.ZodBoolean;
|
|
1416
|
+
onlyShowIfDegraded: z.ZodBoolean;
|
|
1417
|
+
startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1418
|
+
vendorCreatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1419
|
+
lifecycleStatus: z.ZodString;
|
|
1420
|
+
dataType: z.ZodString;
|
|
1421
|
+
hasUptime: z.ZodBoolean;
|
|
1422
|
+
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1423
|
+
groupName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1424
|
+
displayAggregatedUptime: z.ZodBoolean;
|
|
1425
|
+
childCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1426
|
+
uptime: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
1427
|
+
day: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1428
|
+
week: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1429
|
+
month: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1430
|
+
source: z.ZodString;
|
|
1431
|
+
}, z.core.$strict>>>;
|
|
1432
|
+
statusChangedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1433
|
+
firstSeenAt: z.ZodString;
|
|
1434
|
+
lastSeenAt: z.ZodString;
|
|
1435
|
+
isGroup: z.ZodBoolean;
|
|
1436
|
+
}, z.core.$strict>;
|
|
1437
|
+
export declare const ComponentStatusDtoSchema: z.ZodObject<{
|
|
1438
|
+
id: z.ZodString;
|
|
1439
|
+
name: z.ZodString;
|
|
1440
|
+
status: z.ZodString;
|
|
1441
|
+
}, z.core.$strict>;
|
|
1442
|
+
export declare const ComponentsSummaryDtoSchema: z.ZodObject<{
|
|
1443
|
+
totalCount: z.ZodNumber;
|
|
1444
|
+
includedCount: z.ZodNumber;
|
|
1445
|
+
groupComponentCounts: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
1446
|
+
}, z.core.$strict>;
|
|
1447
|
+
export declare const ComponentUptimeSummaryDtoSchema: z.ZodObject<{
|
|
1448
|
+
day: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1449
|
+
week: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1450
|
+
month: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1451
|
+
source: z.ZodString;
|
|
1452
|
+
}, z.core.$strict>;
|
|
1453
|
+
export declare const ComponentUptimeDayDtoSchema: z.ZodObject<{
|
|
1454
|
+
date: z.ZodString;
|
|
1455
|
+
partialOutageSeconds: z.ZodNumber;
|
|
1456
|
+
majorOutageSeconds: z.ZodNumber;
|
|
1457
|
+
degradedSeconds: z.ZodNumber;
|
|
1458
|
+
uptimePercentage: z.ZodNumber;
|
|
1459
|
+
incidents: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1460
|
+
id: z.ZodString;
|
|
1461
|
+
title: z.ZodString;
|
|
1462
|
+
impact: z.ZodString;
|
|
1463
|
+
}, z.core.$strict>>>>;
|
|
1464
|
+
}, z.core.$strict>;
|
|
1465
|
+
export declare const BatchComponentUptimeDtoSchema: z.ZodObject<{
|
|
1466
|
+
components: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
1467
|
+
date: z.ZodString;
|
|
1468
|
+
partialOutageSeconds: z.ZodNumber;
|
|
1469
|
+
majorOutageSeconds: z.ZodNumber;
|
|
1470
|
+
degradedSeconds: z.ZodNumber;
|
|
1471
|
+
uptimePercentage: z.ZodNumber;
|
|
1472
|
+
incidents: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1473
|
+
id: z.ZodString;
|
|
1474
|
+
title: z.ZodString;
|
|
1475
|
+
impact: z.ZodString;
|
|
1476
|
+
}, z.core.$strict>>>>;
|
|
1477
|
+
}, z.core.$strict>>>;
|
|
1478
|
+
}, z.core.$strict>;
|
|
1479
|
+
export declare const ServiceDayDetailDtoSchema: z.ZodObject<{
|
|
1480
|
+
date: z.ZodString;
|
|
1481
|
+
overallUptimePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1482
|
+
totalPartialOutageSeconds: z.ZodNumber;
|
|
1483
|
+
totalMajorOutageSeconds: z.ZodNumber;
|
|
1484
|
+
totalDegradedSeconds: z.ZodNumber;
|
|
1485
|
+
components: z.ZodArray<z.ZodObject<{
|
|
1486
|
+
componentId: z.ZodString;
|
|
1487
|
+
componentName: z.ZodString;
|
|
1488
|
+
groupName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1489
|
+
uptimePercentage: z.ZodNumber;
|
|
1490
|
+
partialOutageSeconds: z.ZodNumber;
|
|
1491
|
+
majorOutageSeconds: z.ZodNumber;
|
|
1492
|
+
}, z.core.$strict>>;
|
|
1493
|
+
incidents: z.ZodArray<z.ZodObject<{
|
|
1494
|
+
id: z.ZodString;
|
|
1495
|
+
title: z.ZodString;
|
|
1496
|
+
status: z.ZodEnum<{
|
|
1497
|
+
RESOLVED: "RESOLVED";
|
|
1498
|
+
INVESTIGATING: "INVESTIGATING";
|
|
1499
|
+
IDENTIFIED: "IDENTIFIED";
|
|
1500
|
+
MONITORING: "MONITORING";
|
|
1501
|
+
}>;
|
|
1502
|
+
impact: z.ZodEnum<{
|
|
1503
|
+
NONE: "NONE";
|
|
1504
|
+
MINOR: "MINOR";
|
|
1505
|
+
MAJOR: "MAJOR";
|
|
1506
|
+
CRITICAL: "CRITICAL";
|
|
1507
|
+
}>;
|
|
1508
|
+
scheduled: z.ZodBoolean;
|
|
1509
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1510
|
+
resolvedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1511
|
+
affectedComponentNames: z.ZodArray<z.ZodString>;
|
|
1512
|
+
}, z.core.$strict>>;
|
|
1513
|
+
}, z.core.$strict>;
|
|
1514
|
+
export declare const ServiceIncidentDtoSchema: z.ZodObject<{
|
|
1515
|
+
id: z.ZodString;
|
|
1516
|
+
serviceId: z.ZodString;
|
|
1517
|
+
serviceSlug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1518
|
+
serviceName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1519
|
+
externalId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1520
|
+
title: z.ZodString;
|
|
1521
|
+
status: z.ZodString;
|
|
1522
|
+
impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1523
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1524
|
+
resolvedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1525
|
+
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1526
|
+
shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1527
|
+
detectedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1528
|
+
vendorCreatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1529
|
+
}, z.core.$strict>;
|
|
1530
|
+
export declare const ServiceIncidentDetailDtoSchema: z.ZodObject<{
|
|
1531
|
+
id: z.ZodString;
|
|
1532
|
+
title: z.ZodString;
|
|
1533
|
+
status: z.ZodString;
|
|
1534
|
+
impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1535
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1536
|
+
resolvedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1537
|
+
detectedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1538
|
+
shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1539
|
+
affectedComponents: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
1540
|
+
updates: z.ZodArray<z.ZodObject<{
|
|
1541
|
+
status: z.ZodString;
|
|
1542
|
+
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1543
|
+
displayAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1544
|
+
}, z.core.$strict>>;
|
|
1545
|
+
}, z.core.$strict>;
|
|
1546
|
+
export declare const ServiceIncidentUpdateDtoSchema: z.ZodObject<{
|
|
1547
|
+
status: z.ZodString;
|
|
1548
|
+
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1549
|
+
displayAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1550
|
+
}, z.core.$strict>;
|
|
1551
|
+
export declare const ServiceUptimeResponseSchema: z.ZodObject<{
|
|
1552
|
+
overallUptimePct: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1553
|
+
period: z.ZodString;
|
|
1554
|
+
granularity: z.ZodString;
|
|
1555
|
+
buckets: z.ZodArray<z.ZodObject<{
|
|
1556
|
+
timestamp: z.ZodString;
|
|
1557
|
+
uptimePct: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1558
|
+
totalPolls: z.ZodNumber;
|
|
1559
|
+
}, z.core.$strict>>;
|
|
1560
|
+
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1561
|
+
}, z.core.$strict>;
|
|
1562
|
+
export declare const UptimeBucketDtoSchema: z.ZodObject<{
|
|
1563
|
+
timestamp: z.ZodString;
|
|
1564
|
+
uptimePct: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1565
|
+
totalPolls: z.ZodNumber;
|
|
1566
|
+
}, z.core.$strict>;
|
|
1567
|
+
export declare const ScheduledMaintenanceDtoSchema: z.ZodObject<{
|
|
1568
|
+
id: z.ZodString;
|
|
1569
|
+
externalId: z.ZodString;
|
|
1570
|
+
title: z.ZodString;
|
|
1571
|
+
status: z.ZodString;
|
|
1572
|
+
impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1573
|
+
shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1574
|
+
scheduledFor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1575
|
+
scheduledUntil: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1576
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1577
|
+
completedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1578
|
+
affectedComponents: z.ZodArray<z.ZodObject<{
|
|
1579
|
+
id: z.ZodString;
|
|
1580
|
+
name: z.ZodString;
|
|
1581
|
+
status: z.ZodString;
|
|
1582
|
+
}, z.core.$strict>>;
|
|
1583
|
+
updates: z.ZodArray<z.ZodObject<{
|
|
1584
|
+
id: z.ZodString;
|
|
1585
|
+
status: z.ZodString;
|
|
1586
|
+
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1587
|
+
displayAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1588
|
+
}, z.core.$strict>>;
|
|
1589
|
+
}, z.core.$strict>;
|
|
1201
1590
|
export declare const StatusPageDtoSchema: z.ZodObject<{
|
|
1202
1591
|
id: z.ZodString;
|
|
1203
1592
|
organizationId: z.ZodNumber;
|
|
@@ -1217,6 +1606,7 @@ export declare const StatusPageDtoSchema: z.ZodObject<{
|
|
|
1217
1606
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1218
1607
|
reportUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1219
1608
|
hidePoweredBy: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1609
|
+
showSubscribeButton: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1220
1610
|
customCss: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1221
1611
|
customHeadHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1222
1612
|
}, z.core.$strict>;
|
|
@@ -1359,6 +1749,7 @@ export declare const StatusPageBrandingSchema: z.ZodObject<{
|
|
|
1359
1749
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1360
1750
|
reportUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1361
1751
|
hidePoweredBy: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1752
|
+
showSubscribeButton: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
1362
1753
|
customCss: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1363
1754
|
customHeadHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1364
1755
|
}, z.core.$strict>;
|
|
@@ -1962,12 +2353,46 @@ export declare const ResolveIncidentRequestSchema: z.ZodObject<{
|
|
|
1962
2353
|
export declare const CreateAlertChannelRequestSchema: z.ZodObject<{
|
|
1963
2354
|
name: z.ZodString;
|
|
1964
2355
|
config: z.ZodUnion<readonly [z.ZodObject<{
|
|
2356
|
+
channelType: z.ZodLiteral<"datadog">;
|
|
2357
|
+
apiKey: z.ZodString;
|
|
2358
|
+
site: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2359
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2360
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1965
2361
|
channelType: z.ZodLiteral<"discord">;
|
|
1966
2362
|
webhookUrl: z.ZodString;
|
|
1967
2363
|
mentionRoleId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1968
2364
|
}, z.core.$strict>, z.ZodObject<{
|
|
1969
2365
|
channelType: z.ZodLiteral<"email">;
|
|
1970
2366
|
recipients: z.ZodArray<z.ZodString>;
|
|
2367
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2368
|
+
channelType: z.ZodLiteral<"gitlab">;
|
|
2369
|
+
endpointUrl: z.ZodString;
|
|
2370
|
+
authorizationKey: z.ZodString;
|
|
2371
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2372
|
+
channelType: z.ZodLiteral<"google_chat">;
|
|
2373
|
+
webhookUrl: z.ZodString;
|
|
2374
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2375
|
+
channelType: z.ZodLiteral<"incident_io">;
|
|
2376
|
+
apiKey: z.ZodString;
|
|
2377
|
+
severityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2378
|
+
visibility: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2379
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2380
|
+
channelType: z.ZodLiteral<"jira">;
|
|
2381
|
+
domain: z.ZodString;
|
|
2382
|
+
email: z.ZodString;
|
|
2383
|
+
apiToken: z.ZodString;
|
|
2384
|
+
projectKey: z.ZodString;
|
|
2385
|
+
issueType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2386
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2387
|
+
channelType: z.ZodLiteral<"linear">;
|
|
2388
|
+
apiKey: z.ZodString;
|
|
2389
|
+
teamId: z.ZodString;
|
|
2390
|
+
labelId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2391
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2392
|
+
channelType: z.ZodLiteral<"mattermost">;
|
|
2393
|
+
webhookUrl: z.ZodString;
|
|
2394
|
+
channel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2395
|
+
iconUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1971
2396
|
}, z.core.$strict>, z.ZodObject<{
|
|
1972
2397
|
channelType: z.ZodLiteral<"opsgenie">;
|
|
1973
2398
|
apiKey: z.ZodString;
|
|
@@ -1976,18 +2401,43 @@ export declare const CreateAlertChannelRequestSchema: z.ZodObject<{
|
|
|
1976
2401
|
channelType: z.ZodLiteral<"pagerduty">;
|
|
1977
2402
|
routingKey: z.ZodString;
|
|
1978
2403
|
severityOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2404
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2405
|
+
channelType: z.ZodLiteral<"pushbullet">;
|
|
2406
|
+
accessToken: z.ZodString;
|
|
2407
|
+
deviceIden: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2408
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2409
|
+
channelType: z.ZodLiteral<"pushover">;
|
|
2410
|
+
userKey: z.ZodString;
|
|
2411
|
+
appToken: z.ZodString;
|
|
2412
|
+
priority: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2413
|
+
sound: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2414
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2415
|
+
channelType: z.ZodLiteral<"rootly">;
|
|
2416
|
+
apiKey: z.ZodString;
|
|
2417
|
+
severity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1979
2418
|
}, z.core.$strict>, z.ZodObject<{
|
|
1980
2419
|
channelType: z.ZodLiteral<"slack">;
|
|
1981
2420
|
webhookUrl: z.ZodString;
|
|
1982
2421
|
mentionText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2422
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2423
|
+
channelType: z.ZodLiteral<"splunk_oncall">;
|
|
2424
|
+
apiKey: z.ZodString;
|
|
2425
|
+
routingKey: z.ZodString;
|
|
1983
2426
|
}, z.core.$strict>, z.ZodObject<{
|
|
1984
2427
|
channelType: z.ZodLiteral<"teams">;
|
|
1985
2428
|
webhookUrl: z.ZodString;
|
|
2429
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2430
|
+
channelType: z.ZodLiteral<"telegram">;
|
|
2431
|
+
botToken: z.ZodString;
|
|
2432
|
+
chatId: z.ZodString;
|
|
1986
2433
|
}, z.core.$strict>, z.ZodObject<{
|
|
1987
2434
|
channelType: z.ZodLiteral<"webhook">;
|
|
1988
2435
|
url: z.ZodString;
|
|
1989
2436
|
signingSecret: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1990
2437
|
customHeaders: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodString>>>>;
|
|
2438
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2439
|
+
channelType: z.ZodLiteral<"zapier">;
|
|
2440
|
+
webhookUrl: z.ZodString;
|
|
1991
2441
|
}, z.core.$strict>]>;
|
|
1992
2442
|
managedBy: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
1993
2443
|
DASHBOARD: "DASHBOARD";
|
|
@@ -2000,12 +2450,46 @@ export declare const CreateAlertChannelRequestSchema: z.ZodObject<{
|
|
|
2000
2450
|
export declare const UpdateAlertChannelRequestSchema: z.ZodObject<{
|
|
2001
2451
|
name: z.ZodString;
|
|
2002
2452
|
config: z.ZodUnion<readonly [z.ZodObject<{
|
|
2453
|
+
channelType: z.ZodLiteral<"datadog">;
|
|
2454
|
+
apiKey: z.ZodString;
|
|
2455
|
+
site: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2456
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2457
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2003
2458
|
channelType: z.ZodLiteral<"discord">;
|
|
2004
2459
|
webhookUrl: z.ZodString;
|
|
2005
2460
|
mentionRoleId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2006
2461
|
}, z.core.$strict>, z.ZodObject<{
|
|
2007
2462
|
channelType: z.ZodLiteral<"email">;
|
|
2008
2463
|
recipients: z.ZodArray<z.ZodString>;
|
|
2464
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2465
|
+
channelType: z.ZodLiteral<"gitlab">;
|
|
2466
|
+
endpointUrl: z.ZodString;
|
|
2467
|
+
authorizationKey: z.ZodString;
|
|
2468
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2469
|
+
channelType: z.ZodLiteral<"google_chat">;
|
|
2470
|
+
webhookUrl: z.ZodString;
|
|
2471
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2472
|
+
channelType: z.ZodLiteral<"incident_io">;
|
|
2473
|
+
apiKey: z.ZodString;
|
|
2474
|
+
severityId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2475
|
+
visibility: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2476
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2477
|
+
channelType: z.ZodLiteral<"jira">;
|
|
2478
|
+
domain: z.ZodString;
|
|
2479
|
+
email: z.ZodString;
|
|
2480
|
+
apiToken: z.ZodString;
|
|
2481
|
+
projectKey: z.ZodString;
|
|
2482
|
+
issueType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2483
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2484
|
+
channelType: z.ZodLiteral<"linear">;
|
|
2485
|
+
apiKey: z.ZodString;
|
|
2486
|
+
teamId: z.ZodString;
|
|
2487
|
+
labelId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2488
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2489
|
+
channelType: z.ZodLiteral<"mattermost">;
|
|
2490
|
+
webhookUrl: z.ZodString;
|
|
2491
|
+
channel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2492
|
+
iconUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2009
2493
|
}, z.core.$strict>, z.ZodObject<{
|
|
2010
2494
|
channelType: z.ZodLiteral<"opsgenie">;
|
|
2011
2495
|
apiKey: z.ZodString;
|
|
@@ -2014,18 +2498,43 @@ export declare const UpdateAlertChannelRequestSchema: z.ZodObject<{
|
|
|
2014
2498
|
channelType: z.ZodLiteral<"pagerduty">;
|
|
2015
2499
|
routingKey: z.ZodString;
|
|
2016
2500
|
severityOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2501
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2502
|
+
channelType: z.ZodLiteral<"pushbullet">;
|
|
2503
|
+
accessToken: z.ZodString;
|
|
2504
|
+
deviceIden: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2505
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2506
|
+
channelType: z.ZodLiteral<"pushover">;
|
|
2507
|
+
userKey: z.ZodString;
|
|
2508
|
+
appToken: z.ZodString;
|
|
2509
|
+
priority: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2510
|
+
sound: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2511
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2512
|
+
channelType: z.ZodLiteral<"rootly">;
|
|
2513
|
+
apiKey: z.ZodString;
|
|
2514
|
+
severity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2017
2515
|
}, z.core.$strict>, z.ZodObject<{
|
|
2018
2516
|
channelType: z.ZodLiteral<"slack">;
|
|
2019
2517
|
webhookUrl: z.ZodString;
|
|
2020
2518
|
mentionText: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2519
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2520
|
+
channelType: z.ZodLiteral<"splunk_oncall">;
|
|
2521
|
+
apiKey: z.ZodString;
|
|
2522
|
+
routingKey: z.ZodString;
|
|
2021
2523
|
}, z.core.$strict>, z.ZodObject<{
|
|
2022
2524
|
channelType: z.ZodLiteral<"teams">;
|
|
2023
2525
|
webhookUrl: z.ZodString;
|
|
2526
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2527
|
+
channelType: z.ZodLiteral<"telegram">;
|
|
2528
|
+
botToken: z.ZodString;
|
|
2529
|
+
chatId: z.ZodString;
|
|
2024
2530
|
}, z.core.$strict>, z.ZodObject<{
|
|
2025
2531
|
channelType: z.ZodLiteral<"webhook">;
|
|
2026
2532
|
url: z.ZodString;
|
|
2027
2533
|
signingSecret: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2028
2534
|
customHeaders: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodString>>>>;
|
|
2535
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
2536
|
+
channelType: z.ZodLiteral<"zapier">;
|
|
2537
|
+
webhookUrl: z.ZodString;
|
|
2029
2538
|
}, z.core.$strict>]>;
|
|
2030
2539
|
managedBy: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
2031
2540
|
DASHBOARD: "DASHBOARD";
|
|
@@ -2246,6 +2755,13 @@ export declare const UpdateMaintenanceWindowRequestSchema: z.ZodObject<{
|
|
|
2246
2755
|
reason: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2247
2756
|
suppressAlerts: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
2248
2757
|
}, z.core.$strict>;
|
|
2758
|
+
export declare const ServiceSubscribeRequestSchema: z.ZodObject<{
|
|
2759
|
+
componentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2760
|
+
alertSensitivity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2761
|
+
}, z.core.$strict>;
|
|
2762
|
+
export declare const UpdateAlertSensitivityRequestSchema: z.ZodObject<{
|
|
2763
|
+
alertSensitivity: z.ZodString;
|
|
2764
|
+
}, z.core.$strict>;
|
|
2249
2765
|
export declare const CreateStatusPageRequestSchema: z.ZodObject<{
|
|
2250
2766
|
name: z.ZodString;
|
|
2251
2767
|
slug: z.ZodString;
|
|
@@ -2262,6 +2778,7 @@ export declare const CreateStatusPageRequestSchema: z.ZodObject<{
|
|
|
2262
2778
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2263
2779
|
reportUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2264
2780
|
hidePoweredBy: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2781
|
+
showSubscribeButton: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2265
2782
|
customCss: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2266
2783
|
customHeadHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2267
2784
|
}, z.core.$strict>>>;
|
|
@@ -2299,6 +2816,7 @@ export declare const UpdateStatusPageRequestSchema: z.ZodObject<{
|
|
|
2299
2816
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2300
2817
|
reportUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2301
2818
|
hidePoweredBy: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2819
|
+
showSubscribeButton: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
2302
2820
|
customCss: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2303
2821
|
customHeadHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2304
2822
|
}, z.core.$strict>>>;
|
|
@@ -2523,6 +3041,11 @@ export declare const ErrorResponseSchema: z.ZodObject<{
|
|
|
2523
3041
|
message: z.ZodString;
|
|
2524
3042
|
timestamp: z.ZodNumber;
|
|
2525
3043
|
requestId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3044
|
+
errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNullable<z.ZodObject<{
|
|
3045
|
+
code: z.ZodString;
|
|
3046
|
+
field: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3047
|
+
message: z.ZodString;
|
|
3048
|
+
}, z.core.$strict>>>>>;
|
|
2526
3049
|
}, z.core.$strict>;
|
|
2527
3050
|
export declare const SingleValueResponseMonitorDtoSchema: z.ZodObject<{
|
|
2528
3051
|
data: z.ZodObject<{
|
|
@@ -2897,6 +3420,16 @@ export declare const SingleValueResponseAlertChannelDtoSchema: z.ZodObject<{
|
|
|
2897
3420
|
severityOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2898
3421
|
mentionRoleId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2899
3422
|
customHeaders: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodString>>>>;
|
|
3423
|
+
chatId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3424
|
+
priority: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3425
|
+
channel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3426
|
+
routingKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3427
|
+
deviceIden: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3428
|
+
teamId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3429
|
+
visibility: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3430
|
+
severity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3431
|
+
site: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3432
|
+
projectKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
2900
3433
|
}, z.core.$strict>>>;
|
|
2901
3434
|
createdAt: z.ZodString;
|
|
2902
3435
|
updatedAt: z.ZodString;
|
|
@@ -3200,6 +3733,7 @@ export declare const SingleValueResponseStatusPageDtoSchema: z.ZodObject<{
|
|
|
3200
3733
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3201
3734
|
reportUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3202
3735
|
hidePoweredBy: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
3736
|
+
showSubscribeButton: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
3203
3737
|
customCss: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3204
3738
|
customHeadHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3205
3739
|
}, z.core.$strict>;
|
|
@@ -3245,122 +3779,379 @@ export declare const SingleValueResponseStatusPageComponentGroupDtoSchema: z.Zod
|
|
|
3245
3779
|
defaultOpen: z.ZodBoolean;
|
|
3246
3780
|
components: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3247
3781
|
id: z.ZodString;
|
|
3248
|
-
statusPageId: z.ZodString;
|
|
3249
|
-
groupId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3782
|
+
statusPageId: z.ZodString;
|
|
3783
|
+
groupId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3784
|
+
name: z.ZodString;
|
|
3785
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3786
|
+
type: z.ZodString;
|
|
3787
|
+
monitorId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3788
|
+
resourceGroupId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3789
|
+
currentStatus: z.ZodString;
|
|
3790
|
+
showUptime: z.ZodBoolean;
|
|
3791
|
+
displayOrder: z.ZodNumber;
|
|
3792
|
+
pageOrder: z.ZodNumber;
|
|
3793
|
+
excludeFromOverall: z.ZodBoolean;
|
|
3794
|
+
startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3795
|
+
createdAt: z.ZodString;
|
|
3796
|
+
updatedAt: z.ZodString;
|
|
3797
|
+
}, z.core.$strict>>>>;
|
|
3798
|
+
createdAt: z.ZodString;
|
|
3799
|
+
updatedAt: z.ZodString;
|
|
3800
|
+
}, z.core.$strict>;
|
|
3801
|
+
}, z.core.$strict>;
|
|
3802
|
+
export declare const SingleValueResponseStatusPageIncidentDtoSchema: z.ZodObject<{
|
|
3803
|
+
data: z.ZodObject<{
|
|
3804
|
+
id: z.ZodString;
|
|
3805
|
+
statusPageId: z.ZodString;
|
|
3806
|
+
title: z.ZodString;
|
|
3807
|
+
status: z.ZodString;
|
|
3808
|
+
impact: z.ZodString;
|
|
3809
|
+
scheduled: z.ZodBoolean;
|
|
3810
|
+
scheduledFor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3811
|
+
scheduledUntil: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3812
|
+
autoResolve: z.ZodBoolean;
|
|
3813
|
+
incidentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3814
|
+
startedAt: z.ZodString;
|
|
3815
|
+
publishedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3816
|
+
resolvedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3817
|
+
createdByUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3818
|
+
postmortemBody: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3819
|
+
postmortemUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3820
|
+
affectedComponents: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3821
|
+
statusPageComponentId: z.ZodString;
|
|
3822
|
+
componentStatus: z.ZodString;
|
|
3823
|
+
componentName: z.ZodString;
|
|
3824
|
+
}, z.core.$strict>>>>;
|
|
3825
|
+
updates: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3826
|
+
id: z.ZodString;
|
|
3827
|
+
status: z.ZodString;
|
|
3828
|
+
body: z.ZodString;
|
|
3829
|
+
createdBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3830
|
+
createdByUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3831
|
+
notifySubscribers: z.ZodBoolean;
|
|
3832
|
+
createdAt: z.ZodString;
|
|
3833
|
+
}, z.core.$strict>>>>;
|
|
3834
|
+
createdAt: z.ZodString;
|
|
3835
|
+
updatedAt: z.ZodString;
|
|
3836
|
+
}, z.core.$strict>;
|
|
3837
|
+
}, z.core.$strict>;
|
|
3838
|
+
export declare const SingleValueResponseStatusPageSubscriberDtoSchema: z.ZodObject<{
|
|
3839
|
+
data: z.ZodObject<{
|
|
3840
|
+
id: z.ZodString;
|
|
3841
|
+
email: z.ZodString;
|
|
3842
|
+
confirmed: z.ZodBoolean;
|
|
3843
|
+
createdAt: z.ZodString;
|
|
3844
|
+
}, z.core.$strict>;
|
|
3845
|
+
}, z.core.$strict>;
|
|
3846
|
+
export declare const SingleValueResponseStatusPageCustomDomainDtoSchema: z.ZodObject<{
|
|
3847
|
+
data: z.ZodObject<{
|
|
3848
|
+
id: z.ZodString;
|
|
3849
|
+
hostname: z.ZodString;
|
|
3850
|
+
status: z.ZodString;
|
|
3851
|
+
verificationMethod: z.ZodString;
|
|
3852
|
+
verificationToken: z.ZodString;
|
|
3853
|
+
verificationCnameTarget: z.ZodString;
|
|
3854
|
+
verifiedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3855
|
+
verificationError: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3856
|
+
cfCustomHostnameId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3857
|
+
cfSslStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3858
|
+
sslActiveAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3859
|
+
createdAt: z.ZodString;
|
|
3860
|
+
updatedAt: z.ZodString;
|
|
3861
|
+
primary: z.ZodBoolean;
|
|
3862
|
+
}, z.core.$strict>;
|
|
3863
|
+
}, z.core.$strict>;
|
|
3864
|
+
export declare const SingleValueResponseTestChannelResultSchema: z.ZodObject<{
|
|
3865
|
+
data: z.ZodObject<{
|
|
3866
|
+
success: z.ZodBoolean;
|
|
3867
|
+
message: z.ZodString;
|
|
3868
|
+
}, z.core.$strict>;
|
|
3869
|
+
}, z.core.$strict>;
|
|
3870
|
+
export declare const SingleValueResponseWebhookTestResultSchema: z.ZodObject<{
|
|
3871
|
+
data: z.ZodObject<{
|
|
3872
|
+
success: z.ZodBoolean;
|
|
3873
|
+
statusCode: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3874
|
+
message: z.ZodString;
|
|
3875
|
+
durationMs: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3876
|
+
}, z.core.$strict>;
|
|
3877
|
+
}, z.core.$strict>;
|
|
3878
|
+
export declare const SingleValueResponseResourceGroupMemberDtoSchema: z.ZodObject<{
|
|
3879
|
+
data: z.ZodObject<{
|
|
3880
|
+
id: z.ZodString;
|
|
3881
|
+
groupId: z.ZodString;
|
|
3882
|
+
memberType: z.ZodString;
|
|
3883
|
+
monitorId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3884
|
+
serviceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3885
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3886
|
+
slug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3887
|
+
subscriptionId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3888
|
+
status: z.ZodString;
|
|
3889
|
+
effectiveFrequency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3890
|
+
createdAt: z.ZodString;
|
|
3891
|
+
uptime24h: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3892
|
+
chartData: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
3893
|
+
avgLatencyMs: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3894
|
+
p95LatencyMs: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3895
|
+
lastCheckedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3896
|
+
monitorType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3897
|
+
environmentName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3898
|
+
}, z.core.$strict>;
|
|
3899
|
+
}, z.core.$strict>;
|
|
3900
|
+
export declare const SingleValueResponseServiceDetailDtoSchema: z.ZodObject<{
|
|
3901
|
+
data: z.ZodObject<{
|
|
3902
|
+
id: z.ZodString;
|
|
3903
|
+
slug: z.ZodString;
|
|
3904
|
+
name: z.ZodString;
|
|
3905
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3906
|
+
officialStatusUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3907
|
+
developerContext: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3908
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3909
|
+
adapterType: z.ZodString;
|
|
3910
|
+
pollingIntervalSeconds: z.ZodNumber;
|
|
3911
|
+
lifecycleStatus: z.ZodString;
|
|
3912
|
+
enabled: z.ZodBoolean;
|
|
3913
|
+
createdAt: z.ZodString;
|
|
3914
|
+
updatedAt: z.ZodString;
|
|
3915
|
+
currentStatus: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3916
|
+
overallStatus: z.ZodString;
|
|
3917
|
+
lastPolledAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3918
|
+
}, z.core.$strict>>>;
|
|
3919
|
+
recentIncidents: z.ZodArray<z.ZodObject<{
|
|
3920
|
+
id: z.ZodString;
|
|
3921
|
+
serviceId: z.ZodString;
|
|
3922
|
+
serviceSlug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3923
|
+
serviceName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3924
|
+
externalId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3925
|
+
title: z.ZodString;
|
|
3926
|
+
status: z.ZodString;
|
|
3927
|
+
impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3928
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3929
|
+
resolvedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3930
|
+
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3931
|
+
shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3932
|
+
detectedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3933
|
+
vendorCreatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3934
|
+
}, z.core.$strict>>;
|
|
3935
|
+
components: z.ZodArray<z.ZodObject<{
|
|
3936
|
+
id: z.ZodString;
|
|
3937
|
+
externalId: z.ZodString;
|
|
3938
|
+
name: z.ZodString;
|
|
3939
|
+
status: z.ZodString;
|
|
3940
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3941
|
+
groupId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3942
|
+
position: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3943
|
+
showcase: z.ZodBoolean;
|
|
3944
|
+
onlyShowIfDegraded: z.ZodBoolean;
|
|
3945
|
+
startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3946
|
+
vendorCreatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3947
|
+
lifecycleStatus: z.ZodString;
|
|
3948
|
+
dataType: z.ZodString;
|
|
3949
|
+
hasUptime: z.ZodBoolean;
|
|
3950
|
+
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3951
|
+
groupName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3952
|
+
displayAggregatedUptime: z.ZodBoolean;
|
|
3953
|
+
childCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3954
|
+
uptime: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3955
|
+
day: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3956
|
+
week: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3957
|
+
month: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3958
|
+
source: z.ZodString;
|
|
3959
|
+
}, z.core.$strict>>>;
|
|
3960
|
+
statusChangedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3961
|
+
firstSeenAt: z.ZodString;
|
|
3962
|
+
lastSeenAt: z.ZodString;
|
|
3963
|
+
isGroup: z.ZodBoolean;
|
|
3964
|
+
}, z.core.$strict>>;
|
|
3965
|
+
componentsSummary: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3966
|
+
totalCount: z.ZodNumber;
|
|
3967
|
+
includedCount: z.ZodNumber;
|
|
3968
|
+
groupComponentCounts: z.ZodRecord<z.ZodString, z.ZodNumber>;
|
|
3969
|
+
}, z.core.$strict>>>;
|
|
3970
|
+
uptime: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3971
|
+
day: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3972
|
+
week: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3973
|
+
month: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3974
|
+
source: z.ZodString;
|
|
3975
|
+
}, z.core.$strict>>>;
|
|
3976
|
+
activeMaintenances: z.ZodArray<z.ZodObject<{
|
|
3977
|
+
id: z.ZodString;
|
|
3978
|
+
externalId: z.ZodString;
|
|
3979
|
+
title: z.ZodString;
|
|
3980
|
+
status: z.ZodString;
|
|
3981
|
+
impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3982
|
+
shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3983
|
+
scheduledFor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3984
|
+
scheduledUntil: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3985
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3986
|
+
completedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3987
|
+
affectedComponents: z.ZodArray<z.ZodObject<{
|
|
3988
|
+
id: z.ZodString;
|
|
3989
|
+
name: z.ZodString;
|
|
3990
|
+
status: z.ZodString;
|
|
3991
|
+
}, z.core.$strict>>;
|
|
3992
|
+
updates: z.ZodArray<z.ZodObject<{
|
|
3993
|
+
id: z.ZodString;
|
|
3994
|
+
status: z.ZodString;
|
|
3995
|
+
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3996
|
+
displayAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3997
|
+
}, z.core.$strict>>;
|
|
3998
|
+
}, z.core.$strict>>;
|
|
3999
|
+
dataCompleteness: z.ZodString;
|
|
4000
|
+
seoMetadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
4001
|
+
shortDescription: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4002
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4003
|
+
about: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4004
|
+
}, z.core.$strict>>>;
|
|
4005
|
+
relatedServices: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
4006
|
+
id: z.ZodString;
|
|
4007
|
+
slug: z.ZodString;
|
|
3250
4008
|
name: z.ZodString;
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
4009
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4010
|
+
officialStatusUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4011
|
+
developerContext: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4012
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4013
|
+
adapterType: z.ZodString;
|
|
4014
|
+
pollingIntervalSeconds: z.ZodNumber;
|
|
4015
|
+
lifecycleStatus: z.ZodString;
|
|
4016
|
+
enabled: z.ZodBoolean;
|
|
4017
|
+
published: z.ZodBoolean;
|
|
4018
|
+
overallStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3261
4019
|
createdAt: z.ZodString;
|
|
3262
4020
|
updatedAt: z.ZodString;
|
|
4021
|
+
componentCount: z.ZodNumber;
|
|
4022
|
+
activeIncidentCount: z.ZodNumber;
|
|
4023
|
+
dataCompleteness: z.ZodString;
|
|
4024
|
+
uptime30d: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3263
4025
|
}, z.core.$strict>>>>;
|
|
3264
|
-
createdAt: z.ZodString;
|
|
3265
|
-
updatedAt: z.ZodString;
|
|
3266
4026
|
}, z.core.$strict>;
|
|
3267
4027
|
}, z.core.$strict>;
|
|
3268
|
-
export declare const
|
|
4028
|
+
export declare const SingleValueResponseServiceLiveStatusDtoSchema: z.ZodObject<{
|
|
3269
4029
|
data: z.ZodObject<{
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
title: z.ZodString;
|
|
3273
|
-
status: z.ZodString;
|
|
3274
|
-
impact: z.ZodString;
|
|
3275
|
-
scheduled: z.ZodBoolean;
|
|
3276
|
-
scheduledFor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3277
|
-
scheduledUntil: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3278
|
-
autoResolve: z.ZodBoolean;
|
|
3279
|
-
incidentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3280
|
-
startedAt: z.ZodString;
|
|
3281
|
-
publishedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3282
|
-
resolvedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3283
|
-
createdByUserId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3284
|
-
postmortemBody: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3285
|
-
postmortemUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3286
|
-
affectedComponents: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3287
|
-
statusPageComponentId: z.ZodString;
|
|
3288
|
-
componentStatus: z.ZodString;
|
|
3289
|
-
componentName: z.ZodString;
|
|
3290
|
-
}, z.core.$strict>>>>;
|
|
3291
|
-
updates: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
4030
|
+
overallStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4031
|
+
componentStatuses: z.ZodArray<z.ZodObject<{
|
|
3292
4032
|
id: z.ZodString;
|
|
4033
|
+
name: z.ZodString;
|
|
3293
4034
|
status: z.ZodString;
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
notifySubscribers: z.ZodBoolean;
|
|
3298
|
-
createdAt: z.ZodString;
|
|
3299
|
-
}, z.core.$strict>>>>;
|
|
3300
|
-
createdAt: z.ZodString;
|
|
3301
|
-
updatedAt: z.ZodString;
|
|
4035
|
+
}, z.core.$strict>>;
|
|
4036
|
+
activeIncidentCount: z.ZodNumber;
|
|
4037
|
+
lastPolledAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3302
4038
|
}, z.core.$strict>;
|
|
3303
4039
|
}, z.core.$strict>;
|
|
3304
|
-
export declare const
|
|
4040
|
+
export declare const SingleValueResponseGlobalStatusSummaryDtoSchema: z.ZodObject<{
|
|
3305
4041
|
data: z.ZodObject<{
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
4042
|
+
totalServices: z.ZodNumber;
|
|
4043
|
+
operationalCount: z.ZodNumber;
|
|
4044
|
+
degradedCount: z.ZodNumber;
|
|
4045
|
+
partialOutageCount: z.ZodNumber;
|
|
4046
|
+
majorOutageCount: z.ZodNumber;
|
|
4047
|
+
maintenanceCount: z.ZodNumber;
|
|
4048
|
+
unknownCount: z.ZodNumber;
|
|
4049
|
+
activeIncidentCount: z.ZodNumber;
|
|
4050
|
+
servicesWithIssues: z.ZodArray<z.ZodObject<{
|
|
4051
|
+
id: z.ZodString;
|
|
4052
|
+
slug: z.ZodString;
|
|
4053
|
+
name: z.ZodString;
|
|
4054
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4055
|
+
officialStatusUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4056
|
+
developerContext: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4057
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4058
|
+
adapterType: z.ZodString;
|
|
4059
|
+
pollingIntervalSeconds: z.ZodNumber;
|
|
4060
|
+
lifecycleStatus: z.ZodString;
|
|
4061
|
+
enabled: z.ZodBoolean;
|
|
4062
|
+
published: z.ZodBoolean;
|
|
4063
|
+
overallStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4064
|
+
createdAt: z.ZodString;
|
|
4065
|
+
updatedAt: z.ZodString;
|
|
4066
|
+
componentCount: z.ZodNumber;
|
|
4067
|
+
activeIncidentCount: z.ZodNumber;
|
|
4068
|
+
dataCompleteness: z.ZodString;
|
|
4069
|
+
uptime30d: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4070
|
+
}, z.core.$strict>>;
|
|
3310
4071
|
}, z.core.$strict>;
|
|
3311
4072
|
}, z.core.$strict>;
|
|
3312
|
-
export declare const
|
|
4073
|
+
export declare const SingleValueResponseBatchComponentUptimeDtoSchema: z.ZodObject<{
|
|
3313
4074
|
data: z.ZodObject<{
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
updatedAt: z.ZodString;
|
|
3327
|
-
primary: z.ZodBoolean;
|
|
4075
|
+
components: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
4076
|
+
date: z.ZodString;
|
|
4077
|
+
partialOutageSeconds: z.ZodNumber;
|
|
4078
|
+
majorOutageSeconds: z.ZodNumber;
|
|
4079
|
+
degradedSeconds: z.ZodNumber;
|
|
4080
|
+
uptimePercentage: z.ZodNumber;
|
|
4081
|
+
incidents: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
4082
|
+
id: z.ZodString;
|
|
4083
|
+
title: z.ZodString;
|
|
4084
|
+
impact: z.ZodString;
|
|
4085
|
+
}, z.core.$strict>>>>;
|
|
4086
|
+
}, z.core.$strict>>>;
|
|
3328
4087
|
}, z.core.$strict>;
|
|
3329
4088
|
}, z.core.$strict>;
|
|
3330
|
-
export declare const
|
|
4089
|
+
export declare const SingleValueResponseServiceDayDetailDtoSchema: z.ZodObject<{
|
|
3331
4090
|
data: z.ZodObject<{
|
|
3332
|
-
|
|
3333
|
-
|
|
4091
|
+
date: z.ZodString;
|
|
4092
|
+
overallUptimePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4093
|
+
totalPartialOutageSeconds: z.ZodNumber;
|
|
4094
|
+
totalMajorOutageSeconds: z.ZodNumber;
|
|
4095
|
+
totalDegradedSeconds: z.ZodNumber;
|
|
4096
|
+
components: z.ZodArray<z.ZodObject<{
|
|
4097
|
+
componentId: z.ZodString;
|
|
4098
|
+
componentName: z.ZodString;
|
|
4099
|
+
groupName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4100
|
+
uptimePercentage: z.ZodNumber;
|
|
4101
|
+
partialOutageSeconds: z.ZodNumber;
|
|
4102
|
+
majorOutageSeconds: z.ZodNumber;
|
|
4103
|
+
}, z.core.$strict>>;
|
|
4104
|
+
incidents: z.ZodArray<z.ZodObject<{
|
|
4105
|
+
id: z.ZodString;
|
|
4106
|
+
title: z.ZodString;
|
|
4107
|
+
status: z.ZodEnum<{
|
|
4108
|
+
RESOLVED: "RESOLVED";
|
|
4109
|
+
INVESTIGATING: "INVESTIGATING";
|
|
4110
|
+
IDENTIFIED: "IDENTIFIED";
|
|
4111
|
+
MONITORING: "MONITORING";
|
|
4112
|
+
}>;
|
|
4113
|
+
impact: z.ZodEnum<{
|
|
4114
|
+
NONE: "NONE";
|
|
4115
|
+
MINOR: "MINOR";
|
|
4116
|
+
MAJOR: "MAJOR";
|
|
4117
|
+
CRITICAL: "CRITICAL";
|
|
4118
|
+
}>;
|
|
4119
|
+
scheduled: z.ZodBoolean;
|
|
4120
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4121
|
+
resolvedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4122
|
+
affectedComponentNames: z.ZodArray<z.ZodString>;
|
|
4123
|
+
}, z.core.$strict>>;
|
|
3334
4124
|
}, z.core.$strict>;
|
|
3335
4125
|
}, z.core.$strict>;
|
|
3336
|
-
export declare const
|
|
4126
|
+
export declare const SingleValueResponseServiceIncidentDetailDtoSchema: z.ZodObject<{
|
|
3337
4127
|
data: z.ZodObject<{
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
4128
|
+
id: z.ZodString;
|
|
4129
|
+
title: z.ZodString;
|
|
4130
|
+
status: z.ZodString;
|
|
4131
|
+
impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4132
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4133
|
+
resolvedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4134
|
+
detectedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4135
|
+
shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4136
|
+
affectedComponents: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
4137
|
+
updates: z.ZodArray<z.ZodObject<{
|
|
4138
|
+
status: z.ZodString;
|
|
4139
|
+
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4140
|
+
displayAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4141
|
+
}, z.core.$strict>>;
|
|
3342
4142
|
}, z.core.$strict>;
|
|
3343
4143
|
}, z.core.$strict>;
|
|
3344
|
-
export declare const
|
|
4144
|
+
export declare const SingleValueResponseServiceUptimeResponseSchema: z.ZodObject<{
|
|
3345
4145
|
data: z.ZodObject<{
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
effectiveFrequency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3356
|
-
createdAt: z.ZodString;
|
|
3357
|
-
uptime24h: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3358
|
-
chartData: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
|
|
3359
|
-
avgLatencyMs: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3360
|
-
p95LatencyMs: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3361
|
-
lastCheckedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3362
|
-
monitorType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3363
|
-
environmentName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4146
|
+
overallUptimePct: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4147
|
+
period: z.ZodString;
|
|
4148
|
+
granularity: z.ZodString;
|
|
4149
|
+
buckets: z.ZodArray<z.ZodObject<{
|
|
4150
|
+
timestamp: z.ZodString;
|
|
4151
|
+
uptimePct: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4152
|
+
totalPolls: z.ZodNumber;
|
|
4153
|
+
}, z.core.$strict>>;
|
|
4154
|
+
source: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3364
4155
|
}, z.core.$strict>;
|
|
3365
4156
|
}, z.core.$strict>;
|
|
3366
4157
|
export declare const TableValueResultMonitorDtoSchema: z.ZodObject<{
|
|
@@ -3721,6 +4512,16 @@ export declare const TableValueResultAlertChannelDtoSchema: z.ZodObject<{
|
|
|
3721
4512
|
severityOverride: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3722
4513
|
mentionRoleId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3723
4514
|
customHeaders: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodNullable<z.ZodString>>>>;
|
|
4515
|
+
chatId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4516
|
+
priority: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4517
|
+
channel: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4518
|
+
routingKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4519
|
+
deviceIden: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4520
|
+
teamId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4521
|
+
visibility: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4522
|
+
severity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4523
|
+
site: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4524
|
+
projectKey: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3724
4525
|
}, z.core.$strict>>>;
|
|
3725
4526
|
createdAt: z.ZodString;
|
|
3726
4527
|
updatedAt: z.ZodString;
|
|
@@ -4321,6 +5122,7 @@ export declare const TableValueResultStatusPageDtoSchema: z.ZodObject<{
|
|
|
4321
5122
|
theme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4322
5123
|
reportUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4323
5124
|
hidePoweredBy: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
5125
|
+
showSubscribeButton: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
4324
5126
|
customCss: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4325
5127
|
customHeadHtml: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4326
5128
|
}, z.core.$strict>;
|
|
@@ -4472,6 +5274,121 @@ export declare const TableValueResultStatusPageCustomDomainDtoSchema: z.ZodObjec
|
|
|
4472
5274
|
totalElements: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4473
5275
|
totalPages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4474
5276
|
}, z.core.$strict>;
|
|
5277
|
+
export declare const TableValueResultCategoryDtoSchema: z.ZodObject<{
|
|
5278
|
+
data: z.ZodArray<z.ZodObject<{
|
|
5279
|
+
category: z.ZodString;
|
|
5280
|
+
serviceCount: z.ZodNumber;
|
|
5281
|
+
}, z.core.$strict>>;
|
|
5282
|
+
hasNext: z.ZodBoolean;
|
|
5283
|
+
hasPrev: z.ZodBoolean;
|
|
5284
|
+
totalElements: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5285
|
+
totalPages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5286
|
+
}, z.core.$strict>;
|
|
5287
|
+
export declare const TableValueResultServiceComponentDtoSchema: z.ZodObject<{
|
|
5288
|
+
data: z.ZodArray<z.ZodObject<{
|
|
5289
|
+
id: z.ZodString;
|
|
5290
|
+
externalId: z.ZodString;
|
|
5291
|
+
name: z.ZodString;
|
|
5292
|
+
status: z.ZodString;
|
|
5293
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5294
|
+
groupId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5295
|
+
position: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5296
|
+
showcase: z.ZodBoolean;
|
|
5297
|
+
onlyShowIfDegraded: z.ZodBoolean;
|
|
5298
|
+
startDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5299
|
+
vendorCreatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5300
|
+
lifecycleStatus: z.ZodString;
|
|
5301
|
+
dataType: z.ZodString;
|
|
5302
|
+
hasUptime: z.ZodBoolean;
|
|
5303
|
+
region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5304
|
+
groupName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5305
|
+
displayAggregatedUptime: z.ZodBoolean;
|
|
5306
|
+
childCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5307
|
+
uptime: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5308
|
+
day: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5309
|
+
week: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5310
|
+
month: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5311
|
+
source: z.ZodString;
|
|
5312
|
+
}, z.core.$strict>>>;
|
|
5313
|
+
statusChangedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5314
|
+
firstSeenAt: z.ZodString;
|
|
5315
|
+
lastSeenAt: z.ZodString;
|
|
5316
|
+
isGroup: z.ZodBoolean;
|
|
5317
|
+
}, z.core.$strict>>;
|
|
5318
|
+
hasNext: z.ZodBoolean;
|
|
5319
|
+
hasPrev: z.ZodBoolean;
|
|
5320
|
+
totalElements: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5321
|
+
totalPages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5322
|
+
}, z.core.$strict>;
|
|
5323
|
+
export declare const TableValueResultComponentUptimeDayDtoSchema: z.ZodObject<{
|
|
5324
|
+
data: z.ZodArray<z.ZodObject<{
|
|
5325
|
+
date: z.ZodString;
|
|
5326
|
+
partialOutageSeconds: z.ZodNumber;
|
|
5327
|
+
majorOutageSeconds: z.ZodNumber;
|
|
5328
|
+
degradedSeconds: z.ZodNumber;
|
|
5329
|
+
uptimePercentage: z.ZodNumber;
|
|
5330
|
+
incidents: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
5331
|
+
id: z.ZodString;
|
|
5332
|
+
title: z.ZodString;
|
|
5333
|
+
impact: z.ZodString;
|
|
5334
|
+
}, z.core.$strict>>>>;
|
|
5335
|
+
}, z.core.$strict>>;
|
|
5336
|
+
hasNext: z.ZodBoolean;
|
|
5337
|
+
hasPrev: z.ZodBoolean;
|
|
5338
|
+
totalElements: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5339
|
+
totalPages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5340
|
+
}, z.core.$strict>;
|
|
5341
|
+
export declare const TableValueResultServiceIncidentDtoSchema: z.ZodObject<{
|
|
5342
|
+
data: z.ZodArray<z.ZodObject<{
|
|
5343
|
+
id: z.ZodString;
|
|
5344
|
+
serviceId: z.ZodString;
|
|
5345
|
+
serviceSlug: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5346
|
+
serviceName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5347
|
+
externalId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5348
|
+
title: z.ZodString;
|
|
5349
|
+
status: z.ZodString;
|
|
5350
|
+
impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5351
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5352
|
+
resolvedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5353
|
+
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5354
|
+
shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5355
|
+
detectedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5356
|
+
vendorCreatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5357
|
+
}, z.core.$strict>>;
|
|
5358
|
+
hasNext: z.ZodBoolean;
|
|
5359
|
+
hasPrev: z.ZodBoolean;
|
|
5360
|
+
totalElements: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5361
|
+
totalPages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5362
|
+
}, z.core.$strict>;
|
|
5363
|
+
export declare const TableValueResultScheduledMaintenanceDtoSchema: z.ZodObject<{
|
|
5364
|
+
data: z.ZodArray<z.ZodObject<{
|
|
5365
|
+
id: z.ZodString;
|
|
5366
|
+
externalId: z.ZodString;
|
|
5367
|
+
title: z.ZodString;
|
|
5368
|
+
status: z.ZodString;
|
|
5369
|
+
impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5370
|
+
shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5371
|
+
scheduledFor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5372
|
+
scheduledUntil: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5373
|
+
startedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5374
|
+
completedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5375
|
+
affectedComponents: z.ZodArray<z.ZodObject<{
|
|
5376
|
+
id: z.ZodString;
|
|
5377
|
+
name: z.ZodString;
|
|
5378
|
+
status: z.ZodString;
|
|
5379
|
+
}, z.core.$strict>>;
|
|
5380
|
+
updates: z.ZodArray<z.ZodObject<{
|
|
5381
|
+
id: z.ZodString;
|
|
5382
|
+
status: z.ZodString;
|
|
5383
|
+
body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5384
|
+
displayAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5385
|
+
}, z.core.$strict>>;
|
|
5386
|
+
}, z.core.$strict>>;
|
|
5387
|
+
hasNext: z.ZodBoolean;
|
|
5388
|
+
hasPrev: z.ZodBoolean;
|
|
5389
|
+
totalElements: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5390
|
+
totalPages: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5391
|
+
}, z.core.$strict>;
|
|
4475
5392
|
export declare const CursorPageCheckResultDtoSchema: z.ZodObject<{
|
|
4476
5393
|
data: z.ZodArray<z.ZodObject<{
|
|
4477
5394
|
id: z.ZodString;
|
|
@@ -4557,6 +5474,31 @@ export declare const CursorPageCheckResultDtoSchema: z.ZodObject<{
|
|
|
4557
5474
|
nextCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4558
5475
|
hasMore: z.ZodBoolean;
|
|
4559
5476
|
}, z.core.$strict>;
|
|
5477
|
+
export declare const CursorPageServiceCatalogDtoSchema: z.ZodObject<{
|
|
5478
|
+
data: z.ZodArray<z.ZodObject<{
|
|
5479
|
+
id: z.ZodString;
|
|
5480
|
+
slug: z.ZodString;
|
|
5481
|
+
name: z.ZodString;
|
|
5482
|
+
category: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5483
|
+
officialStatusUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5484
|
+
developerContext: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5485
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5486
|
+
adapterType: z.ZodString;
|
|
5487
|
+
pollingIntervalSeconds: z.ZodNumber;
|
|
5488
|
+
lifecycleStatus: z.ZodString;
|
|
5489
|
+
enabled: z.ZodBoolean;
|
|
5490
|
+
published: z.ZodBoolean;
|
|
5491
|
+
overallStatus: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5492
|
+
createdAt: z.ZodString;
|
|
5493
|
+
updatedAt: z.ZodString;
|
|
5494
|
+
componentCount: z.ZodNumber;
|
|
5495
|
+
activeIncidentCount: z.ZodNumber;
|
|
5496
|
+
dataCompleteness: z.ZodString;
|
|
5497
|
+
uptime30d: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5498
|
+
}, z.core.$strict>>;
|
|
5499
|
+
nextCursor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5500
|
+
hasMore: z.ZodBoolean;
|
|
5501
|
+
}, z.core.$strict>;
|
|
4560
5502
|
export declare function tableValueResultSchema<T extends z.ZodTypeAny>(itemSchema: T): z.ZodObject<{
|
|
4561
5503
|
data: z.ZodArray<T>;
|
|
4562
5504
|
hasNext: z.ZodBoolean;
|