File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Code generated by op-codegen - DO NO EDIT MANUALLY
22
3- from .core import Core , _invoke_sync
3+ from .core import Core , UniffiCore
44from typing import Optional , List
55from pydantic import TypeAdapter
66from .types import GeneratePasswordResponse , PasswordRecipe , ResolveAllResponse
@@ -59,7 +59,7 @@ def validate_secret_reference(secret_reference: str) -> None:
5959 """
6060 Validate the secret reference to ensure there are no syntax errors.
6161 """
62- response = _invoke_sync (
62+ response = UniffiCore (). invoke_sync (
6363 {
6464 "invocation" : {
6565 "parameters" : {
@@ -74,7 +74,7 @@ def validate_secret_reference(secret_reference: str) -> None:
7474
7575 @staticmethod
7676 def generate_password (recipe : PasswordRecipe ) -> GeneratePasswordResponse :
77- response = _invoke_sync (
77+ response = UniffiCore (). invoke_sync (
7878 {
7979 "invocation" : {
8080 "parameters" : {
You can’t perform that action at this time.
0 commit comments