@redhat-cloud-services/notifications-client 2.2.4 → 2.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/CHANGELOG.md +48 -0
- package/LICENSE +201 -0
- package/README.md +69 -0
- package/doc/.nojekyll +1 -0
- package/doc/README.md +69 -0
- package/doc/classes/BaseAPI.md +125 -0
- package/doc/classes/Configuration.md +194 -0
- package/doc/classes/RequiredError.md +179 -0
- package/doc/enums/EndpointStatus.md +76 -0
- package/doc/enums/EndpointType.md +65 -0
- package/doc/enums/Environment.md +54 -0
- package/doc/enums/EventLogEntryActionStatus.md +65 -0
- package/doc/enums/HttpType.md +43 -0
- package/doc/enums/NotificationStatus.md +65 -0
- package/doc/enums/Status.md +32 -0
- package/doc/enums/SubscriptionType.md +43 -0
- package/doc/interfaces/AddAccessRequest.md +44 -0
- package/doc/interfaces/AddApplicationRequest.md +74 -0
- package/doc/interfaces/AggregationEmailTemplate.md +164 -0
- package/doc/interfaces/AggregationEmailTemplateSubjectTemplate.md +104 -0
- package/doc/interfaces/ApiConfig.md +30 -0
- package/doc/interfaces/Application.md +104 -0
- package/doc/interfaces/Application1.md +44 -0
- package/doc/interfaces/ApplicationDTO.md +104 -0
- package/doc/interfaces/ApplicationSettingsValue.md +33 -0
- package/doc/interfaces/BasicAuthentication.md +44 -0
- package/doc/interfaces/BehaviorGroup.md +149 -0
- package/doc/interfaces/BehaviorGroupAction.md +59 -0
- package/doc/interfaces/BehaviorGroupActionId.md +44 -0
- package/doc/interfaces/Bundle.md +89 -0
- package/doc/interfaces/BundleSettingsValue.md +33 -0
- package/doc/interfaces/CamelProperties.md +123 -0
- package/doc/interfaces/ConfigurationParameters.md +89 -0
- package/doc/interfaces/CreateBehaviorGroupRequest.md +104 -0
- package/doc/interfaces/CreateBehaviorGroupResponse.md +104 -0
- package/doc/interfaces/CurrentStatus.md +59 -0
- package/doc/interfaces/DrawerEntryPayload.md +119 -0
- package/doc/interfaces/DuplicateNameMigrationReport.md +44 -0
- package/doc/interfaces/Endpoint.md +179 -0
- package/doc/interfaces/EndpointPage.md +63 -0
- package/doc/interfaces/EndpointTestRequest.md +29 -0
- package/doc/interfaces/EventLogEntry.md +119 -0
- package/doc/interfaces/EventLogEntryAction.md +125 -0
- package/doc/interfaces/EventType.md +164 -0
- package/doc/interfaces/EventTypeBehavior.md +59 -0
- package/doc/interfaces/EventTypeBehaviorId.md +44 -0
- package/doc/interfaces/EventTypeSettingsValue.md +63 -0
- package/doc/interfaces/Facet.md +74 -0
- package/doc/interfaces/InstantEmailTemplate.md +149 -0
- package/doc/interfaces/InternalApplicationUserPermission.md +59 -0
- package/doc/interfaces/InternalRoleAccess.md +59 -0
- package/doc/interfaces/InternalUserPermissions.md +59 -0
- package/doc/interfaces/MessageValidationResponse.md +33 -0
- package/doc/interfaces/Meta.md +29 -0
- package/doc/interfaces/NotificationHistory.md +155 -0
- package/doc/interfaces/PageBehaviorGroup.md +63 -0
- package/doc/interfaces/PageDrawerEntryPayload.md +63 -0
- package/doc/interfaces/PageEventLogEntry.md +63 -0
- package/doc/interfaces/PageEventType.md +63 -0
- package/doc/interfaces/PageNotificationHistory.md +63 -0
- package/doc/interfaces/RenderEmailTemplateRequest.md +44 -0
- package/doc/interfaces/RequestArgs.md +58 -0
- package/doc/interfaces/RequestDefaultBehaviorGroupPropertyList.md +44 -0
- package/doc/interfaces/RequestSystemSubscriptionProperties.md +44 -0
- package/doc/interfaces/ServerInfo.md +29 -0
- package/doc/interfaces/SettingsValuesByEventType.md +33 -0
- package/doc/interfaces/SystemSubscriptionProperties.md +59 -0
- package/doc/interfaces/Template.md +104 -0
- package/doc/interfaces/TriggerDailyDigestRequest.md +89 -0
- package/doc/interfaces/UpdateApplicationRequest.md +59 -0
- package/doc/interfaces/UpdateBehaviorGroupRequest.md +74 -0
- package/doc/interfaces/UpdateNotificationDrawerStatus.md +44 -0
- package/doc/interfaces/WebhookProperties.md +104 -0
- package/doc/interfaces/X509Certificate.md +89 -0
- package/doc/modules.md +1112 -0
- package/package.json +3 -4
- package/esm/DrawerResourceV1GetDrawerEntries/index.d.ts +0 -81
- package/esm/DrawerResourceV1GetDrawerEntries/index.d.ts.map +0 -1
- package/esm/DrawerResourceV1GetDrawerEntries/index.js +0 -67
- package/esm/DrawerResourceV1GetDrawerEntries/index.js.map +0 -1
- package/esm/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts +0 -22
- package/esm/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts.map +0 -1
- package/esm/DrawerResourceV1UpdateNotificationReadStatus/index.js +0 -32
- package/esm/DrawerResourceV1UpdateNotificationReadStatus/index.js.map +0 -1
- package/esm/EventResourceV1GetEvents/index.d.ts +0 -112
- package/esm/EventResourceV1GetEvents/index.d.ts.map +0 -1
- package/esm/EventResourceV1GetEvents/index.js +0 -82
- package/esm/EventResourceV1GetEvents/index.js.map +0 -1
- package/esm/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts +0 -27
- package/esm/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1AppendBehaviorGroupToEventType/index.js +0 -32
- package/esm/NotificationResourceV1AppendBehaviorGroupToEventType/index.js.map +0 -1
- package/esm/NotificationResourceV1CreateBehaviorGroup/index.d.ts +0 -22
- package/esm/NotificationResourceV1CreateBehaviorGroup/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1CreateBehaviorGroup/index.js +0 -32
- package/esm/NotificationResourceV1CreateBehaviorGroup/index.js.map +0 -1
- package/esm/NotificationResourceV1DeleteBehaviorGroup/index.d.ts +0 -21
- package/esm/NotificationResourceV1DeleteBehaviorGroup/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1DeleteBehaviorGroup/index.js +0 -31
- package/esm/NotificationResourceV1DeleteBehaviorGroup/index.js.map +0 -1
- package/esm/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.d.ts +0 -27
- package/esm/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.js +0 -32
- package/esm/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.js.map +0 -1
- package/esm/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts +0 -21
- package/esm/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1FindBehaviorGroupsByBundleId/index.js +0 -31
- package/esm/NotificationResourceV1FindBehaviorGroupsByBundleId/index.js.map +0 -1
- package/esm/NotificationResourceV1GetApplicationByNameAndBundleName/index.d.ts +0 -27
- package/esm/NotificationResourceV1GetApplicationByNameAndBundleName/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1GetApplicationByNameAndBundleName/index.js +0 -32
- package/esm/NotificationResourceV1GetApplicationByNameAndBundleName/index.js.map +0 -1
- package/esm/NotificationResourceV1GetApplicationsFacets/index.d.ts +0 -21
- package/esm/NotificationResourceV1GetApplicationsFacets/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1GetApplicationsFacets/index.js +0 -33
- package/esm/NotificationResourceV1GetApplicationsFacets/index.js.map +0 -1
- package/esm/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts +0 -21
- package/esm/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.js +0 -31
- package/esm/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.js.map +0 -1
- package/esm/NotificationResourceV1GetBundleByName/index.d.ts +0 -21
- package/esm/NotificationResourceV1GetBundleByName/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1GetBundleByName/index.js +0 -31
- package/esm/NotificationResourceV1GetBundleByName/index.js.map +0 -1
- package/esm/NotificationResourceV1GetBundleFacets/index.d.ts +0 -21
- package/esm/NotificationResourceV1GetBundleFacets/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1GetBundleFacets/index.js +0 -33
- package/esm/NotificationResourceV1GetBundleFacets/index.js.map +0 -1
- package/esm/NotificationResourceV1GetEventTypes/index.d.ts +0 -63
- package/esm/NotificationResourceV1GetEventTypes/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1GetEventTypes/index.js +0 -54
- package/esm/NotificationResourceV1GetEventTypes/index.js.map +0 -1
- package/esm/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.d.ts +0 -21
- package/esm/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.js +0 -31
- package/esm/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.js.map +0 -1
- package/esm/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.d.ts +0 -33
- package/esm/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.js +0 -33
- package/esm/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.js.map +0 -1
- package/esm/NotificationResourceV1GetLinkedBehaviorGroups/index.d.ts +0 -51
- package/esm/NotificationResourceV1GetLinkedBehaviorGroups/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1GetLinkedBehaviorGroups/index.js +0 -46
- package/esm/NotificationResourceV1GetLinkedBehaviorGroups/index.js.map +0 -1
- package/esm/NotificationResourceV1UpdateBehaviorGroup/index.d.ts +0 -28
- package/esm/NotificationResourceV1UpdateBehaviorGroup/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1UpdateBehaviorGroup/index.js +0 -33
- package/esm/NotificationResourceV1UpdateBehaviorGroup/index.js.map +0 -1
- package/esm/NotificationResourceV1UpdateBehaviorGroupActions/index.d.ts +0 -27
- package/esm/NotificationResourceV1UpdateBehaviorGroupActions/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1UpdateBehaviorGroupActions/index.js +0 -33
- package/esm/NotificationResourceV1UpdateBehaviorGroupActions/index.js.map +0 -1
- package/esm/NotificationResourceV1UpdateEventTypeBehaviors/index.d.ts +0 -27
- package/esm/NotificationResourceV1UpdateEventTypeBehaviors/index.d.ts.map +0 -1
- package/esm/NotificationResourceV1UpdateEventTypeBehaviors/index.js +0 -33
- package/esm/NotificationResourceV1UpdateEventTypeBehaviors/index.js.map +0 -1
- package/esm/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts +0 -15
- package/esm/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts.map +0 -1
- package/esm/OrgConfigResourceV1GetDailyDigestTimePreference/index.js +0 -30
- package/esm/OrgConfigResourceV1GetDailyDigestTimePreference/index.js.map +0 -1
- package/esm/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts +0 -21
- package/esm/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts.map +0 -1
- package/esm/OrgConfigResourceV1SaveDailyDigestTimePreference/index.js +0 -32
- package/esm/OrgConfigResourceV1SaveDailyDigestTimePreference/index.js.map +0 -1
- package/esm/api.d.ts +0 -3364
- package/esm/api.d.ts.map +0 -1
- package/esm/api.js +0 -2513
- package/esm/api.js.map +0 -1
- package/esm/base.d.ts +0 -55
- package/esm/base.d.ts.map +0 -1
- package/esm/base.js +0 -55
- package/esm/base.js.map +0 -1
- package/esm/common.d.ts +0 -66
- package/esm/common.d.ts.map +0 -1
- package/esm/common.js +0 -134
- package/esm/common.js.map +0 -1
- package/esm/configuration.d.ts.map +0 -1
- package/esm/configuration.js +0 -28
- package/esm/configuration.js.map +0 -1
- package/esm/index.d.ts.map +0 -1
- package/esm/index.js +0 -50
- package/esm/index.js.map +0 -1
- package/esm/types/index.d.ts.map +0 -1
- package/esm/types/index.js +0 -90
- package/esm/types/index.js.map +0 -1
- package/esm/utils/base.d.ts.map +0 -1
- package/esm/utils/base.js +0 -125
- package/esm/utils/base.js.map +0 -1
- package/esm/utils/common.d.ts.map +0 -1
- package/esm/utils/common.js +0 -123
- package/esm/utils/common.js.map +0 -1
- package/esm/utils/configuration.d.ts +0 -73
- package/esm/utils/configuration.d.ts.map +0 -1
- package/esm/utils/configuration.js +0 -28
- package/esm/utils/configuration.js.map +0 -1
- package/index.d.ts +0 -27
- package/types/index.d.ts +0 -1875
- package/utils/base.d.ts +0 -85
- package/utils/common.d.ts +0 -55
- package/utils/configuration.d.ts +0 -73
- /package/{DrawerResourceV1GetDrawerEntries → dist/DrawerResourceV1GetDrawerEntries}/index.d.ts +0 -0
- /package/{DrawerResourceV1GetDrawerEntries → dist/DrawerResourceV1GetDrawerEntries}/index.d.ts.map +0 -0
- /package/{DrawerResourceV1GetDrawerEntries → dist/DrawerResourceV1GetDrawerEntries}/index.js +0 -0
- /package/{DrawerResourceV1GetDrawerEntries → dist/DrawerResourceV1GetDrawerEntries}/index.js.map +0 -0
- /package/{DrawerResourceV1UpdateNotificationReadStatus → dist/DrawerResourceV1UpdateNotificationReadStatus}/index.d.ts +0 -0
- /package/{DrawerResourceV1UpdateNotificationReadStatus → dist/DrawerResourceV1UpdateNotificationReadStatus}/index.d.ts.map +0 -0
- /package/{DrawerResourceV1UpdateNotificationReadStatus → dist/DrawerResourceV1UpdateNotificationReadStatus}/index.js +0 -0
- /package/{DrawerResourceV1UpdateNotificationReadStatus → dist/DrawerResourceV1UpdateNotificationReadStatus}/index.js.map +0 -0
- /package/{EventResourceV1GetEvents → dist/EventResourceV1GetEvents}/index.d.ts +0 -0
- /package/{EventResourceV1GetEvents → dist/EventResourceV1GetEvents}/index.d.ts.map +0 -0
- /package/{EventResourceV1GetEvents → dist/EventResourceV1GetEvents}/index.js +0 -0
- /package/{EventResourceV1GetEvents → dist/EventResourceV1GetEvents}/index.js.map +0 -0
- /package/{NotificationResourceV1AppendBehaviorGroupToEventType → dist/NotificationResourceV1AppendBehaviorGroupToEventType}/index.d.ts +0 -0
- /package/{NotificationResourceV1AppendBehaviorGroupToEventType → dist/NotificationResourceV1AppendBehaviorGroupToEventType}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1AppendBehaviorGroupToEventType → dist/NotificationResourceV1AppendBehaviorGroupToEventType}/index.js +0 -0
- /package/{NotificationResourceV1AppendBehaviorGroupToEventType → dist/NotificationResourceV1AppendBehaviorGroupToEventType}/index.js.map +0 -0
- /package/{NotificationResourceV1CreateBehaviorGroup → dist/NotificationResourceV1CreateBehaviorGroup}/index.d.ts +0 -0
- /package/{NotificationResourceV1CreateBehaviorGroup → dist/NotificationResourceV1CreateBehaviorGroup}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1CreateBehaviorGroup → dist/NotificationResourceV1CreateBehaviorGroup}/index.js +0 -0
- /package/{NotificationResourceV1CreateBehaviorGroup → dist/NotificationResourceV1CreateBehaviorGroup}/index.js.map +0 -0
- /package/{NotificationResourceV1DeleteBehaviorGroup → dist/NotificationResourceV1DeleteBehaviorGroup}/index.d.ts +0 -0
- /package/{NotificationResourceV1DeleteBehaviorGroup → dist/NotificationResourceV1DeleteBehaviorGroup}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1DeleteBehaviorGroup → dist/NotificationResourceV1DeleteBehaviorGroup}/index.js +0 -0
- /package/{NotificationResourceV1DeleteBehaviorGroup → dist/NotificationResourceV1DeleteBehaviorGroup}/index.js.map +0 -0
- /package/{NotificationResourceV1DeleteBehaviorGroupFromEventType → dist/NotificationResourceV1DeleteBehaviorGroupFromEventType}/index.d.ts +0 -0
- /package/{NotificationResourceV1DeleteBehaviorGroupFromEventType → dist/NotificationResourceV1DeleteBehaviorGroupFromEventType}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1DeleteBehaviorGroupFromEventType → dist/NotificationResourceV1DeleteBehaviorGroupFromEventType}/index.js +0 -0
- /package/{NotificationResourceV1DeleteBehaviorGroupFromEventType → dist/NotificationResourceV1DeleteBehaviorGroupFromEventType}/index.js.map +0 -0
- /package/{NotificationResourceV1FindBehaviorGroupsByBundleId → dist/NotificationResourceV1FindBehaviorGroupsByBundleId}/index.d.ts +0 -0
- /package/{NotificationResourceV1FindBehaviorGroupsByBundleId → dist/NotificationResourceV1FindBehaviorGroupsByBundleId}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1FindBehaviorGroupsByBundleId → dist/NotificationResourceV1FindBehaviorGroupsByBundleId}/index.js +0 -0
- /package/{NotificationResourceV1FindBehaviorGroupsByBundleId → dist/NotificationResourceV1FindBehaviorGroupsByBundleId}/index.js.map +0 -0
- /package/{NotificationResourceV1GetApplicationByNameAndBundleName → dist/NotificationResourceV1GetApplicationByNameAndBundleName}/index.d.ts +0 -0
- /package/{NotificationResourceV1GetApplicationByNameAndBundleName → dist/NotificationResourceV1GetApplicationByNameAndBundleName}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1GetApplicationByNameAndBundleName → dist/NotificationResourceV1GetApplicationByNameAndBundleName}/index.js +0 -0
- /package/{NotificationResourceV1GetApplicationByNameAndBundleName → dist/NotificationResourceV1GetApplicationByNameAndBundleName}/index.js.map +0 -0
- /package/{NotificationResourceV1GetApplicationsFacets → dist/NotificationResourceV1GetApplicationsFacets}/index.d.ts +0 -0
- /package/{NotificationResourceV1GetApplicationsFacets → dist/NotificationResourceV1GetApplicationsFacets}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1GetApplicationsFacets → dist/NotificationResourceV1GetApplicationsFacets}/index.js +0 -0
- /package/{NotificationResourceV1GetApplicationsFacets → dist/NotificationResourceV1GetApplicationsFacets}/index.js.map +0 -0
- /package/{NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint → dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint}/index.d.ts +0 -0
- /package/{NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint → dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint → dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint}/index.js +0 -0
- /package/{NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint → dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint}/index.js.map +0 -0
- /package/{NotificationResourceV1GetBundleByName → dist/NotificationResourceV1GetBundleByName}/index.d.ts +0 -0
- /package/{NotificationResourceV1GetBundleByName → dist/NotificationResourceV1GetBundleByName}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1GetBundleByName → dist/NotificationResourceV1GetBundleByName}/index.js +0 -0
- /package/{NotificationResourceV1GetBundleByName → dist/NotificationResourceV1GetBundleByName}/index.js.map +0 -0
- /package/{NotificationResourceV1GetBundleFacets → dist/NotificationResourceV1GetBundleFacets}/index.d.ts +0 -0
- /package/{NotificationResourceV1GetBundleFacets → dist/NotificationResourceV1GetBundleFacets}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1GetBundleFacets → dist/NotificationResourceV1GetBundleFacets}/index.js +0 -0
- /package/{NotificationResourceV1GetBundleFacets → dist/NotificationResourceV1GetBundleFacets}/index.js.map +0 -0
- /package/{NotificationResourceV1GetEventTypes → dist/NotificationResourceV1GetEventTypes}/index.d.ts +0 -0
- /package/{NotificationResourceV1GetEventTypes → dist/NotificationResourceV1GetEventTypes}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1GetEventTypes → dist/NotificationResourceV1GetEventTypes}/index.js +0 -0
- /package/{NotificationResourceV1GetEventTypes → dist/NotificationResourceV1GetEventTypes}/index.js.map +0 -0
- /package/{NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup → dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup}/index.d.ts +0 -0
- /package/{NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup → dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup → dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup}/index.js +0 -0
- /package/{NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup → dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup}/index.js.map +0 -0
- /package/{NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName → dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName}/index.d.ts +0 -0
- /package/{NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName → dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName → dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName}/index.js +0 -0
- /package/{NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName → dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName}/index.js.map +0 -0
- /package/{NotificationResourceV1GetLinkedBehaviorGroups → dist/NotificationResourceV1GetLinkedBehaviorGroups}/index.d.ts +0 -0
- /package/{NotificationResourceV1GetLinkedBehaviorGroups → dist/NotificationResourceV1GetLinkedBehaviorGroups}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1GetLinkedBehaviorGroups → dist/NotificationResourceV1GetLinkedBehaviorGroups}/index.js +0 -0
- /package/{NotificationResourceV1GetLinkedBehaviorGroups → dist/NotificationResourceV1GetLinkedBehaviorGroups}/index.js.map +0 -0
- /package/{NotificationResourceV1UpdateBehaviorGroup → dist/NotificationResourceV1UpdateBehaviorGroup}/index.d.ts +0 -0
- /package/{NotificationResourceV1UpdateBehaviorGroup → dist/NotificationResourceV1UpdateBehaviorGroup}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1UpdateBehaviorGroup → dist/NotificationResourceV1UpdateBehaviorGroup}/index.js +0 -0
- /package/{NotificationResourceV1UpdateBehaviorGroup → dist/NotificationResourceV1UpdateBehaviorGroup}/index.js.map +0 -0
- /package/{NotificationResourceV1UpdateBehaviorGroupActions → dist/NotificationResourceV1UpdateBehaviorGroupActions}/index.d.ts +0 -0
- /package/{NotificationResourceV1UpdateBehaviorGroupActions → dist/NotificationResourceV1UpdateBehaviorGroupActions}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1UpdateBehaviorGroupActions → dist/NotificationResourceV1UpdateBehaviorGroupActions}/index.js +0 -0
- /package/{NotificationResourceV1UpdateBehaviorGroupActions → dist/NotificationResourceV1UpdateBehaviorGroupActions}/index.js.map +0 -0
- /package/{NotificationResourceV1UpdateEventTypeBehaviors → dist/NotificationResourceV1UpdateEventTypeBehaviors}/index.d.ts +0 -0
- /package/{NotificationResourceV1UpdateEventTypeBehaviors → dist/NotificationResourceV1UpdateEventTypeBehaviors}/index.d.ts.map +0 -0
- /package/{NotificationResourceV1UpdateEventTypeBehaviors → dist/NotificationResourceV1UpdateEventTypeBehaviors}/index.js +0 -0
- /package/{NotificationResourceV1UpdateEventTypeBehaviors → dist/NotificationResourceV1UpdateEventTypeBehaviors}/index.js.map +0 -0
- /package/{OrgConfigResourceV1GetDailyDigestTimePreference → dist/OrgConfigResourceV1GetDailyDigestTimePreference}/index.d.ts +0 -0
- /package/{OrgConfigResourceV1GetDailyDigestTimePreference → dist/OrgConfigResourceV1GetDailyDigestTimePreference}/index.d.ts.map +0 -0
- /package/{OrgConfigResourceV1GetDailyDigestTimePreference → dist/OrgConfigResourceV1GetDailyDigestTimePreference}/index.js +0 -0
- /package/{OrgConfigResourceV1GetDailyDigestTimePreference → dist/OrgConfigResourceV1GetDailyDigestTimePreference}/index.js.map +0 -0
- /package/{OrgConfigResourceV1SaveDailyDigestTimePreference → dist/OrgConfigResourceV1SaveDailyDigestTimePreference}/index.d.ts +0 -0
- /package/{OrgConfigResourceV1SaveDailyDigestTimePreference → dist/OrgConfigResourceV1SaveDailyDigestTimePreference}/index.d.ts.map +0 -0
- /package/{OrgConfigResourceV1SaveDailyDigestTimePreference → dist/OrgConfigResourceV1SaveDailyDigestTimePreference}/index.js +0 -0
- /package/{OrgConfigResourceV1SaveDailyDigestTimePreference → dist/OrgConfigResourceV1SaveDailyDigestTimePreference}/index.js.map +0 -0
- /package/{api.d.ts → dist/api.d.ts} +0 -0
- /package/{api.d.ts.map → dist/api.d.ts.map} +0 -0
- /package/{api.js → dist/api.js} +0 -0
- /package/{api.js.map → dist/api.js.map} +0 -0
- /package/{base.d.ts → dist/base.d.ts} +0 -0
- /package/{base.d.ts.map → dist/base.d.ts.map} +0 -0
- /package/{base.js → dist/base.js} +0 -0
- /package/{base.js.map → dist/base.js.map} +0 -0
- /package/{common.d.ts → dist/common.d.ts} +0 -0
- /package/{common.d.ts.map → dist/common.d.ts.map} +0 -0
- /package/{common.js → dist/common.js} +0 -0
- /package/{common.js.map → dist/common.js.map} +0 -0
- /package/{configuration.d.ts → dist/configuration.d.ts} +0 -0
- /package/{configuration.d.ts.map → dist/configuration.d.ts.map} +0 -0
- /package/{configuration.js → dist/configuration.js} +0 -0
- /package/{configuration.js.map → dist/configuration.js.map} +0 -0
- /package/{esm → dist}/index.d.ts +0 -0
- /package/{index.d.ts.map → dist/index.d.ts.map} +0 -0
- /package/{index.js → dist/index.js} +0 -0
- /package/{index.js.map → dist/index.js.map} +0 -0
- /package/{esm → dist}/types/index.d.ts +0 -0
- /package/{types → dist/types}/index.d.ts.map +0 -0
- /package/{types → dist/types}/index.js +0 -0
- /package/{types → dist/types}/index.js.map +0 -0
- /package/{esm → dist}/utils/base.d.ts +0 -0
- /package/{utils → dist/utils}/base.d.ts.map +0 -0
- /package/{utils → dist/utils}/base.js +0 -0
- /package/{utils → dist/utils}/base.js.map +0 -0
- /package/{esm → dist}/utils/common.d.ts +0 -0
- /package/{utils → dist/utils}/common.d.ts.map +0 -0
- /package/{utils → dist/utils}/common.js +0 -0
- /package/{utils → dist/utils}/common.js.map +0 -0
- /package/{esm → dist/utils}/configuration.d.ts +0 -0
- /package/{utils → dist/utils}/configuration.d.ts.map +0 -0
- /package/{utils → dist/utils}/configuration.js +0 -0
- /package/{utils → dist/utils}/configuration.js.map +0 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / EndpointPage
|
|
2
|
+
|
|
3
|
+
# Interface: EndpointPage
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
EndpointPage
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [data](EndpointPage.md#data)
|
|
16
|
+
- [links](EndpointPage.md#links)
|
|
17
|
+
- [meta](EndpointPage.md#meta)
|
|
18
|
+
|
|
19
|
+
## Properties
|
|
20
|
+
|
|
21
|
+
### data
|
|
22
|
+
|
|
23
|
+
• **data**: [`Endpoint`](Endpoint.md)[]
|
|
24
|
+
|
|
25
|
+
**`Memberof`**
|
|
26
|
+
|
|
27
|
+
EndpointPage
|
|
28
|
+
|
|
29
|
+
#### Defined in
|
|
30
|
+
|
|
31
|
+
[packages/notifications/types/index.ts:771](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L771)
|
|
32
|
+
|
|
33
|
+
___
|
|
34
|
+
|
|
35
|
+
### links
|
|
36
|
+
|
|
37
|
+
• **links**: `Object`
|
|
38
|
+
|
|
39
|
+
**`Memberof`**
|
|
40
|
+
|
|
41
|
+
EndpointPage
|
|
42
|
+
|
|
43
|
+
#### Index signature
|
|
44
|
+
|
|
45
|
+
▪ [key: `string`]: `string`
|
|
46
|
+
|
|
47
|
+
#### Defined in
|
|
48
|
+
|
|
49
|
+
[packages/notifications/types/index.ts:777](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L777)
|
|
50
|
+
|
|
51
|
+
___
|
|
52
|
+
|
|
53
|
+
### meta
|
|
54
|
+
|
|
55
|
+
• **meta**: [`Meta`](Meta.md)
|
|
56
|
+
|
|
57
|
+
**`Memberof`**
|
|
58
|
+
|
|
59
|
+
EndpointPage
|
|
60
|
+
|
|
61
|
+
#### Defined in
|
|
62
|
+
|
|
63
|
+
[packages/notifications/types/index.ts:783](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L783)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / EndpointTestRequest
|
|
2
|
+
|
|
3
|
+
# Interface: EndpointTestRequest
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
EndpointTestRequest
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [message](EndpointTestRequest.md#message)
|
|
16
|
+
|
|
17
|
+
## Properties
|
|
18
|
+
|
|
19
|
+
### message
|
|
20
|
+
|
|
21
|
+
• **message**: `string`
|
|
22
|
+
|
|
23
|
+
**`Memberof`**
|
|
24
|
+
|
|
25
|
+
EndpointTestRequest
|
|
26
|
+
|
|
27
|
+
#### Defined in
|
|
28
|
+
|
|
29
|
+
[packages/notifications/types/index.ts:814](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L814)
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / EventLogEntry
|
|
2
|
+
|
|
3
|
+
# Interface: EventLogEntry
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
EventLogEntry
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [actions](EventLogEntry.md#actions)
|
|
16
|
+
- [application](EventLogEntry.md#application)
|
|
17
|
+
- [bundle](EventLogEntry.md#bundle)
|
|
18
|
+
- [created](EventLogEntry.md#created)
|
|
19
|
+
- [event\_type](EventLogEntry.md#event_type)
|
|
20
|
+
- [id](EventLogEntry.md#id)
|
|
21
|
+
- [payload](EventLogEntry.md#payload)
|
|
22
|
+
|
|
23
|
+
## Properties
|
|
24
|
+
|
|
25
|
+
### actions
|
|
26
|
+
|
|
27
|
+
• **actions**: [`EventLogEntryAction`](EventLogEntryAction.md)[]
|
|
28
|
+
|
|
29
|
+
**`Memberof`**
|
|
30
|
+
|
|
31
|
+
EventLogEntry
|
|
32
|
+
|
|
33
|
+
#### Defined in
|
|
34
|
+
|
|
35
|
+
[packages/notifications/types/index.ts:896](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L896)
|
|
36
|
+
|
|
37
|
+
___
|
|
38
|
+
|
|
39
|
+
### application
|
|
40
|
+
|
|
41
|
+
• **application**: `string`
|
|
42
|
+
|
|
43
|
+
**`Memberof`**
|
|
44
|
+
|
|
45
|
+
EventLogEntry
|
|
46
|
+
|
|
47
|
+
#### Defined in
|
|
48
|
+
|
|
49
|
+
[packages/notifications/types/index.ts:878](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L878)
|
|
50
|
+
|
|
51
|
+
___
|
|
52
|
+
|
|
53
|
+
### bundle
|
|
54
|
+
|
|
55
|
+
• **bundle**: `string`
|
|
56
|
+
|
|
57
|
+
**`Memberof`**
|
|
58
|
+
|
|
59
|
+
EventLogEntry
|
|
60
|
+
|
|
61
|
+
#### Defined in
|
|
62
|
+
|
|
63
|
+
[packages/notifications/types/index.ts:872](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L872)
|
|
64
|
+
|
|
65
|
+
___
|
|
66
|
+
|
|
67
|
+
### created
|
|
68
|
+
|
|
69
|
+
• **created**: `string`
|
|
70
|
+
|
|
71
|
+
**`Memberof`**
|
|
72
|
+
|
|
73
|
+
EventLogEntry
|
|
74
|
+
|
|
75
|
+
#### Defined in
|
|
76
|
+
|
|
77
|
+
[packages/notifications/types/index.ts:866](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L866)
|
|
78
|
+
|
|
79
|
+
___
|
|
80
|
+
|
|
81
|
+
### event\_type
|
|
82
|
+
|
|
83
|
+
• **event\_type**: `string`
|
|
84
|
+
|
|
85
|
+
**`Memberof`**
|
|
86
|
+
|
|
87
|
+
EventLogEntry
|
|
88
|
+
|
|
89
|
+
#### Defined in
|
|
90
|
+
|
|
91
|
+
[packages/notifications/types/index.ts:884](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L884)
|
|
92
|
+
|
|
93
|
+
___
|
|
94
|
+
|
|
95
|
+
### id
|
|
96
|
+
|
|
97
|
+
• **id**: `string`
|
|
98
|
+
|
|
99
|
+
**`Memberof`**
|
|
100
|
+
|
|
101
|
+
EventLogEntry
|
|
102
|
+
|
|
103
|
+
#### Defined in
|
|
104
|
+
|
|
105
|
+
[packages/notifications/types/index.ts:860](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L860)
|
|
106
|
+
|
|
107
|
+
___
|
|
108
|
+
|
|
109
|
+
### payload
|
|
110
|
+
|
|
111
|
+
• `Optional` **payload**: `string`
|
|
112
|
+
|
|
113
|
+
**`Memberof`**
|
|
114
|
+
|
|
115
|
+
EventLogEntry
|
|
116
|
+
|
|
117
|
+
#### Defined in
|
|
118
|
+
|
|
119
|
+
[packages/notifications/types/index.ts:890](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L890)
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / EventLogEntryAction
|
|
2
|
+
|
|
3
|
+
# Interface: EventLogEntryAction
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
EventLogEntryAction
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [details](EventLogEntryAction.md#details)
|
|
16
|
+
- [endpoint\_id](EventLogEntryAction.md#endpoint_id)
|
|
17
|
+
- [endpoint\_sub\_type](EventLogEntryAction.md#endpoint_sub_type)
|
|
18
|
+
- [endpoint\_type](EventLogEntryAction.md#endpoint_type)
|
|
19
|
+
- [id](EventLogEntryAction.md#id)
|
|
20
|
+
- [invocation\_result](EventLogEntryAction.md#invocation_result)
|
|
21
|
+
- [status](EventLogEntryAction.md#status)
|
|
22
|
+
|
|
23
|
+
## Properties
|
|
24
|
+
|
|
25
|
+
### details
|
|
26
|
+
|
|
27
|
+
• `Optional` **details**: `Object`
|
|
28
|
+
|
|
29
|
+
**`Memberof`**
|
|
30
|
+
|
|
31
|
+
EventLogEntryAction
|
|
32
|
+
|
|
33
|
+
#### Index signature
|
|
34
|
+
|
|
35
|
+
▪ [key: `string`]: `any`
|
|
36
|
+
|
|
37
|
+
#### Defined in
|
|
38
|
+
|
|
39
|
+
[packages/notifications/types/index.ts:946](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L946)
|
|
40
|
+
|
|
41
|
+
___
|
|
42
|
+
|
|
43
|
+
### endpoint\_id
|
|
44
|
+
|
|
45
|
+
• `Optional` **endpoint\_id**: `string`
|
|
46
|
+
|
|
47
|
+
**`Memberof`**
|
|
48
|
+
|
|
49
|
+
EventLogEntryAction
|
|
50
|
+
|
|
51
|
+
#### Defined in
|
|
52
|
+
|
|
53
|
+
[packages/notifications/types/index.ts:940](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L940)
|
|
54
|
+
|
|
55
|
+
___
|
|
56
|
+
|
|
57
|
+
### endpoint\_sub\_type
|
|
58
|
+
|
|
59
|
+
• `Optional` **endpoint\_sub\_type**: `string`
|
|
60
|
+
|
|
61
|
+
**`Memberof`**
|
|
62
|
+
|
|
63
|
+
EventLogEntryAction
|
|
64
|
+
|
|
65
|
+
#### Defined in
|
|
66
|
+
|
|
67
|
+
[packages/notifications/types/index.ts:921](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L921)
|
|
68
|
+
|
|
69
|
+
___
|
|
70
|
+
|
|
71
|
+
### endpoint\_type
|
|
72
|
+
|
|
73
|
+
• **endpoint\_type**: [`EndpointType`](../enums/EndpointType.md)
|
|
74
|
+
|
|
75
|
+
**`Memberof`**
|
|
76
|
+
|
|
77
|
+
EventLogEntryAction
|
|
78
|
+
|
|
79
|
+
#### Defined in
|
|
80
|
+
|
|
81
|
+
[packages/notifications/types/index.ts:915](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L915)
|
|
82
|
+
|
|
83
|
+
___
|
|
84
|
+
|
|
85
|
+
### id
|
|
86
|
+
|
|
87
|
+
• **id**: `string`
|
|
88
|
+
|
|
89
|
+
**`Memberof`**
|
|
90
|
+
|
|
91
|
+
EventLogEntryAction
|
|
92
|
+
|
|
93
|
+
#### Defined in
|
|
94
|
+
|
|
95
|
+
[packages/notifications/types/index.ts:909](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L909)
|
|
96
|
+
|
|
97
|
+
___
|
|
98
|
+
|
|
99
|
+
### invocation\_result
|
|
100
|
+
|
|
101
|
+
• **invocation\_result**: `boolean`
|
|
102
|
+
|
|
103
|
+
**`Memberof`**
|
|
104
|
+
|
|
105
|
+
EventLogEntryAction
|
|
106
|
+
|
|
107
|
+
**`Deprecated`**
|
|
108
|
+
|
|
109
|
+
#### Defined in
|
|
110
|
+
|
|
111
|
+
[packages/notifications/types/index.ts:928](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L928)
|
|
112
|
+
|
|
113
|
+
___
|
|
114
|
+
|
|
115
|
+
### status
|
|
116
|
+
|
|
117
|
+
• **status**: [`EventLogEntryActionStatus`](../enums/EventLogEntryActionStatus.md)
|
|
118
|
+
|
|
119
|
+
**`Memberof`**
|
|
120
|
+
|
|
121
|
+
EventLogEntryAction
|
|
122
|
+
|
|
123
|
+
#### Defined in
|
|
124
|
+
|
|
125
|
+
[packages/notifications/types/index.ts:934](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L934)
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / EventType
|
|
2
|
+
|
|
3
|
+
# Interface: EventType
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
EventType
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [application](EventType.md#application)
|
|
16
|
+
- [application\_id](EventType.md#application_id)
|
|
17
|
+
- [description](EventType.md#description)
|
|
18
|
+
- [display\_name](EventType.md#display_name)
|
|
19
|
+
- [fully\_qualified\_name](EventType.md#fully_qualified_name)
|
|
20
|
+
- [id](EventType.md#id)
|
|
21
|
+
- [name](EventType.md#name)
|
|
22
|
+
- [not\_subscription\_locked\_or\_subscribed\_by\_default](EventType.md#not_subscription_locked_or_subscribed_by_default)
|
|
23
|
+
- [subscribed\_by\_default](EventType.md#subscribed_by_default)
|
|
24
|
+
- [subscription\_locked](EventType.md#subscription_locked)
|
|
25
|
+
|
|
26
|
+
## Properties
|
|
27
|
+
|
|
28
|
+
### application
|
|
29
|
+
|
|
30
|
+
• `Optional` **application**: [`Application`](Application.md)
|
|
31
|
+
|
|
32
|
+
**`Memberof`**
|
|
33
|
+
|
|
34
|
+
EventType
|
|
35
|
+
|
|
36
|
+
#### Defined in
|
|
37
|
+
|
|
38
|
+
[packages/notifications/types/index.ts:1014](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1014)
|
|
39
|
+
|
|
40
|
+
___
|
|
41
|
+
|
|
42
|
+
### application\_id
|
|
43
|
+
|
|
44
|
+
• **application\_id**: `string`
|
|
45
|
+
|
|
46
|
+
**`Memberof`**
|
|
47
|
+
|
|
48
|
+
EventType
|
|
49
|
+
|
|
50
|
+
#### Defined in
|
|
51
|
+
|
|
52
|
+
[packages/notifications/types/index.ts:1008](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1008)
|
|
53
|
+
|
|
54
|
+
___
|
|
55
|
+
|
|
56
|
+
### description
|
|
57
|
+
|
|
58
|
+
• `Optional` **description**: `string`
|
|
59
|
+
|
|
60
|
+
**`Memberof`**
|
|
61
|
+
|
|
62
|
+
EventType
|
|
63
|
+
|
|
64
|
+
#### Defined in
|
|
65
|
+
|
|
66
|
+
[packages/notifications/types/index.ts:996](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L996)
|
|
67
|
+
|
|
68
|
+
___
|
|
69
|
+
|
|
70
|
+
### display\_name
|
|
71
|
+
|
|
72
|
+
• **display\_name**: `string`
|
|
73
|
+
|
|
74
|
+
**`Memberof`**
|
|
75
|
+
|
|
76
|
+
EventType
|
|
77
|
+
|
|
78
|
+
#### Defined in
|
|
79
|
+
|
|
80
|
+
[packages/notifications/types/index.ts:990](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L990)
|
|
81
|
+
|
|
82
|
+
___
|
|
83
|
+
|
|
84
|
+
### fully\_qualified\_name
|
|
85
|
+
|
|
86
|
+
• `Optional` **fully\_qualified\_name**: `string`
|
|
87
|
+
|
|
88
|
+
**`Memberof`**
|
|
89
|
+
|
|
90
|
+
EventType
|
|
91
|
+
|
|
92
|
+
#### Defined in
|
|
93
|
+
|
|
94
|
+
[packages/notifications/types/index.ts:1002](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1002)
|
|
95
|
+
|
|
96
|
+
___
|
|
97
|
+
|
|
98
|
+
### id
|
|
99
|
+
|
|
100
|
+
• `Optional` **id**: `string`
|
|
101
|
+
|
|
102
|
+
**`Memberof`**
|
|
103
|
+
|
|
104
|
+
EventType
|
|
105
|
+
|
|
106
|
+
#### Defined in
|
|
107
|
+
|
|
108
|
+
[packages/notifications/types/index.ts:978](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L978)
|
|
109
|
+
|
|
110
|
+
___
|
|
111
|
+
|
|
112
|
+
### name
|
|
113
|
+
|
|
114
|
+
• **name**: `string`
|
|
115
|
+
|
|
116
|
+
**`Memberof`**
|
|
117
|
+
|
|
118
|
+
EventType
|
|
119
|
+
|
|
120
|
+
#### Defined in
|
|
121
|
+
|
|
122
|
+
[packages/notifications/types/index.ts:984](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L984)
|
|
123
|
+
|
|
124
|
+
___
|
|
125
|
+
|
|
126
|
+
### not\_subscription\_locked\_or\_subscribed\_by\_default
|
|
127
|
+
|
|
128
|
+
• `Optional` **not\_subscription\_locked\_or\_subscribed\_by\_default**: `boolean`
|
|
129
|
+
|
|
130
|
+
**`Memberof`**
|
|
131
|
+
|
|
132
|
+
EventType
|
|
133
|
+
|
|
134
|
+
#### Defined in
|
|
135
|
+
|
|
136
|
+
[packages/notifications/types/index.ts:1032](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1032)
|
|
137
|
+
|
|
138
|
+
___
|
|
139
|
+
|
|
140
|
+
### subscribed\_by\_default
|
|
141
|
+
|
|
142
|
+
• `Optional` **subscribed\_by\_default**: `boolean`
|
|
143
|
+
|
|
144
|
+
**`Memberof`**
|
|
145
|
+
|
|
146
|
+
EventType
|
|
147
|
+
|
|
148
|
+
#### Defined in
|
|
149
|
+
|
|
150
|
+
[packages/notifications/types/index.ts:1020](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1020)
|
|
151
|
+
|
|
152
|
+
___
|
|
153
|
+
|
|
154
|
+
### subscription\_locked
|
|
155
|
+
|
|
156
|
+
• `Optional` **subscription\_locked**: `boolean`
|
|
157
|
+
|
|
158
|
+
**`Memberof`**
|
|
159
|
+
|
|
160
|
+
EventType
|
|
161
|
+
|
|
162
|
+
#### Defined in
|
|
163
|
+
|
|
164
|
+
[packages/notifications/types/index.ts:1026](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1026)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / EventTypeBehavior
|
|
2
|
+
|
|
3
|
+
# Interface: EventTypeBehavior
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
EventTypeBehavior
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [created](EventTypeBehavior.md#created)
|
|
16
|
+
- [event\_type](EventTypeBehavior.md#event_type)
|
|
17
|
+
- [id](EventTypeBehavior.md#id)
|
|
18
|
+
|
|
19
|
+
## Properties
|
|
20
|
+
|
|
21
|
+
### created
|
|
22
|
+
|
|
23
|
+
• `Optional` **created**: `string`
|
|
24
|
+
|
|
25
|
+
**`Memberof`**
|
|
26
|
+
|
|
27
|
+
EventTypeBehavior
|
|
28
|
+
|
|
29
|
+
#### Defined in
|
|
30
|
+
|
|
31
|
+
[packages/notifications/types/index.ts:1045](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1045)
|
|
32
|
+
|
|
33
|
+
___
|
|
34
|
+
|
|
35
|
+
### event\_type
|
|
36
|
+
|
|
37
|
+
• `Optional` **event\_type**: [`EventType`](EventType.md)
|
|
38
|
+
|
|
39
|
+
**`Memberof`**
|
|
40
|
+
|
|
41
|
+
EventTypeBehavior
|
|
42
|
+
|
|
43
|
+
#### Defined in
|
|
44
|
+
|
|
45
|
+
[packages/notifications/types/index.ts:1057](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1057)
|
|
46
|
+
|
|
47
|
+
___
|
|
48
|
+
|
|
49
|
+
### id
|
|
50
|
+
|
|
51
|
+
• `Optional` **id**: [`EventTypeBehaviorId`](EventTypeBehaviorId.md)
|
|
52
|
+
|
|
53
|
+
**`Memberof`**
|
|
54
|
+
|
|
55
|
+
EventTypeBehavior
|
|
56
|
+
|
|
57
|
+
#### Defined in
|
|
58
|
+
|
|
59
|
+
[packages/notifications/types/index.ts:1051](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1051)
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / EventTypeBehaviorId
|
|
2
|
+
|
|
3
|
+
# Interface: EventTypeBehaviorId
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
EventTypeBehaviorId
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [behaviorGroupId](EventTypeBehaviorId.md#behaviorgroupid)
|
|
16
|
+
- [eventTypeId](EventTypeBehaviorId.md#eventtypeid)
|
|
17
|
+
|
|
18
|
+
## Properties
|
|
19
|
+
|
|
20
|
+
### behaviorGroupId
|
|
21
|
+
|
|
22
|
+
• **behaviorGroupId**: `string`
|
|
23
|
+
|
|
24
|
+
**`Memberof`**
|
|
25
|
+
|
|
26
|
+
EventTypeBehaviorId
|
|
27
|
+
|
|
28
|
+
#### Defined in
|
|
29
|
+
|
|
30
|
+
[packages/notifications/types/index.ts:1076](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1076)
|
|
31
|
+
|
|
32
|
+
___
|
|
33
|
+
|
|
34
|
+
### eventTypeId
|
|
35
|
+
|
|
36
|
+
• **eventTypeId**: `string`
|
|
37
|
+
|
|
38
|
+
**`Memberof`**
|
|
39
|
+
|
|
40
|
+
EventTypeBehaviorId
|
|
41
|
+
|
|
42
|
+
#### Defined in
|
|
43
|
+
|
|
44
|
+
[packages/notifications/types/index.ts:1070](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1070)
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / EventTypeSettingsValue
|
|
2
|
+
|
|
3
|
+
# Interface: EventTypeSettingsValue
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
EventTypeSettingsValue
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [emailSubscriptionTypes](EventTypeSettingsValue.md#emailsubscriptiontypes)
|
|
16
|
+
- [hasForcedEmail](EventTypeSettingsValue.md#hasforcedemail)
|
|
17
|
+
- [subscriptionLocked](EventTypeSettingsValue.md#subscriptionlocked)
|
|
18
|
+
|
|
19
|
+
## Properties
|
|
20
|
+
|
|
21
|
+
### emailSubscriptionTypes
|
|
22
|
+
|
|
23
|
+
• `Optional` **emailSubscriptionTypes**: `Object`
|
|
24
|
+
|
|
25
|
+
**`Memberof`**
|
|
26
|
+
|
|
27
|
+
EventTypeSettingsValue
|
|
28
|
+
|
|
29
|
+
#### Index signature
|
|
30
|
+
|
|
31
|
+
▪ [key: `string`]: `boolean`
|
|
32
|
+
|
|
33
|
+
#### Defined in
|
|
34
|
+
|
|
35
|
+
[packages/notifications/types/index.ts:1089](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1089)
|
|
36
|
+
|
|
37
|
+
___
|
|
38
|
+
|
|
39
|
+
### hasForcedEmail
|
|
40
|
+
|
|
41
|
+
• `Optional` **hasForcedEmail**: `boolean`
|
|
42
|
+
|
|
43
|
+
**`Memberof`**
|
|
44
|
+
|
|
45
|
+
EventTypeSettingsValue
|
|
46
|
+
|
|
47
|
+
#### Defined in
|
|
48
|
+
|
|
49
|
+
[packages/notifications/types/index.ts:1095](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1095)
|
|
50
|
+
|
|
51
|
+
___
|
|
52
|
+
|
|
53
|
+
### subscriptionLocked
|
|
54
|
+
|
|
55
|
+
• `Optional` **subscriptionLocked**: `boolean`
|
|
56
|
+
|
|
57
|
+
**`Memberof`**
|
|
58
|
+
|
|
59
|
+
EventTypeSettingsValue
|
|
60
|
+
|
|
61
|
+
#### Defined in
|
|
62
|
+
|
|
63
|
+
[packages/notifications/types/index.ts:1101](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1101)
|