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
package/dist/commonjs/user-client/services/notifications/models/notification-collection.d.ts
CHANGED
|
@@ -20,37 +20,37 @@ export declare const notificationCollection: z.ZodLazy<z.ZodObject<{
|
|
|
20
20
|
updatedAt: z.ZodString;
|
|
21
21
|
userId: z.ZodString;
|
|
22
22
|
}, "strip", z.ZodTypeAny, {
|
|
23
|
-
title: string;
|
|
24
23
|
createdAt: string;
|
|
25
24
|
id: string;
|
|
26
25
|
updatedAt: string;
|
|
26
|
+
title: string;
|
|
27
27
|
userId: string;
|
|
28
28
|
actionUrl?: string | null | undefined;
|
|
29
|
-
|
|
29
|
+
archivedAt?: string | null | undefined;
|
|
30
30
|
category?: string | null | undefined;
|
|
31
|
+
content?: string | null | undefined;
|
|
31
32
|
customAttributes?: any;
|
|
32
|
-
topic?: string | null | undefined;
|
|
33
33
|
discardedAt?: string | null | undefined;
|
|
34
|
-
archivedAt?: string | null | undefined;
|
|
35
34
|
readAt?: string | null | undefined;
|
|
36
35
|
seenAt?: string | null | undefined;
|
|
37
36
|
sentAt?: string | null | undefined;
|
|
37
|
+
topic?: string | null | undefined;
|
|
38
38
|
}, {
|
|
39
|
-
title: string;
|
|
40
39
|
createdAt: string;
|
|
41
40
|
id: string;
|
|
42
41
|
updatedAt: string;
|
|
42
|
+
title: string;
|
|
43
43
|
userId: string;
|
|
44
44
|
actionUrl?: string | null | undefined;
|
|
45
|
-
|
|
45
|
+
archivedAt?: string | null | undefined;
|
|
46
46
|
category?: string | null | undefined;
|
|
47
|
+
content?: string | null | undefined;
|
|
47
48
|
customAttributes?: any;
|
|
48
|
-
topic?: string | null | undefined;
|
|
49
49
|
discardedAt?: string | null | undefined;
|
|
50
|
-
archivedAt?: string | null | undefined;
|
|
51
50
|
readAt?: string | null | undefined;
|
|
52
51
|
seenAt?: string | null | undefined;
|
|
53
52
|
sentAt?: string | null | undefined;
|
|
53
|
+
topic?: string | null | undefined;
|
|
54
54
|
}>>, "many">>;
|
|
55
55
|
links: z.ZodOptional<z.ZodLazy<z.ZodObject<{
|
|
56
56
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -67,21 +67,21 @@ export declare const notificationCollection: z.ZodLazy<z.ZodObject<{
|
|
|
67
67
|
}>>>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
69
|
data?: {
|
|
70
|
-
title: string;
|
|
71
70
|
createdAt: string;
|
|
72
71
|
id: string;
|
|
73
72
|
updatedAt: string;
|
|
73
|
+
title: string;
|
|
74
74
|
userId: string;
|
|
75
75
|
actionUrl?: string | null | undefined;
|
|
76
|
-
|
|
76
|
+
archivedAt?: string | null | undefined;
|
|
77
77
|
category?: string | null | undefined;
|
|
78
|
+
content?: string | null | undefined;
|
|
78
79
|
customAttributes?: any;
|
|
79
|
-
topic?: string | null | undefined;
|
|
80
80
|
discardedAt?: string | null | undefined;
|
|
81
|
-
archivedAt?: string | null | undefined;
|
|
82
81
|
readAt?: string | null | undefined;
|
|
83
82
|
seenAt?: string | null | undefined;
|
|
84
83
|
sentAt?: string | null | undefined;
|
|
84
|
+
topic?: string | null | undefined;
|
|
85
85
|
}[] | undefined;
|
|
86
86
|
links?: {
|
|
87
87
|
first?: string | undefined;
|
|
@@ -90,21 +90,21 @@ export declare const notificationCollection: z.ZodLazy<z.ZodObject<{
|
|
|
90
90
|
} | undefined;
|
|
91
91
|
}, {
|
|
92
92
|
data?: {
|
|
93
|
-
title: string;
|
|
94
93
|
createdAt: string;
|
|
95
94
|
id: string;
|
|
96
95
|
updatedAt: string;
|
|
96
|
+
title: string;
|
|
97
97
|
userId: string;
|
|
98
98
|
actionUrl?: string | null | undefined;
|
|
99
|
-
|
|
99
|
+
archivedAt?: string | null | undefined;
|
|
100
100
|
category?: string | null | undefined;
|
|
101
|
+
content?: string | null | undefined;
|
|
101
102
|
customAttributes?: any;
|
|
102
|
-
topic?: string | null | undefined;
|
|
103
103
|
discardedAt?: string | null | undefined;
|
|
104
|
-
archivedAt?: string | null | undefined;
|
|
105
104
|
readAt?: string | null | undefined;
|
|
106
105
|
seenAt?: string | null | undefined;
|
|
107
106
|
sentAt?: string | null | undefined;
|
|
107
|
+
topic?: string | null | undefined;
|
|
108
108
|
}[] | undefined;
|
|
109
109
|
links?: {
|
|
110
110
|
first?: string | undefined;
|
|
@@ -141,37 +141,37 @@ export declare const notificationCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
|
|
|
141
141
|
updated_at: z.ZodString;
|
|
142
142
|
user_id: z.ZodString;
|
|
143
143
|
}, "strip", z.ZodTypeAny, {
|
|
144
|
-
title: string;
|
|
145
144
|
id: string;
|
|
146
145
|
created_at: string;
|
|
147
146
|
updated_at: string;
|
|
147
|
+
title: string;
|
|
148
148
|
user_id: string;
|
|
149
|
-
content?: string | null | undefined;
|
|
150
149
|
action_url?: string | null | undefined;
|
|
150
|
+
archived_at?: string | null | undefined;
|
|
151
151
|
category?: string | null | undefined;
|
|
152
|
-
|
|
152
|
+
content?: string | null | undefined;
|
|
153
153
|
custom_attributes?: any;
|
|
154
154
|
discarded_at?: string | null | undefined;
|
|
155
|
-
archived_at?: string | null | undefined;
|
|
156
155
|
read_at?: string | null | undefined;
|
|
157
156
|
seen_at?: string | null | undefined;
|
|
158
157
|
sent_at?: string | null | undefined;
|
|
158
|
+
topic?: string | null | undefined;
|
|
159
159
|
}, {
|
|
160
|
-
title: string;
|
|
161
160
|
id: string;
|
|
162
161
|
created_at: string;
|
|
163
162
|
updated_at: string;
|
|
163
|
+
title: string;
|
|
164
164
|
user_id: string;
|
|
165
|
-
content?: string | null | undefined;
|
|
166
165
|
action_url?: string | null | undefined;
|
|
166
|
+
archived_at?: string | null | undefined;
|
|
167
167
|
category?: string | null | undefined;
|
|
168
|
-
|
|
168
|
+
content?: string | null | undefined;
|
|
169
169
|
custom_attributes?: any;
|
|
170
170
|
discarded_at?: string | null | undefined;
|
|
171
|
-
archived_at?: string | null | undefined;
|
|
172
171
|
read_at?: string | null | undefined;
|
|
173
172
|
seen_at?: string | null | undefined;
|
|
174
173
|
sent_at?: string | null | undefined;
|
|
174
|
+
topic?: string | null | undefined;
|
|
175
175
|
}>, {
|
|
176
176
|
actionUrl: string | null | undefined;
|
|
177
177
|
archivedAt: string | null | undefined;
|
|
@@ -189,21 +189,21 @@ export declare const notificationCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
|
|
|
189
189
|
updatedAt: string;
|
|
190
190
|
userId: string;
|
|
191
191
|
}, {
|
|
192
|
-
title: string;
|
|
193
192
|
id: string;
|
|
194
193
|
created_at: string;
|
|
195
194
|
updated_at: string;
|
|
195
|
+
title: string;
|
|
196
196
|
user_id: string;
|
|
197
|
-
content?: string | null | undefined;
|
|
198
197
|
action_url?: string | null | undefined;
|
|
198
|
+
archived_at?: string | null | undefined;
|
|
199
199
|
category?: string | null | undefined;
|
|
200
|
-
|
|
200
|
+
content?: string | null | undefined;
|
|
201
201
|
custom_attributes?: any;
|
|
202
202
|
discarded_at?: string | null | undefined;
|
|
203
|
-
archived_at?: string | null | undefined;
|
|
204
203
|
read_at?: string | null | undefined;
|
|
205
204
|
seen_at?: string | null | undefined;
|
|
206
205
|
sent_at?: string | null | undefined;
|
|
206
|
+
topic?: string | null | undefined;
|
|
207
207
|
}>>, "many">>;
|
|
208
208
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
209
209
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -251,21 +251,21 @@ export declare const notificationCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
|
|
|
251
251
|
} | undefined;
|
|
252
252
|
}, {
|
|
253
253
|
data?: {
|
|
254
|
-
title: string;
|
|
255
254
|
id: string;
|
|
256
255
|
created_at: string;
|
|
257
256
|
updated_at: string;
|
|
257
|
+
title: string;
|
|
258
258
|
user_id: string;
|
|
259
|
-
content?: string | null | undefined;
|
|
260
259
|
action_url?: string | null | undefined;
|
|
260
|
+
archived_at?: string | null | undefined;
|
|
261
261
|
category?: string | null | undefined;
|
|
262
|
-
|
|
262
|
+
content?: string | null | undefined;
|
|
263
263
|
custom_attributes?: any;
|
|
264
264
|
discarded_at?: string | null | undefined;
|
|
265
|
-
archived_at?: string | null | undefined;
|
|
266
265
|
read_at?: string | null | undefined;
|
|
267
266
|
seen_at?: string | null | undefined;
|
|
268
267
|
sent_at?: string | null | undefined;
|
|
268
|
+
topic?: string | null | undefined;
|
|
269
269
|
}[] | undefined;
|
|
270
270
|
links?: {
|
|
271
271
|
first?: string | undefined;
|
|
@@ -297,21 +297,21 @@ export declare const notificationCollectionResponse: z.ZodLazy<z.ZodEffects<z.Zo
|
|
|
297
297
|
} | undefined;
|
|
298
298
|
}, {
|
|
299
299
|
data?: {
|
|
300
|
-
title: string;
|
|
301
300
|
id: string;
|
|
302
301
|
created_at: string;
|
|
303
302
|
updated_at: string;
|
|
303
|
+
title: string;
|
|
304
304
|
user_id: string;
|
|
305
|
-
content?: string | null | undefined;
|
|
306
305
|
action_url?: string | null | undefined;
|
|
306
|
+
archived_at?: string | null | undefined;
|
|
307
307
|
category?: string | null | undefined;
|
|
308
|
-
|
|
308
|
+
content?: string | null | undefined;
|
|
309
309
|
custom_attributes?: any;
|
|
310
310
|
discarded_at?: string | null | undefined;
|
|
311
|
-
archived_at?: string | null | undefined;
|
|
312
311
|
read_at?: string | null | undefined;
|
|
313
312
|
seen_at?: string | null | undefined;
|
|
314
313
|
sent_at?: string | null | undefined;
|
|
314
|
+
topic?: string | null | undefined;
|
|
315
315
|
}[] | undefined;
|
|
316
316
|
links?: {
|
|
317
317
|
first?: string | undefined;
|
|
@@ -341,37 +341,37 @@ export declare const notificationCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
|
|
|
341
341
|
updatedAt: z.ZodString;
|
|
342
342
|
userId: z.ZodString;
|
|
343
343
|
}, "strip", z.ZodTypeAny, {
|
|
344
|
-
title: string;
|
|
345
344
|
createdAt: string;
|
|
346
345
|
id: string;
|
|
347
346
|
updatedAt: string;
|
|
347
|
+
title: string;
|
|
348
348
|
userId: string;
|
|
349
349
|
actionUrl?: string | null | undefined;
|
|
350
|
-
|
|
350
|
+
archivedAt?: string | null | undefined;
|
|
351
351
|
category?: string | null | undefined;
|
|
352
|
+
content?: string | null | undefined;
|
|
352
353
|
customAttributes?: any;
|
|
353
|
-
topic?: string | null | undefined;
|
|
354
354
|
discardedAt?: string | null | undefined;
|
|
355
|
-
archivedAt?: string | null | undefined;
|
|
356
355
|
readAt?: string | null | undefined;
|
|
357
356
|
seenAt?: string | null | undefined;
|
|
358
357
|
sentAt?: string | null | undefined;
|
|
358
|
+
topic?: string | null | undefined;
|
|
359
359
|
}, {
|
|
360
|
-
title: string;
|
|
361
360
|
createdAt: string;
|
|
362
361
|
id: string;
|
|
363
362
|
updatedAt: string;
|
|
363
|
+
title: string;
|
|
364
364
|
userId: string;
|
|
365
365
|
actionUrl?: string | null | undefined;
|
|
366
|
-
|
|
366
|
+
archivedAt?: string | null | undefined;
|
|
367
367
|
category?: string | null | undefined;
|
|
368
|
+
content?: string | null | undefined;
|
|
368
369
|
customAttributes?: any;
|
|
369
|
-
topic?: string | null | undefined;
|
|
370
370
|
discardedAt?: string | null | undefined;
|
|
371
|
-
archivedAt?: string | null | undefined;
|
|
372
371
|
readAt?: string | null | undefined;
|
|
373
372
|
seenAt?: string | null | undefined;
|
|
374
373
|
sentAt?: string | null | undefined;
|
|
374
|
+
topic?: string | null | undefined;
|
|
375
375
|
}>, {
|
|
376
376
|
action_url: string | null | undefined;
|
|
377
377
|
archived_at: string | null | undefined;
|
|
@@ -389,21 +389,21 @@ export declare const notificationCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
|
|
|
389
389
|
updated_at: string;
|
|
390
390
|
user_id: string;
|
|
391
391
|
}, {
|
|
392
|
-
title: string;
|
|
393
392
|
createdAt: string;
|
|
394
393
|
id: string;
|
|
395
394
|
updatedAt: string;
|
|
395
|
+
title: string;
|
|
396
396
|
userId: string;
|
|
397
397
|
actionUrl?: string | null | undefined;
|
|
398
|
-
|
|
398
|
+
archivedAt?: string | null | undefined;
|
|
399
399
|
category?: string | null | undefined;
|
|
400
|
+
content?: string | null | undefined;
|
|
400
401
|
customAttributes?: any;
|
|
401
|
-
topic?: string | null | undefined;
|
|
402
402
|
discardedAt?: string | null | undefined;
|
|
403
|
-
archivedAt?: string | null | undefined;
|
|
404
403
|
readAt?: string | null | undefined;
|
|
405
404
|
seenAt?: string | null | undefined;
|
|
406
405
|
sentAt?: string | null | undefined;
|
|
406
|
+
topic?: string | null | undefined;
|
|
407
407
|
}>>, "many">>;
|
|
408
408
|
links: z.ZodOptional<z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
409
409
|
first: z.ZodOptional<z.ZodString>;
|
|
@@ -451,21 +451,21 @@ export declare const notificationCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
|
|
|
451
451
|
} | undefined;
|
|
452
452
|
}, {
|
|
453
453
|
data?: {
|
|
454
|
-
title: string;
|
|
455
454
|
createdAt: string;
|
|
456
455
|
id: string;
|
|
457
456
|
updatedAt: string;
|
|
457
|
+
title: string;
|
|
458
458
|
userId: string;
|
|
459
459
|
actionUrl?: string | null | undefined;
|
|
460
|
-
|
|
460
|
+
archivedAt?: string | null | undefined;
|
|
461
461
|
category?: string | null | undefined;
|
|
462
|
+
content?: string | null | undefined;
|
|
462
463
|
customAttributes?: any;
|
|
463
|
-
topic?: string | null | undefined;
|
|
464
464
|
discardedAt?: string | null | undefined;
|
|
465
|
-
archivedAt?: string | null | undefined;
|
|
466
465
|
readAt?: string | null | undefined;
|
|
467
466
|
seenAt?: string | null | undefined;
|
|
468
467
|
sentAt?: string | null | undefined;
|
|
468
|
+
topic?: string | null | undefined;
|
|
469
469
|
}[] | undefined;
|
|
470
470
|
links?: {
|
|
471
471
|
first?: string | undefined;
|
|
@@ -497,21 +497,21 @@ export declare const notificationCollectionRequest: z.ZodLazy<z.ZodEffects<z.Zod
|
|
|
497
497
|
} | undefined;
|
|
498
498
|
}, {
|
|
499
499
|
data?: {
|
|
500
|
-
title: string;
|
|
501
500
|
createdAt: string;
|
|
502
501
|
id: string;
|
|
503
502
|
updatedAt: string;
|
|
503
|
+
title: string;
|
|
504
504
|
userId: string;
|
|
505
505
|
actionUrl?: string | null | undefined;
|
|
506
|
-
|
|
506
|
+
archivedAt?: string | null | undefined;
|
|
507
507
|
category?: string | null | undefined;
|
|
508
|
+
content?: string | null | undefined;
|
|
508
509
|
customAttributes?: any;
|
|
509
|
-
topic?: string | null | undefined;
|
|
510
510
|
discardedAt?: string | null | undefined;
|
|
511
|
-
archivedAt?: string | null | undefined;
|
|
512
511
|
readAt?: string | null | undefined;
|
|
513
512
|
seenAt?: string | null | undefined;
|
|
514
513
|
sentAt?: string | null | undefined;
|
|
514
|
+
topic?: string | null | undefined;
|
|
515
515
|
}[] | undefined;
|
|
516
516
|
links?: {
|
|
517
517
|
first?: string | undefined;
|
|
@@ -19,37 +19,37 @@ export declare const notification: z.ZodLazy<z.ZodObject<{
|
|
|
19
19
|
updatedAt: z.ZodString;
|
|
20
20
|
userId: z.ZodString;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
-
title: string;
|
|
23
22
|
createdAt: string;
|
|
24
23
|
id: string;
|
|
25
24
|
updatedAt: string;
|
|
25
|
+
title: string;
|
|
26
26
|
userId: string;
|
|
27
27
|
actionUrl?: string | null | undefined;
|
|
28
|
-
|
|
28
|
+
archivedAt?: string | null | undefined;
|
|
29
29
|
category?: string | null | undefined;
|
|
30
|
+
content?: string | null | undefined;
|
|
30
31
|
customAttributes?: any;
|
|
31
|
-
topic?: string | null | undefined;
|
|
32
32
|
discardedAt?: string | null | undefined;
|
|
33
|
-
archivedAt?: string | null | undefined;
|
|
34
33
|
readAt?: string | null | undefined;
|
|
35
34
|
seenAt?: string | null | undefined;
|
|
36
35
|
sentAt?: string | null | undefined;
|
|
36
|
+
topic?: string | null | undefined;
|
|
37
37
|
}, {
|
|
38
|
-
title: string;
|
|
39
38
|
createdAt: string;
|
|
40
39
|
id: string;
|
|
41
40
|
updatedAt: string;
|
|
41
|
+
title: string;
|
|
42
42
|
userId: string;
|
|
43
43
|
actionUrl?: string | null | undefined;
|
|
44
|
-
|
|
44
|
+
archivedAt?: string | null | undefined;
|
|
45
45
|
category?: string | null | undefined;
|
|
46
|
+
content?: string | null | undefined;
|
|
46
47
|
customAttributes?: any;
|
|
47
|
-
topic?: string | null | undefined;
|
|
48
48
|
discardedAt?: string | null | undefined;
|
|
49
|
-
archivedAt?: string | null | undefined;
|
|
50
49
|
readAt?: string | null | undefined;
|
|
51
50
|
seenAt?: string | null | undefined;
|
|
52
51
|
sentAt?: string | null | undefined;
|
|
52
|
+
topic?: string | null | undefined;
|
|
53
53
|
}>>;
|
|
54
54
|
/**
|
|
55
55
|
*
|
|
@@ -92,37 +92,37 @@ export declare const notificationResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
92
92
|
updated_at: z.ZodString;
|
|
93
93
|
user_id: z.ZodString;
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
|
-
title: string;
|
|
96
95
|
id: string;
|
|
97
96
|
created_at: string;
|
|
98
97
|
updated_at: string;
|
|
98
|
+
title: string;
|
|
99
99
|
user_id: string;
|
|
100
|
-
content?: string | null | undefined;
|
|
101
100
|
action_url?: string | null | undefined;
|
|
101
|
+
archived_at?: string | null | undefined;
|
|
102
102
|
category?: string | null | undefined;
|
|
103
|
-
|
|
103
|
+
content?: string | null | undefined;
|
|
104
104
|
custom_attributes?: any;
|
|
105
105
|
discarded_at?: string | null | undefined;
|
|
106
|
-
archived_at?: string | null | undefined;
|
|
107
106
|
read_at?: string | null | undefined;
|
|
108
107
|
seen_at?: string | null | undefined;
|
|
109
108
|
sent_at?: string | null | undefined;
|
|
109
|
+
topic?: string | null | undefined;
|
|
110
110
|
}, {
|
|
111
|
-
title: string;
|
|
112
111
|
id: string;
|
|
113
112
|
created_at: string;
|
|
114
113
|
updated_at: string;
|
|
114
|
+
title: string;
|
|
115
115
|
user_id: string;
|
|
116
|
-
content?: string | null | undefined;
|
|
117
116
|
action_url?: string | null | undefined;
|
|
117
|
+
archived_at?: string | null | undefined;
|
|
118
118
|
category?: string | null | undefined;
|
|
119
|
-
|
|
119
|
+
content?: string | null | undefined;
|
|
120
120
|
custom_attributes?: any;
|
|
121
121
|
discarded_at?: string | null | undefined;
|
|
122
|
-
archived_at?: string | null | undefined;
|
|
123
122
|
read_at?: string | null | undefined;
|
|
124
123
|
seen_at?: string | null | undefined;
|
|
125
124
|
sent_at?: string | null | undefined;
|
|
125
|
+
topic?: string | null | undefined;
|
|
126
126
|
}>, {
|
|
127
127
|
actionUrl: string | null | undefined;
|
|
128
128
|
archivedAt: string | null | undefined;
|
|
@@ -140,21 +140,21 @@ export declare const notificationResponse: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
140
140
|
updatedAt: string;
|
|
141
141
|
userId: string;
|
|
142
142
|
}, {
|
|
143
|
-
title: string;
|
|
144
143
|
id: string;
|
|
145
144
|
created_at: string;
|
|
146
145
|
updated_at: string;
|
|
146
|
+
title: string;
|
|
147
147
|
user_id: string;
|
|
148
|
-
content?: string | null | undefined;
|
|
149
148
|
action_url?: string | null | undefined;
|
|
149
|
+
archived_at?: string | null | undefined;
|
|
150
150
|
category?: string | null | undefined;
|
|
151
|
-
|
|
151
|
+
content?: string | null | undefined;
|
|
152
152
|
custom_attributes?: any;
|
|
153
153
|
discarded_at?: string | null | undefined;
|
|
154
|
-
archived_at?: string | null | undefined;
|
|
155
154
|
read_at?: string | null | undefined;
|
|
156
155
|
seen_at?: string | null | undefined;
|
|
157
156
|
sent_at?: string | null | undefined;
|
|
157
|
+
topic?: string | null | undefined;
|
|
158
158
|
}>>;
|
|
159
159
|
/**
|
|
160
160
|
* The shape of the model mapping from the application shape into the api schema.
|
|
@@ -177,37 +177,37 @@ export declare const notificationRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
177
177
|
updatedAt: z.ZodString;
|
|
178
178
|
userId: z.ZodString;
|
|
179
179
|
}, "strip", z.ZodTypeAny, {
|
|
180
|
-
title: string;
|
|
181
180
|
createdAt: string;
|
|
182
181
|
id: string;
|
|
183
182
|
updatedAt: string;
|
|
183
|
+
title: string;
|
|
184
184
|
userId: string;
|
|
185
185
|
actionUrl?: string | null | undefined;
|
|
186
|
-
|
|
186
|
+
archivedAt?: string | null | undefined;
|
|
187
187
|
category?: string | null | undefined;
|
|
188
|
+
content?: string | null | undefined;
|
|
188
189
|
customAttributes?: any;
|
|
189
|
-
topic?: string | null | undefined;
|
|
190
190
|
discardedAt?: string | null | undefined;
|
|
191
|
-
archivedAt?: string | null | undefined;
|
|
192
191
|
readAt?: string | null | undefined;
|
|
193
192
|
seenAt?: string | null | undefined;
|
|
194
193
|
sentAt?: string | null | undefined;
|
|
194
|
+
topic?: string | null | undefined;
|
|
195
195
|
}, {
|
|
196
|
-
title: string;
|
|
197
196
|
createdAt: string;
|
|
198
197
|
id: string;
|
|
199
198
|
updatedAt: string;
|
|
199
|
+
title: string;
|
|
200
200
|
userId: string;
|
|
201
201
|
actionUrl?: string | null | undefined;
|
|
202
|
-
|
|
202
|
+
archivedAt?: string | null | undefined;
|
|
203
203
|
category?: string | null | undefined;
|
|
204
|
+
content?: string | null | undefined;
|
|
204
205
|
customAttributes?: any;
|
|
205
|
-
topic?: string | null | undefined;
|
|
206
206
|
discardedAt?: string | null | undefined;
|
|
207
|
-
archivedAt?: string | null | undefined;
|
|
208
207
|
readAt?: string | null | undefined;
|
|
209
208
|
seenAt?: string | null | undefined;
|
|
210
209
|
sentAt?: string | null | undefined;
|
|
210
|
+
topic?: string | null | undefined;
|
|
211
211
|
}>, {
|
|
212
212
|
action_url: string | null | undefined;
|
|
213
213
|
archived_at: string | null | undefined;
|
|
@@ -225,20 +225,20 @@ export declare const notificationRequest: z.ZodLazy<z.ZodEffects<z.ZodObject<{
|
|
|
225
225
|
updated_at: string;
|
|
226
226
|
user_id: string;
|
|
227
227
|
}, {
|
|
228
|
-
title: string;
|
|
229
228
|
createdAt: string;
|
|
230
229
|
id: string;
|
|
231
230
|
updatedAt: string;
|
|
231
|
+
title: string;
|
|
232
232
|
userId: string;
|
|
233
233
|
actionUrl?: string | null | undefined;
|
|
234
|
-
|
|
234
|
+
archivedAt?: string | null | undefined;
|
|
235
235
|
category?: string | null | undefined;
|
|
236
|
+
content?: string | null | undefined;
|
|
236
237
|
customAttributes?: any;
|
|
237
|
-
topic?: string | null | undefined;
|
|
238
238
|
discardedAt?: string | null | undefined;
|
|
239
|
-
archivedAt?: string | null | undefined;
|
|
240
239
|
readAt?: string | null | undefined;
|
|
241
240
|
seenAt?: string | null | undefined;
|
|
242
241
|
sentAt?: string | null | undefined;
|
|
242
|
+
topic?: string | null | undefined;
|
|
243
243
|
}>>;
|
|
244
244
|
//# sourceMappingURL=notification.d.ts.map
|
|
@@ -2,7 +2,7 @@ import { HttpResponse, RequestConfig } from '../../http/types.js';
|
|
|
2
2
|
import { BaseService } from '../base-service.js';
|
|
3
3
|
import { Notification } from './models/notification.js';
|
|
4
4
|
import { NotificationCollection } from './models/notification-collection.js';
|
|
5
|
-
import {
|
|
5
|
+
import { ArchiveAllNotificationsParams, ListNotificationsParams, MarkAllNotificationsReadParams } from './request-params.js';
|
|
6
6
|
export declare class NotificationsService extends BaseService {
|
|
7
7
|
/**
|
|
8
8
|
* Lists all notifications for a user.
|
|
@@ -17,13 +17,13 @@ export declare class NotificationsService extends BaseService {
|
|
|
17
17
|
*/
|
|
18
18
|
listNotifications(params?: ListNotificationsParams, requestConfig?: RequestConfig): Promise<HttpResponse<NotificationCollection>>;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Archive all notifications.
|
|
21
21
|
* @param {string} [params.category] -
|
|
22
22
|
* @param {string} [params.topic] -
|
|
23
23
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
24
24
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
25
25
|
*/
|
|
26
|
-
|
|
26
|
+
archiveAllNotifications(params?: ArchiveAllNotificationsParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
27
27
|
/**
|
|
28
28
|
* Marks all notifications as read.
|
|
29
29
|
* @param {string} [params.category] -
|
|
@@ -31,16 +31,16 @@ export declare class NotificationsService extends BaseService {
|
|
|
31
31
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
32
32
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
33
33
|
*/
|
|
34
|
-
|
|
34
|
+
markAllNotificationsRead(params?: MarkAllNotificationsReadParams, requestConfig?: RequestConfig): Promise<HttpResponse<void>>;
|
|
35
35
|
/**
|
|
36
36
|
* Gets a notification by ID.
|
|
37
37
|
* @param {string} notificationId -
|
|
38
38
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
39
39
|
* @returns {Promise<HttpResponse<Notification>>} OK
|
|
40
40
|
*/
|
|
41
|
-
|
|
41
|
+
fetchNotification(notificationId: string, requestConfig?: RequestConfig): Promise<HttpResponse<Notification>>;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Archive a notification.
|
|
44
44
|
* @param {string} notificationId -
|
|
45
45
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
46
46
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notifications-service.d.ts","sourceRoot":"","sources":["../../../../../src/user-client/services/notifications/notifications-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,YAAY,EAAwB,MAAM,0BAA0B,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAkC,MAAM,qCAAqC,CAAC;AAC7G,OAAO,
|
|
1
|
+
{"version":3,"file":"notifications-service.d.ts","sourceRoot":"","sources":["../../../../../src/user-client/services/notifications/notifications-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,YAAY,EAAwB,MAAM,0BAA0B,CAAC;AAC9E,OAAO,EAAE,sBAAsB,EAAkC,MAAM,qCAAqC,CAAC;AAC7G,OAAO,EACL,6BAA6B,EAC7B,uBAAuB,EACvB,8BAA8B,EAC/B,MAAM,qBAAqB,CAAC;AAE7B,qBAAa,oBAAqB,SAAQ,WAAW;IACnD;;;;;;;;;;OAUG;IACG,iBAAiB,CACrB,MAAM,CAAC,EAAE,uBAAuB,EAChC,aAAa,CAAC,EAAE,aAAa,GAC5B,OAAO,CAAC,YAAY,CAAC,sBAAsB,CAAC,CAAC;IA6ChD;;;;;;OAMG;IACG,uBAAuB,CAC3B,MAAM,CAAC,EAAE,6BAA6B,EACtC,aAAa,CAAC,EAAE,aAAa,GAC5B,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;IA6B9B;;;;;;OAMG;IACG,wBAAwB,CAC5B,MAAM,CAAC,EAAE,8BAA8B,EACvC,aAAa,CAAC,EAAE,aAAa,GAC5B,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;IA6B9B;;;;;OAKG;IACG,iBAAiB,CAAC,cAAc,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,YAAY,CAAC,CAAC;IAyBnH;;;;;OAKG;IACG,mBAAmB,CAAC,cAAc,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;IAyB7G;;;;;OAKG;IACG,oBAAoB,CAAC,cAAc,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;IAyB9G;;;;;OAKG;IACG,qBAAqB,CAAC,cAAc,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;IAyB/G;;;;;OAKG;IACG,sBAAsB,CAAC,cAAc,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,CAAC;CAwBjH"}
|
|
@@ -65,13 +65,13 @@ class NotificationsService extends base_service_js_1.BaseService {
|
|
|
65
65
|
return this.client.call(request);
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Archive all notifications.
|
|
69
69
|
* @param {string} [params.category] -
|
|
70
70
|
* @param {string} [params.topic] -
|
|
71
71
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
72
72
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
73
73
|
*/
|
|
74
|
-
async
|
|
74
|
+
async archiveAllNotifications(params, requestConfig) {
|
|
75
75
|
const request = new request_builder_js_1.RequestBuilder()
|
|
76
76
|
.setBaseUrl((requestConfig === null || requestConfig === void 0 ? void 0 : requestConfig.baseUrl) || this.config.baseUrl || this.config.environment || environment_js_1.Environment.DEFAULT)
|
|
77
77
|
.setConfig(this.config)
|
|
@@ -106,7 +106,7 @@ class NotificationsService extends base_service_js_1.BaseService {
|
|
|
106
106
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
107
107
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
108
108
|
*/
|
|
109
|
-
async
|
|
109
|
+
async markAllNotificationsRead(params, requestConfig) {
|
|
110
110
|
const request = new request_builder_js_1.RequestBuilder()
|
|
111
111
|
.setBaseUrl((requestConfig === null || requestConfig === void 0 ? void 0 : requestConfig.baseUrl) || this.config.baseUrl || this.config.environment || environment_js_1.Environment.DEFAULT)
|
|
112
112
|
.setConfig(this.config)
|
|
@@ -140,7 +140,7 @@ class NotificationsService extends base_service_js_1.BaseService {
|
|
|
140
140
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
141
141
|
* @returns {Promise<HttpResponse<Notification>>} OK
|
|
142
142
|
*/
|
|
143
|
-
async
|
|
143
|
+
async fetchNotification(notificationId, requestConfig) {
|
|
144
144
|
const request = new request_builder_js_1.RequestBuilder()
|
|
145
145
|
.setBaseUrl((requestConfig === null || requestConfig === void 0 ? void 0 : requestConfig.baseUrl) || this.config.baseUrl || this.config.environment || environment_js_1.Environment.DEFAULT)
|
|
146
146
|
.setConfig(this.config)
|
|
@@ -165,7 +165,7 @@ class NotificationsService extends base_service_js_1.BaseService {
|
|
|
165
165
|
return this.client.call(request);
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
|
-
*
|
|
168
|
+
* Archive a notification.
|
|
169
169
|
* @param {string} notificationId -
|
|
170
170
|
* @param {RequestConfig} requestConfig - (Optional) The request configuration for retry and validation.
|
|
171
171
|
* @returns {Promise<HttpResponse<any>>} No Content
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notifications-service.js","sourceRoot":"","sources":["../../../../../src/user-client/services/notifications/notifications-service.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,8DAAwD;AAGxD,gFAAyE;AACzE,kDAA+E;AAC/E,wDAAiD;AACjD,8DAA8E;AAC9E,oFAA6G;
|
|
1
|
+
{"version":3,"file":"notifications-service.js","sourceRoot":"","sources":["../../../../../src/user-client/services/notifications/notifications-service.ts"],"names":[],"mappings":"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"}
|