@redhat-cloud-services/notifications-client 2.2.3 → 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) / PageDrawerEntryPayload
|
|
2
|
+
|
|
3
|
+
# Interface: PageDrawerEntryPayload
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
PageDrawerEntryPayload
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [data](PageDrawerEntryPayload.md#data)
|
|
16
|
+
- [links](PageDrawerEntryPayload.md#links)
|
|
17
|
+
- [meta](PageDrawerEntryPayload.md#meta)
|
|
18
|
+
|
|
19
|
+
## Properties
|
|
20
|
+
|
|
21
|
+
### data
|
|
22
|
+
|
|
23
|
+
• **data**: [`DrawerEntryPayload`](DrawerEntryPayload.md)[]
|
|
24
|
+
|
|
25
|
+
**`Memberof`**
|
|
26
|
+
|
|
27
|
+
PageDrawerEntryPayload
|
|
28
|
+
|
|
29
|
+
#### Defined in
|
|
30
|
+
|
|
31
|
+
[packages/notifications/types/index.ts:1428](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1428)
|
|
32
|
+
|
|
33
|
+
___
|
|
34
|
+
|
|
35
|
+
### links
|
|
36
|
+
|
|
37
|
+
• **links**: `Object`
|
|
38
|
+
|
|
39
|
+
**`Memberof`**
|
|
40
|
+
|
|
41
|
+
PageDrawerEntryPayload
|
|
42
|
+
|
|
43
|
+
#### Index signature
|
|
44
|
+
|
|
45
|
+
▪ [key: `string`]: `string`
|
|
46
|
+
|
|
47
|
+
#### Defined in
|
|
48
|
+
|
|
49
|
+
[packages/notifications/types/index.ts:1434](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1434)
|
|
50
|
+
|
|
51
|
+
___
|
|
52
|
+
|
|
53
|
+
### meta
|
|
54
|
+
|
|
55
|
+
• **meta**: [`Meta`](Meta.md)
|
|
56
|
+
|
|
57
|
+
**`Memberof`**
|
|
58
|
+
|
|
59
|
+
PageDrawerEntryPayload
|
|
60
|
+
|
|
61
|
+
#### Defined in
|
|
62
|
+
|
|
63
|
+
[packages/notifications/types/index.ts:1440](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1440)
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / PageEventLogEntry
|
|
2
|
+
|
|
3
|
+
# Interface: PageEventLogEntry
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
PageEventLogEntry
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [data](PageEventLogEntry.md#data)
|
|
16
|
+
- [links](PageEventLogEntry.md#links)
|
|
17
|
+
- [meta](PageEventLogEntry.md#meta)
|
|
18
|
+
|
|
19
|
+
## Properties
|
|
20
|
+
|
|
21
|
+
### data
|
|
22
|
+
|
|
23
|
+
• **data**: [`EventLogEntry`](EventLogEntry.md)[]
|
|
24
|
+
|
|
25
|
+
**`Memberof`**
|
|
26
|
+
|
|
27
|
+
PageEventLogEntry
|
|
28
|
+
|
|
29
|
+
#### Defined in
|
|
30
|
+
|
|
31
|
+
[packages/notifications/types/index.ts:1453](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1453)
|
|
32
|
+
|
|
33
|
+
___
|
|
34
|
+
|
|
35
|
+
### links
|
|
36
|
+
|
|
37
|
+
• **links**: `Object`
|
|
38
|
+
|
|
39
|
+
**`Memberof`**
|
|
40
|
+
|
|
41
|
+
PageEventLogEntry
|
|
42
|
+
|
|
43
|
+
#### Index signature
|
|
44
|
+
|
|
45
|
+
▪ [key: `string`]: `string`
|
|
46
|
+
|
|
47
|
+
#### Defined in
|
|
48
|
+
|
|
49
|
+
[packages/notifications/types/index.ts:1459](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1459)
|
|
50
|
+
|
|
51
|
+
___
|
|
52
|
+
|
|
53
|
+
### meta
|
|
54
|
+
|
|
55
|
+
• **meta**: [`Meta`](Meta.md)
|
|
56
|
+
|
|
57
|
+
**`Memberof`**
|
|
58
|
+
|
|
59
|
+
PageEventLogEntry
|
|
60
|
+
|
|
61
|
+
#### Defined in
|
|
62
|
+
|
|
63
|
+
[packages/notifications/types/index.ts:1465](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1465)
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / PageEventType
|
|
2
|
+
|
|
3
|
+
# Interface: PageEventType
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
PageEventType
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [data](PageEventType.md#data)
|
|
16
|
+
- [links](PageEventType.md#links)
|
|
17
|
+
- [meta](PageEventType.md#meta)
|
|
18
|
+
|
|
19
|
+
## Properties
|
|
20
|
+
|
|
21
|
+
### data
|
|
22
|
+
|
|
23
|
+
• **data**: [`EventType`](EventType.md)[]
|
|
24
|
+
|
|
25
|
+
**`Memberof`**
|
|
26
|
+
|
|
27
|
+
PageEventType
|
|
28
|
+
|
|
29
|
+
#### Defined in
|
|
30
|
+
|
|
31
|
+
[packages/notifications/types/index.ts:1478](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1478)
|
|
32
|
+
|
|
33
|
+
___
|
|
34
|
+
|
|
35
|
+
### links
|
|
36
|
+
|
|
37
|
+
• **links**: `Object`
|
|
38
|
+
|
|
39
|
+
**`Memberof`**
|
|
40
|
+
|
|
41
|
+
PageEventType
|
|
42
|
+
|
|
43
|
+
#### Index signature
|
|
44
|
+
|
|
45
|
+
▪ [key: `string`]: `string`
|
|
46
|
+
|
|
47
|
+
#### Defined in
|
|
48
|
+
|
|
49
|
+
[packages/notifications/types/index.ts:1484](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1484)
|
|
50
|
+
|
|
51
|
+
___
|
|
52
|
+
|
|
53
|
+
### meta
|
|
54
|
+
|
|
55
|
+
• **meta**: [`Meta`](Meta.md)
|
|
56
|
+
|
|
57
|
+
**`Memberof`**
|
|
58
|
+
|
|
59
|
+
PageEventType
|
|
60
|
+
|
|
61
|
+
#### Defined in
|
|
62
|
+
|
|
63
|
+
[packages/notifications/types/index.ts:1490](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1490)
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / PageNotificationHistory
|
|
2
|
+
|
|
3
|
+
# Interface: PageNotificationHistory
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
PageNotificationHistory
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [data](PageNotificationHistory.md#data)
|
|
16
|
+
- [links](PageNotificationHistory.md#links)
|
|
17
|
+
- [meta](PageNotificationHistory.md#meta)
|
|
18
|
+
|
|
19
|
+
## Properties
|
|
20
|
+
|
|
21
|
+
### data
|
|
22
|
+
|
|
23
|
+
• **data**: [`NotificationHistory`](NotificationHistory.md)[]
|
|
24
|
+
|
|
25
|
+
**`Memberof`**
|
|
26
|
+
|
|
27
|
+
PageNotificationHistory
|
|
28
|
+
|
|
29
|
+
#### Defined in
|
|
30
|
+
|
|
31
|
+
[packages/notifications/types/index.ts:1503](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1503)
|
|
32
|
+
|
|
33
|
+
___
|
|
34
|
+
|
|
35
|
+
### links
|
|
36
|
+
|
|
37
|
+
• **links**: `Object`
|
|
38
|
+
|
|
39
|
+
**`Memberof`**
|
|
40
|
+
|
|
41
|
+
PageNotificationHistory
|
|
42
|
+
|
|
43
|
+
#### Index signature
|
|
44
|
+
|
|
45
|
+
▪ [key: `string`]: `string`
|
|
46
|
+
|
|
47
|
+
#### Defined in
|
|
48
|
+
|
|
49
|
+
[packages/notifications/types/index.ts:1509](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1509)
|
|
50
|
+
|
|
51
|
+
___
|
|
52
|
+
|
|
53
|
+
### meta
|
|
54
|
+
|
|
55
|
+
• **meta**: [`Meta`](Meta.md)
|
|
56
|
+
|
|
57
|
+
**`Memberof`**
|
|
58
|
+
|
|
59
|
+
PageNotificationHistory
|
|
60
|
+
|
|
61
|
+
#### Defined in
|
|
62
|
+
|
|
63
|
+
[packages/notifications/types/index.ts:1515](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1515)
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / RenderEmailTemplateRequest
|
|
2
|
+
|
|
3
|
+
# Interface: RenderEmailTemplateRequest
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
RenderEmailTemplateRequest
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [payload](RenderEmailTemplateRequest.md#payload)
|
|
16
|
+
- [template](RenderEmailTemplateRequest.md#template)
|
|
17
|
+
|
|
18
|
+
## Properties
|
|
19
|
+
|
|
20
|
+
### payload
|
|
21
|
+
|
|
22
|
+
• **payload**: `string`
|
|
23
|
+
|
|
24
|
+
**`Memberof`**
|
|
25
|
+
|
|
26
|
+
RenderEmailTemplateRequest
|
|
27
|
+
|
|
28
|
+
#### Defined in
|
|
29
|
+
|
|
30
|
+
[packages/notifications/types/index.ts:1534](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1534)
|
|
31
|
+
|
|
32
|
+
___
|
|
33
|
+
|
|
34
|
+
### template
|
|
35
|
+
|
|
36
|
+
• **template**: `string`[]
|
|
37
|
+
|
|
38
|
+
**`Memberof`**
|
|
39
|
+
|
|
40
|
+
RenderEmailTemplateRequest
|
|
41
|
+
|
|
42
|
+
#### Defined in
|
|
43
|
+
|
|
44
|
+
[packages/notifications/types/index.ts:1528](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1528)
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / RequestArgs
|
|
2
|
+
|
|
3
|
+
# Interface: RequestArgs
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
RequestArgs
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [auth](RequestArgs.md#auth)
|
|
16
|
+
- [options](RequestArgs.md#options)
|
|
17
|
+
- [serializeData](RequestArgs.md#serializedata)
|
|
18
|
+
- [urlObj](RequestArgs.md#urlobj)
|
|
19
|
+
|
|
20
|
+
## Properties
|
|
21
|
+
|
|
22
|
+
### auth
|
|
23
|
+
|
|
24
|
+
• `Optional` **auth**: { `authKey?`: `string` \| [`string`, `string`[]] ; `authType`: [`AuthTypeEnum`](../modules.md#authtypeenum-1) }[]
|
|
25
|
+
|
|
26
|
+
#### Defined in
|
|
27
|
+
|
|
28
|
+
[packages/notifications/utils/base.ts:33](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L33)
|
|
29
|
+
|
|
30
|
+
___
|
|
31
|
+
|
|
32
|
+
### options
|
|
33
|
+
|
|
34
|
+
• **options**: `AxiosRequestConfig`<`any`\>
|
|
35
|
+
|
|
36
|
+
#### Defined in
|
|
37
|
+
|
|
38
|
+
[packages/notifications/utils/base.ts:32](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L32)
|
|
39
|
+
|
|
40
|
+
___
|
|
41
|
+
|
|
42
|
+
### serializeData
|
|
43
|
+
|
|
44
|
+
• `Optional` **serializeData**: `unknown`
|
|
45
|
+
|
|
46
|
+
#### Defined in
|
|
47
|
+
|
|
48
|
+
[packages/notifications/utils/base.ts:37](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L37)
|
|
49
|
+
|
|
50
|
+
___
|
|
51
|
+
|
|
52
|
+
### urlObj
|
|
53
|
+
|
|
54
|
+
• **urlObj**: `URL`
|
|
55
|
+
|
|
56
|
+
#### Defined in
|
|
57
|
+
|
|
58
|
+
[packages/notifications/utils/base.ts:31](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L31)
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / RequestDefaultBehaviorGroupPropertyList
|
|
2
|
+
|
|
3
|
+
# Interface: RequestDefaultBehaviorGroupPropertyList
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
RequestDefaultBehaviorGroupPropertyList
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [ignore\_preferences](RequestDefaultBehaviorGroupPropertyList.md#ignore_preferences)
|
|
16
|
+
- [only\_admins](RequestDefaultBehaviorGroupPropertyList.md#only_admins)
|
|
17
|
+
|
|
18
|
+
## Properties
|
|
19
|
+
|
|
20
|
+
### ignore\_preferences
|
|
21
|
+
|
|
22
|
+
• **ignore\_preferences**: `boolean`
|
|
23
|
+
|
|
24
|
+
**`Memberof`**
|
|
25
|
+
|
|
26
|
+
RequestDefaultBehaviorGroupPropertyList
|
|
27
|
+
|
|
28
|
+
#### Defined in
|
|
29
|
+
|
|
30
|
+
[packages/notifications/types/index.ts:1553](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1553)
|
|
31
|
+
|
|
32
|
+
___
|
|
33
|
+
|
|
34
|
+
### only\_admins
|
|
35
|
+
|
|
36
|
+
• **only\_admins**: `boolean`
|
|
37
|
+
|
|
38
|
+
**`Memberof`**
|
|
39
|
+
|
|
40
|
+
RequestDefaultBehaviorGroupPropertyList
|
|
41
|
+
|
|
42
|
+
#### Defined in
|
|
43
|
+
|
|
44
|
+
[packages/notifications/types/index.ts:1547](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1547)
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / RequestSystemSubscriptionProperties
|
|
2
|
+
|
|
3
|
+
# Interface: RequestSystemSubscriptionProperties
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
RequestSystemSubscriptionProperties
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [group\_id](RequestSystemSubscriptionProperties.md#group_id)
|
|
16
|
+
- [only\_admins](RequestSystemSubscriptionProperties.md#only_admins)
|
|
17
|
+
|
|
18
|
+
## Properties
|
|
19
|
+
|
|
20
|
+
### group\_id
|
|
21
|
+
|
|
22
|
+
• `Optional` **group\_id**: `string`
|
|
23
|
+
|
|
24
|
+
**`Memberof`**
|
|
25
|
+
|
|
26
|
+
RequestSystemSubscriptionProperties
|
|
27
|
+
|
|
28
|
+
#### Defined in
|
|
29
|
+
|
|
30
|
+
[packages/notifications/types/index.ts:1572](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1572)
|
|
31
|
+
|
|
32
|
+
___
|
|
33
|
+
|
|
34
|
+
### only\_admins
|
|
35
|
+
|
|
36
|
+
• **only\_admins**: `boolean`
|
|
37
|
+
|
|
38
|
+
**`Memberof`**
|
|
39
|
+
|
|
40
|
+
RequestSystemSubscriptionProperties
|
|
41
|
+
|
|
42
|
+
#### Defined in
|
|
43
|
+
|
|
44
|
+
[packages/notifications/types/index.ts:1566](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1566)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / ServerInfo
|
|
2
|
+
|
|
3
|
+
# Interface: ServerInfo
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
ServerInfo
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [environment](ServerInfo.md#environment)
|
|
16
|
+
|
|
17
|
+
## Properties
|
|
18
|
+
|
|
19
|
+
### environment
|
|
20
|
+
|
|
21
|
+
• `Optional` **environment**: [`Environment`](../enums/Environment.md)
|
|
22
|
+
|
|
23
|
+
**`Memberof`**
|
|
24
|
+
|
|
25
|
+
ServerInfo
|
|
26
|
+
|
|
27
|
+
#### Defined in
|
|
28
|
+
|
|
29
|
+
[packages/notifications/types/index.ts:1585](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1585)
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / SettingsValuesByEventType
|
|
2
|
+
|
|
3
|
+
# Interface: SettingsValuesByEventType
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
SettingsValuesByEventType
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [bundles](SettingsValuesByEventType.md#bundles)
|
|
16
|
+
|
|
17
|
+
## Properties
|
|
18
|
+
|
|
19
|
+
### bundles
|
|
20
|
+
|
|
21
|
+
• `Optional` **bundles**: `Object`
|
|
22
|
+
|
|
23
|
+
**`Memberof`**
|
|
24
|
+
|
|
25
|
+
SettingsValuesByEventType
|
|
26
|
+
|
|
27
|
+
#### Index signature
|
|
28
|
+
|
|
29
|
+
▪ [key: `string`]: [`BundleSettingsValue`](BundleSettingsValue.md)
|
|
30
|
+
|
|
31
|
+
#### Defined in
|
|
32
|
+
|
|
33
|
+
[packages/notifications/types/index.ts:1600](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1600)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / SystemSubscriptionProperties
|
|
2
|
+
|
|
3
|
+
# Interface: SystemSubscriptionProperties
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
SystemSubscriptionProperties
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [group\_id](SystemSubscriptionProperties.md#group_id)
|
|
16
|
+
- [ignore\_preferences](SystemSubscriptionProperties.md#ignore_preferences)
|
|
17
|
+
- [only\_admins](SystemSubscriptionProperties.md#only_admins)
|
|
18
|
+
|
|
19
|
+
## Properties
|
|
20
|
+
|
|
21
|
+
### group\_id
|
|
22
|
+
|
|
23
|
+
• `Optional` **group\_id**: `string`
|
|
24
|
+
|
|
25
|
+
**`Memberof`**
|
|
26
|
+
|
|
27
|
+
SystemSubscriptionProperties
|
|
28
|
+
|
|
29
|
+
#### Defined in
|
|
30
|
+
|
|
31
|
+
[packages/notifications/types/index.ts:1654](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1654)
|
|
32
|
+
|
|
33
|
+
___
|
|
34
|
+
|
|
35
|
+
### ignore\_preferences
|
|
36
|
+
|
|
37
|
+
• **ignore\_preferences**: `boolean`
|
|
38
|
+
|
|
39
|
+
**`Memberof`**
|
|
40
|
+
|
|
41
|
+
SystemSubscriptionProperties
|
|
42
|
+
|
|
43
|
+
#### Defined in
|
|
44
|
+
|
|
45
|
+
[packages/notifications/types/index.ts:1648](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1648)
|
|
46
|
+
|
|
47
|
+
___
|
|
48
|
+
|
|
49
|
+
### only\_admins
|
|
50
|
+
|
|
51
|
+
• **only\_admins**: `boolean`
|
|
52
|
+
|
|
53
|
+
**`Memberof`**
|
|
54
|
+
|
|
55
|
+
SystemSubscriptionProperties
|
|
56
|
+
|
|
57
|
+
#### Defined in
|
|
58
|
+
|
|
59
|
+
[packages/notifications/types/index.ts:1642](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1642)
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / Template
|
|
2
|
+
|
|
3
|
+
# Interface: Template
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
Template
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [created](Template.md#created)
|
|
16
|
+
- [data](Template.md#data)
|
|
17
|
+
- [description](Template.md#description)
|
|
18
|
+
- [id](Template.md#id)
|
|
19
|
+
- [name](Template.md#name)
|
|
20
|
+
- [updated](Template.md#updated)
|
|
21
|
+
|
|
22
|
+
## Properties
|
|
23
|
+
|
|
24
|
+
### created
|
|
25
|
+
|
|
26
|
+
• `Optional` **created**: `string`
|
|
27
|
+
|
|
28
|
+
**`Memberof`**
|
|
29
|
+
|
|
30
|
+
Template
|
|
31
|
+
|
|
32
|
+
#### Defined in
|
|
33
|
+
|
|
34
|
+
[packages/notifications/types/index.ts:1667](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1667)
|
|
35
|
+
|
|
36
|
+
___
|
|
37
|
+
|
|
38
|
+
### data
|
|
39
|
+
|
|
40
|
+
• **data**: `string`
|
|
41
|
+
|
|
42
|
+
**`Memberof`**
|
|
43
|
+
|
|
44
|
+
Template
|
|
45
|
+
|
|
46
|
+
#### Defined in
|
|
47
|
+
|
|
48
|
+
[packages/notifications/types/index.ts:1697](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1697)
|
|
49
|
+
|
|
50
|
+
___
|
|
51
|
+
|
|
52
|
+
### description
|
|
53
|
+
|
|
54
|
+
• **description**: `string`
|
|
55
|
+
|
|
56
|
+
**`Memberof`**
|
|
57
|
+
|
|
58
|
+
Template
|
|
59
|
+
|
|
60
|
+
#### Defined in
|
|
61
|
+
|
|
62
|
+
[packages/notifications/types/index.ts:1691](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1691)
|
|
63
|
+
|
|
64
|
+
___
|
|
65
|
+
|
|
66
|
+
### id
|
|
67
|
+
|
|
68
|
+
• `Optional` **id**: `string`
|
|
69
|
+
|
|
70
|
+
**`Memberof`**
|
|
71
|
+
|
|
72
|
+
Template
|
|
73
|
+
|
|
74
|
+
#### Defined in
|
|
75
|
+
|
|
76
|
+
[packages/notifications/types/index.ts:1679](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1679)
|
|
77
|
+
|
|
78
|
+
___
|
|
79
|
+
|
|
80
|
+
### name
|
|
81
|
+
|
|
82
|
+
• **name**: `string`
|
|
83
|
+
|
|
84
|
+
**`Memberof`**
|
|
85
|
+
|
|
86
|
+
Template
|
|
87
|
+
|
|
88
|
+
#### Defined in
|
|
89
|
+
|
|
90
|
+
[packages/notifications/types/index.ts:1685](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1685)
|
|
91
|
+
|
|
92
|
+
___
|
|
93
|
+
|
|
94
|
+
### updated
|
|
95
|
+
|
|
96
|
+
• `Optional` **updated**: `string`
|
|
97
|
+
|
|
98
|
+
**`Memberof`**
|
|
99
|
+
|
|
100
|
+
Template
|
|
101
|
+
|
|
102
|
+
#### Defined in
|
|
103
|
+
|
|
104
|
+
[packages/notifications/types/index.ts:1673](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1673)
|