@fonderie/client 0.8.0 → 0.9.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.
@@ -603,6 +603,7 @@ interface ICustomerLabelListResult {
603
603
 
604
604
  interface ICustomerListResult {
605
605
  customers: ICustomerDTO[];
606
+ total: number;
606
607
  }
607
608
 
608
609
  interface ICustomerNoteDTO {
@@ -734,8 +735,8 @@ interface IMfaRequiredResult {
734
735
  }
735
736
 
736
737
  interface IMfaSetupResult {
737
- secret: string;
738
- uri: string;
738
+ qr: string;
739
+ backupCodes: string[];
739
740
  }
740
741
 
741
742
  interface IPlanDTO {