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
|
@@ -13,14 +13,14 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
13
13
|
createdAt: string;
|
|
14
14
|
id: string;
|
|
15
15
|
deviceToken: string;
|
|
16
|
-
updatedAt?: string | null | undefined;
|
|
17
16
|
discardedAt?: string | null | undefined;
|
|
17
|
+
updatedAt?: string | null | undefined;
|
|
18
18
|
}, {
|
|
19
19
|
createdAt: string;
|
|
20
20
|
id: string;
|
|
21
21
|
deviceToken: string;
|
|
22
|
-
updatedAt?: string | null | undefined;
|
|
23
22
|
discardedAt?: string | null | undefined;
|
|
23
|
+
updatedAt?: string | null | undefined;
|
|
24
24
|
}>>, "many">>;
|
|
25
25
|
links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
26
26
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -40,8 +40,8 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
40
40
|
createdAt: string;
|
|
41
41
|
id: string;
|
|
42
42
|
deviceToken: string;
|
|
43
|
-
updatedAt?: string | null | undefined;
|
|
44
43
|
discardedAt?: string | null | undefined;
|
|
44
|
+
updatedAt?: string | null | undefined;
|
|
45
45
|
}[] | undefined;
|
|
46
46
|
links?: {
|
|
47
47
|
first?: string | undefined;
|
|
@@ -53,8 +53,8 @@ export declare const expoTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
53
53
|
createdAt: string;
|
|
54
54
|
id: string;
|
|
55
55
|
deviceToken: string;
|
|
56
|
-
updatedAt?: string | null | undefined;
|
|
57
56
|
discardedAt?: string | null | undefined;
|
|
57
|
+
updatedAt?: string | null | undefined;
|
|
58
58
|
}[] | undefined;
|
|
59
59
|
links?: {
|
|
60
60
|
first?: string | undefined;
|
|
@@ -84,14 +84,14 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
84
84
|
id: string;
|
|
85
85
|
created_at: string;
|
|
86
86
|
device_token: string;
|
|
87
|
-
updated_at?: string | null | undefined;
|
|
88
87
|
discarded_at?: string | null | undefined;
|
|
88
|
+
updated_at?: string | null | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
id: string;
|
|
91
91
|
created_at: string;
|
|
92
92
|
device_token: string;
|
|
93
|
-
updated_at?: string | null | undefined;
|
|
94
93
|
discarded_at?: string | null | undefined;
|
|
94
|
+
updated_at?: string | null | undefined;
|
|
95
95
|
}>, {
|
|
96
96
|
createdAt: string;
|
|
97
97
|
deviceToken: string;
|
|
@@ -102,8 +102,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
102
102
|
id: string;
|
|
103
103
|
created_at: string;
|
|
104
104
|
device_token: string;
|
|
105
|
-
updated_at?: string | null | undefined;
|
|
106
105
|
discarded_at?: string | null | undefined;
|
|
106
|
+
updated_at?: string | null | undefined;
|
|
107
107
|
}>>, "many">>;
|
|
108
108
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
109
109
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -144,8 +144,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
144
144
|
id: string;
|
|
145
145
|
created_at: string;
|
|
146
146
|
device_token: string;
|
|
147
|
-
updated_at?: string | null | undefined;
|
|
148
147
|
discarded_at?: string | null | undefined;
|
|
148
|
+
updated_at?: string | null | undefined;
|
|
149
149
|
}[] | undefined;
|
|
150
150
|
links?: {
|
|
151
151
|
first?: string | undefined;
|
|
@@ -170,8 +170,8 @@ export declare const expoTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodOb
|
|
|
170
170
|
id: string;
|
|
171
171
|
created_at: string;
|
|
172
172
|
device_token: string;
|
|
173
|
-
updated_at?: string | null | undefined;
|
|
174
173
|
discarded_at?: string | null | undefined;
|
|
174
|
+
updated_at?: string | null | undefined;
|
|
175
175
|
}[] | undefined;
|
|
176
176
|
links?: {
|
|
177
177
|
first?: string | undefined;
|
|
@@ -194,14 +194,14 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
194
194
|
createdAt: string;
|
|
195
195
|
id: string;
|
|
196
196
|
deviceToken: string;
|
|
197
|
-
updatedAt?: string | null | undefined;
|
|
198
197
|
discardedAt?: string | null | undefined;
|
|
198
|
+
updatedAt?: string | null | undefined;
|
|
199
199
|
}, {
|
|
200
200
|
createdAt: string;
|
|
201
201
|
id: string;
|
|
202
202
|
deviceToken: string;
|
|
203
|
-
updatedAt?: string | null | undefined;
|
|
204
203
|
discardedAt?: string | null | undefined;
|
|
204
|
+
updatedAt?: string | null | undefined;
|
|
205
205
|
}>, {
|
|
206
206
|
created_at: string;
|
|
207
207
|
device_token: string;
|
|
@@ -212,8 +212,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
212
212
|
createdAt: string;
|
|
213
213
|
id: string;
|
|
214
214
|
deviceToken: string;
|
|
215
|
-
updatedAt?: string | null | undefined;
|
|
216
215
|
discardedAt?: string | null | undefined;
|
|
216
|
+
updatedAt?: string | null | undefined;
|
|
217
217
|
}>>, "many">>;
|
|
218
218
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
219
219
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -254,8 +254,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
254
254
|
createdAt: string;
|
|
255
255
|
id: string;
|
|
256
256
|
deviceToken: string;
|
|
257
|
-
updatedAt?: string | null | undefined;
|
|
258
257
|
discardedAt?: string | null | undefined;
|
|
258
|
+
updatedAt?: string | null | undefined;
|
|
259
259
|
}[] | undefined;
|
|
260
260
|
links?: {
|
|
261
261
|
first?: string | undefined;
|
|
@@ -280,8 +280,8 @@ export declare const expoTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
280
280
|
createdAt: string;
|
|
281
281
|
id: string;
|
|
282
282
|
deviceToken: string;
|
|
283
|
-
updatedAt?: string | null | undefined;
|
|
284
283
|
discardedAt?: string | null | undefined;
|
|
284
|
+
updatedAt?: string | null | undefined;
|
|
285
285
|
}[] | undefined;
|
|
286
286
|
links?: {
|
|
287
287
|
first?: string | undefined;
|
|
@@ -12,14 +12,14 @@ export declare const expoToken: z.ZodLazy<z.ZodObject<{
|
|
|
12
12
|
createdAt: string;
|
|
13
13
|
id: string;
|
|
14
14
|
deviceToken: string;
|
|
15
|
-
updatedAt?: string | null | undefined;
|
|
16
15
|
discardedAt?: string | null | undefined;
|
|
16
|
+
updatedAt?: string | null | undefined;
|
|
17
17
|
}, {
|
|
18
18
|
createdAt: string;
|
|
19
19
|
id: string;
|
|
20
20
|
deviceToken: string;
|
|
21
|
-
updatedAt?: string | null | undefined;
|
|
22
21
|
discardedAt?: string | null | undefined;
|
|
22
|
+
updatedAt?: string | null | undefined;
|
|
23
23
|
}>>;
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
@@ -45,14 +45,14 @@ export declare const expoTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
45
45
|
id: string;
|
|
46
46
|
created_at: string;
|
|
47
47
|
device_token: string;
|
|
48
|
-
updated_at?: string | null | undefined;
|
|
49
48
|
discarded_at?: string | null | undefined;
|
|
49
|
+
updated_at?: string | null | undefined;
|
|
50
50
|
}, {
|
|
51
51
|
id: string;
|
|
52
52
|
created_at: string;
|
|
53
53
|
device_token: string;
|
|
54
|
-
updated_at?: string | null | undefined;
|
|
55
54
|
discarded_at?: string | null | undefined;
|
|
55
|
+
updated_at?: string | null | undefined;
|
|
56
56
|
}>, {
|
|
57
57
|
createdAt: string;
|
|
58
58
|
deviceToken: string;
|
|
@@ -63,8 +63,8 @@ export declare const expoTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
63
63
|
id: string;
|
|
64
64
|
created_at: string;
|
|
65
65
|
device_token: string;
|
|
66
|
-
updated_at?: string | null | undefined;
|
|
67
66
|
discarded_at?: string | null | undefined;
|
|
67
|
+
updated_at?: string | null | undefined;
|
|
68
68
|
}>>;
|
|
69
69
|
/**
|
|
70
70
|
* The shape of the model mapping from the application shape into the api schema.
|
|
@@ -80,14 +80,14 @@ export declare const expoTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
80
80
|
createdAt: string;
|
|
81
81
|
id: string;
|
|
82
82
|
deviceToken: string;
|
|
83
|
-
updatedAt?: string | null | undefined;
|
|
84
83
|
discardedAt?: string | null | undefined;
|
|
84
|
+
updatedAt?: string | null | undefined;
|
|
85
85
|
}, {
|
|
86
86
|
createdAt: string;
|
|
87
87
|
id: string;
|
|
88
88
|
deviceToken: string;
|
|
89
|
-
updatedAt?: string | null | undefined;
|
|
90
89
|
discardedAt?: string | null | undefined;
|
|
90
|
+
updatedAt?: string | null | undefined;
|
|
91
91
|
}>, {
|
|
92
92
|
created_at: string;
|
|
93
93
|
device_token: string;
|
|
@@ -98,7 +98,7 @@ export declare const expoTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
98
98
|
createdAt: string;
|
|
99
99
|
id: string;
|
|
100
100
|
deviceToken: string;
|
|
101
|
-
updatedAt?: string | null | undefined;
|
|
102
101
|
discardedAt?: string | null | undefined;
|
|
102
|
+
updatedAt?: string | null | undefined;
|
|
103
103
|
}>>;
|
|
104
104
|
//# sourceMappingURL=expo-token.d.ts.map
|
|
@@ -14,16 +14,16 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
14
14
|
createdAt: string;
|
|
15
15
|
id: string;
|
|
16
16
|
deviceToken: string;
|
|
17
|
-
updatedAt?: string | null | undefined;
|
|
18
17
|
discardedAt?: string | null | undefined;
|
|
19
18
|
installationId?: string | undefined;
|
|
19
|
+
updatedAt?: string | null | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
createdAt: string;
|
|
22
22
|
id: string;
|
|
23
23
|
deviceToken: string;
|
|
24
|
-
updatedAt?: string | null | undefined;
|
|
25
24
|
discardedAt?: string | null | undefined;
|
|
26
25
|
installationId?: string | undefined;
|
|
26
|
+
updatedAt?: string | null | undefined;
|
|
27
27
|
}>>, "many">>;
|
|
28
28
|
links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
29
29
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -43,9 +43,9 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
43
43
|
createdAt: string;
|
|
44
44
|
id: string;
|
|
45
45
|
deviceToken: string;
|
|
46
|
-
updatedAt?: string | null | undefined;
|
|
47
46
|
discardedAt?: string | null | undefined;
|
|
48
47
|
installationId?: string | undefined;
|
|
48
|
+
updatedAt?: string | null | undefined;
|
|
49
49
|
}[] | undefined;
|
|
50
50
|
links?: {
|
|
51
51
|
first?: string | undefined;
|
|
@@ -57,9 +57,9 @@ export declare const fcmTokenCollection: z.ZodLazy<z.ZodObject<{
|
|
|
57
57
|
createdAt: string;
|
|
58
58
|
id: string;
|
|
59
59
|
deviceToken: string;
|
|
60
|
-
updatedAt?: string | null | undefined;
|
|
61
60
|
discardedAt?: string | null | undefined;
|
|
62
61
|
installationId?: string | undefined;
|
|
62
|
+
updatedAt?: string | null | undefined;
|
|
63
63
|
}[] | undefined;
|
|
64
64
|
links?: {
|
|
65
65
|
first?: string | undefined;
|
|
@@ -90,16 +90,16 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
90
90
|
id: string;
|
|
91
91
|
created_at: string;
|
|
92
92
|
device_token: string;
|
|
93
|
-
updated_at?: string | null | undefined;
|
|
94
93
|
discarded_at?: string | null | undefined;
|
|
95
94
|
installation_id?: string | undefined;
|
|
95
|
+
updated_at?: string | null | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
id: string;
|
|
98
98
|
created_at: string;
|
|
99
99
|
device_token: string;
|
|
100
|
-
updated_at?: string | null | undefined;
|
|
101
100
|
discarded_at?: string | null | undefined;
|
|
102
101
|
installation_id?: string | undefined;
|
|
102
|
+
updated_at?: string | null | undefined;
|
|
103
103
|
}>, {
|
|
104
104
|
createdAt: string;
|
|
105
105
|
deviceToken: string;
|
|
@@ -111,9 +111,9 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
111
111
|
id: string;
|
|
112
112
|
created_at: string;
|
|
113
113
|
device_token: string;
|
|
114
|
-
updated_at?: string | null | undefined;
|
|
115
114
|
discarded_at?: string | null | undefined;
|
|
116
115
|
installation_id?: string | undefined;
|
|
116
|
+
updated_at?: string | null | undefined;
|
|
117
117
|
}>>, "many">>;
|
|
118
118
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
119
119
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -155,9 +155,9 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
155
155
|
id: string;
|
|
156
156
|
created_at: string;
|
|
157
157
|
device_token: string;
|
|
158
|
-
updated_at?: string | null | undefined;
|
|
159
158
|
discarded_at?: string | null | undefined;
|
|
160
159
|
installation_id?: string | undefined;
|
|
160
|
+
updated_at?: string | null | undefined;
|
|
161
161
|
}[] | undefined;
|
|
162
162
|
links?: {
|
|
163
163
|
first?: string | undefined;
|
|
@@ -183,9 +183,9 @@ export declare const fcmTokenCollectionResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
183
183
|
id: string;
|
|
184
184
|
created_at: string;
|
|
185
185
|
device_token: string;
|
|
186
|
-
updated_at?: string | null | undefined;
|
|
187
186
|
discarded_at?: string | null | undefined;
|
|
188
187
|
installation_id?: string | undefined;
|
|
188
|
+
updated_at?: string | null | undefined;
|
|
189
189
|
}[] | undefined;
|
|
190
190
|
links?: {
|
|
191
191
|
first?: string | undefined;
|
|
@@ -209,16 +209,16 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
209
209
|
createdAt: string;
|
|
210
210
|
id: string;
|
|
211
211
|
deviceToken: string;
|
|
212
|
-
updatedAt?: string | null | undefined;
|
|
213
212
|
discardedAt?: string | null | undefined;
|
|
214
213
|
installationId?: string | undefined;
|
|
214
|
+
updatedAt?: string | null | undefined;
|
|
215
215
|
}, {
|
|
216
216
|
createdAt: string;
|
|
217
217
|
id: string;
|
|
218
218
|
deviceToken: string;
|
|
219
|
-
updatedAt?: string | null | undefined;
|
|
220
219
|
discardedAt?: string | null | undefined;
|
|
221
220
|
installationId?: string | undefined;
|
|
221
|
+
updatedAt?: string | null | undefined;
|
|
222
222
|
}>, {
|
|
223
223
|
created_at: string;
|
|
224
224
|
device_token: string;
|
|
@@ -230,9 +230,9 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
230
230
|
createdAt: string;
|
|
231
231
|
id: string;
|
|
232
232
|
deviceToken: string;
|
|
233
|
-
updatedAt?: string | null | undefined;
|
|
234
233
|
discardedAt?: string | null | undefined;
|
|
235
234
|
installationId?: string | undefined;
|
|
235
|
+
updatedAt?: string | null | undefined;
|
|
236
236
|
}>>, "many">>;
|
|
237
237
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
238
238
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -274,9 +274,9 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
274
274
|
createdAt: string;
|
|
275
275
|
id: string;
|
|
276
276
|
deviceToken: string;
|
|
277
|
-
updatedAt?: string | null | undefined;
|
|
278
277
|
discardedAt?: string | null | undefined;
|
|
279
278
|
installationId?: string | undefined;
|
|
279
|
+
updatedAt?: string | null | undefined;
|
|
280
280
|
}[] | undefined;
|
|
281
281
|
links?: {
|
|
282
282
|
first?: string | undefined;
|
|
@@ -302,9 +302,9 @@ export declare const fcmTokenCollectionRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
302
302
|
createdAt: string;
|
|
303
303
|
id: string;
|
|
304
304
|
deviceToken: string;
|
|
305
|
-
updatedAt?: string | null | undefined;
|
|
306
305
|
discardedAt?: string | null | undefined;
|
|
307
306
|
installationId?: string | undefined;
|
|
307
|
+
updatedAt?: string | null | undefined;
|
|
308
308
|
}[] | undefined;
|
|
309
309
|
links?: {
|
|
310
310
|
first?: string | undefined;
|
|
@@ -13,16 +13,16 @@ export declare const fcmToken: z.ZodLazy<z.ZodObject<{
|
|
|
13
13
|
createdAt: string;
|
|
14
14
|
id: string;
|
|
15
15
|
deviceToken: string;
|
|
16
|
-
updatedAt?: string | null | undefined;
|
|
17
16
|
discardedAt?: string | null | undefined;
|
|
18
17
|
installationId?: string | undefined;
|
|
18
|
+
updatedAt?: string | null | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
createdAt: string;
|
|
21
21
|
id: string;
|
|
22
22
|
deviceToken: string;
|
|
23
|
-
updatedAt?: string | null | undefined;
|
|
24
23
|
discardedAt?: string | null | undefined;
|
|
25
24
|
installationId?: string | undefined;
|
|
25
|
+
updatedAt?: string | null | undefined;
|
|
26
26
|
}>>;
|
|
27
27
|
/**
|
|
28
28
|
*
|
|
@@ -50,16 +50,16 @@ export declare const fcmTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
50
50
|
id: string;
|
|
51
51
|
created_at: string;
|
|
52
52
|
device_token: string;
|
|
53
|
-
updated_at?: string | null | undefined;
|
|
54
53
|
discarded_at?: string | null | undefined;
|
|
55
54
|
installation_id?: string | undefined;
|
|
55
|
+
updated_at?: string | null | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
id: string;
|
|
58
58
|
created_at: string;
|
|
59
59
|
device_token: string;
|
|
60
|
-
updated_at?: string | null | undefined;
|
|
61
60
|
discarded_at?: string | null | undefined;
|
|
62
61
|
installation_id?: string | undefined;
|
|
62
|
+
updated_at?: string | null | undefined;
|
|
63
63
|
}>, {
|
|
64
64
|
createdAt: string;
|
|
65
65
|
deviceToken: string;
|
|
@@ -71,9 +71,9 @@ export declare const fcmTokenResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
71
71
|
id: string;
|
|
72
72
|
created_at: string;
|
|
73
73
|
device_token: string;
|
|
74
|
-
updated_at?: string | null | undefined;
|
|
75
74
|
discarded_at?: string | null | undefined;
|
|
76
75
|
installation_id?: string | undefined;
|
|
76
|
+
updated_at?: string | null | undefined;
|
|
77
77
|
}>>;
|
|
78
78
|
/**
|
|
79
79
|
* The shape of the model mapping from the application shape into the api schema.
|
|
@@ -90,16 +90,16 @@ export declare const fcmTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
90
90
|
createdAt: string;
|
|
91
91
|
id: string;
|
|
92
92
|
deviceToken: string;
|
|
93
|
-
updatedAt?: string | null | undefined;
|
|
94
93
|
discardedAt?: string | null | undefined;
|
|
95
94
|
installationId?: string | undefined;
|
|
95
|
+
updatedAt?: string | null | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
createdAt: string;
|
|
98
98
|
id: string;
|
|
99
99
|
deviceToken: string;
|
|
100
|
-
updatedAt?: string | null | undefined;
|
|
101
100
|
discardedAt?: string | null | undefined;
|
|
102
101
|
installationId?: string | undefined;
|
|
102
|
+
updatedAt?: string | null | undefined;
|
|
103
103
|
}>, {
|
|
104
104
|
created_at: string;
|
|
105
105
|
device_token: string;
|
|
@@ -111,8 +111,8 @@ export declare const fcmTokenRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
111
111
|
createdAt: string;
|
|
112
112
|
id: string;
|
|
113
113
|
deviceToken: string;
|
|
114
|
-
updatedAt?: string | null | undefined;
|
|
115
114
|
discardedAt?: string | null | undefined;
|
|
116
115
|
installationId?: string | undefined;
|
|
116
|
+
updatedAt?: string | null | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
//# sourceMappingURL=fcm-token.d.ts.map
|
|
@@ -14,16 +14,16 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
|
|
|
14
14
|
createdAt: string;
|
|
15
15
|
id: string;
|
|
16
16
|
token: string;
|
|
17
|
-
updatedAt?: string | null | undefined;
|
|
18
|
-
discardedAt?: string | null | undefined;
|
|
19
17
|
connectionId?: string | null | undefined;
|
|
18
|
+
discardedAt?: string | null | undefined;
|
|
19
|
+
updatedAt?: string | null | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
createdAt: string;
|
|
22
22
|
id: string;
|
|
23
23
|
token: string;
|
|
24
|
-
updatedAt?: string | null | undefined;
|
|
25
|
-
discardedAt?: string | null | undefined;
|
|
26
24
|
connectionId?: string | null | undefined;
|
|
25
|
+
discardedAt?: string | null | undefined;
|
|
26
|
+
updatedAt?: string | null | undefined;
|
|
27
27
|
}>>, "many">>;
|
|
28
28
|
links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
29
29
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -43,9 +43,9 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
|
|
|
43
43
|
createdAt: string;
|
|
44
44
|
id: string;
|
|
45
45
|
token: string;
|
|
46
|
-
updatedAt?: string | null | undefined;
|
|
47
|
-
discardedAt?: string | null | undefined;
|
|
48
46
|
connectionId?: string | null | undefined;
|
|
47
|
+
discardedAt?: string | null | undefined;
|
|
48
|
+
updatedAt?: string | null | undefined;
|
|
49
49
|
}[] | undefined;
|
|
50
50
|
links?: {
|
|
51
51
|
first?: string | undefined;
|
|
@@ -57,9 +57,9 @@ export declare const inboxTokenResponseCollection: z.ZodLazy<z.ZodObject<{
|
|
|
57
57
|
createdAt: string;
|
|
58
58
|
id: string;
|
|
59
59
|
token: string;
|
|
60
|
-
updatedAt?: string | null | undefined;
|
|
61
|
-
discardedAt?: string | null | undefined;
|
|
62
60
|
connectionId?: string | null | undefined;
|
|
61
|
+
discardedAt?: string | null | undefined;
|
|
62
|
+
updatedAt?: string | null | undefined;
|
|
63
63
|
}[] | undefined;
|
|
64
64
|
links?: {
|
|
65
65
|
first?: string | undefined;
|
|
@@ -90,16 +90,16 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
|
|
|
90
90
|
id: string;
|
|
91
91
|
created_at: string;
|
|
92
92
|
token: string;
|
|
93
|
-
updated_at?: string | null | undefined;
|
|
94
|
-
discarded_at?: string | null | undefined;
|
|
95
93
|
connection_id?: string | null | undefined;
|
|
94
|
+
discarded_at?: string | null | undefined;
|
|
95
|
+
updated_at?: string | null | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
id: string;
|
|
98
98
|
created_at: string;
|
|
99
99
|
token: string;
|
|
100
|
-
updated_at?: string | null | undefined;
|
|
101
|
-
discarded_at?: string | null | undefined;
|
|
102
100
|
connection_id?: string | null | undefined;
|
|
101
|
+
discarded_at?: string | null | undefined;
|
|
102
|
+
updated_at?: string | null | undefined;
|
|
103
103
|
}>, {
|
|
104
104
|
connectionId: string | null | undefined;
|
|
105
105
|
createdAt: string;
|
|
@@ -111,9 +111,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
|
|
|
111
111
|
id: string;
|
|
112
112
|
created_at: string;
|
|
113
113
|
token: string;
|
|
114
|
-
updated_at?: string | null | undefined;
|
|
115
|
-
discarded_at?: string | null | undefined;
|
|
116
114
|
connection_id?: string | null | undefined;
|
|
115
|
+
discarded_at?: string | null | undefined;
|
|
116
|
+
updated_at?: string | null | undefined;
|
|
117
117
|
}>>, "many">>;
|
|
118
118
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
119
119
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -155,9 +155,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
|
|
|
155
155
|
id: string;
|
|
156
156
|
created_at: string;
|
|
157
157
|
token: string;
|
|
158
|
-
updated_at?: string | null | undefined;
|
|
159
|
-
discarded_at?: string | null | undefined;
|
|
160
158
|
connection_id?: string | null | undefined;
|
|
159
|
+
discarded_at?: string | null | undefined;
|
|
160
|
+
updated_at?: string | null | undefined;
|
|
161
161
|
}[] | undefined;
|
|
162
162
|
links?: {
|
|
163
163
|
first?: string | undefined;
|
|
@@ -183,9 +183,9 @@ export declare const inboxTokenResponseCollectionResponse: z.ZodLazy<z.ZodEffect
|
|
|
183
183
|
id: string;
|
|
184
184
|
created_at: string;
|
|
185
185
|
token: string;
|
|
186
|
-
updated_at?: string | null | undefined;
|
|
187
|
-
discarded_at?: string | null | undefined;
|
|
188
186
|
connection_id?: string | null | undefined;
|
|
187
|
+
discarded_at?: string | null | undefined;
|
|
188
|
+
updated_at?: string | null | undefined;
|
|
189
189
|
}[] | undefined;
|
|
190
190
|
links?: {
|
|
191
191
|
first?: string | undefined;
|
|
@@ -209,16 +209,16 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
|
|
|
209
209
|
createdAt: string;
|
|
210
210
|
id: string;
|
|
211
211
|
token: string;
|
|
212
|
-
updatedAt?: string | null | undefined;
|
|
213
|
-
discardedAt?: string | null | undefined;
|
|
214
212
|
connectionId?: string | null | undefined;
|
|
213
|
+
discardedAt?: string | null | undefined;
|
|
214
|
+
updatedAt?: string | null | undefined;
|
|
215
215
|
}, {
|
|
216
216
|
createdAt: string;
|
|
217
217
|
id: string;
|
|
218
218
|
token: string;
|
|
219
|
-
updatedAt?: string | null | undefined;
|
|
220
|
-
discardedAt?: string | null | undefined;
|
|
221
219
|
connectionId?: string | null | undefined;
|
|
220
|
+
discardedAt?: string | null | undefined;
|
|
221
|
+
updatedAt?: string | null | undefined;
|
|
222
222
|
}>, {
|
|
223
223
|
connection_id: string | null | undefined;
|
|
224
224
|
created_at: string;
|
|
@@ -230,9 +230,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
|
|
|
230
230
|
createdAt: string;
|
|
231
231
|
id: string;
|
|
232
232
|
token: string;
|
|
233
|
-
updatedAt?: string | null | undefined;
|
|
234
|
-
discardedAt?: string | null | undefined;
|
|
235
233
|
connectionId?: string | null | undefined;
|
|
234
|
+
discardedAt?: string | null | undefined;
|
|
235
|
+
updatedAt?: string | null | undefined;
|
|
236
236
|
}>>, "many">>;
|
|
237
237
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
238
238
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -274,9 +274,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
|
|
|
274
274
|
createdAt: string;
|
|
275
275
|
id: string;
|
|
276
276
|
token: string;
|
|
277
|
-
updatedAt?: string | null | undefined;
|
|
278
|
-
discardedAt?: string | null | undefined;
|
|
279
277
|
connectionId?: string | null | undefined;
|
|
278
|
+
discardedAt?: string | null | undefined;
|
|
279
|
+
updatedAt?: string | null | undefined;
|
|
280
280
|
}[] | undefined;
|
|
281
281
|
links?: {
|
|
282
282
|
first?: string | undefined;
|
|
@@ -302,9 +302,9 @@ export declare const inboxTokenResponseCollectionRequest: z.ZodLazy<z.ZodEffects
|
|
|
302
302
|
createdAt: string;
|
|
303
303
|
id: string;
|
|
304
304
|
token: string;
|
|
305
|
-
updatedAt?: string | null | undefined;
|
|
306
|
-
discardedAt?: string | null | undefined;
|
|
307
305
|
connectionId?: string | null | undefined;
|
|
306
|
+
discardedAt?: string | null | undefined;
|
|
307
|
+
updatedAt?: string | null | undefined;
|
|
308
308
|
}[] | undefined;
|
|
309
309
|
links?: {
|
|
310
310
|
first?: string | undefined;
|
|
@@ -13,16 +13,16 @@ export declare const inboxTokenResponse: z.ZodLazy<z.ZodObject<{
|
|
|
13
13
|
createdAt: string;
|
|
14
14
|
id: string;
|
|
15
15
|
token: string;
|
|
16
|
-
updatedAt?: string | null | undefined;
|
|
17
|
-
discardedAt?: string | null | undefined;
|
|
18
16
|
connectionId?: string | null | undefined;
|
|
17
|
+
discardedAt?: string | null | undefined;
|
|
18
|
+
updatedAt?: string | null | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
createdAt: string;
|
|
21
21
|
id: string;
|
|
22
22
|
token: string;
|
|
23
|
-
updatedAt?: string | null | undefined;
|
|
24
|
-
discardedAt?: string | null | undefined;
|
|
25
23
|
connectionId?: string | null | undefined;
|
|
24
|
+
discardedAt?: string | null | undefined;
|
|
25
|
+
updatedAt?: string | null | undefined;
|
|
26
26
|
}>>;
|
|
27
27
|
/**
|
|
28
28
|
*
|
|
@@ -50,16 +50,16 @@ export declare const inboxTokenResponseResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
50
50
|
id: string;
|
|
51
51
|
created_at: string;
|
|
52
52
|
token: string;
|
|
53
|
-
updated_at?: string | null | undefined;
|
|
54
|
-
discarded_at?: string | null | undefined;
|
|
55
53
|
connection_id?: string | null | undefined;
|
|
54
|
+
discarded_at?: string | null | undefined;
|
|
55
|
+
updated_at?: string | null | undefined;
|
|
56
56
|
}, {
|
|
57
57
|
id: string;
|
|
58
58
|
created_at: string;
|
|
59
59
|
token: string;
|
|
60
|
-
updated_at?: string | null | undefined;
|
|
61
|
-
discarded_at?: string | null | undefined;
|
|
62
60
|
connection_id?: string | null | undefined;
|
|
61
|
+
discarded_at?: string | null | undefined;
|
|
62
|
+
updated_at?: string | null | undefined;
|
|
63
63
|
}>, {
|
|
64
64
|
connectionId: string | null | undefined;
|
|
65
65
|
createdAt: string;
|
|
@@ -71,9 +71,9 @@ export declare const inboxTokenResponseResponse: z.ZodLazy<z.ZodEffects<z.ZodObj
|
|
|
71
71
|
id: string;
|
|
72
72
|
created_at: string;
|
|
73
73
|
token: string;
|
|
74
|
-
updated_at?: string | null | undefined;
|
|
75
|
-
discarded_at?: string | null | undefined;
|
|
76
74
|
connection_id?: string | null | undefined;
|
|
75
|
+
discarded_at?: string | null | undefined;
|
|
76
|
+
updated_at?: string | null | undefined;
|
|
77
77
|
}>>;
|
|
78
78
|
/**
|
|
79
79
|
* The shape of the model mapping from the application shape into the api schema.
|
|
@@ -90,16 +90,16 @@ export declare const inboxTokenResponseRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
90
90
|
createdAt: string;
|
|
91
91
|
id: string;
|
|
92
92
|
token: string;
|
|
93
|
-
updatedAt?: string | null | undefined;
|
|
94
|
-
discardedAt?: string | null | undefined;
|
|
95
93
|
connectionId?: string | null | undefined;
|
|
94
|
+
discardedAt?: string | null | undefined;
|
|
95
|
+
updatedAt?: string | null | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
createdAt: string;
|
|
98
98
|
id: string;
|
|
99
99
|
token: string;
|
|
100
|
-
updatedAt?: string | null | undefined;
|
|
101
|
-
discardedAt?: string | null | undefined;
|
|
102
100
|
connectionId?: string | null | undefined;
|
|
101
|
+
discardedAt?: string | null | undefined;
|
|
102
|
+
updatedAt?: string | null | undefined;
|
|
103
103
|
}>, {
|
|
104
104
|
connection_id: string | null | undefined;
|
|
105
105
|
created_at: string;
|
|
@@ -111,8 +111,8 @@ export declare const inboxTokenResponseRequest: z.ZodLazy<z.ZodEffects<z.ZodObje
|
|
|
111
111
|
createdAt: string;
|
|
112
112
|
id: string;
|
|
113
113
|
token: string;
|
|
114
|
-
updatedAt?: string | null | undefined;
|
|
115
|
-
discardedAt?: string | null | undefined;
|
|
116
114
|
connectionId?: string | null | undefined;
|
|
115
|
+
discardedAt?: string | null | undefined;
|
|
116
|
+
updatedAt?: string | null | undefined;
|
|
117
117
|
}>>;
|
|
118
118
|
//# sourceMappingURL=inbox-token-response.d.ts.map
|
|
@@ -3,6 +3,8 @@ export type { ApnsTokenCollection } from './apns-token-collection.js';
|
|
|
3
3
|
export { ApnsTokenInstallationId } from './apns-token-installation-id.js';
|
|
4
4
|
export type { ApnsTokenPayload } from './apns-token-payload.js';
|
|
5
5
|
export { ApnsTokenPayloadInstallationId } from './apns-token-payload-installation-id.js';
|
|
6
|
+
export type { Categories } from './categories.js';
|
|
7
|
+
export type { Channels } from './channels.js';
|
|
6
8
|
export type { DiscardResult } from './discard-result.js';
|
|
7
9
|
export type { ExpoToken } from './expo-token.js';
|
|
8
10
|
export type { ExpoTokenCollection } from './expo-token-collection.js';
|
|
@@ -27,6 +29,7 @@ export type { TeamsTokenCollection } from './teams-token-collection.js';
|
|
|
27
29
|
export type { TeamsTokenPayload } from './teams-token-payload.js';
|
|
28
30
|
export type { TeamsTokenPayloadWebhook } from './teams-token-payload-webhook.js';
|
|
29
31
|
export type { TeamsTokenWebhook } from './teams-token-webhook.js';
|
|
32
|
+
export type { UserPreferences } from './user-preferences.js';
|
|
30
33
|
export type { WebPushToken } from './web-push-token.js';
|
|
31
34
|
export type { WebPushTokenCollection } from './web-push-token-collection.js';
|
|
32
35
|
export type { WebPushTokenKeys } from './web-push-token-keys.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/user-client/services/channels/models/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,YAAY,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AACzF,YAAY,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,YAAY,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAChE,YAAY,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C,YAAY,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AACvF,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,YAAY,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,YAAY,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACzF,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,YAAY,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,YAAY,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AACjF,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,YAAY,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AACjF,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,YAAY,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/user-client/services/channels/models/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,YAAY,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC1E,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AACzF,YAAY,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,YAAY,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C,YAAY,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,YAAY,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACtE,YAAY,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAChE,YAAY,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C,YAAY,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,6BAA6B,EAAE,MAAM,wCAAwC,CAAC;AACvF,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,YAAY,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,YAAY,EAAE,4BAA4B,EAAE,MAAM,sCAAsC,CAAC;AACzF,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,YAAY,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,YAAY,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,YAAY,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AACjF,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,YAAY,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AACjF,YAAY,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,YAAY,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,YAAY,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,YAAY,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,YAAY,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC"}
|