@ampsec/platform-client 61.0.0 → 61.2.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.
@@ -482,6 +482,13 @@ export declare const _UserCoverageReport: z.ZodObject<{
482
482
  }>, "many">;
483
483
  serialNumber: z.ZodOptional<z.ZodString>;
484
484
  macAddresses: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
485
+ owner: z.ZodOptional<z.ZodObject<{
486
+ email: z.ZodOptional<z.ZodString>;
487
+ }, "strip", z.ZodTypeAny, {
488
+ email?: string | undefined;
489
+ }, {
490
+ email?: string | undefined;
491
+ }>>;
485
492
  }, "strip", z.ZodTypeAny, {
486
493
  extId: string;
487
494
  assetType: import("./enums").GlobalAssetType;
@@ -493,6 +500,9 @@ export declare const _UserCoverageReport: z.ZodObject<{
493
500
  lastActivityTime?: string | undefined;
494
501
  serialNumber?: string | undefined;
495
502
  macAddresses?: string[] | undefined;
503
+ owner?: {
504
+ email?: string | undefined;
505
+ } | undefined;
496
506
  }, {
497
507
  extId: string;
498
508
  assetType: import("./enums").GlobalAssetType;
@@ -504,6 +514,9 @@ export declare const _UserCoverageReport: z.ZodObject<{
504
514
  lastActivityTime?: string | undefined;
505
515
  serialNumber?: string | undefined;
506
516
  macAddresses?: string[] | undefined;
517
+ owner?: {
518
+ email?: string | undefined;
519
+ } | undefined;
507
520
  }>;
508
521
  _raw: z.ZodUnknown;
509
522
  }, "strip", z.ZodTypeAny, {
@@ -518,6 +531,9 @@ export declare const _UserCoverageReport: z.ZodObject<{
518
531
  lastActivityTime?: string | undefined;
519
532
  serialNumber?: string | undefined;
520
533
  macAddresses?: string[] | undefined;
534
+ owner?: {
535
+ email?: string | undefined;
536
+ } | undefined;
521
537
  };
522
538
  _raw?: unknown;
523
539
  }, {
@@ -532,6 +548,9 @@ export declare const _UserCoverageReport: z.ZodObject<{
532
548
  lastActivityTime?: string | undefined;
533
549
  serialNumber?: string | undefined;
534
550
  macAddresses?: string[] | undefined;
551
+ owner?: {
552
+ email?: string | undefined;
553
+ } | undefined;
535
554
  };
536
555
  _raw?: unknown;
537
556
  }>;
@@ -566,6 +585,9 @@ export declare const _UserCoverageReport: z.ZodObject<{
566
585
  lastActivityTime?: string | undefined;
567
586
  serialNumber?: string | undefined;
568
587
  macAddresses?: string[] | undefined;
588
+ owner?: {
589
+ email?: string | undefined;
590
+ } | undefined;
569
591
  };
570
592
  _raw?: unknown;
571
593
  };
@@ -596,6 +618,9 @@ export declare const _UserCoverageReport: z.ZodObject<{
596
618
  lastActivityTime?: string | undefined;
597
619
  serialNumber?: string | undefined;
598
620
  macAddresses?: string[] | undefined;
621
+ owner?: {
622
+ email?: string | undefined;
623
+ } | undefined;
599
624
  };
600
625
  _raw?: unknown;
601
626
  };
@@ -679,6 +704,9 @@ export declare const _UserCoverageReport: z.ZodObject<{
679
704
  lastActivityTime?: string | undefined;
680
705
  serialNumber?: string | undefined;
681
706
  macAddresses?: string[] | undefined;
707
+ owner?: {
708
+ email?: string | undefined;
709
+ } | undefined;
682
710
  };
683
711
  _raw?: unknown;
684
712
  };
@@ -772,6 +800,9 @@ export declare const _UserCoverageReport: z.ZodObject<{
772
800
  lastActivityTime?: string | undefined;
773
801
  serialNumber?: string | undefined;
774
802
  macAddresses?: string[] | undefined;
803
+ owner?: {
804
+ email?: string | undefined;
805
+ } | undefined;
775
806
  };
776
807
  _raw?: unknown;
777
808
  };