@ampsec/platform-client 78.10.0 → 78.11.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.
|
@@ -37,11 +37,13 @@ export declare const _AssetCoverageSummary: z.ZodObject<z.objectUtil.extendShape
|
|
|
37
37
|
}, {
|
|
38
38
|
active: boolean;
|
|
39
39
|
}>, "many">>;
|
|
40
|
+
isAssetActive: z.ZodBoolean;
|
|
40
41
|
}>, "strip", z.ZodTypeAny, {
|
|
41
42
|
assetAccounts: Record<string, unknown>;
|
|
42
43
|
assetAccounts2: Record<string, {
|
|
43
44
|
active: boolean;
|
|
44
45
|
}[]>;
|
|
46
|
+
isAssetActive: boolean;
|
|
45
47
|
id?: string | undefined;
|
|
46
48
|
uid?: string | undefined;
|
|
47
49
|
sn?: string | undefined;
|
|
@@ -57,6 +59,7 @@ export declare const _AssetCoverageSummary: z.ZodObject<z.objectUtil.extendShape
|
|
|
57
59
|
assetAccounts2: Record<string, {
|
|
58
60
|
active: boolean;
|
|
59
61
|
}[]>;
|
|
62
|
+
isAssetActive: boolean;
|
|
60
63
|
id?: string | undefined;
|
|
61
64
|
uid?: string | undefined;
|
|
62
65
|
sn?: string | undefined;
|
|
@@ -277,11 +280,13 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
|
|
|
277
280
|
}, {
|
|
278
281
|
active: boolean;
|
|
279
282
|
}>, "many">>;
|
|
283
|
+
isAssetActive: z.ZodBoolean;
|
|
280
284
|
}>, "strip", z.ZodTypeAny, {
|
|
281
285
|
assetAccounts: Record<string, unknown>;
|
|
282
286
|
assetAccounts2: Record<string, {
|
|
283
287
|
active: boolean;
|
|
284
288
|
}[]>;
|
|
289
|
+
isAssetActive: boolean;
|
|
285
290
|
id?: string | undefined;
|
|
286
291
|
uid?: string | undefined;
|
|
287
292
|
sn?: string | undefined;
|
|
@@ -297,6 +302,7 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
|
|
|
297
302
|
assetAccounts2: Record<string, {
|
|
298
303
|
active: boolean;
|
|
299
304
|
}[]>;
|
|
305
|
+
isAssetActive: boolean;
|
|
300
306
|
id?: string | undefined;
|
|
301
307
|
uid?: string | undefined;
|
|
302
308
|
sn?: string | undefined;
|
|
@@ -319,6 +325,7 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
|
|
|
319
325
|
assetAccounts2: Record<string, {
|
|
320
326
|
active: boolean;
|
|
321
327
|
}[]>;
|
|
328
|
+
isAssetActive: boolean;
|
|
322
329
|
id?: string | undefined;
|
|
323
330
|
uid?: string | undefined;
|
|
324
331
|
sn?: string | undefined;
|
|
@@ -385,6 +392,7 @@ export declare const _UserCoverageSummary: z.ZodObject<z.objectUtil.extendShape<
|
|
|
385
392
|
assetAccounts2: Record<string, {
|
|
386
393
|
active: boolean;
|
|
387
394
|
}[]>;
|
|
395
|
+
isAssetActive: boolean;
|
|
388
396
|
id?: string | undefined;
|
|
389
397
|
uid?: string | undefined;
|
|
390
398
|
sn?: string | undefined;
|
|
@@ -470,7 +478,6 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
470
478
|
extId: z.ZodOptional<z.ZodString>;
|
|
471
479
|
groups: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
472
480
|
created: z.ZodOptional<z.ZodString>;
|
|
473
|
-
/** @deprecated */
|
|
474
481
|
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
475
482
|
factors: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
476
483
|
cid: z.ZodOptional<z.ZodString>;
|
|
@@ -490,7 +497,7 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
490
497
|
vendorName: z.ZodOptional<z.ZodString>;
|
|
491
498
|
factorType: z.ZodOptional<z.ZodString>;
|
|
492
499
|
secure: z.ZodOptional<z.ZodEnum<["SECURE", "INSECURE", "UNKNOWN", "MISSING"]>>;
|
|
493
|
-
}, z.ZodUnknown, "strip">>, "many">>;
|
|
500
|
+
}, z.ZodUnknown, "strip">>, "many">>; /** @deprecated */
|
|
494
501
|
profile: z.ZodObject<{
|
|
495
502
|
firstName: z.ZodString;
|
|
496
503
|
lastName: z.ZodString;
|
|
@@ -791,6 +798,7 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
791
798
|
sn?: string | undefined;
|
|
792
799
|
hostname?: string | undefined;
|
|
793
800
|
}>;
|
|
801
|
+
/** @deprecated */
|
|
794
802
|
cid: z.ZodString;
|
|
795
803
|
aid: z.ZodString;
|
|
796
804
|
uid: z.ZodOptional<z.ZodString>;
|
|
@@ -1023,7 +1031,7 @@ export declare const _UserCoverageReport: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
1023
1031
|
displayValue: z.ZodString;
|
|
1024
1032
|
uid: z.ZodOptional<z.ZodString>;
|
|
1025
1033
|
assetType: z.ZodOptional<z.ZodNativeEnum<typeof import("./enums").GlobalAssetType>>;
|
|
1026
|
-
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
1034
|
+
lastActivityTime: z.ZodOptional<z.ZodString>;
|
|
1027
1035
|
}>, z.objectUtil.extendShape<{
|
|
1028
1036
|
id: z.ZodString;
|
|
1029
1037
|
createdAt: z.ZodString;
|
|
@@ -17,6 +17,7 @@ exports._AssetCoverageSummary = assets_dto_1._SummaryAssetDto.merge(zod_1.z.obje
|
|
|
17
17
|
/** @deprecated */
|
|
18
18
|
assetAccounts: zod_1.z.record(zod_1.z.unknown()),
|
|
19
19
|
assetAccounts2: zod_1.z.record(zod_1.z.array(exports._AssetAccountSummary)),
|
|
20
|
+
isAssetActive: zod_1.z.boolean(),
|
|
20
21
|
}));
|
|
21
22
|
exports._MfaSummary = zod_1.z.object({
|
|
22
23
|
allowEmptyFactors: zod_1.z.boolean(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coverage.dto.js","sourceRoot":"","sources":["../../../src/dto/coverage.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AACtB,6CAAyD;AACzD,qDAA+C;AAC/C,mDAAwE;AACxE,2CAA2C;AAC3C,6DAA+C;AAElC,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE;CACpB,CAAC,CAAC;AAGU,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE;CACpB,CAAC,CAAC;AAGU,QAAA,qBAAqB,GAAG,6BAAgB,CAAC,KAAK,CACzD,OAAC,CAAC,MAAM,CAAC;IACP,kBAAkB;IAClB,aAAa,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;IACpC,cAAc,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,KAAK,CAAC,4BAAoB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"coverage.dto.js","sourceRoot":"","sources":["../../../src/dto/coverage.dto.ts"],"names":[],"mappings":";;;AAAA,6BAAsB;AACtB,6CAAyD;AACzD,qDAA+C;AAC/C,mDAAwE;AACxE,2CAA2C;AAC3C,6DAA+C;AAElC,QAAA,oBAAoB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC3C,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE;CACpB,CAAC,CAAC;AAGU,QAAA,mBAAmB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC1C,MAAM,EAAE,OAAC,CAAC,OAAO,EAAE;CACpB,CAAC,CAAC;AAGU,QAAA,qBAAqB,GAAG,6BAAgB,CAAC,KAAK,CACzD,OAAC,CAAC,MAAM,CAAC;IACP,kBAAkB;IAClB,aAAa,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;IACpC,cAAc,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,KAAK,CAAC,4BAAoB,CAAC,CAAC;IACvD,aAAa,EAAE,OAAC,CAAC,OAAO,EAAE;CAC3B,CAAC,CACH,CAAC;AAGW,QAAA,WAAW,GAAG,OAAC,CAAC,MAAM,CAAC;IAClC,iBAAiB,EAAE,OAAC,CAAC,OAAO,EAAE;IAC9B,SAAS,EAAE,OAAC,CAAC,UAAU,CAAC,8BAAS,CAAC;IAClC,SAAS,EAAE,0BAAU,EAAE,qFAAqF;IAC5G,UAAU,EAAE,OAAC,CAAC,KAAK,CAAC,6BAAa,CAAC;CACnC,CAAC,CAAC;AAGU,QAAA,oBAAoB,GAAG,0BAAc,CAAC,KAAK,CACtD,OAAC,CAAC,MAAM,CAAC;IACP,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,kBAAkB;IAClB,SAAS,EAAE,OAAC,CAAC,UAAU,CAAC,8BAAS,CAAC,CAAC,QAAQ,EAAE;IAC7C,kBAAkB;IAClB,SAAS,EAAE,0BAAU,CAAC,QAAQ,EAAE;IAChC,kBAAkB;IAClB,UAAU,EAAE,OAAC,CAAC,KAAK,CAAC,6BAAa,CAAC,CAAC,QAAQ,EAAE;IAC7C,UAAU,EAAE,mBAAW,CAAC,QAAQ,EAAE;IAClC,UAAU,EAAE,OAAC,CAAC,MAAM,CAAC,mBAAW,CAAC,CAAC,QAAQ,EAAE;IAC5C,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACpC,kBAAkB;IAClB,YAAY,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;IAClC,aAAa,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,KAAK,CAAC,2BAAmB,CAAC,CAAC;IACrD,kBAAkB;IAClB,aAAa,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC;IACnC,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,6BAAqB,CAAC;CACvC,CAAC,CACH,CAAC;AAGW,QAAA,mBAAmB,GAAG,0BAAc,CAAC,KAAK,CACrD,OAAC,CAAC,MAAM,CAAC;IACP,YAAY,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,KAAK,CAAC,4BAAY,CAAC,CAAC;IAC7C,aAAa,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,KAAK,CAAC,8BAAa,CAAC,CAAC;IAC/C,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,sBAAS,CAAC;CAC3B,CAAC,CACH,CAAC"}
|
package/package.json
CHANGED
package/src/dto/coverage.dto.ts
CHANGED
|
@@ -20,6 +20,7 @@ export const _AssetCoverageSummary = _SummaryAssetDto.merge(
|
|
|
20
20
|
/** @deprecated */
|
|
21
21
|
assetAccounts: z.record(z.unknown()),
|
|
22
22
|
assetAccounts2: z.record(z.array(_AssetAccountSummary)),
|
|
23
|
+
isAssetActive: z.boolean(),
|
|
23
24
|
})
|
|
24
25
|
);
|
|
25
26
|
export type AssetCoverageSummary = z.infer<typeof _AssetCoverageSummary>;
|