@keystrokehq/raisely 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/check-profile-url.cjs +1 -1
- package/dist/actions/check-profile-url.cjs.map +1 -1
- package/dist/actions/check-profile-url.d.cts +21 -3
- package/dist/actions/check-profile-url.d.cts.map +1 -1
- package/dist/actions/check-profile-url.d.mts +21 -3
- package/dist/actions/check-profile-url.d.mts.map +1 -1
- package/dist/actions/check-profile-url.mjs +1 -1
- package/dist/actions/check-profile-url.mjs.map +1 -1
- package/dist/actions/check-user.cjs +1 -1
- package/dist/actions/check-user.cjs.map +1 -1
- package/dist/actions/check-user.d.cts +15 -3
- package/dist/actions/check-user.d.cts.map +1 -1
- package/dist/actions/check-user.d.mts +15 -3
- package/dist/actions/check-user.d.mts.map +1 -1
- package/dist/actions/check-user.mjs +1 -1
- package/dist/actions/check-user.mjs.map +1 -1
- package/dist/actions/create-campaign.cjs +8 -8
- package/dist/actions/create-campaign.cjs.map +1 -1
- package/dist/actions/create-campaign.d.cts +86 -3
- package/dist/actions/create-campaign.d.cts.map +1 -1
- package/dist/actions/create-campaign.d.mts +86 -3
- package/dist/actions/create-campaign.d.mts.map +1 -1
- package/dist/actions/create-campaign.mjs +8 -8
- package/dist/actions/create-campaign.mjs.map +1 -1
- package/dist/actions/create-donation.cjs +9 -9
- package/dist/actions/create-donation.cjs.map +1 -1
- package/dist/actions/create-donation.d.cts +216 -3
- package/dist/actions/create-donation.d.cts.map +1 -1
- package/dist/actions/create-donation.d.mts +216 -3
- package/dist/actions/create-donation.d.mts.map +1 -1
- package/dist/actions/create-donation.mjs +9 -9
- package/dist/actions/create-donation.mjs.map +1 -1
- package/dist/actions/create-exercise-log.cjs +2 -2
- package/dist/actions/create-exercise-log.cjs.map +1 -1
- package/dist/actions/create-exercise-log.d.cts +52 -3
- package/dist/actions/create-exercise-log.d.cts.map +1 -1
- package/dist/actions/create-exercise-log.d.mts +52 -3
- package/dist/actions/create-exercise-log.d.mts.map +1 -1
- package/dist/actions/create-exercise-log.mjs +2 -2
- package/dist/actions/create-exercise-log.mjs.map +1 -1
- package/dist/actions/create-interaction.cjs +2 -2
- package/dist/actions/create-interaction.cjs.map +1 -1
- package/dist/actions/create-interaction.d.cts +47 -3
- package/dist/actions/create-interaction.d.cts.map +1 -1
- package/dist/actions/create-interaction.d.mts +47 -3
- package/dist/actions/create-interaction.d.mts.map +1 -1
- package/dist/actions/create-interaction.mjs +2 -2
- package/dist/actions/create-interaction.mjs.map +1 -1
- package/dist/actions/create-post.cjs +5 -5
- package/dist/actions/create-post.cjs.map +1 -1
- package/dist/actions/create-post.d.cts +29 -3
- package/dist/actions/create-post.d.cts.map +1 -1
- package/dist/actions/create-post.d.mts +29 -3
- package/dist/actions/create-post.d.mts.map +1 -1
- package/dist/actions/create-post.mjs +5 -5
- package/dist/actions/create-post.mjs.map +1 -1
- package/dist/actions/create-promo-code.cjs +4 -4
- package/dist/actions/create-promo-code.cjs.map +1 -1
- package/dist/actions/create-promo-code.d.cts +33 -3
- package/dist/actions/create-promo-code.d.cts.map +1 -1
- package/dist/actions/create-promo-code.d.mts +33 -3
- package/dist/actions/create-promo-code.d.mts.map +1 -1
- package/dist/actions/create-promo-code.mjs +4 -4
- package/dist/actions/create-promo-code.mjs.map +1 -1
- package/dist/actions/create-webhook.cjs +3 -3
- package/dist/actions/create-webhook.cjs.map +1 -1
- package/dist/actions/create-webhook.d.cts +52 -3
- package/dist/actions/create-webhook.d.cts.map +1 -1
- package/dist/actions/create-webhook.d.mts +52 -3
- package/dist/actions/create-webhook.d.mts.map +1 -1
- package/dist/actions/create-webhook.mjs +3 -3
- package/dist/actions/create-webhook.mjs.map +1 -1
- package/dist/actions/delete-exercise-log.cjs +2 -2
- package/dist/actions/delete-exercise-log.cjs.map +1 -1
- package/dist/actions/delete-exercise-log.d.cts +31 -3
- package/dist/actions/delete-exercise-log.d.cts.map +1 -1
- package/dist/actions/delete-exercise-log.d.mts +31 -3
- package/dist/actions/delete-exercise-log.d.mts.map +1 -1
- package/dist/actions/delete-exercise-log.mjs +2 -2
- package/dist/actions/delete-exercise-log.mjs.map +1 -1
- package/dist/actions/delete-interaction.cjs +1 -1
- package/dist/actions/delete-interaction.cjs.map +1 -1
- package/dist/actions/delete-interaction.d.cts +40 -3
- package/dist/actions/delete-interaction.d.cts.map +1 -1
- package/dist/actions/delete-interaction.d.mts +40 -3
- package/dist/actions/delete-interaction.d.mts.map +1 -1
- package/dist/actions/delete-interaction.mjs +1 -1
- package/dist/actions/delete-interaction.mjs.map +1 -1
- package/dist/actions/delete-post.cjs +1 -1
- package/dist/actions/delete-post.cjs.map +1 -1
- package/dist/actions/delete-post.d.cts +52 -3
- package/dist/actions/delete-post.d.cts.map +1 -1
- package/dist/actions/delete-post.d.mts +52 -3
- package/dist/actions/delete-post.d.mts.map +1 -1
- package/dist/actions/delete-post.mjs +1 -1
- package/dist/actions/delete-post.mjs.map +1 -1
- package/dist/actions/delete-profile.cjs +3 -3
- package/dist/actions/delete-profile.cjs.map +1 -1
- package/dist/actions/delete-profile.d.cts +94 -3
- package/dist/actions/delete-profile.d.cts.map +1 -1
- package/dist/actions/delete-profile.d.mts +94 -3
- package/dist/actions/delete-profile.d.mts.map +1 -1
- package/dist/actions/delete-profile.mjs +3 -3
- package/dist/actions/delete-profile.mjs.map +1 -1
- package/dist/actions/delete-webhook.cjs +3 -3
- package/dist/actions/delete-webhook.cjs.map +1 -1
- package/dist/actions/delete-webhook.d.cts +16 -3
- package/dist/actions/delete-webhook.d.cts.map +1 -1
- package/dist/actions/delete-webhook.d.mts +16 -3
- package/dist/actions/delete-webhook.d.mts.map +1 -1
- package/dist/actions/delete-webhook.mjs +3 -3
- package/dist/actions/delete-webhook.mjs.map +1 -1
- package/dist/actions/get-api-docs.cjs +7 -7
- package/dist/actions/get-api-docs.cjs.map +1 -1
- package/dist/actions/get-api-docs.d.cts +21 -3
- package/dist/actions/get-api-docs.d.cts.map +1 -1
- package/dist/actions/get-api-docs.d.mts +21 -3
- package/dist/actions/get-api-docs.d.mts.map +1 -1
- package/dist/actions/get-api-docs.mjs +7 -7
- package/dist/actions/get-api-docs.mjs.map +1 -1
- package/dist/actions/get-authenticate.cjs +2 -2
- package/dist/actions/get-authenticate.cjs.map +1 -1
- package/dist/actions/get-authenticate.d.cts +47 -3
- package/dist/actions/get-authenticate.d.cts.map +1 -1
- package/dist/actions/get-authenticate.d.mts +47 -3
- package/dist/actions/get-authenticate.d.mts.map +1 -1
- package/dist/actions/get-authenticate.mjs +2 -2
- package/dist/actions/get-authenticate.mjs.map +1 -1
- package/dist/actions/get-available-events.cjs +4 -4
- package/dist/actions/get-available-events.cjs.map +1 -1
- package/dist/actions/get-available-events.d.cts +28 -3
- package/dist/actions/get-available-events.d.cts.map +1 -1
- package/dist/actions/get-available-events.d.mts +28 -3
- package/dist/actions/get-available-events.d.mts.map +1 -1
- package/dist/actions/get-available-events.mjs +4 -4
- package/dist/actions/get-available-events.mjs.map +1 -1
- package/dist/actions/get-campaign-profile.cjs +3 -3
- package/dist/actions/get-campaign-profile.cjs.map +1 -1
- package/dist/actions/get-campaign-profile.d.cts +120 -3
- package/dist/actions/get-campaign-profile.d.cts.map +1 -1
- package/dist/actions/get-campaign-profile.d.mts +120 -3
- package/dist/actions/get-campaign-profile.d.mts.map +1 -1
- package/dist/actions/get-campaign-profile.mjs +3 -3
- package/dist/actions/get-campaign-profile.mjs.map +1 -1
- package/dist/actions/get-campaign.cjs +12 -12
- package/dist/actions/get-campaign.cjs.map +1 -1
- package/dist/actions/get-campaign.d.cts +88 -3
- package/dist/actions/get-campaign.d.cts.map +1 -1
- package/dist/actions/get-campaign.d.mts +88 -3
- package/dist/actions/get-campaign.d.mts.map +1 -1
- package/dist/actions/get-campaign.mjs +12 -12
- package/dist/actions/get-campaign.mjs.map +1 -1
- package/dist/actions/get-campaigns-profiles.cjs +14 -14
- package/dist/actions/get-campaigns-profiles.cjs.map +1 -1
- package/dist/actions/get-campaigns-profiles.d.cts +53 -3
- package/dist/actions/get-campaigns-profiles.d.cts.map +1 -1
- package/dist/actions/get-campaigns-profiles.d.mts +53 -3
- package/dist/actions/get-campaigns-profiles.d.mts.map +1 -1
- package/dist/actions/get-campaigns-profiles.mjs +14 -14
- package/dist/actions/get-campaigns-profiles.mjs.map +1 -1
- package/dist/actions/get-campaigns.cjs +7 -7
- package/dist/actions/get-campaigns.cjs.map +1 -1
- package/dist/actions/get-campaigns.d.cts +52 -3
- package/dist/actions/get-campaigns.d.cts.map +1 -1
- package/dist/actions/get-campaigns.d.mts +52 -3
- package/dist/actions/get-campaigns.d.mts.map +1 -1
- package/dist/actions/get-campaigns.mjs +7 -7
- package/dist/actions/get-campaigns.mjs.map +1 -1
- package/dist/actions/get-exercise-log.cjs +4 -4
- package/dist/actions/get-exercise-log.cjs.map +1 -1
- package/dist/actions/get-exercise-log.d.cts +69 -3
- package/dist/actions/get-exercise-log.d.cts.map +1 -1
- package/dist/actions/get-exercise-log.d.mts +69 -3
- package/dist/actions/get-exercise-log.d.mts.map +1 -1
- package/dist/actions/get-exercise-log.mjs +4 -4
- package/dist/actions/get-exercise-log.mjs.map +1 -1
- package/dist/actions/get-interaction.cjs +5 -5
- package/dist/actions/get-interaction.cjs.map +1 -1
- package/dist/actions/get-interaction.d.cts +86 -3
- package/dist/actions/get-interaction.d.cts.map +1 -1
- package/dist/actions/get-interaction.d.mts +86 -3
- package/dist/actions/get-interaction.d.mts.map +1 -1
- package/dist/actions/get-interaction.mjs +5 -5
- package/dist/actions/get-interaction.mjs.map +1 -1
- package/dist/actions/get-post.cjs +5 -5
- package/dist/actions/get-post.cjs.map +1 -1
- package/dist/actions/get-post.d.cts +50 -3
- package/dist/actions/get-post.d.cts.map +1 -1
- package/dist/actions/get-post.d.mts +50 -3
- package/dist/actions/get-post.d.mts.map +1 -1
- package/dist/actions/get-post.mjs +5 -5
- package/dist/actions/get-post.mjs.map +1 -1
- package/dist/actions/get-profile.cjs +5 -5
- package/dist/actions/get-profile.cjs.map +1 -1
- package/dist/actions/get-profile.d.cts +103 -3
- package/dist/actions/get-profile.d.cts.map +1 -1
- package/dist/actions/get-profile.d.mts +103 -3
- package/dist/actions/get-profile.d.mts.map +1 -1
- package/dist/actions/get-profile.mjs +5 -5
- package/dist/actions/get-profile.mjs.map +1 -1
- package/dist/actions/get-profiles.cjs +7 -7
- package/dist/actions/get-profiles.cjs.map +1 -1
- package/dist/actions/get-profiles.d.cts +90 -3
- package/dist/actions/get-profiles.d.cts.map +1 -1
- package/dist/actions/get-profiles.d.mts +90 -3
- package/dist/actions/get-profiles.d.mts.map +1 -1
- package/dist/actions/get-profiles.mjs +7 -7
- package/dist/actions/get-profiles.mjs.map +1 -1
- package/dist/actions/get-user-profiles.cjs +11 -11
- package/dist/actions/get-user-profiles.cjs.map +1 -1
- package/dist/actions/get-user-profiles.d.cts +35 -3
- package/dist/actions/get-user-profiles.d.cts.map +1 -1
- package/dist/actions/get-user-profiles.d.mts +35 -3
- package/dist/actions/get-user-profiles.d.mts.map +1 -1
- package/dist/actions/get-user-profiles.mjs +11 -11
- package/dist/actions/get-user-profiles.mjs.map +1 -1
- package/dist/actions/get-user.cjs +5 -5
- package/dist/actions/get-user.cjs.map +1 -1
- package/dist/actions/get-user.d.cts +56 -3
- package/dist/actions/get-user.d.cts.map +1 -1
- package/dist/actions/get-user.d.mts +56 -3
- package/dist/actions/get-user.d.mts.map +1 -1
- package/dist/actions/get-user.mjs +5 -5
- package/dist/actions/get-user.mjs.map +1 -1
- package/dist/actions/get-users.cjs +10 -10
- package/dist/actions/get-users.cjs.map +1 -1
- package/dist/actions/get-users.d.cts +58 -3
- package/dist/actions/get-users.d.cts.map +1 -1
- package/dist/actions/get-users.d.mts +58 -3
- package/dist/actions/get-users.d.mts.map +1 -1
- package/dist/actions/get-users.mjs +10 -10
- package/dist/actions/get-users.mjs.map +1 -1
- package/dist/actions/list-campaign-donations.cjs +13 -13
- package/dist/actions/list-campaign-donations.cjs.map +1 -1
- package/dist/actions/list-campaign-donations.d.cts +138 -3
- package/dist/actions/list-campaign-donations.d.cts.map +1 -1
- package/dist/actions/list-campaign-donations.d.mts +138 -3
- package/dist/actions/list-campaign-donations.d.mts.map +1 -1
- package/dist/actions/list-campaign-donations.mjs +13 -13
- package/dist/actions/list-campaign-donations.mjs.map +1 -1
- package/dist/actions/list-campaign-products.cjs +12 -12
- package/dist/actions/list-campaign-products.cjs.map +1 -1
- package/dist/actions/list-campaign-products.d.cts +33 -3
- package/dist/actions/list-campaign-products.d.cts.map +1 -1
- package/dist/actions/list-campaign-products.d.mts +33 -3
- package/dist/actions/list-campaign-products.d.mts.map +1 -1
- package/dist/actions/list-campaign-products.mjs +12 -12
- package/dist/actions/list-campaign-products.mjs.map +1 -1
- package/dist/actions/list-campaign-subscriptions.cjs +20 -20
- package/dist/actions/list-campaign-subscriptions.cjs.map +1 -1
- package/dist/actions/list-campaign-subscriptions.d.cts +103 -3
- package/dist/actions/list-campaign-subscriptions.d.cts.map +1 -1
- package/dist/actions/list-campaign-subscriptions.d.mts +103 -3
- package/dist/actions/list-campaign-subscriptions.d.mts.map +1 -1
- package/dist/actions/list-campaign-subscriptions.mjs +20 -20
- package/dist/actions/list-campaign-subscriptions.mjs.map +1 -1
- package/dist/actions/list-donations.cjs +13 -13
- package/dist/actions/list-donations.cjs.map +1 -1
- package/dist/actions/list-donations.d.cts +138 -3
- package/dist/actions/list-donations.d.cts.map +1 -1
- package/dist/actions/list-donations.d.mts +138 -3
- package/dist/actions/list-donations.d.mts.map +1 -1
- package/dist/actions/list-donations.mjs +13 -13
- package/dist/actions/list-donations.mjs.map +1 -1
- package/dist/actions/list-exercise-logs.cjs +9 -9
- package/dist/actions/list-exercise-logs.cjs.map +1 -1
- package/dist/actions/list-exercise-logs.d.cts +53 -3
- package/dist/actions/list-exercise-logs.d.cts.map +1 -1
- package/dist/actions/list-exercise-logs.d.mts +53 -3
- package/dist/actions/list-exercise-logs.d.mts.map +1 -1
- package/dist/actions/list-exercise-logs.mjs +9 -9
- package/dist/actions/list-exercise-logs.mjs.map +1 -1
- package/dist/actions/list-interaction-categories.cjs +8 -8
- package/dist/actions/list-interaction-categories.cjs.map +1 -1
- package/dist/actions/list-interaction-categories.d.cts +46 -3
- package/dist/actions/list-interaction-categories.d.cts.map +1 -1
- package/dist/actions/list-interaction-categories.d.mts +46 -3
- package/dist/actions/list-interaction-categories.d.mts.map +1 -1
- package/dist/actions/list-interaction-categories.mjs +8 -8
- package/dist/actions/list-interaction-categories.mjs.map +1 -1
- package/dist/actions/list-interactions.cjs +8 -8
- package/dist/actions/list-interactions.cjs.map +1 -1
- package/dist/actions/list-interactions.d.cts +63 -3
- package/dist/actions/list-interactions.d.cts.map +1 -1
- package/dist/actions/list-interactions.d.mts +63 -3
- package/dist/actions/list-interactions.d.mts.map +1 -1
- package/dist/actions/list-interactions.mjs +8 -8
- package/dist/actions/list-interactions.mjs.map +1 -1
- package/dist/actions/list-orders.cjs +7 -7
- package/dist/actions/list-orders.cjs.map +1 -1
- package/dist/actions/list-orders.d.cts +51 -3
- package/dist/actions/list-orders.d.cts.map +1 -1
- package/dist/actions/list-orders.d.mts +51 -3
- package/dist/actions/list-orders.d.mts.map +1 -1
- package/dist/actions/list-orders.mjs +7 -7
- package/dist/actions/list-orders.mjs.map +1 -1
- package/dist/actions/list-posts.cjs +8 -8
- package/dist/actions/list-posts.cjs.map +1 -1
- package/dist/actions/list-posts.d.cts +59 -3
- package/dist/actions/list-posts.d.cts.map +1 -1
- package/dist/actions/list-posts.d.mts +59 -3
- package/dist/actions/list-posts.d.mts.map +1 -1
- package/dist/actions/list-posts.mjs +8 -8
- package/dist/actions/list-posts.mjs.map +1 -1
- package/dist/actions/list-profile-donations.cjs +13 -13
- package/dist/actions/list-profile-donations.cjs.map +1 -1
- package/dist/actions/list-profile-donations.d.cts +143 -3
- package/dist/actions/list-profile-donations.d.cts.map +1 -1
- package/dist/actions/list-profile-donations.d.mts +143 -3
- package/dist/actions/list-profile-donations.d.mts.map +1 -1
- package/dist/actions/list-profile-donations.mjs +13 -13
- package/dist/actions/list-profile-donations.mjs.map +1 -1
- package/dist/actions/list-profile-members.cjs +6 -6
- package/dist/actions/list-profile-members.cjs.map +1 -1
- package/dist/actions/list-profile-members.d.cts +78 -3
- package/dist/actions/list-profile-members.d.cts.map +1 -1
- package/dist/actions/list-profile-members.d.mts +78 -3
- package/dist/actions/list-profile-members.d.mts.map +1 -1
- package/dist/actions/list-profile-members.mjs +6 -6
- package/dist/actions/list-profile-members.mjs.map +1 -1
- package/dist/actions/list-profile-posts.cjs +9 -9
- package/dist/actions/list-profile-posts.cjs.map +1 -1
- package/dist/actions/list-profile-posts.d.cts +60 -3
- package/dist/actions/list-profile-posts.d.cts.map +1 -1
- package/dist/actions/list-profile-posts.d.mts +60 -3
- package/dist/actions/list-profile-posts.d.mts.map +1 -1
- package/dist/actions/list-profile-posts.mjs +9 -9
- package/dist/actions/list-profile-posts.mjs.map +1 -1
- package/dist/actions/list-promo-codes.cjs +6 -6
- package/dist/actions/list-promo-codes.cjs.map +1 -1
- package/dist/actions/list-promo-codes.d.cts +28 -3
- package/dist/actions/list-promo-codes.d.cts.map +1 -1
- package/dist/actions/list-promo-codes.d.mts +28 -3
- package/dist/actions/list-promo-codes.d.mts.map +1 -1
- package/dist/actions/list-promo-codes.mjs +6 -6
- package/dist/actions/list-promo-codes.mjs.map +1 -1
- package/dist/actions/list-segments.cjs +7 -7
- package/dist/actions/list-segments.cjs.map +1 -1
- package/dist/actions/list-segments.d.cts +47 -3
- package/dist/actions/list-segments.d.cts.map +1 -1
- package/dist/actions/list-segments.d.mts +47 -3
- package/dist/actions/list-segments.d.mts.map +1 -1
- package/dist/actions/list-segments.mjs +7 -7
- package/dist/actions/list-segments.mjs.map +1 -1
- package/dist/actions/list-subscriptions2.cjs +19 -19
- package/dist/actions/list-subscriptions2.cjs.map +1 -1
- package/dist/actions/list-subscriptions2.d.cts +105 -3
- package/dist/actions/list-subscriptions2.d.cts.map +1 -1
- package/dist/actions/list-subscriptions2.d.mts +105 -3
- package/dist/actions/list-subscriptions2.d.mts.map +1 -1
- package/dist/actions/list-subscriptions2.mjs +19 -19
- package/dist/actions/list-subscriptions2.mjs.map +1 -1
- package/dist/actions/list-tags.cjs +7 -7
- package/dist/actions/list-tags.cjs.map +1 -1
- package/dist/actions/list-tags.d.cts +44 -3
- package/dist/actions/list-tags.d.cts.map +1 -1
- package/dist/actions/list-tags.d.mts +44 -3
- package/dist/actions/list-tags.d.mts.map +1 -1
- package/dist/actions/list-tags.mjs +7 -7
- package/dist/actions/list-tags.mjs.map +1 -1
- package/dist/actions/list-user-donations.cjs +14 -14
- package/dist/actions/list-user-donations.cjs.map +1 -1
- package/dist/actions/list-user-donations.d.cts +143 -3
- package/dist/actions/list-user-donations.d.cts.map +1 -1
- package/dist/actions/list-user-donations.d.mts +143 -3
- package/dist/actions/list-user-donations.d.mts.map +1 -1
- package/dist/actions/list-user-donations.mjs +14 -14
- package/dist/actions/list-user-donations.mjs.map +1 -1
- package/dist/actions/list-user-interactions.cjs +8 -8
- package/dist/actions/list-user-interactions.cjs.map +1 -1
- package/dist/actions/list-user-interactions.d.cts +100 -3
- package/dist/actions/list-user-interactions.d.cts.map +1 -1
- package/dist/actions/list-user-interactions.d.mts +100 -3
- package/dist/actions/list-user-interactions.d.mts.map +1 -1
- package/dist/actions/list-user-interactions.mjs +8 -8
- package/dist/actions/list-user-interactions.mjs.map +1 -1
- package/dist/actions/list-user-subscriptions.cjs +20 -20
- package/dist/actions/list-user-subscriptions.cjs.map +1 -1
- package/dist/actions/list-user-subscriptions.d.cts +106 -3
- package/dist/actions/list-user-subscriptions.d.cts.map +1 -1
- package/dist/actions/list-user-subscriptions.d.mts +106 -3
- package/dist/actions/list-user-subscriptions.d.mts.map +1 -1
- package/dist/actions/list-user-subscriptions.mjs +20 -20
- package/dist/actions/list-user-subscriptions.mjs.map +1 -1
- package/dist/actions/list-webhooks.cjs +5 -5
- package/dist/actions/list-webhooks.cjs.map +1 -1
- package/dist/actions/list-webhooks.d.cts +39 -3
- package/dist/actions/list-webhooks.d.cts.map +1 -1
- package/dist/actions/list-webhooks.d.mts +39 -3
- package/dist/actions/list-webhooks.d.mts.map +1 -1
- package/dist/actions/list-webhooks.mjs +5 -5
- package/dist/actions/list-webhooks.mjs.map +1 -1
- package/dist/actions/move-donation.cjs +11 -11
- package/dist/actions/move-donation.cjs.map +1 -1
- package/dist/actions/move-donation.d.cts +113 -3
- package/dist/actions/move-donation.d.cts.map +1 -1
- package/dist/actions/move-donation.d.mts +113 -3
- package/dist/actions/move-donation.d.mts.map +1 -1
- package/dist/actions/move-donation.mjs +11 -11
- package/dist/actions/move-donation.mjs.map +1 -1
- package/dist/actions/post-logout.cjs +1 -1
- package/dist/actions/post-logout.cjs.map +1 -1
- package/dist/actions/post-logout.d.cts +5 -3
- package/dist/actions/post-logout.d.cts.map +1 -1
- package/dist/actions/post-logout.d.mts +5 -3
- package/dist/actions/post-logout.d.mts.map +1 -1
- package/dist/actions/post-logout.mjs +1 -1
- package/dist/actions/post-logout.mjs.map +1 -1
- package/dist/actions/post-users.cjs +5 -5
- package/dist/actions/post-users.cjs.map +1 -1
- package/dist/actions/post-users.d.cts +60 -3
- package/dist/actions/post-users.d.cts.map +1 -1
- package/dist/actions/post-users.d.mts +60 -3
- package/dist/actions/post-users.d.mts.map +1 -1
- package/dist/actions/post-users.mjs +5 -5
- package/dist/actions/post-users.mjs.map +1 -1
- package/dist/actions/update-campaign-config.cjs +1 -1
- package/dist/actions/update-campaign-config.cjs.map +1 -1
- package/dist/actions/update-campaign-config.d.cts +15 -3
- package/dist/actions/update-campaign-config.d.cts.map +1 -1
- package/dist/actions/update-campaign-config.d.mts +15 -3
- package/dist/actions/update-campaign-config.d.mts.map +1 -1
- package/dist/actions/update-campaign-config.mjs +1 -1
- package/dist/actions/update-campaign-config.mjs.map +1 -1
- package/dist/actions/update-campaign.cjs +2 -2
- package/dist/actions/update-campaign.cjs.map +1 -1
- package/dist/actions/update-campaign.d.cts +73 -3
- package/dist/actions/update-campaign.d.cts.map +1 -1
- package/dist/actions/update-campaign.d.mts +73 -3
- package/dist/actions/update-campaign.d.mts.map +1 -1
- package/dist/actions/update-campaign.mjs +2 -2
- package/dist/actions/update-campaign.mjs.map +1 -1
- package/dist/actions/update-exercise-log.cjs +4 -4
- package/dist/actions/update-exercise-log.cjs.map +1 -1
- package/dist/actions/update-exercise-log.d.cts +54 -3
- package/dist/actions/update-exercise-log.d.cts.map +1 -1
- package/dist/actions/update-exercise-log.d.mts +54 -3
- package/dist/actions/update-exercise-log.d.mts.map +1 -1
- package/dist/actions/update-exercise-log.mjs +4 -4
- package/dist/actions/update-exercise-log.mjs.map +1 -1
- package/dist/actions/update-post.cjs +5 -5
- package/dist/actions/update-post.cjs.map +1 -1
- package/dist/actions/update-post.d.cts +54 -3
- package/dist/actions/update-post.d.cts.map +1 -1
- package/dist/actions/update-post.d.mts +54 -3
- package/dist/actions/update-post.d.mts.map +1 -1
- package/dist/actions/update-post.mjs +5 -5
- package/dist/actions/update-post.mjs.map +1 -1
- package/dist/actions/update-profile.cjs +4 -4
- package/dist/actions/update-profile.cjs.map +1 -1
- package/dist/actions/update-profile.d.cts +108 -3
- package/dist/actions/update-profile.d.cts.map +1 -1
- package/dist/actions/update-profile.d.mts +108 -3
- package/dist/actions/update-profile.d.mts.map +1 -1
- package/dist/actions/update-profile.mjs +4 -4
- package/dist/actions/update-profile.mjs.map +1 -1
- package/dist/actions/update-user.cjs +3 -3
- package/dist/actions/update-user.cjs.map +1 -1
- package/dist/actions/update-user.d.cts +89 -3
- package/dist/actions/update-user.d.cts.map +1 -1
- package/dist/actions/update-user.d.mts +89 -3
- package/dist/actions/update-user.d.mts.map +1 -1
- package/dist/actions/update-user.mjs +3 -3
- package/dist/actions/update-user.mjs.map +1 -1
- package/dist/actions/update-webhook.cjs +3 -3
- package/dist/actions/update-webhook.cjs.map +1 -1
- package/dist/actions/update-webhook.d.cts +28 -3
- package/dist/actions/update-webhook.d.cts.map +1 -1
- package/dist/actions/update-webhook.d.mts +28 -3
- package/dist/actions/update-webhook.d.mts.map +1 -1
- package/dist/actions/update-webhook.mjs +3 -3
- package/dist/actions/update-webhook.mjs.map +1 -1
- package/dist/actions/upload-campaign-media.cjs +3 -3
- package/dist/actions/upload-campaign-media.cjs.map +1 -1
- package/dist/actions/upload-campaign-media.d.cts +24 -3
- package/dist/actions/upload-campaign-media.d.cts.map +1 -1
- package/dist/actions/upload-campaign-media.d.mts +24 -3
- package/dist/actions/upload-campaign-media.d.mts.map +1 -1
- package/dist/actions/upload-campaign-media.mjs +3 -3
- package/dist/actions/upload-campaign-media.mjs.map +1 -1
- package/dist/actions/upsert-user.cjs +1 -1
- package/dist/actions/upsert-user.cjs.map +1 -1
- package/dist/actions/upsert-user.d.cts +97 -3
- package/dist/actions/upsert-user.d.cts.map +1 -1
- package/dist/actions/upsert-user.d.mts +97 -3
- package/dist/actions/upsert-user.d.mts.map +1 -1
- package/dist/actions/upsert-user.mjs +1 -1
- package/dist/actions/upsert-user.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,114 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/update-profile.d.ts
|
|
4
|
-
declare const RaiselyUpdateProfileInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RaiselyUpdateProfileInput: z.ZodObject<{
|
|
5
|
+
data: z.ZodObject<{
|
|
6
|
+
goal: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
name: z.ZodOptional<z.ZodString>;
|
|
8
|
+
path: z.ZodOptional<z.ZodString>;
|
|
9
|
+
type: z.ZodOptional<z.ZodEnum<{
|
|
10
|
+
INDIVIDUAL: "INDIVIDUAL";
|
|
11
|
+
GROUP: "GROUP";
|
|
12
|
+
ORGANISATION: "ORGANISATION";
|
|
13
|
+
}>>;
|
|
14
|
+
public: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
15
|
+
private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
16
|
+
currency: z.ZodOptional<z.ZodString>;
|
|
17
|
+
photoUrl: z.ZodOptional<z.ZodString>;
|
|
18
|
+
pronouns: z.ZodOptional<z.ZodString>;
|
|
19
|
+
description: z.ZodOptional<z.ZodString>;
|
|
20
|
+
exerciseGoal: z.ZodOptional<z.ZodNumber>;
|
|
21
|
+
fundraiserTheme: z.ZodOptional<z.ZodString>;
|
|
22
|
+
exerciseGoalTime: z.ZodOptional<z.ZodNumber>;
|
|
23
|
+
}, z.core.$strip>;
|
|
24
|
+
path: z.ZodString;
|
|
25
|
+
partial: z.ZodOptional<z.ZodBoolean>;
|
|
26
|
+
private: z.ZodOptional<z.ZodBoolean>;
|
|
27
|
+
campaign: z.ZodOptional<z.ZodString>;
|
|
28
|
+
overwriteCustomFields: z.ZodOptional<z.ZodBoolean>;
|
|
29
|
+
}, z.core.$strip>;
|
|
30
|
+
declare const RaiselyUpdateProfileOutput: z.ZodObject<{
|
|
31
|
+
data: z.ZodNullable<z.ZodObject<{
|
|
32
|
+
goal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
33
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
paid: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
35
|
+
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
|
+
user: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
38
|
+
uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
+
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
+
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
+
photoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
+
createdAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
|
+
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
phoneNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
|
+
preferredName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
}, z.core.$loose>>>;
|
|
49
|
+
uuid: z.ZodNullable<z.ZodString>;
|
|
50
|
+
total: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
51
|
+
badges: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
|
|
52
|
+
public: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
53
|
+
shared: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
54
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
55
|
+
ACTIVE: "ACTIVE";
|
|
56
|
+
DELETED: "DELETED";
|
|
57
|
+
}>>>;
|
|
58
|
+
private: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
59
|
+
currency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
60
|
+
photoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
61
|
+
pronouns: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
|
+
userUuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
+
createdAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
|
+
grandTotal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
66
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
+
teamProfile: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
68
|
+
campaignUuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
69
|
+
exerciseGoal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
70
|
+
uniqueDonors: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
71
|
+
activityTotal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
72
|
+
campaignTotal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
73
|
+
donationCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74
|
+
exerciseTotal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
75
|
+
fundraiserTheme: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
76
|
+
exerciseGoalTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
77
|
+
teamProfileCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
78
|
+
exerciseTotalTime: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
79
|
+
isCampaignProfile: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
80
|
+
selfDonationTotal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
81
|
+
organisationProfile: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
82
|
+
activityTotalPercent: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
83
|
+
campaignDisplayTotal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
84
|
+
facebookFundraiserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
|
+
nonSelfDonationTotal: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
86
|
+
individualProfileCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
87
|
+
organisationProfileCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
88
|
+
}, z.core.$loose>>;
|
|
89
|
+
}, z.core.$loose>;
|
|
90
|
+
declare const raiselyUpdateProfile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
91
|
+
data: {
|
|
92
|
+
goal?: number | undefined;
|
|
93
|
+
name?: string | undefined;
|
|
94
|
+
path?: string | undefined;
|
|
95
|
+
type?: "INDIVIDUAL" | "GROUP" | "ORGANISATION" | undefined;
|
|
96
|
+
public?: Record<string, unknown> | undefined;
|
|
97
|
+
private?: Record<string, unknown> | undefined;
|
|
98
|
+
currency?: string | undefined;
|
|
99
|
+
photoUrl?: string | undefined;
|
|
100
|
+
pronouns?: string | undefined;
|
|
101
|
+
description?: string | undefined;
|
|
102
|
+
exerciseGoal?: number | undefined;
|
|
103
|
+
fundraiserTheme?: string | undefined;
|
|
104
|
+
exerciseGoalTime?: number | undefined;
|
|
105
|
+
};
|
|
106
|
+
path: string;
|
|
107
|
+
partial?: boolean | undefined;
|
|
108
|
+
private?: boolean | undefined;
|
|
109
|
+
campaign?: string | undefined;
|
|
110
|
+
overwriteCustomFields?: boolean | undefined;
|
|
111
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
112
|
//#endregion
|
|
8
113
|
export { raiselyUpdateProfile };
|
|
9
114
|
//# sourceMappingURL=update-profile.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-profile.d.mts","names":[],"sources":["../../src/actions/update-profile.ts"],"mappings":";;;cAIa,yBAAA,
|
|
1
|
+
{"version":3,"file":"update-profile.d.mts","names":[],"sources":["../../src/actions/update-profile.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cA+EzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA;;;;;;aAM/B,MAAA;cAAA,MAAA"}
|
|
@@ -38,7 +38,7 @@ const RaiselyUpdateProfile_UserDataSchema = z.object({
|
|
|
38
38
|
updatedAt: z.string().describe("ISO8601 timestamp when the user was last updated").nullable().optional(),
|
|
39
39
|
phoneNumber: z.string().describe("Phone number of the user").nullable().optional(),
|
|
40
40
|
preferredName: z.string().describe("Preferred name or nickname").nullable().optional()
|
|
41
|
-
}).describe("User information nested in profile response.");
|
|
41
|
+
}).passthrough().describe("User information nested in profile response.");
|
|
42
42
|
const RaiselyUpdateProfile_ProfileStatusSchema = z.enum(["ACTIVE", "DELETED"]).describe("Profile status enumeration.");
|
|
43
43
|
const RaiselyUpdateProfile_ProfileDataSchema = z.object({
|
|
44
44
|
goal: z.number().int().describe("Fundraising goal amount in cents").nullable().optional(),
|
|
@@ -47,7 +47,7 @@ const RaiselyUpdateProfile_ProfileDataSchema = z.object({
|
|
|
47
47
|
path: z.string().describe("URL-friendly path for the profile (used in profile URLs)").nullable().optional(),
|
|
48
48
|
type: z.string().describe("Type of profile: 'INDIVIDUAL', 'GROUP' (team), or 'ORGANISATION'").nullable().optional(),
|
|
49
49
|
user: RaiselyUpdateProfile_UserDataSchema.nullable().optional(),
|
|
50
|
-
uuid: z.string().describe("Unique identifier of the profile"),
|
|
50
|
+
uuid: z.string().describe("Unique identifier of the profile").nullable(),
|
|
51
51
|
total: z.number().int().describe("Total amount raised in the profile's currency (in cents)").nullable().optional(),
|
|
52
52
|
badges: z.array(z.record(z.string(), z.unknown())).describe("A collection of badges earned by this profile").nullable().optional(),
|
|
53
53
|
public: z.record(z.string(), z.unknown()).describe("Public custom fields configured for the campaign").nullable().optional(),
|
|
@@ -83,13 +83,13 @@ const RaiselyUpdateProfile_ProfileDataSchema = z.object({
|
|
|
83
83
|
nonSelfDonationTotal: z.number().int().describe("The total amount raised excluding self-donations (in the currency of the campaign)").nullable().optional(),
|
|
84
84
|
individualProfileCount: z.number().int().describe("Number of individual profiles that have joined this profile (or its descendants)").nullable().optional(),
|
|
85
85
|
organisationProfileCount: z.number().int().describe("Number of organisation profiles that have joined this profile (or its descendants)").nullable().optional()
|
|
86
|
-
}).describe("Complete profile data returned after update.");
|
|
86
|
+
}).passthrough().describe("Complete profile data returned after update.");
|
|
87
87
|
const raiselyUpdateProfile = action("RAISELY_UPDATE_PROFILE", {
|
|
88
88
|
slug: "raisely-update-profile",
|
|
89
89
|
name: "Update Profile",
|
|
90
90
|
description: "Updates a specific profile in Raisely. Use when you need to modify profile details like description, goal, name, photo, or custom fields.",
|
|
91
91
|
input: RaiselyUpdateProfileInput,
|
|
92
|
-
output: z.object({ data: RaiselyUpdateProfile_ProfileDataSchema.nullable() }).describe("Response schema for updating a profile in Raisely.")
|
|
92
|
+
output: z.object({ data: RaiselyUpdateProfile_ProfileDataSchema.nullable() }).passthrough().describe("Response schema for updating a profile in Raisely.")
|
|
93
93
|
});
|
|
94
94
|
//#endregion
|
|
95
95
|
export { raiselyUpdateProfile };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-profile.mjs","names":[],"sources":["../../src/actions/update-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RaiselyUpdateProfileInput: z.ZodTypeAny = z.object({\n data: z.object({\n goal: z.number().int().describe(\"Fundraising target in cents (e.g., 100050 for $1000.50).\").optional(),\n name: z.string().describe(\"The name of the profile.\").optional(),\n path: z.string().describe(\"The path of this record (for alternative lookup).\").optional(),\n type: z.enum([\"INDIVIDUAL\", \"GROUP\", \"ORGANISATION\"]).describe(\"Profile type enumeration.\").optional(),\n public: z.record(z.string(), z.unknown()).describe(\"Public values for this record.\").optional(),\n private: z.record(z.string(), z.unknown()).describe(\"Private values for this record (only visible to admins).\").optional(),\n currency: z.string().describe(\"3 letter currency code (e.g., 'AUD', 'USD').\").optional(),\n photoUrl: z.string().describe(\"URL of the profile photo.\").optional(),\n pronouns: z.string().describe(\"Pronouns of the profile.\").optional(),\n description: z.string().describe(\"Public description of the fundraiser profile.\").optional(),\n exerciseGoal: z.number().int().describe(\"The exercise distance goal for the profile, in metres.\").optional(),\n fundraiserTheme: z.string().describe(\"Path of the DIY fundraiser theme selected by the fundraiser (e.g., 'birthday', 'bake-sale').\").optional(),\n exerciseGoalTime: z.number().int().describe(\"The time spent exercising goal for the profile, in minutes.\").optional(),\n}).describe(\"Profile fields to update. Only provided fields will be updated.\"),\n path: z.string().describe(\"The UUID or path of the profile to update. This identifies which profile to modify.\"),\n partial: z.boolean().describe(\"Determines if a record updates public/private values in a merge versus an overwrite.\").optional(),\n private: z.boolean().describe(\"Returns the full record when authenticated (includes private custom fields).\").optional(),\n campaign: z.string().describe(\"The UUID, path, or domain of the campaign to associate with the request.\").optional(),\n overwriteCustomFields: z.boolean().describe(\"If true, replace the existing 'public' and 'private' values with the values provided. If false or omitted, merge the values.\").optional(),\n}).describe(\"Request parameters for updating a profile in Raisely.\");\nconst RaiselyUpdateProfile_UserDataSchema: z.ZodTypeAny = z.object({\n uuid: z.string().describe(\"Unique identifier of the user\").nullable().optional(),\n email: z.string().describe(\"Email address of the user\").nullable().optional(),\n fullName: z.string().describe(\"Full name of the user\").nullable().optional(),\n lastName: z.string().describe(\"Last name of the user\").nullable().optional(),\n photoUrl: z.string().describe(\"URL to the user's profile photo\").nullable().optional(),\n createdAt: z.string().describe(\"ISO8601 timestamp when the user was created\").nullable().optional(),\n firstName: z.string().describe(\"First name of the user\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the user was last updated\").nullable().optional(),\n phoneNumber: z.string().describe(\"Phone number of the user\").nullable().optional(),\n preferredName: z.string().describe(\"Preferred name or nickname\").nullable().optional(),\n}).describe(\"User information nested in profile response.\");\nconst RaiselyUpdateProfile_ProfileStatusSchema: z.ZodTypeAny = z.enum([\"ACTIVE\", \"DELETED\"]).describe(\"Profile status enumeration.\");\nconst RaiselyUpdateProfile_ProfileDataSchema: z.ZodTypeAny = z.object({\n goal: z.number().int().describe(\"Fundraising goal amount in cents\").nullable().optional(),\n name: z.string().describe(\"The name of the profile\").nullable().optional(),\n paid: z.boolean().describe(\"Flagged as true if this profile was used as part of a paid registration\").nullable().optional(),\n path: z.string().describe(\"URL-friendly path for the profile (used in profile URLs)\").nullable().optional(),\n type: z.string().describe(\"Type of profile: 'INDIVIDUAL', 'GROUP' (team), or 'ORGANISATION'\").nullable().optional(),\n user: RaiselyUpdateProfile_UserDataSchema.nullable().optional(),\n uuid: z.string().describe(\"Unique identifier of the profile\"),\n total: z.number().int().describe(\"Total amount raised in the profile's currency (in cents)\").nullable().optional(),\n badges: z.array(z.record(z.string(), z.unknown())).describe(\"A collection of badges earned by this profile\").nullable().optional(),\n public: z.record(z.string(), z.unknown()).describe(\"Public custom fields configured for the campaign\").nullable().optional(),\n shared: z.boolean().describe(\"Flag that determines if a profile has been shared by its owner\").nullable().optional(),\n status: RaiselyUpdateProfile_ProfileStatusSchema.nullable().optional(),\n private: z.record(z.string(), z.unknown()).describe(\"Private custom fields (only returned when private=true and authenticated)\").nullable().optional(),\n currency: z.string().describe(\"3-letter ISO currency code (e.g., 'USD', 'AUD')\").nullable().optional(),\n photoUrl: z.string().describe(\"URL to the profile's photo\").nullable().optional(),\n pronouns: z.string().describe(\"Pronouns of the profile owner\").nullable().optional(),\n userUuid: z.string().describe(\"UUID of the user owning the profile\").nullable().optional(),\n createdAt: z.string().describe(\"ISO8601 timestamp when the profile was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the profile was last updated\").nullable().optional(),\n grandTotal: z.number().int().describe(\"Total amount raised including registration fees (in cents)\").nullable().optional(),\n description: z.string().describe(\"Public description of the fundraiser profile\").nullable().optional(),\n teamProfile: z.record(z.string(), z.unknown()).describe(\"Nested team profile object (if profile is a team member)\").nullable().optional(),\n campaignUuid: z.string().describe(\"Unique identifier for the associated campaign\").nullable().optional(),\n exerciseGoal: z.number().int().describe(\"Distance goal in metres (for fitness fundraisers)\").nullable().optional(),\n uniqueDonors: z.number().int().describe(\"Total unique donors to the profile\").nullable().optional(),\n activityTotal: z.number().int().describe(\"The total contribution of this profile towards its activity goal\").nullable().optional(),\n campaignTotal: z.number().int().describe(\"Total amount contributed to the campaign total (in cents)\").nullable().optional(),\n donationCount: z.number().int().describe(\"Total donations made to this profile and its children (excluded matched gifts)\").nullable().optional(),\n exerciseTotal: z.number().int().describe(\"The total distance of exercise completed, in metres\").nullable().optional(),\n fundraiserTheme: z.string().describe(\"Path of the DIY fundraiser theme selected by the fundraiser\").nullable().optional(),\n exerciseGoalTime: z.number().int().describe(\"The time spent exercising goal for the profile, in minutes\").nullable().optional(),\n teamProfileCount: z.number().int().describe(\"Number of team profiles that have joined this profile (or its descendants)\").nullable().optional(),\n exerciseTotalTime: z.number().int().describe(\"The total amount of time exercising, in minutes\").nullable().optional(),\n isCampaignProfile: z.boolean().describe(\"Shows true if this profile is the campaign profile\").nullable().optional(),\n selfDonationTotal: z.number().int().describe(\"The total amount raised by self-donations for an individual profile\").nullable().optional(),\n organisationProfile: z.record(z.string(), z.unknown()).describe(\"Nested organisation profile object\").nullable().optional(),\n activityTotalPercent: z.number().int().describe(\"The percentage of the total activity measure compared to the profile goal (out of 100)\").nullable().optional(),\n campaignDisplayTotal: z.number().int().describe(\"The total amount raised by a profile (in the currency of the campaign)\").nullable().optional(),\n facebookFundraiserId: z.string().describe(\"Facebook Fundraiser ID linked to the profile\").nullable().optional(),\n nonSelfDonationTotal: z.number().int().describe(\"The total amount raised excluding self-donations (in the currency of the campaign)\").nullable().optional(),\n individualProfileCount: z.number().int().describe(\"Number of individual profiles that have joined this profile (or its descendants)\").nullable().optional(),\n organisationProfileCount: z.number().int().describe(\"Number of organisation profiles that have joined this profile (or its descendants)\").nullable().optional(),\n}).describe(\"Complete profile data returned after update.\");\nexport const RaiselyUpdateProfileOutput: z.ZodTypeAny = z.object({\n data: RaiselyUpdateProfile_ProfileDataSchema.nullable(),\n}).describe(\"Response schema for updating a profile in Raisely.\");\n\nexport const raiselyUpdateProfile = action(\"RAISELY_UPDATE_PROFILE\", {\n slug: \"raisely-update-profile\",\n name: \"Update Profile\",\n description: \"Updates a specific profile in Raisely. Use when you need to modify profile details like description, goal, name, photo, or custom fields.\",\n input: RaiselyUpdateProfileInput,\n output: RaiselyUpdateProfileOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"update-profile.mjs","names":[],"sources":["../../src/actions/update-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RaiselyUpdateProfileInput = z.object({\n data: z.object({\n goal: z.number().int().describe(\"Fundraising target in cents (e.g., 100050 for $1000.50).\").optional(),\n name: z.string().describe(\"The name of the profile.\").optional(),\n path: z.string().describe(\"The path of this record (for alternative lookup).\").optional(),\n type: z.enum([\"INDIVIDUAL\", \"GROUP\", \"ORGANISATION\"]).describe(\"Profile type enumeration.\").optional(),\n public: z.record(z.string(), z.unknown()).describe(\"Public values for this record.\").optional(),\n private: z.record(z.string(), z.unknown()).describe(\"Private values for this record (only visible to admins).\").optional(),\n currency: z.string().describe(\"3 letter currency code (e.g., 'AUD', 'USD').\").optional(),\n photoUrl: z.string().describe(\"URL of the profile photo.\").optional(),\n pronouns: z.string().describe(\"Pronouns of the profile.\").optional(),\n description: z.string().describe(\"Public description of the fundraiser profile.\").optional(),\n exerciseGoal: z.number().int().describe(\"The exercise distance goal for the profile, in metres.\").optional(),\n fundraiserTheme: z.string().describe(\"Path of the DIY fundraiser theme selected by the fundraiser (e.g., 'birthday', 'bake-sale').\").optional(),\n exerciseGoalTime: z.number().int().describe(\"The time spent exercising goal for the profile, in minutes.\").optional(),\n}).describe(\"Profile fields to update. Only provided fields will be updated.\"),\n path: z.string().describe(\"The UUID or path of the profile to update. This identifies which profile to modify.\"),\n partial: z.boolean().describe(\"Determines if a record updates public/private values in a merge versus an overwrite.\").optional(),\n private: z.boolean().describe(\"Returns the full record when authenticated (includes private custom fields).\").optional(),\n campaign: z.string().describe(\"The UUID, path, or domain of the campaign to associate with the request.\").optional(),\n overwriteCustomFields: z.boolean().describe(\"If true, replace the existing 'public' and 'private' values with the values provided. If false or omitted, merge the values.\").optional(),\n}).describe(\"Request parameters for updating a profile in Raisely.\");\nconst RaiselyUpdateProfile_UserDataSchema = z.object({\n uuid: z.string().describe(\"Unique identifier of the user\").nullable().optional(),\n email: z.string().describe(\"Email address of the user\").nullable().optional(),\n fullName: z.string().describe(\"Full name of the user\").nullable().optional(),\n lastName: z.string().describe(\"Last name of the user\").nullable().optional(),\n photoUrl: z.string().describe(\"URL to the user's profile photo\").nullable().optional(),\n createdAt: z.string().describe(\"ISO8601 timestamp when the user was created\").nullable().optional(),\n firstName: z.string().describe(\"First name of the user\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the user was last updated\").nullable().optional(),\n phoneNumber: z.string().describe(\"Phone number of the user\").nullable().optional(),\n preferredName: z.string().describe(\"Preferred name or nickname\").nullable().optional(),\n}).passthrough().describe(\"User information nested in profile response.\");\nconst RaiselyUpdateProfile_ProfileStatusSchema = z.enum([\"ACTIVE\", \"DELETED\"]).describe(\"Profile status enumeration.\");\nconst RaiselyUpdateProfile_ProfileDataSchema = z.object({\n goal: z.number().int().describe(\"Fundraising goal amount in cents\").nullable().optional(),\n name: z.string().describe(\"The name of the profile\").nullable().optional(),\n paid: z.boolean().describe(\"Flagged as true if this profile was used as part of a paid registration\").nullable().optional(),\n path: z.string().describe(\"URL-friendly path for the profile (used in profile URLs)\").nullable().optional(),\n type: z.string().describe(\"Type of profile: 'INDIVIDUAL', 'GROUP' (team), or 'ORGANISATION'\").nullable().optional(),\n user: RaiselyUpdateProfile_UserDataSchema.nullable().optional(),\n uuid: z.string().describe(\"Unique identifier of the profile\").nullable(),\n total: z.number().int().describe(\"Total amount raised in the profile's currency (in cents)\").nullable().optional(),\n badges: z.array(z.record(z.string(), z.unknown())).describe(\"A collection of badges earned by this profile\").nullable().optional(),\n public: z.record(z.string(), z.unknown()).describe(\"Public custom fields configured for the campaign\").nullable().optional(),\n shared: z.boolean().describe(\"Flag that determines if a profile has been shared by its owner\").nullable().optional(),\n status: RaiselyUpdateProfile_ProfileStatusSchema.nullable().optional(),\n private: z.record(z.string(), z.unknown()).describe(\"Private custom fields (only returned when private=true and authenticated)\").nullable().optional(),\n currency: z.string().describe(\"3-letter ISO currency code (e.g., 'USD', 'AUD')\").nullable().optional(),\n photoUrl: z.string().describe(\"URL to the profile's photo\").nullable().optional(),\n pronouns: z.string().describe(\"Pronouns of the profile owner\").nullable().optional(),\n userUuid: z.string().describe(\"UUID of the user owning the profile\").nullable().optional(),\n createdAt: z.string().describe(\"ISO8601 timestamp when the profile was created\").nullable().optional(),\n updatedAt: z.string().describe(\"ISO8601 timestamp when the profile was last updated\").nullable().optional(),\n grandTotal: z.number().int().describe(\"Total amount raised including registration fees (in cents)\").nullable().optional(),\n description: z.string().describe(\"Public description of the fundraiser profile\").nullable().optional(),\n teamProfile: z.record(z.string(), z.unknown()).describe(\"Nested team profile object (if profile is a team member)\").nullable().optional(),\n campaignUuid: z.string().describe(\"Unique identifier for the associated campaign\").nullable().optional(),\n exerciseGoal: z.number().int().describe(\"Distance goal in metres (for fitness fundraisers)\").nullable().optional(),\n uniqueDonors: z.number().int().describe(\"Total unique donors to the profile\").nullable().optional(),\n activityTotal: z.number().int().describe(\"The total contribution of this profile towards its activity goal\").nullable().optional(),\n campaignTotal: z.number().int().describe(\"Total amount contributed to the campaign total (in cents)\").nullable().optional(),\n donationCount: z.number().int().describe(\"Total donations made to this profile and its children (excluded matched gifts)\").nullable().optional(),\n exerciseTotal: z.number().int().describe(\"The total distance of exercise completed, in metres\").nullable().optional(),\n fundraiserTheme: z.string().describe(\"Path of the DIY fundraiser theme selected by the fundraiser\").nullable().optional(),\n exerciseGoalTime: z.number().int().describe(\"The time spent exercising goal for the profile, in minutes\").nullable().optional(),\n teamProfileCount: z.number().int().describe(\"Number of team profiles that have joined this profile (or its descendants)\").nullable().optional(),\n exerciseTotalTime: z.number().int().describe(\"The total amount of time exercising, in minutes\").nullable().optional(),\n isCampaignProfile: z.boolean().describe(\"Shows true if this profile is the campaign profile\").nullable().optional(),\n selfDonationTotal: z.number().int().describe(\"The total amount raised by self-donations for an individual profile\").nullable().optional(),\n organisationProfile: z.record(z.string(), z.unknown()).describe(\"Nested organisation profile object\").nullable().optional(),\n activityTotalPercent: z.number().int().describe(\"The percentage of the total activity measure compared to the profile goal (out of 100)\").nullable().optional(),\n campaignDisplayTotal: z.number().int().describe(\"The total amount raised by a profile (in the currency of the campaign)\").nullable().optional(),\n facebookFundraiserId: z.string().describe(\"Facebook Fundraiser ID linked to the profile\").nullable().optional(),\n nonSelfDonationTotal: z.number().int().describe(\"The total amount raised excluding self-donations (in the currency of the campaign)\").nullable().optional(),\n individualProfileCount: z.number().int().describe(\"Number of individual profiles that have joined this profile (or its descendants)\").nullable().optional(),\n organisationProfileCount: z.number().int().describe(\"Number of organisation profiles that have joined this profile (or its descendants)\").nullable().optional(),\n}).passthrough().describe(\"Complete profile data returned after update.\");\nexport const RaiselyUpdateProfileOutput = z.object({\n data: RaiselyUpdateProfile_ProfileDataSchema.nullable(),\n}).passthrough().describe(\"Response schema for updating a profile in Raisely.\");\n\nexport const raiselyUpdateProfile = action(\"RAISELY_UPDATE_PROFILE\", {\n slug: \"raisely-update-profile\",\n name: \"Update Profile\",\n description: \"Updates a specific profile in Raisely. Use when you need to modify profile details like description, goal, name, photo, or custom fields.\",\n input: RaiselyUpdateProfileInput,\n output: RaiselyUpdateProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO;CAChD,MAAM,EAAE,OAAO;EACf,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EACrG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EACxF,MAAM,EAAE,KAAK;GAAC;GAAc;GAAS;EAAc,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACrG,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;EAC9F,SAAS,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;EACzH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACvF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACpE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACnE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAC3F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EAC3G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8FAA8F,CAAC,CAAC,SAAS;EAC9I,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACtH,CAAC,CAAC,CAAC,SAAS,iEAAiE;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF;CAC/G,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS;CAC/H,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;CACvH,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CACnH,uBAAuB,EAAE,QAAQ,CAAC,CAAC,SAAS,8HAA8H,CAAC,CAAC,SAAS;AACvL,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,sCAAsC,EAAE,OAAO;CACnD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAM,2CAA2C,EAAE,KAAK,CAAC,UAAU,SAAS,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACrH,MAAM,yCAAyC,EAAE,OAAO;CACtD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,QAAQ,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,MAAM,oCAAoC,SAAS,CAAC,CAAC,SAAS;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,QAAQ,yCAAyC,SAAS,CAAC,CAAC,SAAS;CACrE,SAAS,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/I,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9I,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,mBAAmB,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,qBAAqB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9J,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9I,sBAAsB,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1J,wBAAwB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1J,0BAA0B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAKxE,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwC,EAAE,OAAO,EACjD,MAAM,uCAAuC,SAAS,EACxD,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAOhB;AACV,CAAC"}
|
|
@@ -29,7 +29,7 @@ const RaiselyUpdateUserInput = zod.z.object({
|
|
|
29
29
|
}).describe("Request parameters for updating a user in Raisely.");
|
|
30
30
|
const RaiselyUpdateUser_UpdateUserResponseDataSchema = zod.z.object({
|
|
31
31
|
tags: zod.z.array(zod.z.unknown()).describe("Tags associated with the user").nullable().optional(),
|
|
32
|
-
uuid: zod.z.string().describe("Unique identifier for the user"),
|
|
32
|
+
uuid: zod.z.string().describe("Unique identifier for the user").nullable(),
|
|
33
33
|
email: zod.z.string().describe("The user's email address").nullable().optional(),
|
|
34
34
|
state: zod.z.string().describe("The state/province of the user").nullable().optional(),
|
|
35
35
|
public: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Public values for this record").nullable().optional(),
|
|
@@ -61,8 +61,8 @@ const RaiselyUpdateUser_UpdateUserResponseDataSchema = zod.z.object({
|
|
|
61
61
|
swiftAidDonorId: zod.z.string().describe("Id of donor on SwiftAid").nullable().optional(),
|
|
62
62
|
organisationUuid: zod.z.string().describe("Unique identifier for the organisation").nullable().optional(),
|
|
63
63
|
swiftAidAuthExpiry: zod.z.string().describe("Date of expiry of donor authorisation for SwiftAid").nullable().optional()
|
|
64
|
-
}).describe("Complete user data returned after update.");
|
|
65
|
-
const RaiselyUpdateUserOutput = zod.z.object({ data: RaiselyUpdateUser_UpdateUserResponseDataSchema.nullable() }).describe("Response containing the updated user data.");
|
|
64
|
+
}).passthrough().describe("Complete user data returned after update.");
|
|
65
|
+
const RaiselyUpdateUserOutput = zod.z.object({ data: RaiselyUpdateUser_UpdateUserResponseDataSchema.nullable() }).passthrough().describe("Response containing the updated user data.");
|
|
66
66
|
const raiselyUpdateUser = require_action.action("RAISELY_UPDATE_USER", {
|
|
67
67
|
slug: "raisely-update-user",
|
|
68
68
|
name: "Update User",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user.cjs","names":["z","action"],"sources":["../../src/actions/update-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RaiselyUpdateUserInput: z.ZodTypeAny = z.object({\n data: z.object({\n email: z.string().describe(\"The user's email address. Raisely uses this as a unique identifier and will deduplicate on email.\").optional(),\n state: z.string().describe(\"The state/province of the user.\").optional(),\n public: z.record(z.string(), z.unknown()).describe(\"Public values for this record.\").optional(),\n suburb: z.string().describe(\"The suburb/city of the user.\").optional(),\n country: z.string().describe(\"The country of the user (e.g., 'AU', 'GB', 'US').\").optional(),\n private: z.record(z.string(), z.unknown()).describe(\"Private values for this record (only visible to admins).\").optional(),\n address1: z.string().describe(\"Line 1 of an address.\").optional(),\n address2: z.string().describe(\"Line 2 of an address.\").optional(),\n fullName: z.string().describe(\"The full name of the user.\").optional(),\n language: z.string().describe(\"The language the user last interacted in.\").optional(),\n lastName: z.string().describe(\"The last name of the user.\").optional(),\n photoUrl: z.string().describe(\"URL of the user's photo.\").optional(),\n postcode: z.string().describe(\"Postal code of the user.\").optional(),\n firstName: z.string().describe(\"The first name of the user.\").optional(),\n isSamlLogin: z.boolean().describe(\"Will be true if this user logs in via organisation SAML login.\").optional(),\n phoneNumber: z.string().describe(\"Phone number of the user.\").optional(),\n adminSettings: z.record(z.string(), z.unknown()).describe(\"Object containing settings for admin users.\").optional(),\n preferredName: z.string().describe(\"The name that the user prefers to be called.\").optional(),\n swiftAidAuthExpiry: z.string().describe(\"Date of expiry of donor authorisation for SwiftAid.\").optional(),\n}).describe(\"User fields to update. Only provided fields will be updated.\"),\n uuid: z.string().describe(\"The UUID of the user to update. This identifies which user to modify.\"),\n private: z.boolean().describe(\"Returns the full record when authenticated (includes private custom fields).\").optional(),\n overwriteCustomFields: z.boolean().describe(\"If true, replace the existing 'public' and 'private' values with the values provided. If false or omitted, merge the values.\").optional(),\n}).describe(\"Request parameters for updating a user in Raisely.\");\nconst RaiselyUpdateUser_UpdateUserResponseDataSchema: z.ZodTypeAny = z.object({\n tags: z.array(z.unknown()).describe(\"Tags associated with the user\").nullable().optional(),\n uuid: z.string().describe(\"Unique identifier for the user\"),\n email: z.string().describe(\"The user's email address\").nullable().optional(),\n state: z.string().describe(\"The state/province of the user\").nullable().optional(),\n public: z.record(z.string(), z.unknown()).describe(\"Public values for this record\").nullable().optional(),\n status: z.string().describe(\"User status: 'ACTIVE' or 'DELETED'\").nullable().optional(),\n suburb: z.string().describe(\"The suburb/city of the user\").nullable().optional(),\n country: z.string().describe(\"The country of the user\").nullable().optional(),\n isAdmin: z.boolean().describe(\"Will be true if this user has admin permissions\").nullable().optional(),\n private: z.record(z.string(), z.unknown()).describe(\"Private values for this record (only visible to admins)\").nullable().optional(),\n address1: z.string().describe(\"Line 1 of an address\").nullable().optional(),\n address2: z.string().describe(\"Line 2 of an address\").nullable().optional(),\n fullName: z.string().describe(\"The full name of the user\").nullable().optional(),\n internal: z.unknown().describe(\"Internal values related to this record (may be a dict or string when redacted)\").nullable().optional(),\n language: z.string().describe(\"The language the user last interacted in\").nullable().optional(),\n lastName: z.string().describe(\"The last name of the user\").nullable().optional(),\n photoUrl: z.string().describe(\"URL of the user's photo\").nullable().optional(),\n postcode: z.string().describe(\"Postal code of the user\").nullable().optional(),\n username: z.string().describe(\"The login email for this user\").nullable().optional(),\n createdAt: z.string().describe(\"Date the record was created (ISO8601 format)\").nullable().optional(),\n firstName: z.string().describe(\"The first name of the user\").nullable().optional(),\n updatedAt: z.string().describe(\"Date the record was last updated (ISO8601 format)\").nullable().optional(),\n facebookId: z.string().describe(\"The Facebook ID provided on authentication\").nullable().optional(),\n permission: z.string().describe(\"User permission level (deprecated, use roles)\").nullable().optional(),\n accessToken: z.string().describe(\"A secret token for this user, used to authenticate them against the API or in your campaign\").nullable().optional(),\n isSamlLogin: z.boolean().describe(\"Will be true if this user logs in via organisation SAML login\").nullable().optional(),\n phoneNumber: z.string().describe(\"Phone number of the user\").nullable().optional(),\n adminSettings: z.record(z.string(), z.unknown()).describe(\"Object containing settings for admin users\").nullable().optional(),\n preferredName: z.string().describe(\"The name that the user prefers to be called\").nullable().optional(),\n unsubscribedAt: z.string().describe(\"ISO8601 timestamp of when the user was unsubscribed from non-essential emails or sms\").nullable().optional(),\n swiftAidDonorId: z.string().describe(\"Id of donor on SwiftAid\").nullable().optional(),\n organisationUuid: z.string().describe(\"Unique identifier for the organisation\").nullable().optional(),\n swiftAidAuthExpiry: z.string().describe(\"Date of expiry of donor authorisation for SwiftAid\").nullable().optional(),\n}).describe(\"Complete user data returned after update.\");\nexport const RaiselyUpdateUserOutput: z.ZodTypeAny = z.object({\n data: RaiselyUpdateUser_UpdateUserResponseDataSchema.nullable(),\n}).describe(\"Response containing the updated user data.\");\n\nexport const raiselyUpdateUser = action(\"RAISELY_UPDATE_USER\", {\n slug: \"raisely-update-user\",\n name: \"Update User\",\n description: \"Tool to update a specified user in Raisely. Use when you need to modify an existing user's profile information, contact details, or custom fields.\",\n input: RaiselyUpdateUserInput,\n output: RaiselyUpdateUserOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"update-user.cjs","names":["z","action"],"sources":["../../src/actions/update-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RaiselyUpdateUserInput = z.object({\n data: z.object({\n email: z.string().describe(\"The user's email address. Raisely uses this as a unique identifier and will deduplicate on email.\").optional(),\n state: z.string().describe(\"The state/province of the user.\").optional(),\n public: z.record(z.string(), z.unknown()).describe(\"Public values for this record.\").optional(),\n suburb: z.string().describe(\"The suburb/city of the user.\").optional(),\n country: z.string().describe(\"The country of the user (e.g., 'AU', 'GB', 'US').\").optional(),\n private: z.record(z.string(), z.unknown()).describe(\"Private values for this record (only visible to admins).\").optional(),\n address1: z.string().describe(\"Line 1 of an address.\").optional(),\n address2: z.string().describe(\"Line 2 of an address.\").optional(),\n fullName: z.string().describe(\"The full name of the user.\").optional(),\n language: z.string().describe(\"The language the user last interacted in.\").optional(),\n lastName: z.string().describe(\"The last name of the user.\").optional(),\n photoUrl: z.string().describe(\"URL of the user's photo.\").optional(),\n postcode: z.string().describe(\"Postal code of the user.\").optional(),\n firstName: z.string().describe(\"The first name of the user.\").optional(),\n isSamlLogin: z.boolean().describe(\"Will be true if this user logs in via organisation SAML login.\").optional(),\n phoneNumber: z.string().describe(\"Phone number of the user.\").optional(),\n adminSettings: z.record(z.string(), z.unknown()).describe(\"Object containing settings for admin users.\").optional(),\n preferredName: z.string().describe(\"The name that the user prefers to be called.\").optional(),\n swiftAidAuthExpiry: z.string().describe(\"Date of expiry of donor authorisation for SwiftAid.\").optional(),\n}).describe(\"User fields to update. Only provided fields will be updated.\"),\n uuid: z.string().describe(\"The UUID of the user to update. This identifies which user to modify.\"),\n private: z.boolean().describe(\"Returns the full record when authenticated (includes private custom fields).\").optional(),\n overwriteCustomFields: z.boolean().describe(\"If true, replace the existing 'public' and 'private' values with the values provided. If false or omitted, merge the values.\").optional(),\n}).describe(\"Request parameters for updating a user in Raisely.\");\nconst RaiselyUpdateUser_UpdateUserResponseDataSchema = z.object({\n tags: z.array(z.unknown()).describe(\"Tags associated with the user\").nullable().optional(),\n uuid: z.string().describe(\"Unique identifier for the user\").nullable(),\n email: z.string().describe(\"The user's email address\").nullable().optional(),\n state: z.string().describe(\"The state/province of the user\").nullable().optional(),\n public: z.record(z.string(), z.unknown()).describe(\"Public values for this record\").nullable().optional(),\n status: z.string().describe(\"User status: 'ACTIVE' or 'DELETED'\").nullable().optional(),\n suburb: z.string().describe(\"The suburb/city of the user\").nullable().optional(),\n country: z.string().describe(\"The country of the user\").nullable().optional(),\n isAdmin: z.boolean().describe(\"Will be true if this user has admin permissions\").nullable().optional(),\n private: z.record(z.string(), z.unknown()).describe(\"Private values for this record (only visible to admins)\").nullable().optional(),\n address1: z.string().describe(\"Line 1 of an address\").nullable().optional(),\n address2: z.string().describe(\"Line 2 of an address\").nullable().optional(),\n fullName: z.string().describe(\"The full name of the user\").nullable().optional(),\n internal: z.unknown().describe(\"Internal values related to this record (may be a dict or string when redacted)\").nullable().optional(),\n language: z.string().describe(\"The language the user last interacted in\").nullable().optional(),\n lastName: z.string().describe(\"The last name of the user\").nullable().optional(),\n photoUrl: z.string().describe(\"URL of the user's photo\").nullable().optional(),\n postcode: z.string().describe(\"Postal code of the user\").nullable().optional(),\n username: z.string().describe(\"The login email for this user\").nullable().optional(),\n createdAt: z.string().describe(\"Date the record was created (ISO8601 format)\").nullable().optional(),\n firstName: z.string().describe(\"The first name of the user\").nullable().optional(),\n updatedAt: z.string().describe(\"Date the record was last updated (ISO8601 format)\").nullable().optional(),\n facebookId: z.string().describe(\"The Facebook ID provided on authentication\").nullable().optional(),\n permission: z.string().describe(\"User permission level (deprecated, use roles)\").nullable().optional(),\n accessToken: z.string().describe(\"A secret token for this user, used to authenticate them against the API or in your campaign\").nullable().optional(),\n isSamlLogin: z.boolean().describe(\"Will be true if this user logs in via organisation SAML login\").nullable().optional(),\n phoneNumber: z.string().describe(\"Phone number of the user\").nullable().optional(),\n adminSettings: z.record(z.string(), z.unknown()).describe(\"Object containing settings for admin users\").nullable().optional(),\n preferredName: z.string().describe(\"The name that the user prefers to be called\").nullable().optional(),\n unsubscribedAt: z.string().describe(\"ISO8601 timestamp of when the user was unsubscribed from non-essential emails or sms\").nullable().optional(),\n swiftAidDonorId: z.string().describe(\"Id of donor on SwiftAid\").nullable().optional(),\n organisationUuid: z.string().describe(\"Unique identifier for the organisation\").nullable().optional(),\n swiftAidAuthExpiry: z.string().describe(\"Date of expiry of donor authorisation for SwiftAid\").nullable().optional(),\n}).passthrough().describe(\"Complete user data returned after update.\");\nexport const RaiselyUpdateUserOutput = z.object({\n data: RaiselyUpdateUser_UpdateUserResponseDataSchema.nullable(),\n}).passthrough().describe(\"Response containing the updated user data.\");\n\nexport const raiselyUpdateUser = action(\"RAISELY_UPDATE_USER\", {\n slug: \"raisely-update-user\",\n name: \"Update User\",\n description: \"Tool to update a specified user in Raisely. Use when you need to modify an existing user's profile information, contact details, or custom fields.\",\n input: RaiselyUpdateUserInput,\n output: RaiselyUpdateUserOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1,9 +1,95 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/update-user.d.ts
|
|
4
|
-
declare const RaiselyUpdateUserInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RaiselyUpdateUserInput: z.ZodObject<{
|
|
5
|
+
data: z.ZodObject<{
|
|
6
|
+
email: z.ZodOptional<z.ZodString>;
|
|
7
|
+
state: z.ZodOptional<z.ZodString>;
|
|
8
|
+
public: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
9
|
+
suburb: z.ZodOptional<z.ZodString>;
|
|
10
|
+
country: z.ZodOptional<z.ZodString>;
|
|
11
|
+
private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
12
|
+
address1: z.ZodOptional<z.ZodString>;
|
|
13
|
+
address2: z.ZodOptional<z.ZodString>;
|
|
14
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
15
|
+
language: z.ZodOptional<z.ZodString>;
|
|
16
|
+
lastName: z.ZodOptional<z.ZodString>;
|
|
17
|
+
photoUrl: z.ZodOptional<z.ZodString>;
|
|
18
|
+
postcode: z.ZodOptional<z.ZodString>;
|
|
19
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
20
|
+
isSamlLogin: z.ZodOptional<z.ZodBoolean>;
|
|
21
|
+
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
22
|
+
adminSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
23
|
+
preferredName: z.ZodOptional<z.ZodString>;
|
|
24
|
+
swiftAidAuthExpiry: z.ZodOptional<z.ZodString>;
|
|
25
|
+
}, z.core.$strip>;
|
|
26
|
+
uuid: z.ZodString;
|
|
27
|
+
private: z.ZodOptional<z.ZodBoolean>;
|
|
28
|
+
overwriteCustomFields: z.ZodOptional<z.ZodBoolean>;
|
|
29
|
+
}, z.core.$strip>;
|
|
30
|
+
declare const RaiselyUpdateUserOutput: z.ZodObject<{
|
|
31
|
+
data: z.ZodNullable<z.ZodObject<{
|
|
32
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
33
|
+
uuid: z.ZodNullable<z.ZodString>;
|
|
34
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
public: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
37
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
suburb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
+
isAdmin: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
41
|
+
private: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
42
|
+
address1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
+
address2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
|
+
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
internal: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
46
|
+
language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
|
+
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
photoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49
|
+
postcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50
|
+
username: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51
|
+
createdAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
+
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
53
|
+
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
+
facebookId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
+
permission: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
|
+
accessToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
|
+
isSamlLogin: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
58
|
+
phoneNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
59
|
+
adminSettings: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
60
|
+
preferredName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
61
|
+
unsubscribedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
|
+
swiftAidDonorId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
+
organisationUuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
swiftAidAuthExpiry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
|
+
}, z.core.$loose>>;
|
|
66
|
+
}, z.core.$loose>;
|
|
67
|
+
declare const raiselyUpdateUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
68
|
+
data: {
|
|
69
|
+
email?: string | undefined;
|
|
70
|
+
state?: string | undefined;
|
|
71
|
+
public?: Record<string, unknown> | undefined;
|
|
72
|
+
suburb?: string | undefined;
|
|
73
|
+
country?: string | undefined;
|
|
74
|
+
private?: Record<string, unknown> | undefined;
|
|
75
|
+
address1?: string | undefined;
|
|
76
|
+
address2?: string | undefined;
|
|
77
|
+
fullName?: string | undefined;
|
|
78
|
+
language?: string | undefined;
|
|
79
|
+
lastName?: string | undefined;
|
|
80
|
+
photoUrl?: string | undefined;
|
|
81
|
+
postcode?: string | undefined;
|
|
82
|
+
firstName?: string | undefined;
|
|
83
|
+
isSamlLogin?: boolean | undefined;
|
|
84
|
+
phoneNumber?: string | undefined;
|
|
85
|
+
adminSettings?: Record<string, unknown> | undefined;
|
|
86
|
+
preferredName?: string | undefined;
|
|
87
|
+
swiftAidAuthExpiry?: string | undefined;
|
|
88
|
+
};
|
|
89
|
+
uuid: string;
|
|
90
|
+
private?: boolean | undefined;
|
|
91
|
+
overwriteCustomFields?: boolean | undefined;
|
|
92
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
93
|
//#endregion
|
|
8
94
|
export { raiselyUpdateUser };
|
|
9
95
|
//# sourceMappingURL=update-user.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user.d.cts","names":[],"sources":["../../src/actions/update-user.ts"],"mappings":";;;cAIa,sBAAA,
|
|
1
|
+
{"version":3,"file":"update-user.d.cts","names":[],"sources":["../../src/actions/update-user.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cA6DtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIvB,iBAAA,gCAAiB,wBAAA"}
|
|
@@ -1,9 +1,95 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/update-user.d.ts
|
|
4
|
-
declare const RaiselyUpdateUserInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const RaiselyUpdateUserInput: z.ZodObject<{
|
|
5
|
+
data: z.ZodObject<{
|
|
6
|
+
email: z.ZodOptional<z.ZodString>;
|
|
7
|
+
state: z.ZodOptional<z.ZodString>;
|
|
8
|
+
public: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
9
|
+
suburb: z.ZodOptional<z.ZodString>;
|
|
10
|
+
country: z.ZodOptional<z.ZodString>;
|
|
11
|
+
private: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
12
|
+
address1: z.ZodOptional<z.ZodString>;
|
|
13
|
+
address2: z.ZodOptional<z.ZodString>;
|
|
14
|
+
fullName: z.ZodOptional<z.ZodString>;
|
|
15
|
+
language: z.ZodOptional<z.ZodString>;
|
|
16
|
+
lastName: z.ZodOptional<z.ZodString>;
|
|
17
|
+
photoUrl: z.ZodOptional<z.ZodString>;
|
|
18
|
+
postcode: z.ZodOptional<z.ZodString>;
|
|
19
|
+
firstName: z.ZodOptional<z.ZodString>;
|
|
20
|
+
isSamlLogin: z.ZodOptional<z.ZodBoolean>;
|
|
21
|
+
phoneNumber: z.ZodOptional<z.ZodString>;
|
|
22
|
+
adminSettings: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
23
|
+
preferredName: z.ZodOptional<z.ZodString>;
|
|
24
|
+
swiftAidAuthExpiry: z.ZodOptional<z.ZodString>;
|
|
25
|
+
}, z.core.$strip>;
|
|
26
|
+
uuid: z.ZodString;
|
|
27
|
+
private: z.ZodOptional<z.ZodBoolean>;
|
|
28
|
+
overwriteCustomFields: z.ZodOptional<z.ZodBoolean>;
|
|
29
|
+
}, z.core.$strip>;
|
|
30
|
+
declare const RaiselyUpdateUserOutput: z.ZodObject<{
|
|
31
|
+
data: z.ZodNullable<z.ZodObject<{
|
|
32
|
+
tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
33
|
+
uuid: z.ZodNullable<z.ZodString>;
|
|
34
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
public: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
37
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
suburb: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
+
isAdmin: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
41
|
+
private: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
42
|
+
address1: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
+
address2: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
|
+
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
internal: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
46
|
+
language: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
47
|
+
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
photoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49
|
+
postcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50
|
+
username: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51
|
+
createdAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
+
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
53
|
+
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
+
facebookId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
+
permission: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
|
+
accessToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
|
+
isSamlLogin: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
58
|
+
phoneNumber: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
59
|
+
adminSettings: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
60
|
+
preferredName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
61
|
+
unsubscribedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
|
+
swiftAidDonorId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
+
organisationUuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
swiftAidAuthExpiry: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
|
+
}, z.core.$loose>>;
|
|
66
|
+
}, z.core.$loose>;
|
|
67
|
+
declare const raiselyUpdateUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
68
|
+
data: {
|
|
69
|
+
email?: string | undefined;
|
|
70
|
+
state?: string | undefined;
|
|
71
|
+
public?: Record<string, unknown> | undefined;
|
|
72
|
+
suburb?: string | undefined;
|
|
73
|
+
country?: string | undefined;
|
|
74
|
+
private?: Record<string, unknown> | undefined;
|
|
75
|
+
address1?: string | undefined;
|
|
76
|
+
address2?: string | undefined;
|
|
77
|
+
fullName?: string | undefined;
|
|
78
|
+
language?: string | undefined;
|
|
79
|
+
lastName?: string | undefined;
|
|
80
|
+
photoUrl?: string | undefined;
|
|
81
|
+
postcode?: string | undefined;
|
|
82
|
+
firstName?: string | undefined;
|
|
83
|
+
isSamlLogin?: boolean | undefined;
|
|
84
|
+
phoneNumber?: string | undefined;
|
|
85
|
+
adminSettings?: Record<string, unknown> | undefined;
|
|
86
|
+
preferredName?: string | undefined;
|
|
87
|
+
swiftAidAuthExpiry?: string | undefined;
|
|
88
|
+
};
|
|
89
|
+
uuid: string;
|
|
90
|
+
private?: boolean | undefined;
|
|
91
|
+
overwriteCustomFields?: boolean | undefined;
|
|
92
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
93
|
//#endregion
|
|
8
94
|
export { raiselyUpdateUser };
|
|
9
95
|
//# sourceMappingURL=update-user.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user.d.mts","names":[],"sources":["../../src/actions/update-user.ts"],"mappings":";;;cAIa,sBAAA,
|
|
1
|
+
{"version":3,"file":"update-user.d.mts","names":[],"sources":["../../src/actions/update-user.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cA6DtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAIvB,iBAAA,gCAAiB,wBAAA"}
|
|
@@ -29,7 +29,7 @@ const RaiselyUpdateUserInput = z.object({
|
|
|
29
29
|
}).describe("Request parameters for updating a user in Raisely.");
|
|
30
30
|
const RaiselyUpdateUser_UpdateUserResponseDataSchema = z.object({
|
|
31
31
|
tags: z.array(z.unknown()).describe("Tags associated with the user").nullable().optional(),
|
|
32
|
-
uuid: z.string().describe("Unique identifier for the user"),
|
|
32
|
+
uuid: z.string().describe("Unique identifier for the user").nullable(),
|
|
33
33
|
email: z.string().describe("The user's email address").nullable().optional(),
|
|
34
34
|
state: z.string().describe("The state/province of the user").nullable().optional(),
|
|
35
35
|
public: z.record(z.string(), z.unknown()).describe("Public values for this record").nullable().optional(),
|
|
@@ -61,13 +61,13 @@ const RaiselyUpdateUser_UpdateUserResponseDataSchema = z.object({
|
|
|
61
61
|
swiftAidDonorId: z.string().describe("Id of donor on SwiftAid").nullable().optional(),
|
|
62
62
|
organisationUuid: z.string().describe("Unique identifier for the organisation").nullable().optional(),
|
|
63
63
|
swiftAidAuthExpiry: z.string().describe("Date of expiry of donor authorisation for SwiftAid").nullable().optional()
|
|
64
|
-
}).describe("Complete user data returned after update.");
|
|
64
|
+
}).passthrough().describe("Complete user data returned after update.");
|
|
65
65
|
const raiselyUpdateUser = action("RAISELY_UPDATE_USER", {
|
|
66
66
|
slug: "raisely-update-user",
|
|
67
67
|
name: "Update User",
|
|
68
68
|
description: "Tool to update a specified user in Raisely. Use when you need to modify an existing user's profile information, contact details, or custom fields.",
|
|
69
69
|
input: RaiselyUpdateUserInput,
|
|
70
|
-
output: z.object({ data: RaiselyUpdateUser_UpdateUserResponseDataSchema.nullable() }).describe("Response containing the updated user data.")
|
|
70
|
+
output: z.object({ data: RaiselyUpdateUser_UpdateUserResponseDataSchema.nullable() }).passthrough().describe("Response containing the updated user data.")
|
|
71
71
|
});
|
|
72
72
|
//#endregion
|
|
73
73
|
export { raiselyUpdateUser };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-user.mjs","names":[],"sources":["../../src/actions/update-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RaiselyUpdateUserInput: z.ZodTypeAny = z.object({\n data: z.object({\n email: z.string().describe(\"The user's email address. Raisely uses this as a unique identifier and will deduplicate on email.\").optional(),\n state: z.string().describe(\"The state/province of the user.\").optional(),\n public: z.record(z.string(), z.unknown()).describe(\"Public values for this record.\").optional(),\n suburb: z.string().describe(\"The suburb/city of the user.\").optional(),\n country: z.string().describe(\"The country of the user (e.g., 'AU', 'GB', 'US').\").optional(),\n private: z.record(z.string(), z.unknown()).describe(\"Private values for this record (only visible to admins).\").optional(),\n address1: z.string().describe(\"Line 1 of an address.\").optional(),\n address2: z.string().describe(\"Line 2 of an address.\").optional(),\n fullName: z.string().describe(\"The full name of the user.\").optional(),\n language: z.string().describe(\"The language the user last interacted in.\").optional(),\n lastName: z.string().describe(\"The last name of the user.\").optional(),\n photoUrl: z.string().describe(\"URL of the user's photo.\").optional(),\n postcode: z.string().describe(\"Postal code of the user.\").optional(),\n firstName: z.string().describe(\"The first name of the user.\").optional(),\n isSamlLogin: z.boolean().describe(\"Will be true if this user logs in via organisation SAML login.\").optional(),\n phoneNumber: z.string().describe(\"Phone number of the user.\").optional(),\n adminSettings: z.record(z.string(), z.unknown()).describe(\"Object containing settings for admin users.\").optional(),\n preferredName: z.string().describe(\"The name that the user prefers to be called.\").optional(),\n swiftAidAuthExpiry: z.string().describe(\"Date of expiry of donor authorisation for SwiftAid.\").optional(),\n}).describe(\"User fields to update. Only provided fields will be updated.\"),\n uuid: z.string().describe(\"The UUID of the user to update. This identifies which user to modify.\"),\n private: z.boolean().describe(\"Returns the full record when authenticated (includes private custom fields).\").optional(),\n overwriteCustomFields: z.boolean().describe(\"If true, replace the existing 'public' and 'private' values with the values provided. If false or omitted, merge the values.\").optional(),\n}).describe(\"Request parameters for updating a user in Raisely.\");\nconst RaiselyUpdateUser_UpdateUserResponseDataSchema: z.ZodTypeAny = z.object({\n tags: z.array(z.unknown()).describe(\"Tags associated with the user\").nullable().optional(),\n uuid: z.string().describe(\"Unique identifier for the user\"),\n email: z.string().describe(\"The user's email address\").nullable().optional(),\n state: z.string().describe(\"The state/province of the user\").nullable().optional(),\n public: z.record(z.string(), z.unknown()).describe(\"Public values for this record\").nullable().optional(),\n status: z.string().describe(\"User status: 'ACTIVE' or 'DELETED'\").nullable().optional(),\n suburb: z.string().describe(\"The suburb/city of the user\").nullable().optional(),\n country: z.string().describe(\"The country of the user\").nullable().optional(),\n isAdmin: z.boolean().describe(\"Will be true if this user has admin permissions\").nullable().optional(),\n private: z.record(z.string(), z.unknown()).describe(\"Private values for this record (only visible to admins)\").nullable().optional(),\n address1: z.string().describe(\"Line 1 of an address\").nullable().optional(),\n address2: z.string().describe(\"Line 2 of an address\").nullable().optional(),\n fullName: z.string().describe(\"The full name of the user\").nullable().optional(),\n internal: z.unknown().describe(\"Internal values related to this record (may be a dict or string when redacted)\").nullable().optional(),\n language: z.string().describe(\"The language the user last interacted in\").nullable().optional(),\n lastName: z.string().describe(\"The last name of the user\").nullable().optional(),\n photoUrl: z.string().describe(\"URL of the user's photo\").nullable().optional(),\n postcode: z.string().describe(\"Postal code of the user\").nullable().optional(),\n username: z.string().describe(\"The login email for this user\").nullable().optional(),\n createdAt: z.string().describe(\"Date the record was created (ISO8601 format)\").nullable().optional(),\n firstName: z.string().describe(\"The first name of the user\").nullable().optional(),\n updatedAt: z.string().describe(\"Date the record was last updated (ISO8601 format)\").nullable().optional(),\n facebookId: z.string().describe(\"The Facebook ID provided on authentication\").nullable().optional(),\n permission: z.string().describe(\"User permission level (deprecated, use roles)\").nullable().optional(),\n accessToken: z.string().describe(\"A secret token for this user, used to authenticate them against the API or in your campaign\").nullable().optional(),\n isSamlLogin: z.boolean().describe(\"Will be true if this user logs in via organisation SAML login\").nullable().optional(),\n phoneNumber: z.string().describe(\"Phone number of the user\").nullable().optional(),\n adminSettings: z.record(z.string(), z.unknown()).describe(\"Object containing settings for admin users\").nullable().optional(),\n preferredName: z.string().describe(\"The name that the user prefers to be called\").nullable().optional(),\n unsubscribedAt: z.string().describe(\"ISO8601 timestamp of when the user was unsubscribed from non-essential emails or sms\").nullable().optional(),\n swiftAidDonorId: z.string().describe(\"Id of donor on SwiftAid\").nullable().optional(),\n organisationUuid: z.string().describe(\"Unique identifier for the organisation\").nullable().optional(),\n swiftAidAuthExpiry: z.string().describe(\"Date of expiry of donor authorisation for SwiftAid\").nullable().optional(),\n}).describe(\"Complete user data returned after update.\");\nexport const RaiselyUpdateUserOutput: z.ZodTypeAny = z.object({\n data: RaiselyUpdateUser_UpdateUserResponseDataSchema.nullable(),\n}).describe(\"Response containing the updated user data.\");\n\nexport const raiselyUpdateUser = action(\"RAISELY_UPDATE_USER\", {\n slug: \"raisely-update-user\",\n name: \"Update User\",\n description: \"Tool to update a specified user in Raisely. Use when you need to modify an existing user's profile information, contact details, or custom fields.\",\n input: RaiselyUpdateUserInput,\n output: RaiselyUpdateUserOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"update-user.mjs","names":[],"sources":["../../src/actions/update-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RaiselyUpdateUserInput = z.object({\n data: z.object({\n email: z.string().describe(\"The user's email address. Raisely uses this as a unique identifier and will deduplicate on email.\").optional(),\n state: z.string().describe(\"The state/province of the user.\").optional(),\n public: z.record(z.string(), z.unknown()).describe(\"Public values for this record.\").optional(),\n suburb: z.string().describe(\"The suburb/city of the user.\").optional(),\n country: z.string().describe(\"The country of the user (e.g., 'AU', 'GB', 'US').\").optional(),\n private: z.record(z.string(), z.unknown()).describe(\"Private values for this record (only visible to admins).\").optional(),\n address1: z.string().describe(\"Line 1 of an address.\").optional(),\n address2: z.string().describe(\"Line 2 of an address.\").optional(),\n fullName: z.string().describe(\"The full name of the user.\").optional(),\n language: z.string().describe(\"The language the user last interacted in.\").optional(),\n lastName: z.string().describe(\"The last name of the user.\").optional(),\n photoUrl: z.string().describe(\"URL of the user's photo.\").optional(),\n postcode: z.string().describe(\"Postal code of the user.\").optional(),\n firstName: z.string().describe(\"The first name of the user.\").optional(),\n isSamlLogin: z.boolean().describe(\"Will be true if this user logs in via organisation SAML login.\").optional(),\n phoneNumber: z.string().describe(\"Phone number of the user.\").optional(),\n adminSettings: z.record(z.string(), z.unknown()).describe(\"Object containing settings for admin users.\").optional(),\n preferredName: z.string().describe(\"The name that the user prefers to be called.\").optional(),\n swiftAidAuthExpiry: z.string().describe(\"Date of expiry of donor authorisation for SwiftAid.\").optional(),\n}).describe(\"User fields to update. Only provided fields will be updated.\"),\n uuid: z.string().describe(\"The UUID of the user to update. This identifies which user to modify.\"),\n private: z.boolean().describe(\"Returns the full record when authenticated (includes private custom fields).\").optional(),\n overwriteCustomFields: z.boolean().describe(\"If true, replace the existing 'public' and 'private' values with the values provided. If false or omitted, merge the values.\").optional(),\n}).describe(\"Request parameters for updating a user in Raisely.\");\nconst RaiselyUpdateUser_UpdateUserResponseDataSchema = z.object({\n tags: z.array(z.unknown()).describe(\"Tags associated with the user\").nullable().optional(),\n uuid: z.string().describe(\"Unique identifier for the user\").nullable(),\n email: z.string().describe(\"The user's email address\").nullable().optional(),\n state: z.string().describe(\"The state/province of the user\").nullable().optional(),\n public: z.record(z.string(), z.unknown()).describe(\"Public values for this record\").nullable().optional(),\n status: z.string().describe(\"User status: 'ACTIVE' or 'DELETED'\").nullable().optional(),\n suburb: z.string().describe(\"The suburb/city of the user\").nullable().optional(),\n country: z.string().describe(\"The country of the user\").nullable().optional(),\n isAdmin: z.boolean().describe(\"Will be true if this user has admin permissions\").nullable().optional(),\n private: z.record(z.string(), z.unknown()).describe(\"Private values for this record (only visible to admins)\").nullable().optional(),\n address1: z.string().describe(\"Line 1 of an address\").nullable().optional(),\n address2: z.string().describe(\"Line 2 of an address\").nullable().optional(),\n fullName: z.string().describe(\"The full name of the user\").nullable().optional(),\n internal: z.unknown().describe(\"Internal values related to this record (may be a dict or string when redacted)\").nullable().optional(),\n language: z.string().describe(\"The language the user last interacted in\").nullable().optional(),\n lastName: z.string().describe(\"The last name of the user\").nullable().optional(),\n photoUrl: z.string().describe(\"URL of the user's photo\").nullable().optional(),\n postcode: z.string().describe(\"Postal code of the user\").nullable().optional(),\n username: z.string().describe(\"The login email for this user\").nullable().optional(),\n createdAt: z.string().describe(\"Date the record was created (ISO8601 format)\").nullable().optional(),\n firstName: z.string().describe(\"The first name of the user\").nullable().optional(),\n updatedAt: z.string().describe(\"Date the record was last updated (ISO8601 format)\").nullable().optional(),\n facebookId: z.string().describe(\"The Facebook ID provided on authentication\").nullable().optional(),\n permission: z.string().describe(\"User permission level (deprecated, use roles)\").nullable().optional(),\n accessToken: z.string().describe(\"A secret token for this user, used to authenticate them against the API or in your campaign\").nullable().optional(),\n isSamlLogin: z.boolean().describe(\"Will be true if this user logs in via organisation SAML login\").nullable().optional(),\n phoneNumber: z.string().describe(\"Phone number of the user\").nullable().optional(),\n adminSettings: z.record(z.string(), z.unknown()).describe(\"Object containing settings for admin users\").nullable().optional(),\n preferredName: z.string().describe(\"The name that the user prefers to be called\").nullable().optional(),\n unsubscribedAt: z.string().describe(\"ISO8601 timestamp of when the user was unsubscribed from non-essential emails or sms\").nullable().optional(),\n swiftAidDonorId: z.string().describe(\"Id of donor on SwiftAid\").nullable().optional(),\n organisationUuid: z.string().describe(\"Unique identifier for the organisation\").nullable().optional(),\n swiftAidAuthExpiry: z.string().describe(\"Date of expiry of donor authorisation for SwiftAid\").nullable().optional(),\n}).passthrough().describe(\"Complete user data returned after update.\");\nexport const RaiselyUpdateUserOutput = z.object({\n data: RaiselyUpdateUser_UpdateUserResponseDataSchema.nullable(),\n}).passthrough().describe(\"Response containing the updated user data.\");\n\nexport const raiselyUpdateUser = action(\"RAISELY_UPDATE_USER\", {\n slug: \"raisely-update-user\",\n name: \"Update User\",\n description: \"Tool to update a specified user in Raisely. Use when you need to modify an existing user's profile information, contact details, or custom fields.\",\n input: RaiselyUpdateUserInput,\n output: RaiselyUpdateUserOutput,\n});\n"],"mappings":"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"}
|