Skip to content

Commit

Permalink
More fields
Browse files Browse the repository at this point in the history
  • Loading branch information
SpennyNDaJets committed Oct 12, 2023
1 parent ad4df30 commit eecb3a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/rrweb-snapshot/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,18 @@ export type MaskInputOptions = Partial<{
'additional-name': boolean;
'one-time-code': boolean;
'street-address': boolean;
address: boolean;
'address-line1': boolean;
'address-line2': boolean;
'address-line3': boolean;
'address-level4': boolean;
'address-level3': boolean;
'address-level2': boolean;
'address-level1': boolean;
city: boolean;
state: boolean;
country: boolean;
zip: boolean;
'country-name': boolean;
'postal-code': boolean;
'cc-name': boolean;
Expand Down

0 comments on commit eecb3a2

Please sign in to comment.