magicbell-js 0.1.0 → 0.2.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 +11 -21
- package/dist/commonjs/project-client/index.d.ts +0 -6
- package/dist/commonjs/project-client/index.d.ts.map +1 -1
- package/dist/commonjs/project-client/index.js +2 -28
- package/dist/commonjs/project-client/index.js.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/broadcasts-service.d.ts +1 -1
- package/dist/commonjs/project-client/services/broadcasts/broadcasts-service.js +1 -1
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts +924 -942
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast-collection.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts +639 -697
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast.js +7 -6
- package/dist/commonjs/project-client/services/broadcasts/models/broadcast.js.map +1 -1
- 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/index.d.ts +0 -2
- package/dist/commonjs/project-client/services/broadcasts/models/index.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/models/index.js.map +1 -1
- 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 +17 -229
- package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.js +0 -12
- package/dist/commonjs/project-client/services/broadcasts/models/overrides-channels.js.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts +200 -441
- package/dist/commonjs/project-client/services/broadcasts/models/overrides.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/models/providers.d.ts +102 -60
- package/dist/commonjs/project-client/services/broadcasts/models/providers.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/models/providers.js +35 -20
- package/dist/commonjs/project-client/services/broadcasts/models/providers.js.map +1 -1
- package/dist/commonjs/project-client/services/broadcasts/models/sms.d.ts +3 -3
- package/dist/commonjs/project-client/services/channels/channels-service.d.ts +48 -48
- package/dist/commonjs/project-client/services/channels/channels-service.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/channels/channels-service.js +59 -59
- package/dist/commonjs/project-client/services/channels/channels-service.js.map +1 -1
- package/dist/commonjs/project-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/commonjs/project-client/services/channels/models/inbox-token-response-collection.d.ts +14 -14
- package/dist/commonjs/project-client/services/channels/models/inbox-token-response.d.ts +8 -8
- 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/request-params.d.ts +7 -10
- package/dist/commonjs/project-client/services/channels/request-params.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/common/index.d.ts +1 -0
- package/dist/commonjs/project-client/services/common/index.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/{users/models → common}/user.d.ts +24 -24
- package/dist/commonjs/project-client/services/common/user.d.ts.map +1 -0
- package/dist/commonjs/project-client/services/common/user.js.map +1 -0
- package/dist/commonjs/project-client/services/events/events-service.d.ts +3 -3
- package/dist/commonjs/project-client/services/events/events-service.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/events/events-service.js +6 -6
- package/dist/commonjs/project-client/services/events/events-service.js.map +1 -1
- package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts +97 -193
- package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/integrations/integrations-service.js +128 -528
- package/dist/commonjs/project-client/services/integrations/integrations-service.js.map +1 -1
- 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/theme.d.ts +56 -56
- package/dist/commonjs/project-client/services/integrations/request-params.d.ts +48 -0
- package/dist/commonjs/project-client/services/integrations/request-params.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/users/models/index.d.ts +0 -1
- package/dist/commonjs/project-client/services/users/models/index.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/users/models/user-collection.d.ts +42 -42
- package/dist/commonjs/project-client/services/users/models/user-collection.js +1 -1
- package/dist/commonjs/project-client/services/users/models/user-collection.js.map +1 -1
- package/dist/commonjs/project-client/services/users/users-service.d.ts +6 -6
- package/dist/commonjs/project-client/services/users/users-service.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/users/users-service.js +8 -8
- package/dist/commonjs/project-client/services/users/users-service.js.map +1 -1
- package/dist/commonjs/user-client/services/channels/channels-service.d.ts +61 -61
- package/dist/commonjs/user-client/services/channels/channels-service.d.ts.map +1 -1
- package/dist/commonjs/user-client/services/channels/channels-service.js +74 -74
- package/dist/commonjs/user-client/services/channels/channels-service.js.map +1 -1
- package/dist/commonjs/user-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/commonjs/user-client/services/channels/models/inbox-token-response-collection.d.ts +14 -14
- package/dist/commonjs/user-client/services/channels/models/inbox-token-response.d.ts +8 -8
- 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/request-params.d.ts +7 -7
- 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 +12 -12
- package/dist/commonjs/user-client/services/integrations/integrations-service.js +20 -20
- 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 +6 -6
- package/dist/commonjs/user-client/services/notifications/notifications-service.d.ts.map +1 -1
- package/dist/commonjs/user-client/services/notifications/notifications-service.js +5 -5
- package/dist/commonjs/user-client/services/notifications/notifications-service.js.map +1 -1
- package/dist/commonjs/user-client/services/notifications/request-params.d.ts +2 -2
- package/dist/commonjs/user-client/services/notifications/request-params.d.ts.map +1 -1
- package/dist/esm/project-client/index.d.ts +0 -6
- package/dist/esm/project-client/index.d.ts.map +1 -1
- package/dist/esm/project-client/index.js +0 -26
- package/dist/esm/project-client/index.js.map +1 -1
- package/dist/esm/project-client/services/broadcasts/broadcasts-service.d.ts +1 -1
- package/dist/esm/project-client/services/broadcasts/broadcasts-service.js +1 -1
- package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts +924 -942
- package/dist/esm/project-client/services/broadcasts/models/broadcast-collection.d.ts.map +1 -1
- package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts +639 -697
- package/dist/esm/project-client/services/broadcasts/models/broadcast.d.ts.map +1 -1
- package/dist/esm/project-client/services/broadcasts/models/broadcast.js +7 -6
- package/dist/esm/project-client/services/broadcasts/models/broadcast.js.map +1 -1
- 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/index.d.ts +0 -2
- package/dist/esm/project-client/services/broadcasts/models/index.d.ts.map +1 -1
- package/dist/esm/project-client/services/broadcasts/models/index.js.map +1 -1
- 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 +17 -229
- package/dist/esm/project-client/services/broadcasts/models/overrides-channels.d.ts.map +1 -1
- package/dist/esm/project-client/services/broadcasts/models/overrides-channels.js +0 -12
- package/dist/esm/project-client/services/broadcasts/models/overrides-channels.js.map +1 -1
- package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts +200 -441
- package/dist/esm/project-client/services/broadcasts/models/overrides.d.ts.map +1 -1
- package/dist/esm/project-client/services/broadcasts/models/providers.d.ts +102 -60
- package/dist/esm/project-client/services/broadcasts/models/providers.d.ts.map +1 -1
- package/dist/esm/project-client/services/broadcasts/models/providers.js +35 -20
- package/dist/esm/project-client/services/broadcasts/models/providers.js.map +1 -1
- package/dist/esm/project-client/services/broadcasts/models/sms.d.ts +3 -3
- package/dist/esm/project-client/services/channels/channels-service.d.ts +48 -48
- package/dist/esm/project-client/services/channels/channels-service.d.ts.map +1 -1
- package/dist/esm/project-client/services/channels/channels-service.js +59 -59
- package/dist/esm/project-client/services/channels/channels-service.js.map +1 -1
- package/dist/esm/project-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/esm/project-client/services/channels/models/inbox-token-response-collection.d.ts +14 -14
- package/dist/esm/project-client/services/channels/models/inbox-token-response.d.ts +8 -8
- 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/request-params.d.ts +7 -10
- package/dist/esm/project-client/services/channels/request-params.d.ts.map +1 -1
- package/dist/esm/project-client/services/common/index.d.ts +1 -0
- package/dist/esm/project-client/services/common/index.d.ts.map +1 -1
- package/dist/esm/project-client/services/{users/models → common}/user.d.ts +24 -24
- package/dist/esm/project-client/services/common/user.d.ts.map +1 -0
- package/dist/esm/project-client/services/common/user.js.map +1 -0
- package/dist/esm/project-client/services/events/events-service.d.ts +3 -3
- package/dist/esm/project-client/services/events/events-service.d.ts.map +1 -1
- package/dist/esm/project-client/services/events/events-service.js +6 -6
- package/dist/esm/project-client/services/events/events-service.js.map +1 -1
- package/dist/esm/project-client/services/integrations/integrations-service.d.ts +97 -193
- package/dist/esm/project-client/services/integrations/integrations-service.d.ts.map +1 -1
- package/dist/esm/project-client/services/integrations/integrations-service.js +128 -528
- package/dist/esm/project-client/services/integrations/integrations-service.js.map +1 -1
- 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/theme.d.ts +56 -56
- package/dist/esm/project-client/services/integrations/request-params.d.ts +48 -0
- package/dist/esm/project-client/services/integrations/request-params.d.ts.map +1 -1
- package/dist/esm/project-client/services/users/models/index.d.ts +0 -1
- package/dist/esm/project-client/services/users/models/index.d.ts.map +1 -1
- package/dist/esm/project-client/services/users/models/user-collection.d.ts +42 -42
- package/dist/esm/project-client/services/users/models/user-collection.js +1 -1
- package/dist/esm/project-client/services/users/models/user-collection.js.map +1 -1
- package/dist/esm/project-client/services/users/users-service.d.ts +6 -6
- package/dist/esm/project-client/services/users/users-service.d.ts.map +1 -1
- package/dist/esm/project-client/services/users/users-service.js +8 -8
- package/dist/esm/project-client/services/users/users-service.js.map +1 -1
- package/dist/esm/user-client/services/channels/channels-service.d.ts +61 -61
- package/dist/esm/user-client/services/channels/channels-service.d.ts.map +1 -1
- package/dist/esm/user-client/services/channels/channels-service.js +74 -74
- package/dist/esm/user-client/services/channels/channels-service.js.map +1 -1
- package/dist/esm/user-client/services/channels/models/discard-result.d.ts +8 -8
- package/dist/esm/user-client/services/channels/models/inbox-token-response-collection.d.ts +14 -14
- package/dist/esm/user-client/services/channels/models/inbox-token-response.d.ts +8 -8
- 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/request-params.d.ts +7 -7
- 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 +12 -12
- package/dist/esm/user-client/services/integrations/integrations-service.js +20 -20
- 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 +6 -6
- package/dist/esm/user-client/services/notifications/notifications-service.d.ts.map +1 -1
- package/dist/esm/user-client/services/notifications/notifications-service.js +5 -5
- package/dist/esm/user-client/services/notifications/notifications-service.js.map +1 -1
- package/dist/esm/user-client/services/notifications/request-params.d.ts +2 -2
- package/dist/esm/user-client/services/notifications/request-params.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/project-client/index.ts +0 -20
- package/src/project-client/services/broadcasts/broadcasts-service.ts +1 -1
- package/src/project-client/services/broadcasts/models/broadcast.ts +8 -7
- package/src/project-client/services/broadcasts/models/index.ts +0 -2
- package/src/project-client/services/broadcasts/models/overrides-channels.ts +0 -14
- package/src/project-client/services/broadcasts/models/providers.ts +38 -20
- package/src/project-client/services/channels/channels-service.ts +74 -78
- package/src/project-client/services/channels/request-params.ts +7 -11
- package/src/project-client/services/common/index.ts +1 -0
- package/src/project-client/services/events/events-service.ts +6 -6
- package/src/project-client/services/integrations/integrations-service.ts +195 -545
- package/src/project-client/services/integrations/request-params.ts +64 -0
- package/src/project-client/services/users/models/index.ts +0 -1
- package/src/project-client/services/users/models/user-collection.ts +1 -1
- package/src/project-client/services/users/users-service.ts +8 -8
- package/src/user-client/services/channels/channels-service.ts +88 -106
- package/src/user-client/services/channels/request-params.ts +7 -7
- package/src/user-client/services/integrations/integrations-service.ts +20 -20
- package/src/user-client/services/notifications/notifications-service.ts +12 -8
- package/src/user-client/services/notifications/request-params.ts +2 -2
- package/dist/commonjs/project-client/services/broadcasts/models/slack.d.ts +0 -76
- package/dist/commonjs/project-client/services/broadcasts/models/slack.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/broadcasts/models/slack.js +0 -49
- package/dist/commonjs/project-client/services/broadcasts/models/slack.js.map +0 -1
- package/dist/commonjs/project-client/services/broadcasts/models/web-push.d.ts +0 -76
- package/dist/commonjs/project-client/services/broadcasts/models/web-push.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/broadcasts/models/web-push.js +0 -49
- package/dist/commonjs/project-client/services/broadcasts/models/web-push.js.map +0 -1
- package/dist/commonjs/project-client/services/jwt/index.d.ts +0 -3
- package/dist/commonjs/project-client/services/jwt/index.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/jwt/index.js +0 -8
- package/dist/commonjs/project-client/services/jwt/index.js.map +0 -1
- package/dist/commonjs/project-client/services/jwt/jwt-service.d.ts +0 -32
- package/dist/commonjs/project-client/services/jwt/jwt-service.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/jwt/jwt-service.js +0 -113
- package/dist/commonjs/project-client/services/jwt/jwt-service.js.map +0 -1
- package/dist/commonjs/project-client/services/jwt/models/access-token-collection.d.ts +0 -292
- package/dist/commonjs/project-client/services/jwt/models/access-token-collection.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/jwt/models/access-token-collection.js +0 -46
- package/dist/commonjs/project-client/services/jwt/models/access-token-collection.js.map +0 -1
- package/dist/commonjs/project-client/services/jwt/models/access-token.d.ts +0 -104
- package/dist/commonjs/project-client/services/jwt/models/access-token.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/jwt/models/access-token.js +0 -59
- package/dist/commonjs/project-client/services/jwt/models/access-token.js.map +0 -1
- package/dist/commonjs/project-client/services/jwt/models/create-project-token-request.d.ts +0 -62
- package/dist/commonjs/project-client/services/jwt/models/create-project-token-request.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/jwt/models/create-project-token-request.js +0 -44
- package/dist/commonjs/project-client/services/jwt/models/create-project-token-request.js.map +0 -1
- package/dist/commonjs/project-client/services/jwt/models/create-token-response.d.ts +0 -90
- package/dist/commonjs/project-client/services/jwt/models/create-token-response.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/jwt/models/create-token-response.js +0 -54
- package/dist/commonjs/project-client/services/jwt/models/create-token-response.js.map +0 -1
- package/dist/commonjs/project-client/services/jwt/models/discard-token-response.d.ts +0 -62
- package/dist/commonjs/project-client/services/jwt/models/discard-token-response.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/jwt/models/discard-token-response.js +0 -44
- package/dist/commonjs/project-client/services/jwt/models/discard-token-response.js.map +0 -1
- package/dist/commonjs/project-client/services/jwt/models/index.d.ts +0 -6
- package/dist/commonjs/project-client/services/jwt/models/index.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/jwt/models/index.js +0 -3
- package/dist/commonjs/project-client/services/jwt/models/index.js.map +0 -1
- package/dist/commonjs/project-client/services/jwt/request-params.d.ts +0 -6
- package/dist/commonjs/project-client/services/jwt/request-params.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/jwt/request-params.js +0 -3
- package/dist/commonjs/project-client/services/jwt/request-params.js.map +0 -1
- package/dist/commonjs/project-client/services/notifications/index.d.ts +0 -3
- package/dist/commonjs/project-client/services/notifications/index.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/notifications/index.js +0 -8
- package/dist/commonjs/project-client/services/notifications/index.js.map +0 -1
- package/dist/commonjs/project-client/services/notifications/models/delivery-plan-collection.d.ts +0 -384
- package/dist/commonjs/project-client/services/notifications/models/delivery-plan-collection.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/notifications/models/delivery-plan-collection.js +0 -46
- package/dist/commonjs/project-client/services/notifications/models/delivery-plan-collection.js.map +0 -1
- package/dist/commonjs/project-client/services/notifications/models/delivery-plan.d.ts +0 -160
- package/dist/commonjs/project-client/services/notifications/models/delivery-plan.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/notifications/models/delivery-plan.js +0 -79
- package/dist/commonjs/project-client/services/notifications/models/delivery-plan.js.map +0 -1
- package/dist/commonjs/project-client/services/notifications/models/index.d.ts +0 -3
- package/dist/commonjs/project-client/services/notifications/models/index.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/notifications/models/index.js +0 -3
- package/dist/commonjs/project-client/services/notifications/models/index.js.map +0 -1
- package/dist/commonjs/project-client/services/notifications/notifications-service.d.ts +0 -13
- package/dist/commonjs/project-client/services/notifications/notifications-service.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/notifications/notifications-service.js +0 -43
- package/dist/commonjs/project-client/services/notifications/notifications-service.js.map +0 -1
- package/dist/commonjs/project-client/services/users/models/user.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/users/models/user.js.map +0 -1
- package/dist/esm/project-client/services/broadcasts/models/slack.d.ts +0 -76
- package/dist/esm/project-client/services/broadcasts/models/slack.d.ts.map +0 -1
- package/dist/esm/project-client/services/broadcasts/models/slack.js +0 -46
- package/dist/esm/project-client/services/broadcasts/models/slack.js.map +0 -1
- package/dist/esm/project-client/services/broadcasts/models/web-push.d.ts +0 -76
- package/dist/esm/project-client/services/broadcasts/models/web-push.d.ts.map +0 -1
- package/dist/esm/project-client/services/broadcasts/models/web-push.js +0 -46
- package/dist/esm/project-client/services/broadcasts/models/web-push.js.map +0 -1
- package/dist/esm/project-client/services/jwt/index.d.ts +0 -3
- package/dist/esm/project-client/services/jwt/index.d.ts.map +0 -1
- package/dist/esm/project-client/services/jwt/index.js +0 -3
- package/dist/esm/project-client/services/jwt/index.js.map +0 -1
- package/dist/esm/project-client/services/jwt/jwt-service.d.ts +0 -32
- package/dist/esm/project-client/services/jwt/jwt-service.d.ts.map +0 -1
- package/dist/esm/project-client/services/jwt/jwt-service.js +0 -109
- package/dist/esm/project-client/services/jwt/jwt-service.js.map +0 -1
- package/dist/esm/project-client/services/jwt/models/access-token-collection.d.ts +0 -292
- package/dist/esm/project-client/services/jwt/models/access-token-collection.d.ts.map +0 -1
- package/dist/esm/project-client/services/jwt/models/access-token-collection.js +0 -43
- package/dist/esm/project-client/services/jwt/models/access-token-collection.js.map +0 -1
- package/dist/esm/project-client/services/jwt/models/access-token.d.ts +0 -104
- package/dist/esm/project-client/services/jwt/models/access-token.d.ts.map +0 -1
- package/dist/esm/project-client/services/jwt/models/access-token.js +0 -56
- package/dist/esm/project-client/services/jwt/models/access-token.js.map +0 -1
- package/dist/esm/project-client/services/jwt/models/create-project-token-request.d.ts +0 -62
- package/dist/esm/project-client/services/jwt/models/create-project-token-request.d.ts.map +0 -1
- package/dist/esm/project-client/services/jwt/models/create-project-token-request.js +0 -41
- package/dist/esm/project-client/services/jwt/models/create-project-token-request.js.map +0 -1
- package/dist/esm/project-client/services/jwt/models/create-token-response.d.ts +0 -90
- package/dist/esm/project-client/services/jwt/models/create-token-response.d.ts.map +0 -1
- package/dist/esm/project-client/services/jwt/models/create-token-response.js +0 -51
- package/dist/esm/project-client/services/jwt/models/create-token-response.js.map +0 -1
- package/dist/esm/project-client/services/jwt/models/discard-token-response.d.ts +0 -62
- package/dist/esm/project-client/services/jwt/models/discard-token-response.d.ts.map +0 -1
- package/dist/esm/project-client/services/jwt/models/discard-token-response.js +0 -41
- package/dist/esm/project-client/services/jwt/models/discard-token-response.js.map +0 -1
- package/dist/esm/project-client/services/jwt/models/index.d.ts +0 -6
- package/dist/esm/project-client/services/jwt/models/index.d.ts.map +0 -1
- package/dist/esm/project-client/services/jwt/models/index.js +0 -2
- package/dist/esm/project-client/services/jwt/models/index.js.map +0 -1
- package/dist/esm/project-client/services/jwt/request-params.d.ts +0 -6
- package/dist/esm/project-client/services/jwt/request-params.d.ts.map +0 -1
- package/dist/esm/project-client/services/jwt/request-params.js +0 -2
- package/dist/esm/project-client/services/jwt/request-params.js.map +0 -1
- package/dist/esm/project-client/services/notifications/index.d.ts +0 -3
- package/dist/esm/project-client/services/notifications/index.d.ts.map +0 -1
- package/dist/esm/project-client/services/notifications/index.js +0 -3
- package/dist/esm/project-client/services/notifications/index.js.map +0 -1
- package/dist/esm/project-client/services/notifications/models/delivery-plan-collection.d.ts +0 -384
- package/dist/esm/project-client/services/notifications/models/delivery-plan-collection.d.ts.map +0 -1
- package/dist/esm/project-client/services/notifications/models/delivery-plan-collection.js +0 -43
- package/dist/esm/project-client/services/notifications/models/delivery-plan-collection.js.map +0 -1
- package/dist/esm/project-client/services/notifications/models/delivery-plan.d.ts +0 -160
- package/dist/esm/project-client/services/notifications/models/delivery-plan.d.ts.map +0 -1
- package/dist/esm/project-client/services/notifications/models/delivery-plan.js +0 -76
- package/dist/esm/project-client/services/notifications/models/delivery-plan.js.map +0 -1
- package/dist/esm/project-client/services/notifications/models/index.d.ts +0 -3
- package/dist/esm/project-client/services/notifications/models/index.d.ts.map +0 -1
- package/dist/esm/project-client/services/notifications/models/index.js +0 -2
- package/dist/esm/project-client/services/notifications/models/index.js.map +0 -1
- package/dist/esm/project-client/services/notifications/notifications-service.d.ts +0 -13
- package/dist/esm/project-client/services/notifications/notifications-service.d.ts.map +0 -1
- package/dist/esm/project-client/services/notifications/notifications-service.js +0 -39
- package/dist/esm/project-client/services/notifications/notifications-service.js.map +0 -1
- package/dist/esm/project-client/services/users/models/user.d.ts.map +0 -1
- package/dist/esm/project-client/services/users/models/user.js.map +0 -1
- package/src/project-client/services/broadcasts/models/slack.ts +0 -57
- package/src/project-client/services/broadcasts/models/web-push.ts +0 -57
- package/src/project-client/services/jwt/index.ts +0 -2
- package/src/project-client/services/jwt/jwt-service.ts +0 -121
- package/src/project-client/services/jwt/models/access-token-collection.ts +0 -54
- package/src/project-client/services/jwt/models/access-token.ts +0 -69
- package/src/project-client/services/jwt/models/create-project-token-request.ts +0 -51
- package/src/project-client/services/jwt/models/create-token-response.ts +0 -63
- package/src/project-client/services/jwt/models/discard-token-response.ts +0 -51
- package/src/project-client/services/jwt/models/index.ts +0 -5
- package/src/project-client/services/jwt/request-params.ts +0 -5
- package/src/project-client/services/notifications/index.ts +0 -2
- package/src/project-client/services/notifications/models/delivery-plan-collection.ts +0 -54
- package/src/project-client/services/notifications/models/delivery-plan.ts +0 -93
- package/src/project-client/services/notifications/models/index.ts +0 -2
- package/src/project-client/services/notifications/notifications-service.ts +0 -45
- /package/dist/commonjs/project-client/services/{users/models → common}/user.js +0 -0
- /package/dist/esm/project-client/services/{users/models → common}/user.js +0 -0
- /package/src/project-client/services/{users/models → common}/user.ts +0 -0
|
@@ -32,7 +32,7 @@ import { TwilioConfigCollection } from './models/twilio-config-collection.js';
|
|
|
32
32
|
import { TwilioConfigPayload } from './models/twilio-config-payload.js';
|
|
33
33
|
import { WebpushConfigCollection } from './models/webpush-config-collection.js';
|
|
34
34
|
import { WebpushConfigPayload } from './models/webpush-config-payload.js';
|
|
35
|
-
import { ListIntegrationsParams } from './request-params.js';
|
|
35
|
+
import { DeleteApnsIntegrationParams, DeleteAwssnsIntegrationParams, DeleteEventsourceIntegrationParams, DeleteExpoIntegrationParams, DeleteFcmIntegrationParams, DeleteGithubIntegrationParams, DeleteInboxIntegrationParams, DeleteMailgunIntegrationParams, DeletePingEmailIntegrationParams, DeleteSendgridIntegrationParams, DeleteSesIntegrationParams, DeleteSlackIntegrationParams, DeleteStripeIntegrationParams, DeleteTemplatesIntegrationParams, DeleteTwilioIntegrationParams, DeleteWebPushIntegrationParams, ListIntegrationsParams } from './request-params.js';
|
|
36
36
|
export declare class IntegrationsService extends BaseService {
|
|
37
37
|
/**
|
|
38
38
|
* Lists all available and configured integrations for the project. Returns a summary of each integration including its type, status, and basic configuration information.
|
|
@@ -44,404 +44,308 @@ export declare class IntegrationsService extends BaseService {
|
|
|
44
44
|
*/
|
|
45
45
|
listIntegrations(params?: ListIntegrationsParams, requestConfig?: RequestConfig): Promise<HttpResponse<IntegrationConfigCollection>>;
|
|
46
46
|
/**
|
|
47
|
-
* Retrieves the current
|
|
47
|
+
* Retrieves the current APNs integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
48
48
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
49
49
|
* @returns {Promise<HttpResponse<ApnsConfigCollection>>} OK
|
|
50
50
|
*/
|
|
51
|
-
|
|
51
|
+
listApnsIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<ApnsConfigCollection>>;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* Updates or creates the APNs integration for the project.
|
|
54
54
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
55
55
|
* @returns {Promise<HttpResponse<ApnsConfigPayload>>} OK
|
|
56
56
|
*/
|
|
57
57
|
saveApnsIntegration(body: ApnsConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<ApnsConfigPayload>>;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* Deletes the APNs integration configuration from the project. This will disable the integration's functionality within the project.
|
|
60
|
+
* @param {string} [params.id] -
|
|
60
61
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
61
62
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
62
63
|
*/
|
|
63
|
-
deleteApnsIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
64
|
+
deleteApnsIntegration(params?: DeleteApnsIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
64
65
|
/**
|
|
65
|
-
*
|
|
66
|
-
* @param {string} id -
|
|
67
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
68
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
69
|
-
*/
|
|
70
|
-
deleteApnsIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
71
|
-
/**
|
|
72
|
-
* Retrieves the current awssns integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
66
|
+
* Retrieves the current Amazon SNS integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
73
67
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
74
68
|
* @returns {Promise<HttpResponse<AwssnsConfigCollection>>} OK
|
|
75
69
|
*/
|
|
76
|
-
|
|
70
|
+
listAwssnsIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<AwssnsConfigCollection>>;
|
|
77
71
|
/**
|
|
78
|
-
*
|
|
72
|
+
* Updates or creates the Amazon SNS integration for the project.
|
|
79
73
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
80
74
|
* @returns {Promise<HttpResponse<AwssnsConfigPayload>>} OK
|
|
81
75
|
*/
|
|
82
76
|
saveAwssnsIntegration(body: AwssnsConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<AwssnsConfigPayload>>;
|
|
83
77
|
/**
|
|
84
|
-
*
|
|
85
|
-
* @param {
|
|
86
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
87
|
-
*/
|
|
88
|
-
deleteAwssnsIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
89
|
-
/**
|
|
90
|
-
* Removes a specific awssns integration instance by ID from the project.
|
|
91
|
-
* @param {string} id -
|
|
78
|
+
* Deletes the Amazon SNS integration configuration from the project. This will disable the integration's functionality within the project.
|
|
79
|
+
* @param {string} [params.id] -
|
|
92
80
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
93
81
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
94
82
|
*/
|
|
95
|
-
|
|
83
|
+
deleteAwssnsIntegration(params?: DeleteAwssnsIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
96
84
|
/**
|
|
97
|
-
* Retrieves the current
|
|
85
|
+
* Retrieves the current EventSource integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
98
86
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
99
87
|
* @returns {Promise<HttpResponse<EventSourceConfigCollection>>} OK
|
|
100
88
|
*/
|
|
101
|
-
|
|
89
|
+
listEventsourceIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<EventSourceConfigCollection>>;
|
|
102
90
|
/**
|
|
103
|
-
*
|
|
91
|
+
* Updates or creates the EventSource integration for the project.
|
|
104
92
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
105
93
|
* @returns {Promise<HttpResponse<EventSourceConfigPayload>>} OK
|
|
106
94
|
*/
|
|
107
95
|
saveEventsourceIntegration(body: EventSourceConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<EventSourceConfigPayload>>;
|
|
108
96
|
/**
|
|
109
|
-
*
|
|
97
|
+
* Deletes the EventSource integration configuration from the project. This will disable the integration's functionality within the project.
|
|
98
|
+
* @param {string} [params.id] -
|
|
110
99
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
111
100
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
112
101
|
*/
|
|
113
|
-
deleteEventsourceIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
102
|
+
deleteEventsourceIntegration(params?: DeleteEventsourceIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
114
103
|
/**
|
|
115
|
-
*
|
|
116
|
-
* @param {string} id -
|
|
117
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
118
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
119
|
-
*/
|
|
120
|
-
deleteEventsourceIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
121
|
-
/**
|
|
122
|
-
* Retrieves the current expo integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
104
|
+
* Retrieves the current Expo integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
123
105
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
124
106
|
* @returns {Promise<HttpResponse<ExpoConfigCollection>>} OK
|
|
125
107
|
*/
|
|
126
|
-
|
|
108
|
+
listExpoIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<ExpoConfigCollection>>;
|
|
127
109
|
/**
|
|
128
|
-
*
|
|
110
|
+
* Updates or creates the Expo integration for the project.
|
|
129
111
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
130
112
|
* @returns {Promise<HttpResponse<ExpoConfigPayload>>} OK
|
|
131
113
|
*/
|
|
132
114
|
saveExpoIntegration(body: ExpoConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<ExpoConfigPayload>>;
|
|
133
115
|
/**
|
|
134
|
-
*
|
|
135
|
-
* @param {
|
|
136
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
137
|
-
*/
|
|
138
|
-
deleteExpoIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
139
|
-
/**
|
|
140
|
-
* Removes a specific expo integration instance by ID from the project.
|
|
141
|
-
* @param {string} id -
|
|
116
|
+
* Deletes the Expo integration configuration from the project. This will disable the integration's functionality within the project.
|
|
117
|
+
* @param {string} [params.id] -
|
|
142
118
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
143
119
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
144
120
|
*/
|
|
145
|
-
|
|
121
|
+
deleteExpoIntegration(params?: DeleteExpoIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
146
122
|
/**
|
|
147
|
-
* Retrieves the current
|
|
123
|
+
* Retrieves the current FCM integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
148
124
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
149
125
|
* @returns {Promise<HttpResponse<FcmConfigCollection>>} OK
|
|
150
126
|
*/
|
|
151
|
-
|
|
127
|
+
listFcmIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<FcmConfigCollection>>;
|
|
152
128
|
/**
|
|
153
|
-
*
|
|
129
|
+
* Updates or creates the FCM integration for the project.
|
|
154
130
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
155
131
|
* @returns {Promise<HttpResponse<FcmConfigPayload>>} OK
|
|
156
132
|
*/
|
|
157
133
|
saveFcmIntegration(body: FcmConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<FcmConfigPayload>>;
|
|
158
134
|
/**
|
|
159
|
-
*
|
|
135
|
+
* Deletes the FCM integration configuration from the project. This will disable the integration's functionality within the project.
|
|
136
|
+
* @param {string} [params.id] -
|
|
160
137
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
161
138
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
162
139
|
*/
|
|
163
|
-
deleteFcmIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
140
|
+
deleteFcmIntegration(params?: DeleteFcmIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
164
141
|
/**
|
|
165
|
-
*
|
|
166
|
-
* @param {string} id -
|
|
167
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
168
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
169
|
-
*/
|
|
170
|
-
deleteFcmIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
171
|
-
/**
|
|
172
|
-
* Retrieves the current github integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
142
|
+
* Retrieves the current GitHub integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
173
143
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
174
144
|
* @returns {Promise<HttpResponse<GithubConfigCollection>>} OK
|
|
175
145
|
*/
|
|
176
|
-
|
|
146
|
+
listGithubIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<GithubConfigCollection>>;
|
|
177
147
|
/**
|
|
178
|
-
*
|
|
148
|
+
* Updates or creates the GitHub integration for the project.
|
|
179
149
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
180
150
|
* @returns {Promise<HttpResponse<GithubConfigPayload>>} OK
|
|
181
151
|
*/
|
|
182
152
|
saveGithubIntegration(body: GithubConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<GithubConfigPayload>>;
|
|
183
153
|
/**
|
|
184
|
-
*
|
|
185
|
-
* @param {
|
|
186
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
187
|
-
*/
|
|
188
|
-
deleteGithubIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
189
|
-
/**
|
|
190
|
-
* Removes a specific github integration instance by ID from the project.
|
|
191
|
-
* @param {string} id -
|
|
154
|
+
* Deletes the GitHub integration configuration from the project. This will disable the integration's functionality within the project.
|
|
155
|
+
* @param {string} [params.id] -
|
|
192
156
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
193
157
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
194
158
|
*/
|
|
195
|
-
|
|
159
|
+
deleteGithubIntegration(params?: DeleteGithubIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
196
160
|
/**
|
|
197
|
-
* Retrieves the current
|
|
161
|
+
* Retrieves the current Inbox integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
198
162
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
199
163
|
* @returns {Promise<HttpResponse<InboxConfigCollection>>} OK
|
|
200
164
|
*/
|
|
201
|
-
|
|
165
|
+
listInboxIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<InboxConfigCollection>>;
|
|
202
166
|
/**
|
|
203
|
-
*
|
|
167
|
+
* Updates or creates the Inbox integration for the project.
|
|
204
168
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
205
169
|
* @returns {Promise<HttpResponse<InboxConfigPayload>>} OK
|
|
206
170
|
*/
|
|
207
171
|
saveInboxIntegration(body: InboxConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<InboxConfigPayload>>;
|
|
208
172
|
/**
|
|
209
|
-
*
|
|
173
|
+
* Deletes the Inbox integration configuration from the project. This will disable the integration's functionality within the project.
|
|
174
|
+
* @param {string} [params.id] -
|
|
210
175
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
211
176
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
212
177
|
*/
|
|
213
|
-
deleteInboxIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
178
|
+
deleteInboxIntegration(params?: DeleteInboxIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
214
179
|
/**
|
|
215
|
-
*
|
|
216
|
-
* @param {string} id -
|
|
217
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
218
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
219
|
-
*/
|
|
220
|
-
deleteInboxIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
221
|
-
/**
|
|
222
|
-
* Retrieves the current mailgun integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
180
|
+
* Retrieves the current Mailgun integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
223
181
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
224
182
|
* @returns {Promise<HttpResponse<MailgunConfigCollection>>} OK
|
|
225
183
|
*/
|
|
226
|
-
|
|
184
|
+
listMailgunIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<MailgunConfigCollection>>;
|
|
227
185
|
/**
|
|
228
|
-
*
|
|
186
|
+
* Updates or creates the Mailgun integration for the project.
|
|
229
187
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
230
188
|
* @returns {Promise<HttpResponse<MailgunConfigPayload>>} OK
|
|
231
189
|
*/
|
|
232
190
|
saveMailgunIntegration(body: MailgunConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<MailgunConfigPayload>>;
|
|
233
191
|
/**
|
|
234
|
-
*
|
|
235
|
-
* @param {
|
|
236
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
237
|
-
*/
|
|
238
|
-
deleteMailgunIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
239
|
-
/**
|
|
240
|
-
* Removes a specific mailgun integration instance by ID from the project.
|
|
241
|
-
* @param {string} id -
|
|
192
|
+
* Deletes the Mailgun integration configuration from the project. This will disable the integration's functionality within the project.
|
|
193
|
+
* @param {string} [params.id] -
|
|
242
194
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
243
195
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
244
196
|
*/
|
|
245
|
-
|
|
197
|
+
deleteMailgunIntegration(params?: DeleteMailgunIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
246
198
|
/**
|
|
247
|
-
* Retrieves the current
|
|
199
|
+
* Retrieves the current Ping Email integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
248
200
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
249
201
|
* @returns {Promise<HttpResponse<PingConfigCollection>>} OK
|
|
250
202
|
*/
|
|
251
|
-
|
|
203
|
+
listPingEmailIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<PingConfigCollection>>;
|
|
252
204
|
/**
|
|
253
|
-
*
|
|
205
|
+
* Updates or creates the Ping Email integration for the project.
|
|
254
206
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
255
207
|
* @returns {Promise<HttpResponse<PingConfigPayload>>} OK
|
|
256
208
|
*/
|
|
257
209
|
savePingEmailIntegration(body: PingConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<PingConfigPayload>>;
|
|
258
210
|
/**
|
|
259
|
-
*
|
|
211
|
+
* Deletes the Ping Email integration configuration from the project. This will disable the integration's functionality within the project.
|
|
212
|
+
* @param {string} [params.id] -
|
|
260
213
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
261
214
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
262
215
|
*/
|
|
263
|
-
deletePingEmailIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
216
|
+
deletePingEmailIntegration(params?: DeletePingEmailIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
264
217
|
/**
|
|
265
|
-
*
|
|
266
|
-
* @param {string} id -
|
|
267
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
268
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
269
|
-
*/
|
|
270
|
-
deletePingEmailIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
271
|
-
/**
|
|
272
|
-
* Retrieves the current sendgrid integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
218
|
+
* Retrieves the current SendGrid integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
273
219
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
274
220
|
* @returns {Promise<HttpResponse<SendgridConfigCollection>>} OK
|
|
275
221
|
*/
|
|
276
|
-
|
|
222
|
+
listSendgridIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<SendgridConfigCollection>>;
|
|
277
223
|
/**
|
|
278
|
-
*
|
|
224
|
+
* Updates or creates the SendGrid integration for the project.
|
|
279
225
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
280
226
|
* @returns {Promise<HttpResponse<SendgridConfigPayload>>} OK
|
|
281
227
|
*/
|
|
282
228
|
saveSendgridIntegration(body: SendgridConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<SendgridConfigPayload>>;
|
|
283
229
|
/**
|
|
284
|
-
*
|
|
285
|
-
* @param {
|
|
286
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
287
|
-
*/
|
|
288
|
-
deleteSendgridIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
289
|
-
/**
|
|
290
|
-
* Removes a specific sendgrid integration instance by ID from the project.
|
|
291
|
-
* @param {string} id -
|
|
230
|
+
* Deletes the SendGrid integration configuration from the project. This will disable the integration's functionality within the project.
|
|
231
|
+
* @param {string} [params.id] -
|
|
292
232
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
293
233
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
294
234
|
*/
|
|
295
|
-
|
|
235
|
+
deleteSendgridIntegration(params?: DeleteSendgridIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
296
236
|
/**
|
|
297
|
-
* Retrieves the current
|
|
237
|
+
* Retrieves the current Amazon SES integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
298
238
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
299
239
|
* @returns {Promise<HttpResponse<SesConfigCollection>>} OK
|
|
300
240
|
*/
|
|
301
|
-
|
|
241
|
+
listSesIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<SesConfigCollection>>;
|
|
302
242
|
/**
|
|
303
|
-
*
|
|
243
|
+
* Updates or creates the Amazon SES integration for the project.
|
|
304
244
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
305
245
|
* @returns {Promise<HttpResponse<SesConfigPayload>>} OK
|
|
306
246
|
*/
|
|
307
247
|
saveSesIntegration(body: SesConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<SesConfigPayload>>;
|
|
308
248
|
/**
|
|
309
|
-
*
|
|
249
|
+
* Deletes the Amazon SES integration configuration from the project. This will disable the integration's functionality within the project.
|
|
250
|
+
* @param {string} [params.id] -
|
|
310
251
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
311
252
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
312
253
|
*/
|
|
313
|
-
deleteSesIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
254
|
+
deleteSesIntegration(params?: DeleteSesIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
314
255
|
/**
|
|
315
|
-
*
|
|
316
|
-
* @param {string} id -
|
|
317
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
318
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
319
|
-
*/
|
|
320
|
-
deleteSesIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
321
|
-
/**
|
|
322
|
-
* Retrieves the current slack integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
256
|
+
* Retrieves the current Slack integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
323
257
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
324
258
|
* @returns {Promise<HttpResponse<SlackConfigCollection>>} OK
|
|
325
259
|
*/
|
|
326
|
-
|
|
260
|
+
listSlackIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<SlackConfigCollection>>;
|
|
327
261
|
/**
|
|
328
|
-
*
|
|
262
|
+
* Updates or creates the Slack integration for the project.
|
|
329
263
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
330
264
|
* @returns {Promise<HttpResponse<SlackConfigPayload>>} OK
|
|
331
265
|
*/
|
|
332
266
|
saveSlackIntegration(body: SlackConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<SlackConfigPayload>>;
|
|
333
267
|
/**
|
|
334
|
-
*
|
|
335
|
-
* @param {
|
|
336
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
337
|
-
*/
|
|
338
|
-
deleteSlackIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
339
|
-
/**
|
|
340
|
-
* Removes a specific slack integration instance by ID from the project.
|
|
341
|
-
* @param {string} id -
|
|
268
|
+
* Deletes the Slack integration configuration from the project. This will disable the integration's functionality within the project.
|
|
269
|
+
* @param {string} [params.id] -
|
|
342
270
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
343
271
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
344
272
|
*/
|
|
345
|
-
|
|
273
|
+
deleteSlackIntegration(params?: DeleteSlackIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
346
274
|
/**
|
|
347
|
-
* Retrieves the current
|
|
275
|
+
* Retrieves the current Stripe integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
348
276
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
349
277
|
* @returns {Promise<HttpResponse<StripeConfigCollection>>} OK
|
|
350
278
|
*/
|
|
351
|
-
|
|
279
|
+
listStripeIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<StripeConfigCollection>>;
|
|
352
280
|
/**
|
|
353
|
-
*
|
|
281
|
+
* Updates or creates the Stripe integration for the project.
|
|
354
282
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
355
283
|
* @returns {Promise<HttpResponse<StripeConfigPayload>>} OK
|
|
356
284
|
*/
|
|
357
285
|
saveStripeIntegration(body: StripeConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<StripeConfigPayload>>;
|
|
358
286
|
/**
|
|
359
|
-
*
|
|
287
|
+
* Deletes the Stripe integration configuration from the project. This will disable the integration's functionality within the project.
|
|
288
|
+
* @param {string} [params.id] -
|
|
360
289
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
361
290
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
362
291
|
*/
|
|
363
|
-
deleteStripeIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
292
|
+
deleteStripeIntegration(params?: DeleteStripeIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
364
293
|
/**
|
|
365
|
-
*
|
|
366
|
-
* @param {string} id -
|
|
367
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
368
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
369
|
-
*/
|
|
370
|
-
deleteStripeIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
371
|
-
/**
|
|
372
|
-
* Retrieves the current templates integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
294
|
+
* Retrieves the current Templates integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
373
295
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
374
296
|
* @returns {Promise<HttpResponse<TemplatesConfigCollection>>} OK
|
|
375
297
|
*/
|
|
376
|
-
|
|
298
|
+
listTemplatesIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<TemplatesConfigCollection>>;
|
|
377
299
|
/**
|
|
378
|
-
*
|
|
300
|
+
* Updates or creates the Templates integration for the project.
|
|
379
301
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
380
302
|
* @returns {Promise<HttpResponse<any>>} OK
|
|
381
303
|
*/
|
|
382
304
|
saveTemplatesIntegration(body: any, requestConfig?: RequestConfig): Promise<HttpResponse<any>>;
|
|
383
305
|
/**
|
|
384
|
-
*
|
|
385
|
-
* @param {
|
|
386
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
387
|
-
*/
|
|
388
|
-
deleteTemplatesIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
389
|
-
/**
|
|
390
|
-
* Removes a specific templates integration instance by ID from the project.
|
|
391
|
-
* @param {string} id -
|
|
306
|
+
* Deletes the Templates integration configuration from the project. This will disable the integration's functionality within the project.
|
|
307
|
+
* @param {string} [params.id] -
|
|
392
308
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
393
309
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
394
310
|
*/
|
|
395
|
-
|
|
311
|
+
deleteTemplatesIntegration(params?: DeleteTemplatesIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
396
312
|
/**
|
|
397
|
-
* Retrieves the current
|
|
313
|
+
* Retrieves the current Twilio integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
398
314
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
399
315
|
* @returns {Promise<HttpResponse<TwilioConfigCollection>>} OK
|
|
400
316
|
*/
|
|
401
|
-
|
|
317
|
+
listTwilioIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<TwilioConfigCollection>>;
|
|
402
318
|
/**
|
|
403
|
-
*
|
|
319
|
+
* Updates or creates the Twilio integration for the project.
|
|
404
320
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
405
321
|
* @returns {Promise<HttpResponse<TwilioConfigPayload>>} OK
|
|
406
322
|
*/
|
|
407
323
|
saveTwilioIntegration(body: TwilioConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<TwilioConfigPayload>>;
|
|
408
324
|
/**
|
|
409
|
-
*
|
|
325
|
+
* Deletes the Twilio integration configuration from the project. This will disable the integration's functionality within the project.
|
|
326
|
+
* @param {string} [params.id] -
|
|
410
327
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
411
328
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
412
329
|
*/
|
|
413
|
-
deleteTwilioIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
330
|
+
deleteTwilioIntegration(params?: DeleteTwilioIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
414
331
|
/**
|
|
415
|
-
*
|
|
416
|
-
* @param {string} id -
|
|
417
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
418
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
419
|
-
*/
|
|
420
|
-
deleteTwilioIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
421
|
-
/**
|
|
422
|
-
* Retrieves the current web_push integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
332
|
+
* Retrieves the current Web Push integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
423
333
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
424
334
|
* @returns {Promise<HttpResponse<WebpushConfigCollection>>} OK
|
|
425
335
|
*/
|
|
426
|
-
|
|
336
|
+
listWebPushIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<WebpushConfigCollection>>;
|
|
427
337
|
/**
|
|
428
|
-
*
|
|
338
|
+
* Updates or creates the Web Push integration for the project.
|
|
429
339
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
430
340
|
* @returns {Promise<HttpResponse<WebpushConfigPayload>>} OK
|
|
431
341
|
*/
|
|
432
342
|
saveWebPushIntegration(body: WebpushConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<WebpushConfigPayload>>;
|
|
433
343
|
/**
|
|
434
|
-
*
|
|
435
|
-
* @param {
|
|
436
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
437
|
-
*/
|
|
438
|
-
deleteWebPushIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
439
|
-
/**
|
|
440
|
-
* Removes a specific web_push integration instance by ID from the project.
|
|
441
|
-
* @param {string} id -
|
|
344
|
+
* Deletes the Web Push integration configuration from the project. This will disable the integration's functionality within the project.
|
|
345
|
+
* @param {string} [params.id] -
|
|
442
346
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
443
347
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
444
348
|
*/
|
|
445
|
-
|
|
349
|
+
deleteWebPushIntegration(params?: DeleteWebPushIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
446
350
|
}
|
|
447
351
|
//# sourceMappingURL=integrations-service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integrations-service.d.ts","sourceRoot":"","sources":["../../../../../src/project-client/services/integrations/integrations-service.ts"],"names":[],"mappings":"AAMA,OAAO,EAAe,YAAY,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAC/E,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAAE,oBAAoB,EAAgC,MAAM,oCAAoC,CAAC;AACxG,OAAO,EACL,iBAAiB,EAGlB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,sBAAsB,EAAkC,MAAM,sCAAsC,CAAC;AAC9G,OAAO,EACL,mBAAmB,EAGpB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EACL,2BAA2B,EAE5B,MAAM,4CAA4C,CAAC;AACpD,OAAO,EACL,wBAAwB,EAGzB,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAE,oBAAoB,EAAgC,MAAM,oCAAoC,CAAC;AACxG,OAAO,EACL,iBAAiB,EAGlB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,mBAAmB,EAA+B,MAAM,mCAAmC,CAAC;AACrG,OAAO,EAAE,gBAAgB,EAAqD,MAAM,gCAAgC,CAAC;AACrH,OAAO,EAAE,sBAAsB,EAAkC,MAAM,sCAAsC,CAAC;AAC9G,OAAO,EACL,mBAAmB,EAGpB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,qBAAqB,EAAiC,MAAM,qCAAqC,CAAC;AAC3G,OAAO,EACL,kBAAkB,EAGnB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,2BAA2B,EAE5B,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,uBAAuB,EAAmC,MAAM,uCAAuC,CAAC;AACjH,OAAO,EACL,oBAAoB,EAGrB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAAE,oBAAoB,EAAgC,MAAM,oCAAoC,CAAC;AACxG,OAAO,EACL,iBAAiB,EAGlB,MAAM,iCAAiC,CAAC;AACzC,OAAO,EAAE,wBAAwB,EAAoC,MAAM,wCAAwC,CAAC;AACpH,OAAO,EACL,qBAAqB,EAGtB,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAA+B,MAAM,mCAAmC,CAAC;AACrG,OAAO,EAAE,gBAAgB,EAAqD,MAAM,gCAAgC,CAAC;AACrH,OAAO,EAAE,qBAAqB,EAAiC,MAAM,qCAAqC,CAAC;AAC3G,OAAO,EACL,kBAAkB,EAGnB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,sBAAsB,EAAkC,MAAM,sCAAsC,CAAC;AAC9G,OAAO,EACL,mBAAmB,EAGpB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,yBAAyB,EAAqC,MAAM,yCAAyC,CAAC;AACvH,OAAO,EAAE,sBAAsB,EAAkC,MAAM,sCAAsC,CAAC;AAC9G,OAAO,EACL,mBAAmB,EAGpB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,EAAE,uBAAuB,EAAmC,MAAM,uCAAuC,CAAC;AACjH,OAAO,EACL,oBAAoB,EAGrB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,
|
|
1
|
+
{"version":3,"file":"integrations-service.d.ts","sourceRoot":"","sources":["../../../../../src/project-client/services/integrations/integrations-service.ts"],"names":[],"mappings":"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"}
|