Skip to content

Commit b056e8a

Browse files
Update core to version 9d1fbb31
1 parent c29275d commit b056e8a

File tree

9 files changed

+3
-1971
lines changed

9 files changed

+3
-1971
lines changed
-13.7 MB
Binary file not shown.
-15.6 MB
Binary file not shown.

src/onepassword/lib/aarch64/op_uniffi_core.py

Lines changed: 0 additions & 984 deletions
This file was deleted.
-14.6 MB
Binary file not shown.
-16 MB
Binary file not shown.
-13.5 MB
Binary file not shown.

src/onepassword/lib/x86_64/op_uniffi_core.py

Lines changed: 0 additions & 984 deletions
This file was deleted.

src/onepassword/secrets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Secrets:
1010
"""
1111
The Secrets API includes all operations the SDK client can perform on secrets.
12-
Use secret reference URIs to securely load secrets from 1Password: op://<vault-name>/<item-name>[/<section-name>]/<field-name>
12+
Use secret reference URIs to securely load secrets from 1Password: `op://<vault-name>/<item-name>[/<section-name>]/<field-name>`
1313
"""
1414

1515
def __init__(self, client_id):

src/onepassword/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ class AutofillBehavior(str, Enum):
277277
Controls the auto-fill behavior of a website.
278278
279279
280-
For more information, visit https://support.1password.com/autofill-behavior/
280+
For more information, visit <https://support.1password.com/autofill-behavior/>
281281
"""
282282

283283
ANYWHEREONWEBSITE = "AnywhereOnWebsite"
@@ -309,7 +309,7 @@ class Website(BaseModel):
309309
"""
310310
The auto-fill behavior of the website
311311
312-
For more information, visit https://support.1password.com/autofill-behavior/
312+
For more information, visit <https://support.1password.com/autofill-behavior/>
313313
"""
314314

315315

0 commit comments

Comments
 (0)