Skip to content

Commit

Permalink
feat: update account type (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cysword authored Apr 16, 2024
1 parent 33e5624 commit 0ca1da3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/endpoints/private/accounts/Account.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ export interface AccountSettings {
show_cumulio_dashboard: IntBoolean;
has_carrier_contract: IntBoolean;
has_carrier_mail_contract: IntBoolean;
has_carrier_small_package_contract: IntBoolean;
use_mfa: IntBoolean;
postnl_weight_unit_grams: IntBoolean;
allow_printerless_return: IntBoolean;
}

export type AccountStatus = 1 | 2 | 3 | 4;
Expand Down

0 comments on commit 0ca1da3

Please sign in to comment.