-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathitem-create-templates.snapshot.json
More file actions
102 lines (102 loc) · 2.27 KB
/
item-create-templates.snapshot.json
File metadata and controls
102 lines (102 loc) · 2.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"captured_at": "2026-03-11T13:17:46.286Z",
"captured_by": "scripts/pass-dev.sh item create <type> --get-template",
"pass_cli_version": "Proton Pass CLI 1.6.1 (0977a19)",
"templates": {
"credit-card": {
"title": "",
"cardholder_name": null,
"card_type": null,
"number": null,
"cvv": null,
"expiration_date": null,
"pin": null,
"note": null
},
"custom": {
"title": "",
"note": "",
"sections": [
{
"section_name": "Section 1",
"fields": [
{
"field_name": "Text Field",
"field_type": "text",
"value": ""
},
{
"field_name": "Hidden Field",
"field_type": "hidden",
"value": ""
},
{
"field_name": "TOTP Field",
"field_type": "totp",
"value": "otpauth://..."
},
{
"field_name": "Timestamp Field",
"field_type": "timestamp",
"value": "1730000000"
}
]
}
]
},
"identity": {
"title": "",
"note": "",
"full_name": "",
"email": "",
"phone_number": "",
"first_name": "",
"middle_name": "",
"last_name": "",
"birthdate": "",
"gender": "",
"organization": "",
"street_address": "",
"zip_or_postal_code": "",
"city": "",
"state_or_province": "",
"country_or_region": "",
"floor": "",
"county": "",
"social_security_number": "",
"passport_number": "",
"license_number": "",
"website": "",
"x_handle": "",
"second_phone_number": "",
"linkedin": "",
"reddit": "",
"facebook": "",
"yahoo": "",
"instagram": "",
"company": "",
"job_title": "",
"personal_website": "",
"work_phone_number": "",
"work_email": ""
},
"login": {
"title": "",
"username": null,
"email": null,
"password": null,
"urls": []
},
"note": {
"title": "",
"note": null
},
"wifi": {
"title": "",
"ssid": "",
"password": "",
"security": "",
"note": ""
}
}
}