@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.
- package/brain/signatures.md +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/brain/signatures.md
CHANGED
|
@@ -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
|
-
|
|
738
|
-
|
|
738
|
+
qr: string;
|
|
739
|
+
backupCodes: string[];
|
|
739
740
|
}
|
|
740
741
|
|
|
741
742
|
interface IPlanDTO {
|