Skip to content

Commit

Permalink
feat: update account type
Browse files Browse the repository at this point in the history
  • Loading branch information
Cysword authored and myparcel-bot[bot] committed Apr 16, 2024
1 parent fcc8584 commit 72fe7a0
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 72fe7a0

Please sign in to comment.