File tree 2 files changed +4
-14
lines changed 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -28006,9 +28006,9 @@ type AuthenticatorTransport = "ble" | "hybrid" | "internal" | "nfc" | "usb";
28006
28006
type AutoFillAddressKind = "billing" | "shipping";
28007
28007
type AutoFillBase = "off" | "on";
28008
28008
type AutoFillContactField = "email" | "tel" | "tel-area-code" | "tel-country-code" | "tel-extension" | "tel-local" | "tel-local-prefix" | "tel-local-suffix" | "tel-national";
28009
- type AutoFillContactKind = "fax" | " home" | "mobile" | "pager " | "work";
28009
+ type AutoFillContactKind = "home" | "mobile" | "work";
28010
28010
type AutoFillCredentialField = "webauthn";
28011
- type AutoFillNormalField = "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "bday" | "bday -day" | "bday-month" | "bday-year" | "cc-additional-name" | "cc- csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-type" | "country" | "country-name" | "current-password" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "language" | " name" | "new-password" | "nickname" | " one-time-code" | "organization" | "organization-title" | "photo" | " postal-code" | "sex" | " street-address" | "transaction-amount" | "transaction-currency" | "url " | "username";
28011
+ type AutoFillNormalField = "additional-name" | "address-level1" | "address-level2" | "address-level3" | "address-level4" | "address-line1" | "address-line2" | "address-line3" | "bday-day" | "bday-month" | "bday-year" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-family-name" | "cc-given-name" | "cc-name" | "cc-number" | "cc-type" | "country" | "country-name" | "current-password" | "family-name" | "given-name" | "honorific-prefix" | "honorific-suffix" | "name" | "new-password" | "one-time-code" | "organization" | "postal-code" | "street-address" | "transaction-amount" | "transaction-currency" | "username";
28012
28012
type AutoKeyword = "auto";
28013
28013
type AutomationRate = "a-rate" | "k-rate";
28014
28014
type AvcBitstreamFormat = "annexb" | "avc";
Original file line number Diff line number Diff line change 378
378
" additional-name" ,
379
379
" family-name" ,
380
380
" honorific-suffix" ,
381
- " nickname" ,
382
381
383
382
" username" ,
384
383
" new-password" ,
385
384
" current-password" ,
386
385
" one-time-code" ,
387
386
388
- " organization-title" ,
389
387
" organization" ,
390
388
" street-address" ,
391
389
" address-line1" ,
401
399
402
400
" cc-name" ,
403
401
" cc-given-name" ,
404
- " cc-additional-name" ,
405
402
" cc-family-name" ,
406
403
" cc-number" ,
407
404
" cc-exp" ,
412
409
" transaction-currency" ,
413
410
" transaction-amount" ,
414
411
415
- " language" ,
416
- " bday" ,
417
412
" bday-day" ,
418
413
" bday-month" ,
419
- " bday-year" ,
420
- " sex" ,
421
- " url" ,
422
- " photo"
414
+ " bday-year"
423
415
]
424
416
},
425
417
"AutoFillContactKind" : {
426
418
"name" : " AutoFillContactKind" ,
427
419
"value" : [
428
420
" home" ,
429
421
" work" ,
430
- " mobile" ,
431
- " fax" ,
432
- " pager"
422
+ " mobile"
433
423
]
434
424
},
435
425
"AutoFillContactField" : {
You can’t perform that action at this time.
0 commit comments