magicbell-js 1.2.0 → 1.4.0
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/README.md +30 -6
- package/dist/commonjs/project-client/http/client.d.ts +4 -2
- package/dist/commonjs/project-client/http/client.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/client.js +34 -5
- package/dist/commonjs/project-client/http/client.js.map +1 -1
- package/dist/commonjs/project-client/http/handlers/hook-handler.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/handlers/hook-handler.js +5 -3
- package/dist/commonjs/project-client/http/handlers/hook-handler.js.map +1 -1
- package/dist/commonjs/project-client/http/handlers/request-validation-handler.d.ts +1 -1
- package/dist/commonjs/project-client/http/handlers/request-validation-handler.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/handlers/request-validation-handler.js +15 -4
- package/dist/commonjs/project-client/http/handlers/request-validation-handler.js.map +1 -1
- package/dist/commonjs/project-client/http/handlers/response-validation-handler.js +3 -2
- package/dist/commonjs/project-client/http/handlers/response-validation-handler.js.map +1 -1
- package/dist/commonjs/project-client/http/handlers/retry-handler.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/handlers/retry-handler.js +2 -1
- package/dist/commonjs/project-client/http/handlers/retry-handler.js.map +1 -1
- package/dist/commonjs/project-client/http/hooks/hook.d.ts +1 -1
- package/dist/commonjs/project-client/http/hooks/hook.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/serialization/query-serializer.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/serialization/query-serializer.js +4 -0
- package/dist/commonjs/project-client/http/serialization/query-serializer.js.map +1 -1
- package/dist/commonjs/project-client/http/transport/request-builder.d.ts +4 -1
- package/dist/commonjs/project-client/http/transport/request-builder.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/transport/request-builder.js +23 -1
- package/dist/commonjs/project-client/http/transport/request-builder.js.map +1 -1
- package/dist/commonjs/project-client/http/transport/request-fetch-adapter.d.ts +1 -0
- package/dist/commonjs/project-client/http/transport/request-fetch-adapter.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/transport/request-fetch-adapter.js +5 -2
- package/dist/commonjs/project-client/http/transport/request-fetch-adapter.js.map +1 -1
- package/dist/commonjs/project-client/http/transport/request.d.ts +6 -3
- package/dist/commonjs/project-client/http/transport/request.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/transport/request.js +37 -5
- package/dist/commonjs/project-client/http/transport/request.js.map +1 -1
- package/dist/commonjs/project-client/http/transport/transport-hook-adapter.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/transport/transport-hook-adapter.js +2 -1
- package/dist/commonjs/project-client/http/transport/transport-hook-adapter.js.map +1 -1
- package/dist/commonjs/project-client/http/transport/types.d.ts +12 -2
- package/dist/commonjs/project-client/http/transport/types.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/transport/types.js +4 -0
- package/dist/commonjs/project-client/http/transport/types.js.map +1 -1
- package/dist/commonjs/project-client/http/types.d.ts +6 -1
- package/dist/commonjs/project-client/http/types.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/types.js.map +1 -1
- package/dist/commonjs/project-client/http/utils/content-type.d.ts.map +1 -1
- package/dist/commonjs/project-client/http/utils/content-type.js +22 -9
- package/dist/commonjs/project-client/http/utils/content-type.js.map +1 -1
- package/dist/commonjs/project-client/index.d.ts +3 -0
- package/dist/commonjs/project-client/index.d.ts.map +1 -1
- package/dist/commonjs/project-client/index.js +13 -0
- package/dist/commonjs/project-client/index.js.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/broadcasts-service.d.ts +6 -6
- package/dist/commonjs/project-client/services/broadcasts/broadcasts-service.js +6 -6
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +274 -274
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
- package/dist/commonjs/project-client/services/broadcasts/models/email.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/in-app.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
- package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
- package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +39 -39
- package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
- package/dist/commonjs/project-client/services/channels/channels-service.d.ts +73 -47
- package/dist/commonjs/project-client/services/channels/channels-service.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/channels/channels-service.js +161 -46
- package/dist/commonjs/project-client/services/channels/channels-service.js.map +1 -1
- package/dist/commonjs/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/commonjs/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/request-params.d.ts +5 -0
- package/dist/commonjs/project-client/services/channels/request-params.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/common/user.d.ts +6 -6
- package/dist/commonjs/project-client/services/events/events-service.d.ts +4 -4
- package/dist/commonjs/project-client/services/events/events-service.js +4 -4
- package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts +174 -69
- package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/integrations/integrations-service.js +488 -68
- package/dist/commonjs/project-client/services/integrations/integrations-service.js.map +1 -1
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.d.ts +312 -0
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.js +46 -0
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.d.ts +48 -0
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.js +39 -0
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/event-source-config.d.ts +122 -0
- package/dist/commonjs/project-client/services/integrations/models/event-source-config.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/event-source-config.js +50 -0
- package/dist/commonjs/project-client/services/integrations/models/event-source-config.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-collection.d.ts +312 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-collection.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-collection.js +46 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-collection.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-payload.d.ts +48 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-payload.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-payload.js +39 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config-payload.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config.d.ts +122 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config.js +50 -0
- package/dist/commonjs/project-client/services/integrations/models/github-config.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
- package/dist/commonjs/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/commonjs/project-client/services/integrations/models/inbox-config.d.ts +140 -140
- package/dist/commonjs/project-client/services/integrations/models/index.d.ts +19 -1
- package/dist/commonjs/project-client/services/integrations/models/index.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/integrations/models/index.js +3 -1
- package/dist/commonjs/project-client/services/integrations/models/index.js.map +1 -1
- package/dist/commonjs/project-client/services/integrations/models/security.d.ts +6 -0
- package/dist/commonjs/project-client/services/integrations/models/security.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/security.js +10 -0
- package/dist/commonjs/project-client/services/integrations/models/security.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/{reply-to.d.ts → sendgrid-config-payload-reply-to.d.ts} +6 -6
- package/dist/commonjs/project-client/services/integrations/models/sendgrid-config-payload-reply-to.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/{reply-to.js → sendgrid-config-payload-reply-to.js} +5 -5
- package/dist/commonjs/project-client/services/integrations/models/sendgrid-config-payload-reply-to.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/sendgrid-config-payload.d.ts +1 -1
- package/dist/commonjs/project-client/services/integrations/models/sendgrid-config-payload.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/integrations/models/sendgrid-config-payload.js +4 -4
- package/dist/commonjs/project-client/services/integrations/models/sendgrid-config-payload.js.map +1 -1
- package/dist/commonjs/project-client/services/integrations/models/slack-bot-config-collection.d.ts +312 -0
- package/dist/commonjs/project-client/services/integrations/models/slack-bot-config-collection.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/slack-bot-config-collection.js +46 -0
- package/dist/commonjs/project-client/services/integrations/models/slack-bot-config-collection.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/slack-bot-config-payload.d.ts +48 -0
- package/dist/commonjs/project-client/services/integrations/models/slack-bot-config-payload.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/slack-bot-config-payload.js +39 -0
- package/dist/commonjs/project-client/services/integrations/models/slack-bot-config-payload.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/slack-bot-config.d.ts +122 -0
- package/dist/commonjs/project-client/services/integrations/models/slack-bot-config.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/slack-bot-config.js +50 -0
- package/dist/commonjs/project-client/services/integrations/models/slack-bot-config.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-from.d.ts +62 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-from.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-from.js +44 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-from.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-object-collection.d.ts +768 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-object-collection.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-object-collection.js +46 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-object-collection.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-object.d.ts +458 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-object.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-object.js +50 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-object.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-reply-to.d.ts +62 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-reply-to.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-reply-to.js +44 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config-reply-to.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config.d.ts +270 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config.js +71 -0
- package/dist/commonjs/project-client/services/integrations/models/smtp-config.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.d.ts +345 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.js +46 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.d.ts +62 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.js +44 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config.d.ts +145 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config.js +50 -0
- package/dist/commonjs/project-client/services/integrations/models/stripe-config.js.map +1 -0
- package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/commonjs/project-client/services/integrations/models/webpush-config-payload.d.ts +1 -1
- package/dist/commonjs/project-client/services/integrations/request-params.d.ts +15 -0
- package/dist/commonjs/project-client/services/integrations/request-params.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +10 -10
- package/dist/commonjs/project-client/services/users/users-service.d.ts +6 -6
- package/dist/commonjs/project-client/services/users/users-service.js +6 -6
- package/dist/commonjs/project-client/services/workflows/index.d.ts +3 -0
- package/dist/commonjs/project-client/services/workflows/index.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/workflows/index.js +8 -0
- package/dist/commonjs/project-client/services/workflows/index.js.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/create-run-response.d.ts +48 -0
- package/dist/commonjs/project-client/services/workflows/models/create-run-response.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/create-run-response.js +39 -0
- package/dist/commonjs/project-client/services/workflows/models/create-run-response.js.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/execute-workflow-request.d.ts +62 -0
- package/dist/commonjs/project-client/services/workflows/models/execute-workflow-request.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/execute-workflow-request.js +44 -0
- package/dist/commonjs/project-client/services/workflows/models/execute-workflow-request.js.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/get-run-response-status.d.ts +104 -0
- package/dist/commonjs/project-client/services/workflows/models/get-run-response-status.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/get-run-response-status.js +59 -0
- package/dist/commonjs/project-client/services/workflows/models/get-run-response-status.js.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/get-run-response.d.ts +228 -0
- package/dist/commonjs/project-client/services/workflows/models/get-run-response.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/get-run-response.js +55 -0
- package/dist/commonjs/project-client/services/workflows/models/get-run-response.js.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/index.d.ts +10 -0
- package/dist/commonjs/project-client/services/workflows/models/index.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/index.js +3 -0
- package/dist/commonjs/project-client/services/workflows/models/index.js.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/steps.d.ts +76 -0
- package/dist/commonjs/project-client/services/workflows/models/steps.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/steps.js +49 -0
- package/dist/commonjs/project-client/services/workflows/models/steps.js.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-definition.d.ts +168 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-definition.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-definition.js +59 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-definition.js.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-run-collection.d.ts +467 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-run-collection.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-run-collection.js +46 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-run-collection.js.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-run-status.d.ts +104 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-run-status.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-run-status.js +59 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-run-status.js.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-run.d.ts +228 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-run.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-run.js +55 -0
- package/dist/commonjs/project-client/services/workflows/models/workflow-run.js.map +1 -0
- package/dist/commonjs/project-client/services/workflows/workflows-service.d.ts +42 -0
- package/dist/commonjs/project-client/services/workflows/workflows-service.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/workflows/workflows-service.js +156 -0
- package/dist/commonjs/project-client/services/workflows/workflows-service.js.map +1 -0
- package/dist/commonjs/user-client/http/client.d.ts +4 -2
- package/dist/commonjs/user-client/http/client.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/client.js +34 -5
- package/dist/commonjs/user-client/http/client.js.map +1 -1
- package/dist/commonjs/user-client/http/handlers/hook-handler.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/handlers/hook-handler.js +5 -3
- package/dist/commonjs/user-client/http/handlers/hook-handler.js.map +1 -1
- package/dist/commonjs/user-client/http/handlers/request-validation-handler.d.ts +1 -1
- package/dist/commonjs/user-client/http/handlers/request-validation-handler.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/handlers/request-validation-handler.js +15 -4
- package/dist/commonjs/user-client/http/handlers/request-validation-handler.js.map +1 -1
- package/dist/commonjs/user-client/http/handlers/response-validation-handler.js +3 -2
- package/dist/commonjs/user-client/http/handlers/response-validation-handler.js.map +1 -1
- package/dist/commonjs/user-client/http/handlers/retry-handler.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/handlers/retry-handler.js +2 -1
- package/dist/commonjs/user-client/http/handlers/retry-handler.js.map +1 -1
- package/dist/commonjs/user-client/http/hooks/hook.d.ts +1 -1
- package/dist/commonjs/user-client/http/hooks/hook.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/serialization/query-serializer.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/serialization/query-serializer.js +4 -0
- package/dist/commonjs/user-client/http/serialization/query-serializer.js.map +1 -1
- package/dist/commonjs/user-client/http/transport/request-builder.d.ts +4 -1
- package/dist/commonjs/user-client/http/transport/request-builder.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/transport/request-builder.js +23 -1
- package/dist/commonjs/user-client/http/transport/request-builder.js.map +1 -1
- package/dist/commonjs/user-client/http/transport/request-fetch-adapter.d.ts +1 -0
- package/dist/commonjs/user-client/http/transport/request-fetch-adapter.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/transport/request-fetch-adapter.js +5 -2
- package/dist/commonjs/user-client/http/transport/request-fetch-adapter.js.map +1 -1
- package/dist/commonjs/user-client/http/transport/request.d.ts +6 -3
- package/dist/commonjs/user-client/http/transport/request.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/transport/request.js +37 -5
- package/dist/commonjs/user-client/http/transport/request.js.map +1 -1
- package/dist/commonjs/user-client/http/transport/transport-hook-adapter.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/transport/transport-hook-adapter.js +2 -1
- package/dist/commonjs/user-client/http/transport/transport-hook-adapter.js.map +1 -1
- package/dist/commonjs/user-client/http/transport/types.d.ts +12 -2
- package/dist/commonjs/user-client/http/transport/types.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/transport/types.js +4 -0
- package/dist/commonjs/user-client/http/transport/types.js.map +1 -1
- package/dist/commonjs/user-client/http/types.d.ts +6 -1
- package/dist/commonjs/user-client/http/types.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/types.js.map +1 -1
- package/dist/commonjs/user-client/http/utils/content-type.d.ts.map +1 -1
- package/dist/commonjs/user-client/http/utils/content-type.js +22 -9
- package/dist/commonjs/user-client/http/utils/content-type.js.map +1 -1
- package/dist/commonjs/user-client/services/channels/channels-service.d.ts +99 -57
- package/dist/commonjs/user-client/services/channels/channels-service.d.ts.map +1 -1
- package/dist/commonjs/user-client/services/channels/channels-service.js +236 -56
- package/dist/commonjs/user-client/services/channels/channels-service.js.map +1 -1
- package/dist/commonjs/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/categories.d.ts +145 -0
- package/dist/commonjs/user-client/services/channels/models/categories.d.ts.map +1 -0
- package/dist/commonjs/user-client/services/channels/models/categories.js +62 -0
- package/dist/commonjs/user-client/services/channels/models/categories.js.map +1 -0
- package/dist/commonjs/user-client/services/channels/models/channels.d.ts +62 -0
- package/dist/commonjs/user-client/services/channels/models/channels.d.ts.map +1 -0
- package/dist/commonjs/user-client/services/channels/models/channels.js +44 -0
- package/dist/commonjs/user-client/services/channels/models/channels.js.map +1 -0
- package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/commonjs/user-client/services/channels/models/index.d.ts +3 -0
- package/dist/commonjs/user-client/services/channels/models/index.d.ts.map +1 -1
- package/dist/commonjs/user-client/services/channels/models/index.js.map +1 -1
- package/dist/commonjs/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/user-preferences.d.ts +239 -0
- package/dist/commonjs/user-client/services/channels/models/user-preferences.d.ts.map +1 -0
- package/dist/commonjs/user-client/services/channels/models/user-preferences.js +40 -0
- package/dist/commonjs/user-client/services/channels/models/user-preferences.js.map +1 -0
- package/dist/commonjs/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/request-params.d.ts +5 -0
- package/dist/commonjs/user-client/services/channels/request-params.d.ts.map +1 -1
- package/dist/commonjs/user-client/services/integrations/integrations-service.d.ts +32 -14
- package/dist/commonjs/user-client/services/integrations/integrations-service.d.ts.map +1 -1
- package/dist/commonjs/user-client/services/integrations/integrations-service.js +95 -14
- package/dist/commonjs/user-client/services/integrations/integrations-service.js.map +1 -1
- package/dist/commonjs/user-client/services/integrations/models/authed-user.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/commonjs/user-client/services/integrations/models/slack-installation.d.ts +57 -57
- package/dist/commonjs/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
- package/dist/commonjs/user-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts +56 -56
- package/dist/commonjs/user-client/services/notifications/models/notification.d.ts +32 -32
- package/dist/commonjs/user-client/services/notifications/notifications-service.d.ts +16 -16
- package/dist/commonjs/user-client/services/notifications/notifications-service.js +16 -16
- package/dist/esm/project-client/http/client.d.ts +4 -2
- package/dist/esm/project-client/http/client.d.ts.map +1 -1
- package/dist/esm/project-client/http/client.js +34 -5
- package/dist/esm/project-client/http/client.js.map +1 -1
- package/dist/esm/project-client/http/handlers/hook-handler.d.ts.map +1 -1
- package/dist/esm/project-client/http/handlers/hook-handler.js +5 -3
- package/dist/esm/project-client/http/handlers/hook-handler.js.map +1 -1
- package/dist/esm/project-client/http/handlers/request-validation-handler.d.ts +1 -1
- package/dist/esm/project-client/http/handlers/request-validation-handler.d.ts.map +1 -1
- package/dist/esm/project-client/http/handlers/request-validation-handler.js +15 -4
- package/dist/esm/project-client/http/handlers/request-validation-handler.js.map +1 -1
- package/dist/esm/project-client/http/handlers/response-validation-handler.js +3 -2
- package/dist/esm/project-client/http/handlers/response-validation-handler.js.map +1 -1
- package/dist/esm/project-client/http/handlers/retry-handler.d.ts.map +1 -1
- package/dist/esm/project-client/http/handlers/retry-handler.js +2 -1
- package/dist/esm/project-client/http/handlers/retry-handler.js.map +1 -1
- package/dist/esm/project-client/http/hooks/hook.d.ts +1 -1
- package/dist/esm/project-client/http/hooks/hook.d.ts.map +1 -1
- package/dist/esm/project-client/http/serialization/query-serializer.d.ts.map +1 -1
- package/dist/esm/project-client/http/serialization/query-serializer.js +4 -0
- package/dist/esm/project-client/http/serialization/query-serializer.js.map +1 -1
- package/dist/esm/project-client/http/transport/request-builder.d.ts +4 -1
- package/dist/esm/project-client/http/transport/request-builder.d.ts.map +1 -1
- package/dist/esm/project-client/http/transport/request-builder.js +23 -1
- package/dist/esm/project-client/http/transport/request-builder.js.map +1 -1
- package/dist/esm/project-client/http/transport/request-fetch-adapter.d.ts +1 -0
- package/dist/esm/project-client/http/transport/request-fetch-adapter.d.ts.map +1 -1
- package/dist/esm/project-client/http/transport/request-fetch-adapter.js +5 -2
- package/dist/esm/project-client/http/transport/request-fetch-adapter.js.map +1 -1
- package/dist/esm/project-client/http/transport/request.d.ts +6 -3
- package/dist/esm/project-client/http/transport/request.d.ts.map +1 -1
- package/dist/esm/project-client/http/transport/request.js +37 -5
- package/dist/esm/project-client/http/transport/request.js.map +1 -1
- package/dist/esm/project-client/http/transport/transport-hook-adapter.d.ts.map +1 -1
- package/dist/esm/project-client/http/transport/transport-hook-adapter.js +2 -1
- package/dist/esm/project-client/http/transport/transport-hook-adapter.js.map +1 -1
- package/dist/esm/project-client/http/transport/types.d.ts +12 -2
- package/dist/esm/project-client/http/transport/types.d.ts.map +1 -1
- package/dist/esm/project-client/http/transport/types.js +3 -1
- package/dist/esm/project-client/http/transport/types.js.map +1 -1
- package/dist/esm/project-client/http/types.d.ts +6 -1
- package/dist/esm/project-client/http/types.d.ts.map +1 -1
- package/dist/esm/project-client/http/types.js.map +1 -1
- package/dist/esm/project-client/http/utils/content-type.d.ts.map +1 -1
- package/dist/esm/project-client/http/utils/content-type.js +22 -9
- package/dist/esm/project-client/http/utils/content-type.js.map +1 -1
- package/dist/esm/project-client/index.d.ts +3 -0
- package/dist/esm/project-client/index.d.ts.map +1 -1
- package/dist/esm/project-client/index.js +13 -0
- package/dist/esm/project-client/index.js.map +1 -1
- package/dist/esm/project-client/services/broadcasts/broadcasts-service.d.ts +6 -6
- package/dist/esm/project-client/services/broadcasts/broadcasts-service.js +6 -6
- package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +274 -274
- package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +168 -168
- package/dist/esm/project-client/services/broadcasts/models/email.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/in-app.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/mobile-push.d.ts +3 -3
- package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts +27 -27
- package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +39 -39
- package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
- package/dist/esm/project-client/services/channels/channels-service.d.ts +73 -47
- package/dist/esm/project-client/services/channels/channels-service.d.ts.map +1 -1
- package/dist/esm/project-client/services/channels/channels-service.js +161 -46
- package/dist/esm/project-client/services/channels/channels-service.js.map +1 -1
- package/dist/esm/project-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/esm/project-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/esm/project-client/services/channels/request-params.d.ts +5 -0
- package/dist/esm/project-client/services/channels/request-params.d.ts.map +1 -1
- package/dist/esm/project-client/services/common/user.d.ts +6 -6
- package/dist/esm/project-client/services/events/events-service.d.ts +4 -4
- package/dist/esm/project-client/services/events/events-service.js +4 -4
- package/dist/esm/project-client/services/integrations/integrations-service.d.ts +174 -69
- package/dist/esm/project-client/services/integrations/integrations-service.d.ts.map +1 -1
- package/dist/esm/project-client/services/integrations/integrations-service.js +488 -68
- package/dist/esm/project-client/services/integrations/integrations-service.js.map +1 -1
- package/dist/esm/project-client/services/integrations/models/event-source-config-collection.d.ts +312 -0
- package/dist/esm/project-client/services/integrations/models/event-source-config-collection.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/event-source-config-collection.js +43 -0
- package/dist/esm/project-client/services/integrations/models/event-source-config-collection.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/event-source-config-payload.d.ts +48 -0
- package/dist/esm/project-client/services/integrations/models/event-source-config-payload.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/event-source-config-payload.js +36 -0
- package/dist/esm/project-client/services/integrations/models/event-source-config-payload.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/event-source-config.d.ts +122 -0
- package/dist/esm/project-client/services/integrations/models/event-source-config.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/event-source-config.js +47 -0
- package/dist/esm/project-client/services/integrations/models/event-source-config.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/github-config-collection.d.ts +312 -0
- package/dist/esm/project-client/services/integrations/models/github-config-collection.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/github-config-collection.js +43 -0
- package/dist/esm/project-client/services/integrations/models/github-config-collection.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/github-config-payload.d.ts +48 -0
- package/dist/esm/project-client/services/integrations/models/github-config-payload.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/github-config-payload.js +36 -0
- package/dist/esm/project-client/services/integrations/models/github-config-payload.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/github-config.d.ts +122 -0
- package/dist/esm/project-client/services/integrations/models/github-config.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/github-config.js +47 -0
- package/dist/esm/project-client/services/integrations/models/github-config.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/inbox-config-collection.d.ts +182 -182
- package/dist/esm/project-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/esm/project-client/services/integrations/models/inbox-config.d.ts +140 -140
- package/dist/esm/project-client/services/integrations/models/index.d.ts +19 -1
- package/dist/esm/project-client/services/integrations/models/index.d.ts.map +1 -1
- package/dist/esm/project-client/services/integrations/models/index.js +1 -0
- package/dist/esm/project-client/services/integrations/models/index.js.map +1 -1
- package/dist/esm/project-client/services/integrations/models/security.d.ts +6 -0
- package/dist/esm/project-client/services/integrations/models/security.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/security.js +7 -0
- package/dist/esm/project-client/services/integrations/models/security.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/{reply-to.d.ts → sendgrid-config-payload-reply-to.d.ts} +6 -6
- package/dist/esm/project-client/services/integrations/models/sendgrid-config-payload-reply-to.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/{reply-to.js → sendgrid-config-payload-reply-to.js} +4 -4
- package/dist/esm/project-client/services/integrations/models/sendgrid-config-payload-reply-to.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/sendgrid-config-payload.d.ts +1 -1
- package/dist/esm/project-client/services/integrations/models/sendgrid-config-payload.d.ts.map +1 -1
- package/dist/esm/project-client/services/integrations/models/sendgrid-config-payload.js +4 -4
- package/dist/esm/project-client/services/integrations/models/sendgrid-config-payload.js.map +1 -1
- package/dist/esm/project-client/services/integrations/models/slack-bot-config-collection.d.ts +312 -0
- package/dist/esm/project-client/services/integrations/models/slack-bot-config-collection.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/slack-bot-config-collection.js +43 -0
- package/dist/esm/project-client/services/integrations/models/slack-bot-config-collection.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/slack-bot-config-payload.d.ts +48 -0
- package/dist/esm/project-client/services/integrations/models/slack-bot-config-payload.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/slack-bot-config-payload.js +36 -0
- package/dist/esm/project-client/services/integrations/models/slack-bot-config-payload.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/slack-bot-config.d.ts +122 -0
- package/dist/esm/project-client/services/integrations/models/slack-bot-config.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/slack-bot-config.js +47 -0
- package/dist/esm/project-client/services/integrations/models/slack-bot-config.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-from.d.ts +62 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-from.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-from.js +41 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-from.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-object-collection.d.ts +768 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-object-collection.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-object-collection.js +43 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-object-collection.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-object.d.ts +458 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-object.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-object.js +47 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-object.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-reply-to.d.ts +62 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-reply-to.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-reply-to.js +41 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config-reply-to.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config.d.ts +270 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config.js +68 -0
- package/dist/esm/project-client/services/integrations/models/smtp-config.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-collection.d.ts +345 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-collection.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-collection.js +43 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-collection.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-payload.d.ts +62 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-payload.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-payload.js +41 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config-payload.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config.d.ts +145 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config.d.ts.map +1 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config.js +47 -0
- package/dist/esm/project-client/services/integrations/models/stripe-config.js.map +1 -0
- package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/esm/project-client/services/integrations/models/webpush-config-payload.d.ts +1 -1
- package/dist/esm/project-client/services/integrations/request-params.d.ts +15 -0
- package/dist/esm/project-client/services/integrations/request-params.d.ts.map +1 -1
- package/dist/esm/project-client/services/users/models/user-collection.d.ts +10 -10
- package/dist/esm/project-client/services/users/users-service.d.ts +6 -6
- package/dist/esm/project-client/services/users/users-service.js +6 -6
- package/dist/esm/project-client/services/workflows/index.d.ts +3 -0
- package/dist/esm/project-client/services/workflows/index.d.ts.map +1 -0
- package/dist/esm/project-client/services/workflows/index.js +3 -0
- package/dist/esm/project-client/services/workflows/index.js.map +1 -0
- package/dist/esm/project-client/services/workflows/models/create-run-response.d.ts +48 -0
- package/dist/esm/project-client/services/workflows/models/create-run-response.d.ts.map +1 -0
- package/dist/esm/project-client/services/workflows/models/create-run-response.js +36 -0
- package/dist/esm/project-client/services/workflows/models/create-run-response.js.map +1 -0
- package/dist/esm/project-client/services/workflows/models/execute-workflow-request.d.ts +62 -0
- package/dist/esm/project-client/services/workflows/models/execute-workflow-request.d.ts.map +1 -0
- package/dist/esm/project-client/services/workflows/models/execute-workflow-request.js +41 -0
- package/dist/esm/project-client/services/workflows/models/execute-workflow-request.js.map +1 -0
- package/dist/esm/project-client/services/workflows/models/get-run-response-status.d.ts +104 -0
- package/dist/esm/project-client/services/workflows/models/get-run-response-status.d.ts.map +1 -0
- package/dist/esm/project-client/services/workflows/models/get-run-response-status.js +56 -0
- package/dist/esm/project-client/services/workflows/models/get-run-response-status.js.map +1 -0
- package/dist/esm/project-client/services/workflows/models/get-run-response.d.ts +228 -0
- package/dist/esm/project-client/services/workflows/models/get-run-response.d.ts.map +1 -0
- package/dist/esm/project-client/services/workflows/models/get-run-response.js +52 -0
- package/dist/esm/project-client/services/workflows/models/get-run-response.js.map +1 -0
- package/dist/esm/project-client/services/workflows/models/index.d.ts +10 -0
- package/dist/esm/project-client/services/workflows/models/index.d.ts.map +1 -0
- package/dist/esm/project-client/services/workflows/models/index.js +2 -0
- package/dist/esm/project-client/services/workflows/models/index.js.map +1 -0
- package/dist/esm/project-client/services/workflows/models/steps.d.ts +76 -0
- package/dist/esm/project-client/services/workflows/models/steps.d.ts.map +1 -0
- package/dist/esm/project-client/services/workflows/models/steps.js +46 -0
- package/dist/esm/project-client/services/workflows/models/steps.js.map +1 -0
- package/dist/esm/project-client/services/workflows/models/workflow-definition.d.ts +168 -0
- package/dist/esm/project-client/services/workflows/models/workflow-definition.d.ts.map +1 -0
- package/dist/esm/project-client/services/workflows/models/workflow-definition.js +56 -0
- package/dist/esm/project-client/services/workflows/models/workflow-definition.js.map +1 -0
- package/dist/esm/project-client/services/workflows/models/workflow-run-collection.d.ts +467 -0
- package/dist/esm/project-client/services/workflows/models/workflow-run-collection.d.ts.map +1 -0
- package/dist/esm/project-client/services/workflows/models/workflow-run-collection.js +43 -0
- package/dist/esm/project-client/services/workflows/models/workflow-run-collection.js.map +1 -0
- package/dist/esm/project-client/services/workflows/models/workflow-run-status.d.ts +104 -0
- package/dist/esm/project-client/services/workflows/models/workflow-run-status.d.ts.map +1 -0
- package/dist/esm/project-client/services/workflows/models/workflow-run-status.js +56 -0
- package/dist/esm/project-client/services/workflows/models/workflow-run-status.js.map +1 -0
- package/dist/esm/project-client/services/workflows/models/workflow-run.d.ts +228 -0
- package/dist/esm/project-client/services/workflows/models/workflow-run.d.ts.map +1 -0
- package/dist/esm/project-client/services/workflows/models/workflow-run.js +52 -0
- package/dist/esm/project-client/services/workflows/models/workflow-run.js.map +1 -0
- package/dist/esm/project-client/services/workflows/workflows-service.d.ts +42 -0
- package/dist/esm/project-client/services/workflows/workflows-service.d.ts.map +1 -0
- package/dist/esm/project-client/services/workflows/workflows-service.js +152 -0
- package/dist/esm/project-client/services/workflows/workflows-service.js.map +1 -0
- package/dist/esm/user-client/http/client.d.ts +4 -2
- package/dist/esm/user-client/http/client.d.ts.map +1 -1
- package/dist/esm/user-client/http/client.js +34 -5
- package/dist/esm/user-client/http/client.js.map +1 -1
- package/dist/esm/user-client/http/handlers/hook-handler.d.ts.map +1 -1
- package/dist/esm/user-client/http/handlers/hook-handler.js +5 -3
- package/dist/esm/user-client/http/handlers/hook-handler.js.map +1 -1
- package/dist/esm/user-client/http/handlers/request-validation-handler.d.ts +1 -1
- package/dist/esm/user-client/http/handlers/request-validation-handler.d.ts.map +1 -1
- package/dist/esm/user-client/http/handlers/request-validation-handler.js +15 -4
- package/dist/esm/user-client/http/handlers/request-validation-handler.js.map +1 -1
- package/dist/esm/user-client/http/handlers/response-validation-handler.js +3 -2
- package/dist/esm/user-client/http/handlers/response-validation-handler.js.map +1 -1
- package/dist/esm/user-client/http/handlers/retry-handler.d.ts.map +1 -1
- package/dist/esm/user-client/http/handlers/retry-handler.js +2 -1
- package/dist/esm/user-client/http/handlers/retry-handler.js.map +1 -1
- package/dist/esm/user-client/http/hooks/hook.d.ts +1 -1
- package/dist/esm/user-client/http/hooks/hook.d.ts.map +1 -1
- package/dist/esm/user-client/http/serialization/query-serializer.d.ts.map +1 -1
- package/dist/esm/user-client/http/serialization/query-serializer.js +4 -0
- package/dist/esm/user-client/http/serialization/query-serializer.js.map +1 -1
- package/dist/esm/user-client/http/transport/request-builder.d.ts +4 -1
- package/dist/esm/user-client/http/transport/request-builder.d.ts.map +1 -1
- package/dist/esm/user-client/http/transport/request-builder.js +23 -1
- package/dist/esm/user-client/http/transport/request-builder.js.map +1 -1
- package/dist/esm/user-client/http/transport/request-fetch-adapter.d.ts +1 -0
- package/dist/esm/user-client/http/transport/request-fetch-adapter.d.ts.map +1 -1
- package/dist/esm/user-client/http/transport/request-fetch-adapter.js +5 -2
- package/dist/esm/user-client/http/transport/request-fetch-adapter.js.map +1 -1
- package/dist/esm/user-client/http/transport/request.d.ts +6 -3
- package/dist/esm/user-client/http/transport/request.d.ts.map +1 -1
- package/dist/esm/user-client/http/transport/request.js +37 -5
- package/dist/esm/user-client/http/transport/request.js.map +1 -1
- package/dist/esm/user-client/http/transport/transport-hook-adapter.d.ts.map +1 -1
- package/dist/esm/user-client/http/transport/transport-hook-adapter.js +2 -1
- package/dist/esm/user-client/http/transport/transport-hook-adapter.js.map +1 -1
- package/dist/esm/user-client/http/transport/types.d.ts +12 -2
- package/dist/esm/user-client/http/transport/types.d.ts.map +1 -1
- package/dist/esm/user-client/http/transport/types.js +3 -1
- package/dist/esm/user-client/http/transport/types.js.map +1 -1
- package/dist/esm/user-client/http/types.d.ts +6 -1
- package/dist/esm/user-client/http/types.d.ts.map +1 -1
- package/dist/esm/user-client/http/types.js.map +1 -1
- package/dist/esm/user-client/http/utils/content-type.d.ts.map +1 -1
- package/dist/esm/user-client/http/utils/content-type.js +22 -9
- package/dist/esm/user-client/http/utils/content-type.js.map +1 -1
- package/dist/esm/user-client/services/channels/channels-service.d.ts +99 -57
- package/dist/esm/user-client/services/channels/channels-service.d.ts.map +1 -1
- package/dist/esm/user-client/services/channels/channels-service.js +236 -56
- package/dist/esm/user-client/services/channels/channels-service.js.map +1 -1
- package/dist/esm/user-client/services/channels/models/apns-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/apns-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/categories.d.ts +145 -0
- package/dist/esm/user-client/services/channels/models/categories.d.ts.map +1 -0
- package/dist/esm/user-client/services/channels/models/categories.js +59 -0
- package/dist/esm/user-client/services/channels/models/categories.js.map +1 -0
- package/dist/esm/user-client/services/channels/models/channels.d.ts +62 -0
- package/dist/esm/user-client/services/channels/models/channels.d.ts.map +1 -0
- package/dist/esm/user-client/services/channels/models/channels.js +41 -0
- package/dist/esm/user-client/services/channels/models/channels.js.map +1 -0
- package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/expo-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/expo-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/fcm-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/fcm-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +28 -28
- package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +16 -16
- package/dist/esm/user-client/services/channels/models/index.d.ts +3 -0
- package/dist/esm/user-client/services/channels/models/index.d.ts.map +1 -1
- package/dist/esm/user-client/services/channels/models/index.js.map +1 -1
- package/dist/esm/user-client/services/channels/models/slack-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/slack-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/teams-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/teams-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/user-preferences.d.ts +239 -0
- package/dist/esm/user-client/services/channels/models/user-preferences.d.ts.map +1 -0
- package/dist/esm/user-client/services/channels/models/user-preferences.js +37 -0
- package/dist/esm/user-client/services/channels/models/user-preferences.js.map +1 -0
- package/dist/esm/user-client/services/channels/models/web-push-token-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/web-push-token.d.ts +8 -8
- package/dist/esm/user-client/services/channels/request-params.d.ts +5 -0
- package/dist/esm/user-client/services/channels/request-params.d.ts.map +1 -1
- package/dist/esm/user-client/services/integrations/integrations-service.d.ts +32 -14
- package/dist/esm/user-client/services/integrations/integrations-service.d.ts.map +1 -1
- package/dist/esm/user-client/services/integrations/integrations-service.js +95 -14
- package/dist/esm/user-client/services/integrations/integrations-service.js.map +1 -1
- package/dist/esm/user-client/services/integrations/models/authed-user.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/inbox-config-payload.d.ts +98 -98
- package/dist/esm/user-client/services/integrations/models/slack-installation.d.ts +57 -57
- package/dist/esm/user-client/services/integrations/models/slack-start-install.d.ts +8 -8
- package/dist/esm/user-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/esm/user-client/services/notifications/models/notification-collection.d.ts +56 -56
- package/dist/esm/user-client/services/notifications/models/notification.d.ts +32 -32
- package/dist/esm/user-client/services/notifications/notifications-service.d.ts +16 -16
- package/dist/esm/user-client/services/notifications/notifications-service.js +16 -16
- package/package.json +3 -3
- package/src/project-client/http/client.ts +44 -6
- package/src/project-client/http/handlers/hook-handler.ts +6 -3
- package/src/project-client/http/handlers/request-validation-handler.ts +14 -4
- package/src/project-client/http/handlers/response-validation-handler.ts +2 -2
- package/src/project-client/http/handlers/retry-handler.ts +4 -1
- package/src/project-client/http/hooks/hook.ts +1 -1
- package/src/project-client/http/serialization/query-serializer.ts +5 -0
- package/src/project-client/http/transport/request-builder.ts +27 -1
- package/src/project-client/http/transport/request-fetch-adapter.ts +6 -2
- package/src/project-client/http/transport/request.ts +31 -5
- package/src/project-client/http/transport/transport-hook-adapter.ts +1 -0
- package/src/project-client/http/transport/types.ts +18 -2
- package/src/project-client/http/types.ts +9 -1
- package/src/project-client/http/utils/content-type.ts +26 -9
- package/src/project-client/index.ts +10 -0
- package/src/project-client/services/broadcasts/broadcasts-service.ts +6 -6
- package/src/project-client/services/channels/channels-service.ts +177 -46
- package/src/project-client/services/channels/request-params.ts +6 -0
- package/src/project-client/services/events/events-service.ts +4 -4
- package/src/project-client/services/integrations/integrations-service.ts +559 -68
- package/src/project-client/services/integrations/models/event-source-config-collection.ts +59 -0
- package/src/project-client/services/integrations/models/event-source-config-payload.ts +45 -0
- package/src/project-client/services/integrations/models/event-source-config.ts +64 -0
- package/src/project-client/services/integrations/models/github-config-collection.ts +54 -0
- package/src/project-client/services/integrations/models/github-config-payload.ts +45 -0
- package/src/project-client/services/integrations/models/github-config.ts +64 -0
- package/src/project-client/services/integrations/models/index.ts +19 -1
- package/src/project-client/services/integrations/models/security.ts +7 -0
- package/src/project-client/services/integrations/models/{reply-to.ts → sendgrid-config-payload-reply-to.ts} +5 -5
- package/src/project-client/services/integrations/models/sendgrid-config-payload.ts +10 -5
- package/src/project-client/services/integrations/models/slack-bot-config-collection.ts +54 -0
- package/src/project-client/services/integrations/models/slack-bot-config-payload.ts +45 -0
- package/src/project-client/services/integrations/models/slack-bot-config.ts +64 -0
- package/src/project-client/services/integrations/models/smtp-config-from.ts +51 -0
- package/src/project-client/services/integrations/models/smtp-config-object-collection.ts +59 -0
- package/src/project-client/services/integrations/models/smtp-config-object.ts +59 -0
- package/src/project-client/services/integrations/models/smtp-config-reply-to.ts +51 -0
- package/src/project-client/services/integrations/models/smtp-config.ts +89 -0
- package/src/project-client/services/integrations/models/stripe-config-collection.ts +54 -0
- package/src/project-client/services/integrations/models/stripe-config-payload.ts +51 -0
- package/src/project-client/services/integrations/models/stripe-config.ts +64 -0
- package/src/project-client/services/integrations/models/webpush-config-payload.ts +1 -1
- package/src/project-client/services/integrations/request-params.ts +20 -0
- package/src/project-client/services/users/users-service.ts +6 -6
- package/src/project-client/services/workflows/index.ts +2 -0
- package/src/project-client/services/workflows/models/create-run-response.ts +45 -0
- package/src/project-client/services/workflows/models/execute-workflow-request.ts +51 -0
- package/src/project-client/services/workflows/models/get-run-response-status.ts +69 -0
- package/src/project-client/services/workflows/models/get-run-response.ts +70 -0
- package/src/project-client/services/workflows/models/index.ts +9 -0
- package/src/project-client/services/workflows/models/steps.ts +57 -0
- package/src/project-client/services/workflows/models/workflow-definition.ts +68 -0
- package/src/project-client/services/workflows/models/workflow-run-collection.ts +54 -0
- package/src/project-client/services/workflows/models/workflow-run-status.ts +69 -0
- package/src/project-client/services/workflows/models/workflow-run.ts +70 -0
- package/src/project-client/services/workflows/workflows-service.ts +172 -0
- package/src/user-client/http/client.ts +44 -6
- package/src/user-client/http/handlers/hook-handler.ts +6 -3
- package/src/user-client/http/handlers/request-validation-handler.ts +14 -4
- package/src/user-client/http/handlers/response-validation-handler.ts +2 -2
- package/src/user-client/http/handlers/retry-handler.ts +4 -1
- package/src/user-client/http/hooks/hook.ts +1 -1
- package/src/user-client/http/serialization/query-serializer.ts +5 -0
- package/src/user-client/http/transport/request-builder.ts +27 -1
- package/src/user-client/http/transport/request-fetch-adapter.ts +6 -2
- package/src/user-client/http/transport/request.ts +31 -5
- package/src/user-client/http/transport/transport-hook-adapter.ts +1 -0
- package/src/user-client/http/transport/types.ts +18 -2
- package/src/user-client/http/types.ts +9 -1
- package/src/user-client/http/utils/content-type.ts +26 -9
- package/src/user-client/services/channels/channels-service.ts +252 -56
- package/src/user-client/services/channels/models/categories.ts +71 -0
- package/src/user-client/services/channels/models/channels.ts +51 -0
- package/src/user-client/services/channels/models/index.ts +3 -0
- package/src/user-client/services/channels/models/user-preferences.ts +47 -0
- package/src/user-client/services/channels/request-params.ts +6 -0
- package/src/user-client/services/integrations/integrations-service.ts +107 -14
- package/src/user-client/services/notifications/notifications-service.ts +16 -16
- package/dist/commonjs/project-client/services/integrations/models/reply-to.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/reply-to.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/reply-to.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/reply-to.js.map +0 -1
|
@@ -300,22 +300,12 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
300
300
|
lastSeenAt?: string | null | undefined;
|
|
301
301
|
updatedAt?: string | null | undefined;
|
|
302
302
|
}[] | null;
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
}[] | null;
|
|
307
|
-
status: string;
|
|
308
|
-
summary: {
|
|
309
|
-
failures: number;
|
|
310
|
-
total: number;
|
|
311
|
-
};
|
|
312
|
-
} | undefined;
|
|
303
|
+
actionUrl?: string | null | undefined;
|
|
304
|
+
category?: string | null | undefined;
|
|
305
|
+
content?: string | null | undefined;
|
|
313
306
|
createdAt?: string | undefined;
|
|
314
307
|
customAttributes?: any;
|
|
315
308
|
id?: string | undefined;
|
|
316
|
-
actionUrl?: string | null | undefined;
|
|
317
|
-
content?: string | null | undefined;
|
|
318
|
-
category?: string | null | undefined;
|
|
319
309
|
overrides?: {
|
|
320
310
|
channels?: {
|
|
321
311
|
email?: {
|
|
@@ -352,6 +342,16 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
352
342
|
webPush?: any;
|
|
353
343
|
} | undefined;
|
|
354
344
|
} | null | undefined;
|
|
345
|
+
status?: {
|
|
346
|
+
errors: {
|
|
347
|
+
message?: string | undefined;
|
|
348
|
+
}[] | null;
|
|
349
|
+
status: string;
|
|
350
|
+
summary: {
|
|
351
|
+
failures: number;
|
|
352
|
+
total: number;
|
|
353
|
+
};
|
|
354
|
+
} | undefined;
|
|
355
355
|
topic?: string | null | undefined;
|
|
356
356
|
}, {
|
|
357
357
|
title: string;
|
|
@@ -367,22 +367,12 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
367
367
|
lastSeenAt?: string | null | undefined;
|
|
368
368
|
updatedAt?: string | null | undefined;
|
|
369
369
|
}[] | null;
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
}[] | null;
|
|
374
|
-
status: string;
|
|
375
|
-
summary: {
|
|
376
|
-
failures: number;
|
|
377
|
-
total: number;
|
|
378
|
-
};
|
|
379
|
-
} | undefined;
|
|
370
|
+
actionUrl?: string | null | undefined;
|
|
371
|
+
category?: string | null | undefined;
|
|
372
|
+
content?: string | null | undefined;
|
|
380
373
|
createdAt?: string | undefined;
|
|
381
374
|
customAttributes?: any;
|
|
382
375
|
id?: string | undefined;
|
|
383
|
-
actionUrl?: string | null | undefined;
|
|
384
|
-
content?: string | null | undefined;
|
|
385
|
-
category?: string | null | undefined;
|
|
386
376
|
overrides?: {
|
|
387
377
|
channels?: {
|
|
388
378
|
email?: {
|
|
@@ -419,6 +409,16 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
419
409
|
webPush?: any;
|
|
420
410
|
} | undefined;
|
|
421
411
|
} | null | undefined;
|
|
412
|
+
status?: {
|
|
413
|
+
errors: {
|
|
414
|
+
message?: string | undefined;
|
|
415
|
+
}[] | null;
|
|
416
|
+
status: string;
|
|
417
|
+
summary: {
|
|
418
|
+
failures: number;
|
|
419
|
+
total: number;
|
|
420
|
+
};
|
|
421
|
+
} | undefined;
|
|
422
422
|
topic?: string | null | undefined;
|
|
423
423
|
}>>, "many">>;
|
|
424
424
|
links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
@@ -449,22 +449,12 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
449
449
|
lastSeenAt?: string | null | undefined;
|
|
450
450
|
updatedAt?: string | null | undefined;
|
|
451
451
|
}[] | null;
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
}[] | null;
|
|
456
|
-
status: string;
|
|
457
|
-
summary: {
|
|
458
|
-
failures: number;
|
|
459
|
-
total: number;
|
|
460
|
-
};
|
|
461
|
-
} | undefined;
|
|
452
|
+
actionUrl?: string | null | undefined;
|
|
453
|
+
category?: string | null | undefined;
|
|
454
|
+
content?: string | null | undefined;
|
|
462
455
|
createdAt?: string | undefined;
|
|
463
456
|
customAttributes?: any;
|
|
464
457
|
id?: string | undefined;
|
|
465
|
-
actionUrl?: string | null | undefined;
|
|
466
|
-
content?: string | null | undefined;
|
|
467
|
-
category?: string | null | undefined;
|
|
468
458
|
overrides?: {
|
|
469
459
|
channels?: {
|
|
470
460
|
email?: {
|
|
@@ -501,6 +491,16 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
501
491
|
webPush?: any;
|
|
502
492
|
} | undefined;
|
|
503
493
|
} | null | undefined;
|
|
494
|
+
status?: {
|
|
495
|
+
errors: {
|
|
496
|
+
message?: string | undefined;
|
|
497
|
+
}[] | null;
|
|
498
|
+
status: string;
|
|
499
|
+
summary: {
|
|
500
|
+
failures: number;
|
|
501
|
+
total: number;
|
|
502
|
+
};
|
|
503
|
+
} | undefined;
|
|
504
504
|
topic?: string | null | undefined;
|
|
505
505
|
}[] | undefined;
|
|
506
506
|
links?: {
|
|
@@ -523,22 +523,12 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
523
523
|
lastSeenAt?: string | null | undefined;
|
|
524
524
|
updatedAt?: string | null | undefined;
|
|
525
525
|
}[] | null;
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
}[] | null;
|
|
530
|
-
status: string;
|
|
531
|
-
summary: {
|
|
532
|
-
failures: number;
|
|
533
|
-
total: number;
|
|
534
|
-
};
|
|
535
|
-
} | undefined;
|
|
526
|
+
actionUrl?: string | null | undefined;
|
|
527
|
+
category?: string | null | undefined;
|
|
528
|
+
content?: string | null | undefined;
|
|
536
529
|
createdAt?: string | undefined;
|
|
537
530
|
customAttributes?: any;
|
|
538
531
|
id?: string | undefined;
|
|
539
|
-
actionUrl?: string | null | undefined;
|
|
540
|
-
content?: string | null | undefined;
|
|
541
|
-
category?: string | null | undefined;
|
|
542
532
|
overrides?: {
|
|
543
533
|
channels?: {
|
|
544
534
|
email?: {
|
|
@@ -575,6 +565,16 @@ export declare const broadcastCollection: z.ZodLazy<z.ZodObject<{
|
|
|
575
565
|
webPush?: any;
|
|
576
566
|
} | undefined;
|
|
577
567
|
} | null | undefined;
|
|
568
|
+
status?: {
|
|
569
|
+
errors: {
|
|
570
|
+
message?: string | undefined;
|
|
571
|
+
}[] | null;
|
|
572
|
+
status: string;
|
|
573
|
+
summary: {
|
|
574
|
+
failures: number;
|
|
575
|
+
total: number;
|
|
576
|
+
};
|
|
577
|
+
} | undefined;
|
|
578
578
|
topic?: string | null | undefined;
|
|
579
579
|
}[] | undefined;
|
|
580
580
|
links?: {
|
|
@@ -609,84 +609,84 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
609
609
|
content: z.ZodOptional<z.ZodString>;
|
|
610
610
|
title: z.ZodOptional<z.ZodString>;
|
|
611
611
|
}, "strip", z.ZodTypeAny, {
|
|
612
|
+
action_url?: string | null | undefined;
|
|
612
613
|
content?: string | undefined;
|
|
613
614
|
title?: string | undefined;
|
|
614
|
-
action_url?: string | null | undefined;
|
|
615
615
|
}, {
|
|
616
|
+
action_url?: string | null | undefined;
|
|
616
617
|
content?: string | undefined;
|
|
617
618
|
title?: string | undefined;
|
|
618
|
-
action_url?: string | null | undefined;
|
|
619
619
|
}>, {
|
|
620
620
|
actionUrl: string | null | undefined;
|
|
621
621
|
content: string | undefined;
|
|
622
622
|
title: string | undefined;
|
|
623
623
|
}, {
|
|
624
|
+
action_url?: string | null | undefined;
|
|
624
625
|
content?: string | undefined;
|
|
625
626
|
title?: string | undefined;
|
|
626
|
-
action_url?: string | null | undefined;
|
|
627
627
|
}>>>;
|
|
628
628
|
in_app: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
629
629
|
action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
630
630
|
content: z.ZodOptional<z.ZodString>;
|
|
631
631
|
title: z.ZodOptional<z.ZodString>;
|
|
632
632
|
}, "strip", z.ZodTypeAny, {
|
|
633
|
+
action_url?: string | null | undefined;
|
|
633
634
|
content?: string | undefined;
|
|
634
635
|
title?: string | undefined;
|
|
635
|
-
action_url?: string | null | undefined;
|
|
636
636
|
}, {
|
|
637
|
+
action_url?: string | null | undefined;
|
|
637
638
|
content?: string | undefined;
|
|
638
639
|
title?: string | undefined;
|
|
639
|
-
action_url?: string | null | undefined;
|
|
640
640
|
}>, {
|
|
641
641
|
actionUrl: string | null | undefined;
|
|
642
642
|
content: string | undefined;
|
|
643
643
|
title: string | undefined;
|
|
644
644
|
}, {
|
|
645
|
+
action_url?: string | null | undefined;
|
|
645
646
|
content?: string | undefined;
|
|
646
647
|
title?: string | undefined;
|
|
647
|
-
action_url?: string | null | undefined;
|
|
648
648
|
}>>>;
|
|
649
649
|
mobile_push: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
650
650
|
action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
651
651
|
content: z.ZodOptional<z.ZodString>;
|
|
652
652
|
title: z.ZodOptional<z.ZodString>;
|
|
653
653
|
}, "strip", z.ZodTypeAny, {
|
|
654
|
+
action_url?: string | null | undefined;
|
|
654
655
|
content?: string | undefined;
|
|
655
656
|
title?: string | undefined;
|
|
656
|
-
action_url?: string | null | undefined;
|
|
657
657
|
}, {
|
|
658
|
+
action_url?: string | null | undefined;
|
|
658
659
|
content?: string | undefined;
|
|
659
660
|
title?: string | undefined;
|
|
660
|
-
action_url?: string | null | undefined;
|
|
661
661
|
}>, {
|
|
662
662
|
actionUrl: string | null | undefined;
|
|
663
663
|
content: string | undefined;
|
|
664
664
|
title: string | undefined;
|
|
665
665
|
}, {
|
|
666
|
+
action_url?: string | null | undefined;
|
|
666
667
|
content?: string | undefined;
|
|
667
668
|
title?: string | undefined;
|
|
668
|
-
action_url?: string | null | undefined;
|
|
669
669
|
}>>>;
|
|
670
670
|
sms: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
671
671
|
action_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
672
672
|
content: z.ZodOptional<z.ZodString>;
|
|
673
673
|
title: z.ZodOptional<z.ZodString>;
|
|
674
674
|
}, "strip", z.ZodTypeAny, {
|
|
675
|
+
action_url?: string | null | undefined;
|
|
675
676
|
content?: string | undefined;
|
|
676
677
|
title?: string | undefined;
|
|
677
|
-
action_url?: string | null | undefined;
|
|
678
678
|
}, {
|
|
679
|
+
action_url?: string | null | undefined;
|
|
679
680
|
content?: string | undefined;
|
|
680
681
|
title?: string | undefined;
|
|
681
|
-
action_url?: string | null | undefined;
|
|
682
682
|
}>, {
|
|
683
683
|
actionUrl: string | null | undefined;
|
|
684
684
|
content: string | undefined;
|
|
685
685
|
title: string | undefined;
|
|
686
686
|
}, {
|
|
687
|
+
action_url?: string | null | undefined;
|
|
687
688
|
content?: string | undefined;
|
|
688
689
|
title?: string | undefined;
|
|
689
|
-
action_url?: string | null | undefined;
|
|
690
690
|
}>>>;
|
|
691
691
|
}, "strip", z.ZodTypeAny, {
|
|
692
692
|
email?: {
|
|
@@ -694,41 +694,41 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
694
694
|
content: string | undefined;
|
|
695
695
|
title: string | undefined;
|
|
696
696
|
} | undefined;
|
|
697
|
-
|
|
697
|
+
in_app?: {
|
|
698
698
|
actionUrl: string | null | undefined;
|
|
699
699
|
content: string | undefined;
|
|
700
700
|
title: string | undefined;
|
|
701
701
|
} | undefined;
|
|
702
|
-
|
|
702
|
+
mobile_push?: {
|
|
703
703
|
actionUrl: string | null | undefined;
|
|
704
704
|
content: string | undefined;
|
|
705
705
|
title: string | undefined;
|
|
706
706
|
} | undefined;
|
|
707
|
-
|
|
707
|
+
sms?: {
|
|
708
708
|
actionUrl: string | null | undefined;
|
|
709
709
|
content: string | undefined;
|
|
710
710
|
title: string | undefined;
|
|
711
711
|
} | undefined;
|
|
712
712
|
}, {
|
|
713
713
|
email?: {
|
|
714
|
-
content?: string | undefined;
|
|
715
|
-
title?: string | undefined;
|
|
716
714
|
action_url?: string | null | undefined;
|
|
717
|
-
} | undefined;
|
|
718
|
-
sms?: {
|
|
719
715
|
content?: string | undefined;
|
|
720
716
|
title?: string | undefined;
|
|
721
|
-
action_url?: string | null | undefined;
|
|
722
717
|
} | undefined;
|
|
723
718
|
in_app?: {
|
|
719
|
+
action_url?: string | null | undefined;
|
|
724
720
|
content?: string | undefined;
|
|
725
721
|
title?: string | undefined;
|
|
726
|
-
action_url?: string | null | undefined;
|
|
727
722
|
} | undefined;
|
|
728
723
|
mobile_push?: {
|
|
724
|
+
action_url?: string | null | undefined;
|
|
729
725
|
content?: string | undefined;
|
|
730
726
|
title?: string | undefined;
|
|
727
|
+
} | undefined;
|
|
728
|
+
sms?: {
|
|
731
729
|
action_url?: string | null | undefined;
|
|
730
|
+
content?: string | undefined;
|
|
731
|
+
title?: string | undefined;
|
|
732
732
|
} | undefined;
|
|
733
733
|
}>, {
|
|
734
734
|
email: {
|
|
@@ -753,24 +753,24 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
753
753
|
} | undefined;
|
|
754
754
|
}, {
|
|
755
755
|
email?: {
|
|
756
|
-
content?: string | undefined;
|
|
757
|
-
title?: string | undefined;
|
|
758
756
|
action_url?: string | null | undefined;
|
|
759
|
-
} | undefined;
|
|
760
|
-
sms?: {
|
|
761
757
|
content?: string | undefined;
|
|
762
758
|
title?: string | undefined;
|
|
763
|
-
action_url?: string | null | undefined;
|
|
764
759
|
} | undefined;
|
|
765
760
|
in_app?: {
|
|
761
|
+
action_url?: string | null | undefined;
|
|
766
762
|
content?: string | undefined;
|
|
767
763
|
title?: string | undefined;
|
|
768
|
-
action_url?: string | null | undefined;
|
|
769
764
|
} | undefined;
|
|
770
765
|
mobile_push?: {
|
|
766
|
+
action_url?: string | null | undefined;
|
|
771
767
|
content?: string | undefined;
|
|
772
768
|
title?: string | undefined;
|
|
769
|
+
} | undefined;
|
|
770
|
+
sms?: {
|
|
773
771
|
action_url?: string | null | undefined;
|
|
772
|
+
content?: string | undefined;
|
|
773
|
+
title?: string | undefined;
|
|
774
774
|
} | undefined;
|
|
775
775
|
}>>>;
|
|
776
776
|
providers: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
@@ -867,24 +867,24 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
867
867
|
}, {
|
|
868
868
|
channels?: {
|
|
869
869
|
email?: {
|
|
870
|
-
content?: string | undefined;
|
|
871
|
-
title?: string | undefined;
|
|
872
870
|
action_url?: string | null | undefined;
|
|
873
|
-
} | undefined;
|
|
874
|
-
sms?: {
|
|
875
871
|
content?: string | undefined;
|
|
876
872
|
title?: string | undefined;
|
|
877
|
-
action_url?: string | null | undefined;
|
|
878
873
|
} | undefined;
|
|
879
874
|
in_app?: {
|
|
875
|
+
action_url?: string | null | undefined;
|
|
880
876
|
content?: string | undefined;
|
|
881
877
|
title?: string | undefined;
|
|
882
|
-
action_url?: string | null | undefined;
|
|
883
878
|
} | undefined;
|
|
884
879
|
mobile_push?: {
|
|
880
|
+
action_url?: string | null | undefined;
|
|
885
881
|
content?: string | undefined;
|
|
886
882
|
title?: string | undefined;
|
|
883
|
+
} | undefined;
|
|
884
|
+
sms?: {
|
|
887
885
|
action_url?: string | null | undefined;
|
|
886
|
+
content?: string | undefined;
|
|
887
|
+
title?: string | undefined;
|
|
888
888
|
} | undefined;
|
|
889
889
|
} | undefined;
|
|
890
890
|
providers?: {
|
|
@@ -937,24 +937,24 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
937
937
|
}, {
|
|
938
938
|
channels?: {
|
|
939
939
|
email?: {
|
|
940
|
-
content?: string | undefined;
|
|
941
|
-
title?: string | undefined;
|
|
942
940
|
action_url?: string | null | undefined;
|
|
943
|
-
} | undefined;
|
|
944
|
-
sms?: {
|
|
945
941
|
content?: string | undefined;
|
|
946
942
|
title?: string | undefined;
|
|
947
|
-
action_url?: string | null | undefined;
|
|
948
943
|
} | undefined;
|
|
949
944
|
in_app?: {
|
|
945
|
+
action_url?: string | null | undefined;
|
|
950
946
|
content?: string | undefined;
|
|
951
947
|
title?: string | undefined;
|
|
952
|
-
action_url?: string | null | undefined;
|
|
953
948
|
} | undefined;
|
|
954
949
|
mobile_push?: {
|
|
950
|
+
action_url?: string | null | undefined;
|
|
955
951
|
content?: string | undefined;
|
|
956
952
|
title?: string | undefined;
|
|
953
|
+
} | undefined;
|
|
954
|
+
sms?: {
|
|
957
955
|
action_url?: string | null | undefined;
|
|
956
|
+
content?: string | undefined;
|
|
957
|
+
title?: string | undefined;
|
|
958
958
|
} | undefined;
|
|
959
959
|
} | undefined;
|
|
960
960
|
providers?: {
|
|
@@ -982,23 +982,23 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
982
982
|
last_seen_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
983
983
|
updated_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
984
984
|
}, "strip", z.ZodTypeAny, {
|
|
985
|
-
email?: string | null | undefined;
|
|
986
|
-
id?: string | undefined;
|
|
987
985
|
created_at?: string | null | undefined;
|
|
988
986
|
custom_attributes?: any;
|
|
987
|
+
email?: string | null | undefined;
|
|
989
988
|
external_id?: string | null | undefined;
|
|
990
989
|
first_name?: string | null | undefined;
|
|
990
|
+
id?: string | undefined;
|
|
991
991
|
last_name?: string | null | undefined;
|
|
992
992
|
last_notified_at?: string | null | undefined;
|
|
993
993
|
last_seen_at?: string | null | undefined;
|
|
994
994
|
updated_at?: string | null | undefined;
|
|
995
995
|
}, {
|
|
996
|
-
email?: string | null | undefined;
|
|
997
|
-
id?: string | undefined;
|
|
998
996
|
created_at?: string | null | undefined;
|
|
999
997
|
custom_attributes?: any;
|
|
998
|
+
email?: string | null | undefined;
|
|
1000
999
|
external_id?: string | null | undefined;
|
|
1001
1000
|
first_name?: string | null | undefined;
|
|
1001
|
+
id?: string | undefined;
|
|
1002
1002
|
last_name?: string | null | undefined;
|
|
1003
1003
|
last_notified_at?: string | null | undefined;
|
|
1004
1004
|
last_seen_at?: string | null | undefined;
|
|
@@ -1015,12 +1015,12 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1015
1015
|
lastSeenAt: string | null | undefined;
|
|
1016
1016
|
updatedAt: string | null | undefined;
|
|
1017
1017
|
}, {
|
|
1018
|
-
email?: string | null | undefined;
|
|
1019
|
-
id?: string | undefined;
|
|
1020
1018
|
created_at?: string | null | undefined;
|
|
1021
1019
|
custom_attributes?: any;
|
|
1020
|
+
email?: string | null | undefined;
|
|
1022
1021
|
external_id?: string | null | undefined;
|
|
1023
1022
|
first_name?: string | null | undefined;
|
|
1023
|
+
id?: string | undefined;
|
|
1024
1024
|
last_name?: string | null | undefined;
|
|
1025
1025
|
last_notified_at?: string | null | undefined;
|
|
1026
1026
|
last_seen_at?: string | null | undefined;
|
|
@@ -1108,22 +1108,12 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1108
1108
|
lastSeenAt: string | null | undefined;
|
|
1109
1109
|
updatedAt: string | null | undefined;
|
|
1110
1110
|
}[] | null;
|
|
1111
|
-
status?: {
|
|
1112
|
-
errors: {
|
|
1113
|
-
message: string | undefined;
|
|
1114
|
-
}[] | null;
|
|
1115
|
-
status: string;
|
|
1116
|
-
summary: {
|
|
1117
|
-
failures: number;
|
|
1118
|
-
total: number;
|
|
1119
|
-
};
|
|
1120
|
-
} | undefined;
|
|
1121
|
-
id?: string | undefined;
|
|
1122
|
-
created_at?: string | undefined;
|
|
1123
|
-
custom_attributes?: any;
|
|
1124
|
-
content?: string | null | undefined;
|
|
1125
1111
|
action_url?: string | null | undefined;
|
|
1126
1112
|
category?: string | null | undefined;
|
|
1113
|
+
content?: string | null | undefined;
|
|
1114
|
+
created_at?: string | undefined;
|
|
1115
|
+
custom_attributes?: any;
|
|
1116
|
+
id?: string | undefined;
|
|
1127
1117
|
overrides?: {
|
|
1128
1118
|
channels: {
|
|
1129
1119
|
email: {
|
|
@@ -1160,58 +1150,58 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1160
1150
|
webPush: any;
|
|
1161
1151
|
} | undefined;
|
|
1162
1152
|
} | null | undefined;
|
|
1153
|
+
status?: {
|
|
1154
|
+
errors: {
|
|
1155
|
+
message: string | undefined;
|
|
1156
|
+
}[] | null;
|
|
1157
|
+
status: string;
|
|
1158
|
+
summary: {
|
|
1159
|
+
failures: number;
|
|
1160
|
+
total: number;
|
|
1161
|
+
};
|
|
1162
|
+
} | undefined;
|
|
1163
1163
|
topic?: string | null | undefined;
|
|
1164
1164
|
}, {
|
|
1165
1165
|
title: string;
|
|
1166
1166
|
recipients: {
|
|
1167
|
-
email?: string | null | undefined;
|
|
1168
|
-
id?: string | undefined;
|
|
1169
1167
|
created_at?: string | null | undefined;
|
|
1170
1168
|
custom_attributes?: any;
|
|
1169
|
+
email?: string | null | undefined;
|
|
1171
1170
|
external_id?: string | null | undefined;
|
|
1172
1171
|
first_name?: string | null | undefined;
|
|
1172
|
+
id?: string | undefined;
|
|
1173
1173
|
last_name?: string | null | undefined;
|
|
1174
1174
|
last_notified_at?: string | null | undefined;
|
|
1175
1175
|
last_seen_at?: string | null | undefined;
|
|
1176
1176
|
updated_at?: string | null | undefined;
|
|
1177
1177
|
}[] | null;
|
|
1178
|
-
status?: {
|
|
1179
|
-
errors: {
|
|
1180
|
-
message?: string | undefined;
|
|
1181
|
-
}[] | null;
|
|
1182
|
-
status: string;
|
|
1183
|
-
summary: {
|
|
1184
|
-
failures: number;
|
|
1185
|
-
total: number;
|
|
1186
|
-
};
|
|
1187
|
-
} | undefined;
|
|
1188
|
-
id?: string | undefined;
|
|
1189
|
-
created_at?: string | undefined;
|
|
1190
|
-
custom_attributes?: any;
|
|
1191
|
-
content?: string | null | undefined;
|
|
1192
1178
|
action_url?: string | null | undefined;
|
|
1193
1179
|
category?: string | null | undefined;
|
|
1180
|
+
content?: string | null | undefined;
|
|
1181
|
+
created_at?: string | undefined;
|
|
1182
|
+
custom_attributes?: any;
|
|
1183
|
+
id?: string | undefined;
|
|
1194
1184
|
overrides?: {
|
|
1195
1185
|
channels?: {
|
|
1196
1186
|
email?: {
|
|
1197
|
-
content?: string | undefined;
|
|
1198
|
-
title?: string | undefined;
|
|
1199
1187
|
action_url?: string | null | undefined;
|
|
1200
|
-
} | undefined;
|
|
1201
|
-
sms?: {
|
|
1202
1188
|
content?: string | undefined;
|
|
1203
1189
|
title?: string | undefined;
|
|
1204
|
-
action_url?: string | null | undefined;
|
|
1205
1190
|
} | undefined;
|
|
1206
1191
|
in_app?: {
|
|
1192
|
+
action_url?: string | null | undefined;
|
|
1207
1193
|
content?: string | undefined;
|
|
1208
1194
|
title?: string | undefined;
|
|
1209
|
-
action_url?: string | null | undefined;
|
|
1210
1195
|
} | undefined;
|
|
1211
1196
|
mobile_push?: {
|
|
1197
|
+
action_url?: string | null | undefined;
|
|
1212
1198
|
content?: string | undefined;
|
|
1213
1199
|
title?: string | undefined;
|
|
1200
|
+
} | undefined;
|
|
1201
|
+
sms?: {
|
|
1214
1202
|
action_url?: string | null | undefined;
|
|
1203
|
+
content?: string | undefined;
|
|
1204
|
+
title?: string | undefined;
|
|
1215
1205
|
} | undefined;
|
|
1216
1206
|
} | undefined;
|
|
1217
1207
|
providers?: {
|
|
@@ -1227,6 +1217,16 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1227
1217
|
web_push?: any;
|
|
1228
1218
|
} | undefined;
|
|
1229
1219
|
} | null | undefined;
|
|
1220
|
+
status?: {
|
|
1221
|
+
errors: {
|
|
1222
|
+
message?: string | undefined;
|
|
1223
|
+
}[] | null;
|
|
1224
|
+
status: string;
|
|
1225
|
+
summary: {
|
|
1226
|
+
failures: number;
|
|
1227
|
+
total: number;
|
|
1228
|
+
};
|
|
1229
|
+
} | undefined;
|
|
1230
1230
|
topic?: string | null | undefined;
|
|
1231
1231
|
}>, {
|
|
1232
1232
|
actionUrl: string | null | undefined;
|
|
@@ -1297,55 +1297,45 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1297
1297
|
topic: string | null | undefined;
|
|
1298
1298
|
}, {
|
|
1299
1299
|
title: string;
|
|
1300
|
-
recipients: {
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
last_name?: string | null | undefined;
|
|
1308
|
-
last_notified_at?: string | null | undefined;
|
|
1309
|
-
last_seen_at?: string | null | undefined;
|
|
1310
|
-
updated_at?: string | null | undefined;
|
|
1311
|
-
}[] | null;
|
|
1312
|
-
status?: {
|
|
1313
|
-
errors: {
|
|
1314
|
-
message?: string | undefined;
|
|
1315
|
-
}[] | null;
|
|
1316
|
-
status: string;
|
|
1317
|
-
summary: {
|
|
1318
|
-
failures: number;
|
|
1319
|
-
total: number;
|
|
1320
|
-
};
|
|
1321
|
-
} | undefined;
|
|
1322
|
-
id?: string | undefined;
|
|
1323
|
-
created_at?: string | undefined;
|
|
1324
|
-
custom_attributes?: any;
|
|
1325
|
-
content?: string | null | undefined;
|
|
1300
|
+
recipients: {
|
|
1301
|
+
created_at?: string | null | undefined;
|
|
1302
|
+
custom_attributes?: any;
|
|
1303
|
+
email?: string | null | undefined;
|
|
1304
|
+
external_id?: string | null | undefined;
|
|
1305
|
+
first_name?: string | null | undefined;
|
|
1306
|
+
id?: string | undefined;
|
|
1307
|
+
last_name?: string | null | undefined;
|
|
1308
|
+
last_notified_at?: string | null | undefined;
|
|
1309
|
+
last_seen_at?: string | null | undefined;
|
|
1310
|
+
updated_at?: string | null | undefined;
|
|
1311
|
+
}[] | null;
|
|
1326
1312
|
action_url?: string | null | undefined;
|
|
1327
1313
|
category?: string | null | undefined;
|
|
1314
|
+
content?: string | null | undefined;
|
|
1315
|
+
created_at?: string | undefined;
|
|
1316
|
+
custom_attributes?: any;
|
|
1317
|
+
id?: string | undefined;
|
|
1328
1318
|
overrides?: {
|
|
1329
1319
|
channels?: {
|
|
1330
1320
|
email?: {
|
|
1331
|
-
content?: string | undefined;
|
|
1332
|
-
title?: string | undefined;
|
|
1333
1321
|
action_url?: string | null | undefined;
|
|
1334
|
-
} | undefined;
|
|
1335
|
-
sms?: {
|
|
1336
1322
|
content?: string | undefined;
|
|
1337
1323
|
title?: string | undefined;
|
|
1338
|
-
action_url?: string | null | undefined;
|
|
1339
1324
|
} | undefined;
|
|
1340
1325
|
in_app?: {
|
|
1326
|
+
action_url?: string | null | undefined;
|
|
1341
1327
|
content?: string | undefined;
|
|
1342
1328
|
title?: string | undefined;
|
|
1343
|
-
action_url?: string | null | undefined;
|
|
1344
1329
|
} | undefined;
|
|
1345
1330
|
mobile_push?: {
|
|
1331
|
+
action_url?: string | null | undefined;
|
|
1346
1332
|
content?: string | undefined;
|
|
1347
1333
|
title?: string | undefined;
|
|
1334
|
+
} | undefined;
|
|
1335
|
+
sms?: {
|
|
1348
1336
|
action_url?: string | null | undefined;
|
|
1337
|
+
content?: string | undefined;
|
|
1338
|
+
title?: string | undefined;
|
|
1349
1339
|
} | undefined;
|
|
1350
1340
|
} | undefined;
|
|
1351
1341
|
providers?: {
|
|
@@ -1361,6 +1351,16 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1361
1351
|
web_push?: any;
|
|
1362
1352
|
} | undefined;
|
|
1363
1353
|
} | null | undefined;
|
|
1354
|
+
status?: {
|
|
1355
|
+
errors: {
|
|
1356
|
+
message?: string | undefined;
|
|
1357
|
+
}[] | null;
|
|
1358
|
+
status: string;
|
|
1359
|
+
summary: {
|
|
1360
|
+
failures: number;
|
|
1361
|
+
total: number;
|
|
1362
|
+
};
|
|
1363
|
+
} | undefined;
|
|
1364
1364
|
topic?: string | null | undefined;
|
|
1365
1365
|
}>>, "many">>;
|
|
1366
1366
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
@@ -1462,54 +1462,44 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1462
1462
|
data?: {
|
|
1463
1463
|
title: string;
|
|
1464
1464
|
recipients: {
|
|
1465
|
-
email?: string | null | undefined;
|
|
1466
|
-
id?: string | undefined;
|
|
1467
1465
|
created_at?: string | null | undefined;
|
|
1468
1466
|
custom_attributes?: any;
|
|
1467
|
+
email?: string | null | undefined;
|
|
1469
1468
|
external_id?: string | null | undefined;
|
|
1470
1469
|
first_name?: string | null | undefined;
|
|
1470
|
+
id?: string | undefined;
|
|
1471
1471
|
last_name?: string | null | undefined;
|
|
1472
1472
|
last_notified_at?: string | null | undefined;
|
|
1473
1473
|
last_seen_at?: string | null | undefined;
|
|
1474
1474
|
updated_at?: string | null | undefined;
|
|
1475
1475
|
}[] | null;
|
|
1476
|
-
status?: {
|
|
1477
|
-
errors: {
|
|
1478
|
-
message?: string | undefined;
|
|
1479
|
-
}[] | null;
|
|
1480
|
-
status: string;
|
|
1481
|
-
summary: {
|
|
1482
|
-
failures: number;
|
|
1483
|
-
total: number;
|
|
1484
|
-
};
|
|
1485
|
-
} | undefined;
|
|
1486
|
-
id?: string | undefined;
|
|
1487
|
-
created_at?: string | undefined;
|
|
1488
|
-
custom_attributes?: any;
|
|
1489
|
-
content?: string | null | undefined;
|
|
1490
1476
|
action_url?: string | null | undefined;
|
|
1491
1477
|
category?: string | null | undefined;
|
|
1478
|
+
content?: string | null | undefined;
|
|
1479
|
+
created_at?: string | undefined;
|
|
1480
|
+
custom_attributes?: any;
|
|
1481
|
+
id?: string | undefined;
|
|
1492
1482
|
overrides?: {
|
|
1493
1483
|
channels?: {
|
|
1494
1484
|
email?: {
|
|
1495
|
-
content?: string | undefined;
|
|
1496
|
-
title?: string | undefined;
|
|
1497
1485
|
action_url?: string | null | undefined;
|
|
1498
|
-
} | undefined;
|
|
1499
|
-
sms?: {
|
|
1500
1486
|
content?: string | undefined;
|
|
1501
1487
|
title?: string | undefined;
|
|
1502
|
-
action_url?: string | null | undefined;
|
|
1503
1488
|
} | undefined;
|
|
1504
1489
|
in_app?: {
|
|
1490
|
+
action_url?: string | null | undefined;
|
|
1505
1491
|
content?: string | undefined;
|
|
1506
1492
|
title?: string | undefined;
|
|
1507
|
-
action_url?: string | null | undefined;
|
|
1508
1493
|
} | undefined;
|
|
1509
1494
|
mobile_push?: {
|
|
1495
|
+
action_url?: string | null | undefined;
|
|
1510
1496
|
content?: string | undefined;
|
|
1511
1497
|
title?: string | undefined;
|
|
1498
|
+
} | undefined;
|
|
1499
|
+
sms?: {
|
|
1512
1500
|
action_url?: string | null | undefined;
|
|
1501
|
+
content?: string | undefined;
|
|
1502
|
+
title?: string | undefined;
|
|
1513
1503
|
} | undefined;
|
|
1514
1504
|
} | undefined;
|
|
1515
1505
|
providers?: {
|
|
@@ -1525,6 +1515,16 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1525
1515
|
web_push?: any;
|
|
1526
1516
|
} | undefined;
|
|
1527
1517
|
} | null | undefined;
|
|
1518
|
+
status?: {
|
|
1519
|
+
errors: {
|
|
1520
|
+
message?: string | undefined;
|
|
1521
|
+
}[] | null;
|
|
1522
|
+
status: string;
|
|
1523
|
+
summary: {
|
|
1524
|
+
failures: number;
|
|
1525
|
+
total: number;
|
|
1526
|
+
};
|
|
1527
|
+
} | undefined;
|
|
1528
1528
|
topic?: string | null | undefined;
|
|
1529
1529
|
}[] | undefined;
|
|
1530
1530
|
links?: {
|
|
@@ -1610,54 +1610,44 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1610
1610
|
data?: {
|
|
1611
1611
|
title: string;
|
|
1612
1612
|
recipients: {
|
|
1613
|
-
email?: string | null | undefined;
|
|
1614
|
-
id?: string | undefined;
|
|
1615
1613
|
created_at?: string | null | undefined;
|
|
1616
1614
|
custom_attributes?: any;
|
|
1615
|
+
email?: string | null | undefined;
|
|
1617
1616
|
external_id?: string | null | undefined;
|
|
1618
1617
|
first_name?: string | null | undefined;
|
|
1618
|
+
id?: string | undefined;
|
|
1619
1619
|
last_name?: string | null | undefined;
|
|
1620
1620
|
last_notified_at?: string | null | undefined;
|
|
1621
1621
|
last_seen_at?: string | null | undefined;
|
|
1622
1622
|
updated_at?: string | null | undefined;
|
|
1623
1623
|
}[] | null;
|
|
1624
|
-
status?: {
|
|
1625
|
-
errors: {
|
|
1626
|
-
message?: string | undefined;
|
|
1627
|
-
}[] | null;
|
|
1628
|
-
status: string;
|
|
1629
|
-
summary: {
|
|
1630
|
-
failures: number;
|
|
1631
|
-
total: number;
|
|
1632
|
-
};
|
|
1633
|
-
} | undefined;
|
|
1634
|
-
id?: string | undefined;
|
|
1635
|
-
created_at?: string | undefined;
|
|
1636
|
-
custom_attributes?: any;
|
|
1637
|
-
content?: string | null | undefined;
|
|
1638
1624
|
action_url?: string | null | undefined;
|
|
1639
1625
|
category?: string | null | undefined;
|
|
1626
|
+
content?: string | null | undefined;
|
|
1627
|
+
created_at?: string | undefined;
|
|
1628
|
+
custom_attributes?: any;
|
|
1629
|
+
id?: string | undefined;
|
|
1640
1630
|
overrides?: {
|
|
1641
1631
|
channels?: {
|
|
1642
1632
|
email?: {
|
|
1643
|
-
content?: string | undefined;
|
|
1644
|
-
title?: string | undefined;
|
|
1645
1633
|
action_url?: string | null | undefined;
|
|
1646
|
-
} | undefined;
|
|
1647
|
-
sms?: {
|
|
1648
1634
|
content?: string | undefined;
|
|
1649
1635
|
title?: string | undefined;
|
|
1650
|
-
action_url?: string | null | undefined;
|
|
1651
1636
|
} | undefined;
|
|
1652
1637
|
in_app?: {
|
|
1638
|
+
action_url?: string | null | undefined;
|
|
1653
1639
|
content?: string | undefined;
|
|
1654
1640
|
title?: string | undefined;
|
|
1655
|
-
action_url?: string | null | undefined;
|
|
1656
1641
|
} | undefined;
|
|
1657
1642
|
mobile_push?: {
|
|
1643
|
+
action_url?: string | null | undefined;
|
|
1658
1644
|
content?: string | undefined;
|
|
1659
1645
|
title?: string | undefined;
|
|
1646
|
+
} | undefined;
|
|
1647
|
+
sms?: {
|
|
1660
1648
|
action_url?: string | null | undefined;
|
|
1649
|
+
content?: string | undefined;
|
|
1650
|
+
title?: string | undefined;
|
|
1661
1651
|
} | undefined;
|
|
1662
1652
|
} | undefined;
|
|
1663
1653
|
providers?: {
|
|
@@ -1673,6 +1663,16 @@ export declare const broadcastCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
1673
1663
|
web_push?: any;
|
|
1674
1664
|
} | undefined;
|
|
1675
1665
|
} | null | undefined;
|
|
1666
|
+
status?: {
|
|
1667
|
+
errors: {
|
|
1668
|
+
message?: string | undefined;
|
|
1669
|
+
}[] | null;
|
|
1670
|
+
status: string;
|
|
1671
|
+
summary: {
|
|
1672
|
+
failures: number;
|
|
1673
|
+
total: number;
|
|
1674
|
+
};
|
|
1675
|
+
} | undefined;
|
|
1676
1676
|
topic?: string | null | undefined;
|
|
1677
1677
|
}[] | undefined;
|
|
1678
1678
|
links?: {
|
|
@@ -2199,22 +2199,12 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2199
2199
|
last_seen_at: string | null | undefined;
|
|
2200
2200
|
updated_at: string | null | undefined;
|
|
2201
2201
|
}[] | null;
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
}[] | null;
|
|
2206
|
-
status: string;
|
|
2207
|
-
summary: {
|
|
2208
|
-
failures: number;
|
|
2209
|
-
total: number;
|
|
2210
|
-
};
|
|
2211
|
-
} | undefined;
|
|
2202
|
+
actionUrl?: string | null | undefined;
|
|
2203
|
+
category?: string | null | undefined;
|
|
2204
|
+
content?: string | null | undefined;
|
|
2212
2205
|
createdAt?: string | undefined;
|
|
2213
2206
|
customAttributes?: any;
|
|
2214
2207
|
id?: string | undefined;
|
|
2215
|
-
actionUrl?: string | null | undefined;
|
|
2216
|
-
content?: string | null | undefined;
|
|
2217
|
-
category?: string | null | undefined;
|
|
2218
2208
|
overrides?: {
|
|
2219
2209
|
channels: {
|
|
2220
2210
|
email: {
|
|
@@ -2251,6 +2241,16 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2251
2241
|
web_push: any;
|
|
2252
2242
|
} | undefined;
|
|
2253
2243
|
} | null | undefined;
|
|
2244
|
+
status?: {
|
|
2245
|
+
errors: {
|
|
2246
|
+
message: string | undefined;
|
|
2247
|
+
}[] | null;
|
|
2248
|
+
status: string;
|
|
2249
|
+
summary: {
|
|
2250
|
+
failures: number;
|
|
2251
|
+
total: number;
|
|
2252
|
+
};
|
|
2253
|
+
} | undefined;
|
|
2254
2254
|
topic?: string | null | undefined;
|
|
2255
2255
|
}, {
|
|
2256
2256
|
title: string;
|
|
@@ -2266,22 +2266,12 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2266
2266
|
lastSeenAt?: string | null | undefined;
|
|
2267
2267
|
updatedAt?: string | null | undefined;
|
|
2268
2268
|
}[] | null;
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
}[] | null;
|
|
2273
|
-
status: string;
|
|
2274
|
-
summary: {
|
|
2275
|
-
failures: number;
|
|
2276
|
-
total: number;
|
|
2277
|
-
};
|
|
2278
|
-
} | undefined;
|
|
2269
|
+
actionUrl?: string | null | undefined;
|
|
2270
|
+
category?: string | null | undefined;
|
|
2271
|
+
content?: string | null | undefined;
|
|
2279
2272
|
createdAt?: string | undefined;
|
|
2280
2273
|
customAttributes?: any;
|
|
2281
2274
|
id?: string | undefined;
|
|
2282
|
-
actionUrl?: string | null | undefined;
|
|
2283
|
-
content?: string | null | undefined;
|
|
2284
|
-
category?: string | null | undefined;
|
|
2285
2275
|
overrides?: {
|
|
2286
2276
|
channels?: {
|
|
2287
2277
|
email?: {
|
|
@@ -2318,6 +2308,16 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2318
2308
|
webPush?: any;
|
|
2319
2309
|
} | undefined;
|
|
2320
2310
|
} | null | undefined;
|
|
2311
|
+
status?: {
|
|
2312
|
+
errors: {
|
|
2313
|
+
message?: string | undefined;
|
|
2314
|
+
}[] | null;
|
|
2315
|
+
status: string;
|
|
2316
|
+
summary: {
|
|
2317
|
+
failures: number;
|
|
2318
|
+
total: number;
|
|
2319
|
+
};
|
|
2320
|
+
} | undefined;
|
|
2321
2321
|
topic?: string | null | undefined;
|
|
2322
2322
|
}>, {
|
|
2323
2323
|
action_url: string | null | undefined;
|
|
@@ -2400,22 +2400,12 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2400
2400
|
lastSeenAt?: string | null | undefined;
|
|
2401
2401
|
updatedAt?: string | null | undefined;
|
|
2402
2402
|
}[] | null;
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
}[] | null;
|
|
2407
|
-
status: string;
|
|
2408
|
-
summary: {
|
|
2409
|
-
failures: number;
|
|
2410
|
-
total: number;
|
|
2411
|
-
};
|
|
2412
|
-
} | undefined;
|
|
2403
|
+
actionUrl?: string | null | undefined;
|
|
2404
|
+
category?: string | null | undefined;
|
|
2405
|
+
content?: string | null | undefined;
|
|
2413
2406
|
createdAt?: string | undefined;
|
|
2414
2407
|
customAttributes?: any;
|
|
2415
2408
|
id?: string | undefined;
|
|
2416
|
-
actionUrl?: string | null | undefined;
|
|
2417
|
-
content?: string | null | undefined;
|
|
2418
|
-
category?: string | null | undefined;
|
|
2419
2409
|
overrides?: {
|
|
2420
2410
|
channels?: {
|
|
2421
2411
|
email?: {
|
|
@@ -2452,6 +2442,16 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2452
2442
|
webPush?: any;
|
|
2453
2443
|
} | undefined;
|
|
2454
2444
|
} | null | undefined;
|
|
2445
|
+
status?: {
|
|
2446
|
+
errors: {
|
|
2447
|
+
message?: string | undefined;
|
|
2448
|
+
}[] | null;
|
|
2449
|
+
status: string;
|
|
2450
|
+
summary: {
|
|
2451
|
+
failures: number;
|
|
2452
|
+
total: number;
|
|
2453
|
+
};
|
|
2454
|
+
} | undefined;
|
|
2455
2455
|
topic?: string | null | undefined;
|
|
2456
2456
|
}>>, "many">>;
|
|
2457
2457
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
@@ -2564,22 +2564,12 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2564
2564
|
lastSeenAt?: string | null | undefined;
|
|
2565
2565
|
updatedAt?: string | null | undefined;
|
|
2566
2566
|
}[] | null;
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
}[] | null;
|
|
2571
|
-
status: string;
|
|
2572
|
-
summary: {
|
|
2573
|
-
failures: number;
|
|
2574
|
-
total: number;
|
|
2575
|
-
};
|
|
2576
|
-
} | undefined;
|
|
2567
|
+
actionUrl?: string | null | undefined;
|
|
2568
|
+
category?: string | null | undefined;
|
|
2569
|
+
content?: string | null | undefined;
|
|
2577
2570
|
createdAt?: string | undefined;
|
|
2578
2571
|
customAttributes?: any;
|
|
2579
2572
|
id?: string | undefined;
|
|
2580
|
-
actionUrl?: string | null | undefined;
|
|
2581
|
-
content?: string | null | undefined;
|
|
2582
|
-
category?: string | null | undefined;
|
|
2583
2573
|
overrides?: {
|
|
2584
2574
|
channels?: {
|
|
2585
2575
|
email?: {
|
|
@@ -2616,6 +2606,16 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2616
2606
|
webPush?: any;
|
|
2617
2607
|
} | undefined;
|
|
2618
2608
|
} | null | undefined;
|
|
2609
|
+
status?: {
|
|
2610
|
+
errors: {
|
|
2611
|
+
message?: string | undefined;
|
|
2612
|
+
}[] | null;
|
|
2613
|
+
status: string;
|
|
2614
|
+
summary: {
|
|
2615
|
+
failures: number;
|
|
2616
|
+
total: number;
|
|
2617
|
+
};
|
|
2618
|
+
} | undefined;
|
|
2619
2619
|
topic?: string | null | undefined;
|
|
2620
2620
|
}[] | undefined;
|
|
2621
2621
|
links?: {
|
|
@@ -2712,22 +2712,12 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2712
2712
|
lastSeenAt?: string | null | undefined;
|
|
2713
2713
|
updatedAt?: string | null | undefined;
|
|
2714
2714
|
}[] | null;
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
}[] | null;
|
|
2719
|
-
status: string;
|
|
2720
|
-
summary: {
|
|
2721
|
-
failures: number;
|
|
2722
|
-
total: number;
|
|
2723
|
-
};
|
|
2724
|
-
} | undefined;
|
|
2715
|
+
actionUrl?: string | null | undefined;
|
|
2716
|
+
category?: string | null | undefined;
|
|
2717
|
+
content?: string | null | undefined;
|
|
2725
2718
|
createdAt?: string | undefined;
|
|
2726
2719
|
customAttributes?: any;
|
|
2727
2720
|
id?: string | undefined;
|
|
2728
|
-
actionUrl?: string | null | undefined;
|
|
2729
|
-
content?: string | null | undefined;
|
|
2730
|
-
category?: string | null | undefined;
|
|
2731
2721
|
overrides?: {
|
|
2732
2722
|
channels?: {
|
|
2733
2723
|
email?: {
|
|
@@ -2764,6 +2754,16 @@ export declare const broadcastCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
2764
2754
|
webPush?: any;
|
|
2765
2755
|
} | undefined;
|
|
2766
2756
|
} | null | undefined;
|
|
2757
|
+
status?: {
|
|
2758
|
+
errors: {
|
|
2759
|
+
message?: string | undefined;
|
|
2760
|
+
}[] | null;
|
|
2761
|
+
status: string;
|
|
2762
|
+
summary: {
|
|
2763
|
+
failures: number;
|
|
2764
|
+
total: number;
|
|
2765
|
+
};
|
|
2766
|
+
} | undefined;
|
|
2767
2767
|
topic?: string | null | undefined;
|
|
2768
2768
|
}[] | undefined;
|
|
2769
2769
|
links?: {
|