From a73af0ed47262f85d76e0ecfcc0085c33b6b2507 Mon Sep 17 00:00:00 2001 From: Ken'ichiro Oyama Date: Mon, 9 Feb 2026 18:50:31 +0900 Subject: [PATCH] chore: add missing changeset for #130 --- .changeset/update-idp-user-password-types.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/update-idp-user-password-types.md diff --git a/.changeset/update-idp-user-password-types.md b/.changeset/update-idp-user-password-types.md new file mode 100644 index 0000000..2795a8e --- /dev/null +++ b/.changeset/update-idp-user-password-types.md @@ -0,0 +1,5 @@ +--- +"@tailor-platform/function-types": patch +--- + +Make `password` optional in `CreateUserInput` and add `clearPassword` to `UpdateUserInput`