Bump to 1.1.0 #100
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lib/workos/user_management/user.ex#L1
@behaviour WorkOS.Castable does not exist (in module WorkOS.UserManagement.User)
|
lib/workos/user_management/multi_factor/totp.ex#L1
@behaviour WorkOS.Castable does not exist (in module WorkOS.UserManagement.MultiFactor.TOTP)
|
lib/workos/user_management/reset_password.ex#L1
@behaviour WorkOS.Castable does not exist (in module WorkOS.UserManagement.ResetPassword)
|
lib/workos/user_management/organization_membership.ex#L1
@behaviour WorkOS.Castable does not exist (in module WorkOS.UserManagement.OrganizationMembership)
|
lib/workos/user_management/user.ex#L36
got "@impl true" for function cast/1 but no behaviour specifies such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
lib/workos/user_management/multi_factor/totp.ex#L32
got "@impl true" for function cast/1 but no behaviour specifies such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
lib/workos/user_management/reset_password.ex#L22
got "@impl true" for function cast/1 but no behaviour specifies such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
lib/workos/user_management/organization_membership.ex#L32
got "@impl true" for function cast/1 but no behaviour specifies such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
lib/workos/user_management/multi_factor/sms.ex#L1
@behaviour WorkOS.Castable does not exist (in module WorkOS.UserManagement.MultiFactor.SMS)
|
lib/workos/user_management/multi_factor/sms.ex#L20
got "@impl true" for function cast/1 but no behaviour specifies such callback. There are no known callbacks, please specify the proper @behaviour and make sure it defines callbacks
|
This job succeeded
Loading