magicbell-js 0.1.0 → 0.3.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 +13 -38
- 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 +67 -267
- package/dist/commonjs/project-client/services/integrations/integrations-service.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/integrations/integrations-service.js +181 -1000
- 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/index.d.ts +0 -14
- package/dist/commonjs/project-client/services/integrations/models/index.d.ts.map +1 -1
- package/dist/commonjs/project-client/services/integrations/models/index.js.map +1 -1
- package/dist/commonjs/project-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/commonjs/project-client/services/integrations/request-params.d.ts +33 -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 +10 -17
- package/dist/commonjs/user-client/services/integrations/integrations-service.d.ts.map +1 -1
- package/dist/commonjs/user-client/services/integrations/integrations-service.js +16 -44
- 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/index.d.ts +0 -1
- package/dist/commonjs/user-client/services/integrations/models/index.d.ts.map +1 -1
- 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 +67 -267
- package/dist/esm/project-client/services/integrations/integrations-service.d.ts.map +1 -1
- package/dist/esm/project-client/services/integrations/integrations-service.js +181 -1000
- 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/index.d.ts +0 -14
- package/dist/esm/project-client/services/integrations/models/index.d.ts.map +1 -1
- package/dist/esm/project-client/services/integrations/models/index.js.map +1 -1
- package/dist/esm/project-client/services/integrations/models/theme.d.ts +56 -56
- package/dist/esm/project-client/services/integrations/request-params.d.ts +33 -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 +10 -17
- package/dist/esm/user-client/services/integrations/integrations-service.d.ts.map +1 -1
- package/dist/esm/user-client/services/integrations/integrations-service.js +16 -44
- 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/index.d.ts +0 -1
- package/dist/esm/user-client/services/integrations/models/index.d.ts.map +1 -1
- 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 +247 -1082
- package/src/project-client/services/integrations/models/index.ts +0 -14
- package/src/project-client/services/integrations/request-params.ts +44 -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 +16 -52
- package/src/user-client/services/integrations/models/index.ts +0 -1
- 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/integrations/models/awssns-config-collection.d.ts +0 -312
- package/dist/commonjs/project-client/services/integrations/models/awssns-config-collection.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/awssns-config-collection.js +0 -46
- package/dist/commonjs/project-client/services/integrations/models/awssns-config-collection.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/awssns-config-payload.d.ts +0 -48
- package/dist/commonjs/project-client/services/integrations/models/awssns-config-payload.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/awssns-config-payload.js +0 -39
- package/dist/commonjs/project-client/services/integrations/models/awssns-config-payload.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/awssns-config.d.ts +0 -122
- package/dist/commonjs/project-client/services/integrations/models/awssns-config.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/awssns-config.js +0 -50
- package/dist/commonjs/project-client/services/integrations/models/awssns-config.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.d.ts +0 -312
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.js +0 -46
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-collection.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.d.ts +0 -48
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.js +0 -39
- package/dist/commonjs/project-client/services/integrations/models/event-source-config-payload.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/event-source-config.d.ts +0 -122
- package/dist/commonjs/project-client/services/integrations/models/event-source-config.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/event-source-config.js +0 -50
- package/dist/commonjs/project-client/services/integrations/models/event-source-config.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/github-config-collection.d.ts +0 -312
- package/dist/commonjs/project-client/services/integrations/models/github-config-collection.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/github-config-collection.js +0 -46
- package/dist/commonjs/project-client/services/integrations/models/github-config-collection.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/github-config-payload.d.ts +0 -48
- package/dist/commonjs/project-client/services/integrations/models/github-config-payload.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/github-config-payload.js +0 -39
- package/dist/commonjs/project-client/services/integrations/models/github-config-payload.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/github-config.d.ts +0 -122
- package/dist/commonjs/project-client/services/integrations/models/github-config.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/github-config.js +0 -50
- package/dist/commonjs/project-client/services/integrations/models/github-config.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.d.ts +0 -312
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.js +0 -46
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-collection.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.d.ts +0 -48
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.js +0 -39
- package/dist/commonjs/project-client/services/integrations/models/stripe-config-payload.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/stripe-config.d.ts +0 -122
- package/dist/commonjs/project-client/services/integrations/models/stripe-config.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/stripe-config.js +0 -50
- package/dist/commonjs/project-client/services/integrations/models/stripe-config.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/templates-config-collection.d.ts +0 -246
- package/dist/commonjs/project-client/services/integrations/models/templates-config-collection.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/templates-config-collection.js +0 -46
- package/dist/commonjs/project-client/services/integrations/models/templates-config-collection.js.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/templates-config.d.ts +0 -76
- package/dist/commonjs/project-client/services/integrations/models/templates-config.d.ts.map +0 -1
- package/dist/commonjs/project-client/services/integrations/models/templates-config.js +0 -49
- package/dist/commonjs/project-client/services/integrations/models/templates-config.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/commonjs/user-client/services/integrations/models/templates-installation.d.ts +0 -76
- package/dist/commonjs/user-client/services/integrations/models/templates-installation.d.ts.map +0 -1
- package/dist/commonjs/user-client/services/integrations/models/templates-installation.js +0 -49
- package/dist/commonjs/user-client/services/integrations/models/templates-installation.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/integrations/models/awssns-config-collection.d.ts +0 -312
- package/dist/esm/project-client/services/integrations/models/awssns-config-collection.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/awssns-config-collection.js +0 -43
- package/dist/esm/project-client/services/integrations/models/awssns-config-collection.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/awssns-config-payload.d.ts +0 -48
- package/dist/esm/project-client/services/integrations/models/awssns-config-payload.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/awssns-config-payload.js +0 -36
- package/dist/esm/project-client/services/integrations/models/awssns-config-payload.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/awssns-config.d.ts +0 -122
- package/dist/esm/project-client/services/integrations/models/awssns-config.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/awssns-config.js +0 -47
- package/dist/esm/project-client/services/integrations/models/awssns-config.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/event-source-config-collection.d.ts +0 -312
- package/dist/esm/project-client/services/integrations/models/event-source-config-collection.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/event-source-config-collection.js +0 -43
- package/dist/esm/project-client/services/integrations/models/event-source-config-collection.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/event-source-config-payload.d.ts +0 -48
- package/dist/esm/project-client/services/integrations/models/event-source-config-payload.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/event-source-config-payload.js +0 -36
- package/dist/esm/project-client/services/integrations/models/event-source-config-payload.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/event-source-config.d.ts +0 -122
- package/dist/esm/project-client/services/integrations/models/event-source-config.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/event-source-config.js +0 -47
- package/dist/esm/project-client/services/integrations/models/event-source-config.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/github-config-collection.d.ts +0 -312
- package/dist/esm/project-client/services/integrations/models/github-config-collection.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/github-config-collection.js +0 -43
- package/dist/esm/project-client/services/integrations/models/github-config-collection.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/github-config-payload.d.ts +0 -48
- package/dist/esm/project-client/services/integrations/models/github-config-payload.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/github-config-payload.js +0 -36
- package/dist/esm/project-client/services/integrations/models/github-config-payload.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/github-config.d.ts +0 -122
- package/dist/esm/project-client/services/integrations/models/github-config.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/github-config.js +0 -47
- package/dist/esm/project-client/services/integrations/models/github-config.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/stripe-config-collection.d.ts +0 -312
- package/dist/esm/project-client/services/integrations/models/stripe-config-collection.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/stripe-config-collection.js +0 -43
- package/dist/esm/project-client/services/integrations/models/stripe-config-collection.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/stripe-config-payload.d.ts +0 -48
- package/dist/esm/project-client/services/integrations/models/stripe-config-payload.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/stripe-config-payload.js +0 -36
- package/dist/esm/project-client/services/integrations/models/stripe-config-payload.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/stripe-config.d.ts +0 -122
- package/dist/esm/project-client/services/integrations/models/stripe-config.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/stripe-config.js +0 -47
- package/dist/esm/project-client/services/integrations/models/stripe-config.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/templates-config-collection.d.ts +0 -246
- package/dist/esm/project-client/services/integrations/models/templates-config-collection.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/templates-config-collection.js +0 -43
- package/dist/esm/project-client/services/integrations/models/templates-config-collection.js.map +0 -1
- package/dist/esm/project-client/services/integrations/models/templates-config.d.ts +0 -76
- package/dist/esm/project-client/services/integrations/models/templates-config.d.ts.map +0 -1
- package/dist/esm/project-client/services/integrations/models/templates-config.js +0 -46
- package/dist/esm/project-client/services/integrations/models/templates-config.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/dist/esm/user-client/services/integrations/models/templates-installation.d.ts +0 -76
- package/dist/esm/user-client/services/integrations/models/templates-installation.d.ts.map +0 -1
- package/dist/esm/user-client/services/integrations/models/templates-installation.js +0 -46
- package/dist/esm/user-client/services/integrations/models/templates-installation.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/integrations/models/awssns-config-collection.ts +0 -54
- package/src/project-client/services/integrations/models/awssns-config-payload.ts +0 -45
- package/src/project-client/services/integrations/models/awssns-config.ts +0 -64
- package/src/project-client/services/integrations/models/event-source-config-collection.ts +0 -59
- package/src/project-client/services/integrations/models/event-source-config-payload.ts +0 -45
- package/src/project-client/services/integrations/models/event-source-config.ts +0 -64
- package/src/project-client/services/integrations/models/github-config-collection.ts +0 -54
- package/src/project-client/services/integrations/models/github-config-payload.ts +0 -45
- package/src/project-client/services/integrations/models/github-config.ts +0 -64
- package/src/project-client/services/integrations/models/stripe-config-collection.ts +0 -54
- package/src/project-client/services/integrations/models/stripe-config-payload.ts +0 -45
- package/src/project-client/services/integrations/models/stripe-config.ts +0 -64
- package/src/project-client/services/integrations/models/templates-config-collection.ts +0 -59
- package/src/project-client/services/integrations/models/templates-config.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/src/user-client/services/integrations/models/templates-installation.ts +0 -57
- /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
|
@@ -2,16 +2,10 @@ import { HttpResponse, RequestConfig } from '../../http/types.js';
|
|
|
2
2
|
import { BaseService } from '../base-service.js';
|
|
3
3
|
import { ApnsConfigCollection } from './models/apns-config-collection.js';
|
|
4
4
|
import { ApnsConfigPayload } from './models/apns-config-payload.js';
|
|
5
|
-
import { AwssnsConfigCollection } from './models/awssns-config-collection.js';
|
|
6
|
-
import { AwssnsConfigPayload } from './models/awssns-config-payload.js';
|
|
7
|
-
import { EventSourceConfigCollection } from './models/event-source-config-collection.js';
|
|
8
|
-
import { EventSourceConfigPayload } from './models/event-source-config-payload.js';
|
|
9
5
|
import { ExpoConfigCollection } from './models/expo-config-collection.js';
|
|
10
6
|
import { ExpoConfigPayload } from './models/expo-config-payload.js';
|
|
11
7
|
import { FcmConfigCollection } from './models/fcm-config-collection.js';
|
|
12
8
|
import { FcmConfigPayload } from './models/fcm-config-payload.js';
|
|
13
|
-
import { GithubConfigCollection } from './models/github-config-collection.js';
|
|
14
|
-
import { GithubConfigPayload } from './models/github-config-payload.js';
|
|
15
9
|
import { InboxConfigCollection } from './models/inbox-config-collection.js';
|
|
16
10
|
import { InboxConfigPayload } from './models/inbox-config-payload.js';
|
|
17
11
|
import { IntegrationConfigCollection } from './models/integration-config-collection.js';
|
|
@@ -25,14 +19,11 @@ import { SesConfigCollection } from './models/ses-config-collection.js';
|
|
|
25
19
|
import { SesConfigPayload } from './models/ses-config-payload.js';
|
|
26
20
|
import { SlackConfigCollection } from './models/slack-config-collection.js';
|
|
27
21
|
import { SlackConfigPayload } from './models/slack-config-payload.js';
|
|
28
|
-
import { StripeConfigCollection } from './models/stripe-config-collection.js';
|
|
29
|
-
import { StripeConfigPayload } from './models/stripe-config-payload.js';
|
|
30
|
-
import { TemplatesConfigCollection } from './models/templates-config-collection.js';
|
|
31
22
|
import { TwilioConfigCollection } from './models/twilio-config-collection.js';
|
|
32
23
|
import { TwilioConfigPayload } from './models/twilio-config-payload.js';
|
|
33
24
|
import { WebpushConfigCollection } from './models/webpush-config-collection.js';
|
|
34
25
|
import { WebpushConfigPayload } from './models/webpush-config-payload.js';
|
|
35
|
-
import { ListIntegrationsParams } from './request-params.js';
|
|
26
|
+
import { DeleteApnsIntegrationParams, DeleteExpoIntegrationParams, DeleteFcmIntegrationParams, DeleteInboxIntegrationParams, DeleteMailgunIntegrationParams, DeletePingEmailIntegrationParams, DeleteSendgridIntegrationParams, DeleteSesIntegrationParams, DeleteSlackIntegrationParams, DeleteTwilioIntegrationParams, DeleteWebPushIntegrationParams, ListIntegrationsParams } from './request-params.js';
|
|
36
27
|
export declare class IntegrationsService extends BaseService {
|
|
37
28
|
/**
|
|
38
29
|
* 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 +35,213 @@ export declare class IntegrationsService extends BaseService {
|
|
|
44
35
|
*/
|
|
45
36
|
listIntegrations(params?: ListIntegrationsParams, requestConfig?: RequestConfig): Promise<HttpResponse<IntegrationConfigCollection>>;
|
|
46
37
|
/**
|
|
47
|
-
* Retrieves the current
|
|
38
|
+
* Retrieves the current APNs integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
48
39
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
49
40
|
* @returns {Promise<HttpResponse<ApnsConfigCollection>>} OK
|
|
50
41
|
*/
|
|
51
|
-
|
|
42
|
+
listApnsIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<ApnsConfigCollection>>;
|
|
52
43
|
/**
|
|
53
|
-
*
|
|
44
|
+
* Updates or creates the APNs integration for the project.
|
|
54
45
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
55
46
|
* @returns {Promise<HttpResponse<ApnsConfigPayload>>} OK
|
|
56
47
|
*/
|
|
57
48
|
saveApnsIntegration(body: ApnsConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<ApnsConfigPayload>>;
|
|
58
49
|
/**
|
|
59
|
-
*
|
|
50
|
+
* Deletes the APNs integration configuration from the project. This will disable the integration's functionality within the project.
|
|
51
|
+
* @param {string} [params.id] -
|
|
60
52
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
61
53
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
62
54
|
*/
|
|
63
|
-
deleteApnsIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
55
|
+
deleteApnsIntegration(params?: DeleteApnsIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
64
56
|
/**
|
|
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.
|
|
73
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
74
|
-
* @returns {Promise<HttpResponse<AwssnsConfigCollection>>} OK
|
|
75
|
-
*/
|
|
76
|
-
getAwssnsIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<AwssnsConfigCollection>>;
|
|
77
|
-
/**
|
|
78
|
-
* Creates or updates a awssns integration for the project. Only administrators can configure integrations.
|
|
79
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
80
|
-
* @returns {Promise<HttpResponse<AwssnsConfigPayload>>} OK
|
|
81
|
-
*/
|
|
82
|
-
saveAwssnsIntegration(body: AwssnsConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<AwssnsConfigPayload>>;
|
|
83
|
-
/**
|
|
84
|
-
* Removes a awssns integration configuration from the project. This will disable the integration's functionality within the project.
|
|
85
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
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 -
|
|
92
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
93
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
94
|
-
*/
|
|
95
|
-
deleteAwssnsIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
96
|
-
/**
|
|
97
|
-
* Retrieves the current eventsource integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
98
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
99
|
-
* @returns {Promise<HttpResponse<EventSourceConfigCollection>>} OK
|
|
100
|
-
*/
|
|
101
|
-
getEventsourceIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<EventSourceConfigCollection>>;
|
|
102
|
-
/**
|
|
103
|
-
* Creates or updates a eventsource integration for the project. Only administrators can configure integrations.
|
|
104
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
105
|
-
* @returns {Promise<HttpResponse<EventSourceConfigPayload>>} OK
|
|
106
|
-
*/
|
|
107
|
-
saveEventsourceIntegration(body: EventSourceConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<EventSourceConfigPayload>>;
|
|
108
|
-
/**
|
|
109
|
-
* Removes a eventsource integration configuration from the project. This will disable the integration's functionality within the project.
|
|
110
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
111
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
112
|
-
*/
|
|
113
|
-
deleteEventsourceIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
114
|
-
/**
|
|
115
|
-
* Removes a specific eventsource integration instance by ID from the project.
|
|
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.
|
|
57
|
+
* Retrieves the current Expo integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
123
58
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
124
59
|
* @returns {Promise<HttpResponse<ExpoConfigCollection>>} OK
|
|
125
60
|
*/
|
|
126
|
-
|
|
61
|
+
listExpoIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<ExpoConfigCollection>>;
|
|
127
62
|
/**
|
|
128
|
-
*
|
|
63
|
+
* Updates or creates the Expo integration for the project.
|
|
129
64
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
130
65
|
* @returns {Promise<HttpResponse<ExpoConfigPayload>>} OK
|
|
131
66
|
*/
|
|
132
67
|
saveExpoIntegration(body: ExpoConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<ExpoConfigPayload>>;
|
|
133
68
|
/**
|
|
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 -
|
|
69
|
+
* Deletes the Expo integration configuration from the project. This will disable the integration's functionality within the project.
|
|
70
|
+
* @param {string} [params.id] -
|
|
142
71
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
143
72
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
144
73
|
*/
|
|
145
|
-
|
|
74
|
+
deleteExpoIntegration(params?: DeleteExpoIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
146
75
|
/**
|
|
147
|
-
* Retrieves the current
|
|
76
|
+
* Retrieves the current FCM integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
148
77
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
149
78
|
* @returns {Promise<HttpResponse<FcmConfigCollection>>} OK
|
|
150
79
|
*/
|
|
151
|
-
|
|
80
|
+
listFcmIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<FcmConfigCollection>>;
|
|
152
81
|
/**
|
|
153
|
-
*
|
|
82
|
+
* Updates or creates the FCM integration for the project.
|
|
154
83
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
155
84
|
* @returns {Promise<HttpResponse<FcmConfigPayload>>} OK
|
|
156
85
|
*/
|
|
157
86
|
saveFcmIntegration(body: FcmConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<FcmConfigPayload>>;
|
|
158
87
|
/**
|
|
159
|
-
*
|
|
160
|
-
* @param {
|
|
161
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
162
|
-
*/
|
|
163
|
-
deleteFcmIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
164
|
-
/**
|
|
165
|
-
* Removes a specific fcm integration instance by ID from the project.
|
|
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.
|
|
173
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
174
|
-
* @returns {Promise<HttpResponse<GithubConfigCollection>>} OK
|
|
175
|
-
*/
|
|
176
|
-
getGithubIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<GithubConfigCollection>>;
|
|
177
|
-
/**
|
|
178
|
-
* Creates or updates a github integration for the project. Only administrators can configure integrations.
|
|
179
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
180
|
-
* @returns {Promise<HttpResponse<GithubConfigPayload>>} OK
|
|
181
|
-
*/
|
|
182
|
-
saveGithubIntegration(body: GithubConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<GithubConfigPayload>>;
|
|
183
|
-
/**
|
|
184
|
-
* Removes a github integration configuration from the project. This will disable the integration's functionality within the project.
|
|
88
|
+
* Deletes the FCM integration configuration from the project. This will disable the integration's functionality within the project.
|
|
89
|
+
* @param {string} [params.id] -
|
|
185
90
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
186
91
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
187
92
|
*/
|
|
188
|
-
|
|
93
|
+
deleteFcmIntegration(params?: DeleteFcmIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
189
94
|
/**
|
|
190
|
-
*
|
|
191
|
-
* @param {string} id -
|
|
192
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
193
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
194
|
-
*/
|
|
195
|
-
deleteGithubIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
196
|
-
/**
|
|
197
|
-
* Retrieves the current inbox integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
95
|
+
* Retrieves the current Inbox integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
198
96
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
199
97
|
* @returns {Promise<HttpResponse<InboxConfigCollection>>} OK
|
|
200
98
|
*/
|
|
201
|
-
|
|
99
|
+
listInboxIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<InboxConfigCollection>>;
|
|
202
100
|
/**
|
|
203
|
-
*
|
|
101
|
+
* Updates or creates the Inbox integration for the project.
|
|
204
102
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
205
103
|
* @returns {Promise<HttpResponse<InboxConfigPayload>>} OK
|
|
206
104
|
*/
|
|
207
105
|
saveInboxIntegration(body: InboxConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<InboxConfigPayload>>;
|
|
208
106
|
/**
|
|
209
|
-
*
|
|
210
|
-
* @param {
|
|
211
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
212
|
-
*/
|
|
213
|
-
deleteInboxIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
214
|
-
/**
|
|
215
|
-
* Removes a specific inbox integration instance by ID from the project.
|
|
216
|
-
* @param {string} id -
|
|
107
|
+
* Deletes the Inbox integration configuration from the project. This will disable the integration's functionality within the project.
|
|
108
|
+
* @param {string} [params.id] -
|
|
217
109
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
218
110
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
219
111
|
*/
|
|
220
|
-
|
|
112
|
+
deleteInboxIntegration(params?: DeleteInboxIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
221
113
|
/**
|
|
222
|
-
* Retrieves the current
|
|
114
|
+
* Retrieves the current Mailgun integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
223
115
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
224
116
|
* @returns {Promise<HttpResponse<MailgunConfigCollection>>} OK
|
|
225
117
|
*/
|
|
226
|
-
|
|
118
|
+
listMailgunIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<MailgunConfigCollection>>;
|
|
227
119
|
/**
|
|
228
|
-
*
|
|
120
|
+
* Updates or creates the Mailgun integration for the project.
|
|
229
121
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
230
122
|
* @returns {Promise<HttpResponse<MailgunConfigPayload>>} OK
|
|
231
123
|
*/
|
|
232
124
|
saveMailgunIntegration(body: MailgunConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<MailgunConfigPayload>>;
|
|
233
125
|
/**
|
|
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 -
|
|
126
|
+
* Deletes the Mailgun integration configuration from the project. This will disable the integration's functionality within the project.
|
|
127
|
+
* @param {string} [params.id] -
|
|
242
128
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
243
129
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
244
130
|
*/
|
|
245
|
-
|
|
131
|
+
deleteMailgunIntegration(params?: DeleteMailgunIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
246
132
|
/**
|
|
247
|
-
* Retrieves the current
|
|
133
|
+
* Retrieves the current Ping Email integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
248
134
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
249
135
|
* @returns {Promise<HttpResponse<PingConfigCollection>>} OK
|
|
250
136
|
*/
|
|
251
|
-
|
|
137
|
+
listPingEmailIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<PingConfigCollection>>;
|
|
252
138
|
/**
|
|
253
|
-
*
|
|
139
|
+
* Updates or creates the Ping Email integration for the project.
|
|
254
140
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
255
141
|
* @returns {Promise<HttpResponse<PingConfigPayload>>} OK
|
|
256
142
|
*/
|
|
257
143
|
savePingEmailIntegration(body: PingConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<PingConfigPayload>>;
|
|
258
144
|
/**
|
|
259
|
-
*
|
|
145
|
+
* Deletes the Ping Email integration configuration from the project. This will disable the integration's functionality within the project.
|
|
146
|
+
* @param {string} [params.id] -
|
|
260
147
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
261
148
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
262
149
|
*/
|
|
263
|
-
deletePingEmailIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
150
|
+
deletePingEmailIntegration(params?: DeletePingEmailIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
264
151
|
/**
|
|
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.
|
|
152
|
+
* Retrieves the current SendGrid integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
273
153
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
274
154
|
* @returns {Promise<HttpResponse<SendgridConfigCollection>>} OK
|
|
275
155
|
*/
|
|
276
|
-
|
|
156
|
+
listSendgridIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<SendgridConfigCollection>>;
|
|
277
157
|
/**
|
|
278
|
-
*
|
|
158
|
+
* Updates or creates the SendGrid integration for the project.
|
|
279
159
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
280
160
|
* @returns {Promise<HttpResponse<SendgridConfigPayload>>} OK
|
|
281
161
|
*/
|
|
282
162
|
saveSendgridIntegration(body: SendgridConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<SendgridConfigPayload>>;
|
|
283
163
|
/**
|
|
284
|
-
*
|
|
164
|
+
* Deletes the SendGrid integration configuration from the project. This will disable the integration's functionality within the project.
|
|
165
|
+
* @param {string} [params.id] -
|
|
285
166
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
286
167
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
287
168
|
*/
|
|
288
|
-
deleteSendgridIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
169
|
+
deleteSendgridIntegration(params?: DeleteSendgridIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
289
170
|
/**
|
|
290
|
-
*
|
|
291
|
-
* @param {string} id -
|
|
292
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
293
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
294
|
-
*/
|
|
295
|
-
deleteSendgridIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
296
|
-
/**
|
|
297
|
-
* Retrieves the current ses integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
171
|
+
* Retrieves the current Amazon SES integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
298
172
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
299
173
|
* @returns {Promise<HttpResponse<SesConfigCollection>>} OK
|
|
300
174
|
*/
|
|
301
|
-
|
|
175
|
+
listSesIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<SesConfigCollection>>;
|
|
302
176
|
/**
|
|
303
|
-
*
|
|
177
|
+
* Updates or creates the Amazon SES integration for the project.
|
|
304
178
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
305
179
|
* @returns {Promise<HttpResponse<SesConfigPayload>>} OK
|
|
306
180
|
*/
|
|
307
181
|
saveSesIntegration(body: SesConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<SesConfigPayload>>;
|
|
308
182
|
/**
|
|
309
|
-
*
|
|
183
|
+
* Deletes the Amazon SES integration configuration from the project. This will disable the integration's functionality within the project.
|
|
184
|
+
* @param {string} [params.id] -
|
|
310
185
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
311
186
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
312
187
|
*/
|
|
313
|
-
deleteSesIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
188
|
+
deleteSesIntegration(params?: DeleteSesIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
314
189
|
/**
|
|
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.
|
|
190
|
+
* Retrieves the current Slack integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
323
191
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
324
192
|
* @returns {Promise<HttpResponse<SlackConfigCollection>>} OK
|
|
325
193
|
*/
|
|
326
|
-
|
|
194
|
+
listSlackIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<SlackConfigCollection>>;
|
|
327
195
|
/**
|
|
328
|
-
*
|
|
196
|
+
* Updates or creates the Slack integration for the project.
|
|
329
197
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
330
198
|
* @returns {Promise<HttpResponse<SlackConfigPayload>>} OK
|
|
331
199
|
*/
|
|
332
200
|
saveSlackIntegration(body: SlackConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<SlackConfigPayload>>;
|
|
333
201
|
/**
|
|
334
|
-
*
|
|
202
|
+
* Deletes the Slack integration configuration from the project. This will disable the integration's functionality within the project.
|
|
203
|
+
* @param {string} [params.id] -
|
|
335
204
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
336
205
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
337
206
|
*/
|
|
338
|
-
deleteSlackIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
339
|
-
/**
|
|
340
|
-
* Removes a specific slack integration instance by ID from the project.
|
|
341
|
-
* @param {string} id -
|
|
342
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
343
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
344
|
-
*/
|
|
345
|
-
deleteSlackIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
346
|
-
/**
|
|
347
|
-
* Retrieves the current stripe integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
348
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
349
|
-
* @returns {Promise<HttpResponse<StripeConfigCollection>>} OK
|
|
350
|
-
*/
|
|
351
|
-
getStripeIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<StripeConfigCollection>>;
|
|
207
|
+
deleteSlackIntegration(params?: DeleteSlackIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
352
208
|
/**
|
|
353
|
-
*
|
|
354
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
355
|
-
* @returns {Promise<HttpResponse<StripeConfigPayload>>} OK
|
|
356
|
-
*/
|
|
357
|
-
saveStripeIntegration(body: StripeConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<StripeConfigPayload>>;
|
|
358
|
-
/**
|
|
359
|
-
* Removes a stripe integration configuration from the project. This will disable the integration's functionality within the project.
|
|
360
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
361
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
362
|
-
*/
|
|
363
|
-
deleteStripeIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
364
|
-
/**
|
|
365
|
-
* Removes a specific stripe integration instance by ID from the project.
|
|
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.
|
|
373
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
374
|
-
* @returns {Promise<HttpResponse<TemplatesConfigCollection>>} OK
|
|
375
|
-
*/
|
|
376
|
-
getTemplatesIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<TemplatesConfigCollection>>;
|
|
377
|
-
/**
|
|
378
|
-
* Creates or updates a templates integration for the project. Only administrators can configure integrations.
|
|
379
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
380
|
-
* @returns {Promise<HttpResponse<any>>} OK
|
|
381
|
-
*/
|
|
382
|
-
saveTemplatesIntegration(body: any, requestConfig?: RequestConfig): Promise<HttpResponse<any>>;
|
|
383
|
-
/**
|
|
384
|
-
* Removes a templates integration configuration from the project. This will disable the integration's functionality within the project.
|
|
385
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
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 -
|
|
392
|
-
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
393
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
394
|
-
*/
|
|
395
|
-
deleteTemplatesIntegrationById(id: string, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
396
|
-
/**
|
|
397
|
-
* Retrieves the current twilio integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
209
|
+
* Retrieves the current Twilio integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
398
210
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
399
211
|
* @returns {Promise<HttpResponse<TwilioConfigCollection>>} OK
|
|
400
212
|
*/
|
|
401
|
-
|
|
213
|
+
listTwilioIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<TwilioConfigCollection>>;
|
|
402
214
|
/**
|
|
403
|
-
*
|
|
215
|
+
* Updates or creates the Twilio integration for the project.
|
|
404
216
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
405
217
|
* @returns {Promise<HttpResponse<TwilioConfigPayload>>} OK
|
|
406
218
|
*/
|
|
407
219
|
saveTwilioIntegration(body: TwilioConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<TwilioConfigPayload>>;
|
|
408
220
|
/**
|
|
409
|
-
*
|
|
410
|
-
* @param {
|
|
411
|
-
* @returns {Promise<HttpResponse<any>>} No Content
|
|
412
|
-
*/
|
|
413
|
-
deleteTwilioIntegration(requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
414
|
-
/**
|
|
415
|
-
* Removes a specific twilio integration instance by ID from the project.
|
|
416
|
-
* @param {string} id -
|
|
221
|
+
* Deletes the Twilio integration configuration from the project. This will disable the integration's functionality within the project.
|
|
222
|
+
* @param {string} [params.id] -
|
|
417
223
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
418
224
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
419
225
|
*/
|
|
420
|
-
|
|
226
|
+
deleteTwilioIntegration(params?: DeleteTwilioIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
421
227
|
/**
|
|
422
|
-
* Retrieves the current
|
|
228
|
+
* Retrieves the current Web Push integration configurations for a specific integration type in the project. Returns configuration details and status information.
|
|
423
229
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
424
230
|
* @returns {Promise<HttpResponse<WebpushConfigCollection>>} OK
|
|
425
231
|
*/
|
|
426
|
-
|
|
232
|
+
listWebPushIntegrations(requestConfig?: RequestConfig): Promise<HttpResponse<WebpushConfigCollection>>;
|
|
427
233
|
/**
|
|
428
|
-
*
|
|
234
|
+
* Updates or creates the Web Push integration for the project.
|
|
429
235
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
430
236
|
* @returns {Promise<HttpResponse<WebpushConfigPayload>>} OK
|
|
431
237
|
*/
|
|
432
238
|
saveWebPushIntegration(body: WebpushConfigPayload, requestConfig?: RequestConfig): Promise<HttpResponse<WebpushConfigPayload>>;
|
|
433
239
|
/**
|
|
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 -
|
|
240
|
+
* Deletes the Web Push integration configuration from the project. This will disable the integration's functionality within the project.
|
|
241
|
+
* @param {string} [params.id] -
|
|
442
242
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
443
243
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
444
244
|
*/
|
|
445
|
-
|
|
245
|
+
deleteWebPushIntegration(params?: DeleteWebPushIntegrationParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
446
246
|
}
|
|
447
247
|
//# 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,
|
|
1
|
+
{"version":3,"file":"integrations-service.d.ts","sourceRoot":"","sources":["../../../../../src/project-client/services/integrations/integrations-service.ts"],"names":[],"mappings":"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"}
|