@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,89 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / ConfigurationParameters
|
|
2
|
+
|
|
3
|
+
# Interface: ConfigurationParameters
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [accessToken](ConfigurationParameters.md#accesstoken)
|
|
10
|
+
- [apiKey](ConfigurationParameters.md#apikey)
|
|
11
|
+
- [baseOptions](ConfigurationParameters.md#baseoptions)
|
|
12
|
+
- [basePath](ConfigurationParameters.md#basepath)
|
|
13
|
+
- [formDataCtor](ConfigurationParameters.md#formdatactor)
|
|
14
|
+
- [password](ConfigurationParameters.md#password)
|
|
15
|
+
- [username](ConfigurationParameters.md#username)
|
|
16
|
+
|
|
17
|
+
## Properties
|
|
18
|
+
|
|
19
|
+
### accessToken
|
|
20
|
+
|
|
21
|
+
• `Optional` **accessToken**: `string` \| `Promise`<`string`\> \| (`name?`: `string`, `scopes?`: `string`[]) => `string` \| (`name?`: `string`, `scopes?`: `string`[]) => `Promise`<`string`\>
|
|
22
|
+
|
|
23
|
+
#### Defined in
|
|
24
|
+
|
|
25
|
+
[packages/notifications/utils/configuration.ts:8](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L8)
|
|
26
|
+
|
|
27
|
+
___
|
|
28
|
+
|
|
29
|
+
### apiKey
|
|
30
|
+
|
|
31
|
+
• `Optional` **apiKey**: `string` \| `Promise`<`string`\> \| (`name`: `string`) => `string` \| (`name`: `string`) => `Promise`<`string`\>
|
|
32
|
+
|
|
33
|
+
#### Defined in
|
|
34
|
+
|
|
35
|
+
[packages/notifications/utils/configuration.ts:5](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L5)
|
|
36
|
+
|
|
37
|
+
___
|
|
38
|
+
|
|
39
|
+
### baseOptions
|
|
40
|
+
|
|
41
|
+
• `Optional` **baseOptions**: `any`
|
|
42
|
+
|
|
43
|
+
#### Defined in
|
|
44
|
+
|
|
45
|
+
[packages/notifications/utils/configuration.ts:10](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L10)
|
|
46
|
+
|
|
47
|
+
___
|
|
48
|
+
|
|
49
|
+
### basePath
|
|
50
|
+
|
|
51
|
+
• `Optional` **basePath**: `string`
|
|
52
|
+
|
|
53
|
+
#### Defined in
|
|
54
|
+
|
|
55
|
+
[packages/notifications/utils/configuration.ts:9](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L9)
|
|
56
|
+
|
|
57
|
+
___
|
|
58
|
+
|
|
59
|
+
### formDataCtor
|
|
60
|
+
|
|
61
|
+
• `Optional` **formDataCtor**: () => `any`
|
|
62
|
+
|
|
63
|
+
#### Type declaration
|
|
64
|
+
|
|
65
|
+
• **new ConfigurationParameters**()
|
|
66
|
+
|
|
67
|
+
#### Defined in
|
|
68
|
+
|
|
69
|
+
[packages/notifications/utils/configuration.ts:11](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L11)
|
|
70
|
+
|
|
71
|
+
___
|
|
72
|
+
|
|
73
|
+
### password
|
|
74
|
+
|
|
75
|
+
• `Optional` **password**: `string`
|
|
76
|
+
|
|
77
|
+
#### Defined in
|
|
78
|
+
|
|
79
|
+
[packages/notifications/utils/configuration.ts:7](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L7)
|
|
80
|
+
|
|
81
|
+
___
|
|
82
|
+
|
|
83
|
+
### username
|
|
84
|
+
|
|
85
|
+
• `Optional` **username**: `string`
|
|
86
|
+
|
|
87
|
+
#### Defined in
|
|
88
|
+
|
|
89
|
+
[packages/notifications/utils/configuration.ts:6](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L6)
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / CreateBehaviorGroupRequest
|
|
2
|
+
|
|
3
|
+
# Interface: CreateBehaviorGroupRequest
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
CreateBehaviorGroupRequest
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [bundle\_id](CreateBehaviorGroupRequest.md#bundle_id)
|
|
16
|
+
- [bundle\_name](CreateBehaviorGroupRequest.md#bundle_name)
|
|
17
|
+
- [bundle\_uuid\_or\_bundle\_name\_valid](CreateBehaviorGroupRequest.md#bundle_uuid_or_bundle_name_valid)
|
|
18
|
+
- [display\_name](CreateBehaviorGroupRequest.md#display_name)
|
|
19
|
+
- [endpoint\_ids](CreateBehaviorGroupRequest.md#endpoint_ids)
|
|
20
|
+
- [event\_type\_ids](CreateBehaviorGroupRequest.md#event_type_ids)
|
|
21
|
+
|
|
22
|
+
## Properties
|
|
23
|
+
|
|
24
|
+
### bundle\_id
|
|
25
|
+
|
|
26
|
+
• `Optional` **bundle\_id**: `string`
|
|
27
|
+
|
|
28
|
+
**`Memberof`**
|
|
29
|
+
|
|
30
|
+
CreateBehaviorGroupRequest
|
|
31
|
+
|
|
32
|
+
#### Defined in
|
|
33
|
+
|
|
34
|
+
[packages/notifications/types/index.ts:515](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L515)
|
|
35
|
+
|
|
36
|
+
___
|
|
37
|
+
|
|
38
|
+
### bundle\_name
|
|
39
|
+
|
|
40
|
+
• `Optional` **bundle\_name**: `string`
|
|
41
|
+
|
|
42
|
+
**`Memberof`**
|
|
43
|
+
|
|
44
|
+
CreateBehaviorGroupRequest
|
|
45
|
+
|
|
46
|
+
#### Defined in
|
|
47
|
+
|
|
48
|
+
[packages/notifications/types/index.ts:521](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L521)
|
|
49
|
+
|
|
50
|
+
___
|
|
51
|
+
|
|
52
|
+
### bundle\_uuid\_or\_bundle\_name\_valid
|
|
53
|
+
|
|
54
|
+
• `Optional` **bundle\_uuid\_or\_bundle\_name\_valid**: `boolean`
|
|
55
|
+
|
|
56
|
+
**`Memberof`**
|
|
57
|
+
|
|
58
|
+
CreateBehaviorGroupRequest
|
|
59
|
+
|
|
60
|
+
#### Defined in
|
|
61
|
+
|
|
62
|
+
[packages/notifications/types/index.ts:545](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L545)
|
|
63
|
+
|
|
64
|
+
___
|
|
65
|
+
|
|
66
|
+
### display\_name
|
|
67
|
+
|
|
68
|
+
• **display\_name**: `string`
|
|
69
|
+
|
|
70
|
+
**`Memberof`**
|
|
71
|
+
|
|
72
|
+
CreateBehaviorGroupRequest
|
|
73
|
+
|
|
74
|
+
#### Defined in
|
|
75
|
+
|
|
76
|
+
[packages/notifications/types/index.ts:527](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L527)
|
|
77
|
+
|
|
78
|
+
___
|
|
79
|
+
|
|
80
|
+
### endpoint\_ids
|
|
81
|
+
|
|
82
|
+
• `Optional` **endpoint\_ids**: `string`[]
|
|
83
|
+
|
|
84
|
+
**`Memberof`**
|
|
85
|
+
|
|
86
|
+
CreateBehaviorGroupRequest
|
|
87
|
+
|
|
88
|
+
#### Defined in
|
|
89
|
+
|
|
90
|
+
[packages/notifications/types/index.ts:533](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L533)
|
|
91
|
+
|
|
92
|
+
___
|
|
93
|
+
|
|
94
|
+
### event\_type\_ids
|
|
95
|
+
|
|
96
|
+
• `Optional` **event\_type\_ids**: `Set`<`string`\>
|
|
97
|
+
|
|
98
|
+
**`Memberof`**
|
|
99
|
+
|
|
100
|
+
CreateBehaviorGroupRequest
|
|
101
|
+
|
|
102
|
+
#### Defined in
|
|
103
|
+
|
|
104
|
+
[packages/notifications/types/index.ts:539](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L539)
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / CreateBehaviorGroupResponse
|
|
2
|
+
|
|
3
|
+
# Interface: CreateBehaviorGroupResponse
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
CreateBehaviorGroupResponse
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [bundle\_id](CreateBehaviorGroupResponse.md#bundle_id)
|
|
16
|
+
- [created](CreateBehaviorGroupResponse.md#created)
|
|
17
|
+
- [display\_name](CreateBehaviorGroupResponse.md#display_name)
|
|
18
|
+
- [endpoints](CreateBehaviorGroupResponse.md#endpoints)
|
|
19
|
+
- [event\_types](CreateBehaviorGroupResponse.md#event_types)
|
|
20
|
+
- [id](CreateBehaviorGroupResponse.md#id)
|
|
21
|
+
|
|
22
|
+
## Properties
|
|
23
|
+
|
|
24
|
+
### bundle\_id
|
|
25
|
+
|
|
26
|
+
• **bundle\_id**: `string`
|
|
27
|
+
|
|
28
|
+
**`Memberof`**
|
|
29
|
+
|
|
30
|
+
CreateBehaviorGroupResponse
|
|
31
|
+
|
|
32
|
+
#### Defined in
|
|
33
|
+
|
|
34
|
+
[packages/notifications/types/index.ts:564](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L564)
|
|
35
|
+
|
|
36
|
+
___
|
|
37
|
+
|
|
38
|
+
### created
|
|
39
|
+
|
|
40
|
+
• **created**: `string`
|
|
41
|
+
|
|
42
|
+
**`Memberof`**
|
|
43
|
+
|
|
44
|
+
CreateBehaviorGroupResponse
|
|
45
|
+
|
|
46
|
+
#### Defined in
|
|
47
|
+
|
|
48
|
+
[packages/notifications/types/index.ts:588](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L588)
|
|
49
|
+
|
|
50
|
+
___
|
|
51
|
+
|
|
52
|
+
### display\_name
|
|
53
|
+
|
|
54
|
+
• **display\_name**: `string`
|
|
55
|
+
|
|
56
|
+
**`Memberof`**
|
|
57
|
+
|
|
58
|
+
CreateBehaviorGroupResponse
|
|
59
|
+
|
|
60
|
+
#### Defined in
|
|
61
|
+
|
|
62
|
+
[packages/notifications/types/index.ts:570](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L570)
|
|
63
|
+
|
|
64
|
+
___
|
|
65
|
+
|
|
66
|
+
### endpoints
|
|
67
|
+
|
|
68
|
+
• **endpoints**: `string`[]
|
|
69
|
+
|
|
70
|
+
**`Memberof`**
|
|
71
|
+
|
|
72
|
+
CreateBehaviorGroupResponse
|
|
73
|
+
|
|
74
|
+
#### Defined in
|
|
75
|
+
|
|
76
|
+
[packages/notifications/types/index.ts:576](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L576)
|
|
77
|
+
|
|
78
|
+
___
|
|
79
|
+
|
|
80
|
+
### event\_types
|
|
81
|
+
|
|
82
|
+
• **event\_types**: `Set`<`string`\>
|
|
83
|
+
|
|
84
|
+
**`Memberof`**
|
|
85
|
+
|
|
86
|
+
CreateBehaviorGroupResponse
|
|
87
|
+
|
|
88
|
+
#### Defined in
|
|
89
|
+
|
|
90
|
+
[packages/notifications/types/index.ts:582](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L582)
|
|
91
|
+
|
|
92
|
+
___
|
|
93
|
+
|
|
94
|
+
### id
|
|
95
|
+
|
|
96
|
+
• **id**: `string`
|
|
97
|
+
|
|
98
|
+
**`Memberof`**
|
|
99
|
+
|
|
100
|
+
CreateBehaviorGroupResponse
|
|
101
|
+
|
|
102
|
+
#### Defined in
|
|
103
|
+
|
|
104
|
+
[packages/notifications/types/index.ts:558](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L558)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / CurrentStatus
|
|
2
|
+
|
|
3
|
+
# Interface: CurrentStatus
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
CurrentStatus
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [end\_time](CurrentStatus.md#end_time)
|
|
16
|
+
- [start\_time](CurrentStatus.md#start_time)
|
|
17
|
+
- [status](CurrentStatus.md#status)
|
|
18
|
+
|
|
19
|
+
## Properties
|
|
20
|
+
|
|
21
|
+
### end\_time
|
|
22
|
+
|
|
23
|
+
• `Optional` **end\_time**: `string`
|
|
24
|
+
|
|
25
|
+
**`Memberof`**
|
|
26
|
+
|
|
27
|
+
CurrentStatus
|
|
28
|
+
|
|
29
|
+
#### Defined in
|
|
30
|
+
|
|
31
|
+
[packages/notifications/types/index.ts:613](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L613)
|
|
32
|
+
|
|
33
|
+
___
|
|
34
|
+
|
|
35
|
+
### start\_time
|
|
36
|
+
|
|
37
|
+
• `Optional` **start\_time**: `string`
|
|
38
|
+
|
|
39
|
+
**`Memberof`**
|
|
40
|
+
|
|
41
|
+
CurrentStatus
|
|
42
|
+
|
|
43
|
+
#### Defined in
|
|
44
|
+
|
|
45
|
+
[packages/notifications/types/index.ts:607](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L607)
|
|
46
|
+
|
|
47
|
+
___
|
|
48
|
+
|
|
49
|
+
### status
|
|
50
|
+
|
|
51
|
+
• **status**: [`Status`](../enums/Status.md)
|
|
52
|
+
|
|
53
|
+
**`Memberof`**
|
|
54
|
+
|
|
55
|
+
CurrentStatus
|
|
56
|
+
|
|
57
|
+
#### Defined in
|
|
58
|
+
|
|
59
|
+
[packages/notifications/types/index.ts:601](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L601)
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / DrawerEntryPayload
|
|
2
|
+
|
|
3
|
+
# Interface: DrawerEntryPayload
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
DrawerEntryPayload
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [bundle](DrawerEntryPayload.md#bundle)
|
|
16
|
+
- [created](DrawerEntryPayload.md#created)
|
|
17
|
+
- [description](DrawerEntryPayload.md#description)
|
|
18
|
+
- [id](DrawerEntryPayload.md#id)
|
|
19
|
+
- [read](DrawerEntryPayload.md#read)
|
|
20
|
+
- [source](DrawerEntryPayload.md#source)
|
|
21
|
+
- [title](DrawerEntryPayload.md#title)
|
|
22
|
+
|
|
23
|
+
## Properties
|
|
24
|
+
|
|
25
|
+
### bundle
|
|
26
|
+
|
|
27
|
+
• `Optional` **bundle**: `string`
|
|
28
|
+
|
|
29
|
+
**`Memberof`**
|
|
30
|
+
|
|
31
|
+
DrawerEntryPayload
|
|
32
|
+
|
|
33
|
+
#### Defined in
|
|
34
|
+
|
|
35
|
+
[packages/notifications/types/index.ts:664](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L664)
|
|
36
|
+
|
|
37
|
+
___
|
|
38
|
+
|
|
39
|
+
### created
|
|
40
|
+
|
|
41
|
+
• `Optional` **created**: `string`
|
|
42
|
+
|
|
43
|
+
**`Memberof`**
|
|
44
|
+
|
|
45
|
+
DrawerEntryPayload
|
|
46
|
+
|
|
47
|
+
#### Defined in
|
|
48
|
+
|
|
49
|
+
[packages/notifications/types/index.ts:646](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L646)
|
|
50
|
+
|
|
51
|
+
___
|
|
52
|
+
|
|
53
|
+
### description
|
|
54
|
+
|
|
55
|
+
• `Optional` **description**: `string`
|
|
56
|
+
|
|
57
|
+
**`Memberof`**
|
|
58
|
+
|
|
59
|
+
DrawerEntryPayload
|
|
60
|
+
|
|
61
|
+
#### Defined in
|
|
62
|
+
|
|
63
|
+
[packages/notifications/types/index.ts:634](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L634)
|
|
64
|
+
|
|
65
|
+
___
|
|
66
|
+
|
|
67
|
+
### id
|
|
68
|
+
|
|
69
|
+
• `Optional` **id**: `string`
|
|
70
|
+
|
|
71
|
+
**`Memberof`**
|
|
72
|
+
|
|
73
|
+
DrawerEntryPayload
|
|
74
|
+
|
|
75
|
+
#### Defined in
|
|
76
|
+
|
|
77
|
+
[packages/notifications/types/index.ts:628](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L628)
|
|
78
|
+
|
|
79
|
+
___
|
|
80
|
+
|
|
81
|
+
### read
|
|
82
|
+
|
|
83
|
+
• **read**: `boolean`
|
|
84
|
+
|
|
85
|
+
**`Memberof`**
|
|
86
|
+
|
|
87
|
+
DrawerEntryPayload
|
|
88
|
+
|
|
89
|
+
#### Defined in
|
|
90
|
+
|
|
91
|
+
[packages/notifications/types/index.ts:652](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L652)
|
|
92
|
+
|
|
93
|
+
___
|
|
94
|
+
|
|
95
|
+
### source
|
|
96
|
+
|
|
97
|
+
• `Optional` **source**: `string`
|
|
98
|
+
|
|
99
|
+
**`Memberof`**
|
|
100
|
+
|
|
101
|
+
DrawerEntryPayload
|
|
102
|
+
|
|
103
|
+
#### Defined in
|
|
104
|
+
|
|
105
|
+
[packages/notifications/types/index.ts:658](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L658)
|
|
106
|
+
|
|
107
|
+
___
|
|
108
|
+
|
|
109
|
+
### title
|
|
110
|
+
|
|
111
|
+
• `Optional` **title**: `string`
|
|
112
|
+
|
|
113
|
+
**`Memberof`**
|
|
114
|
+
|
|
115
|
+
DrawerEntryPayload
|
|
116
|
+
|
|
117
|
+
#### Defined in
|
|
118
|
+
|
|
119
|
+
[packages/notifications/types/index.ts:640](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L640)
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / DuplicateNameMigrationReport
|
|
2
|
+
|
|
3
|
+
# Interface: DuplicateNameMigrationReport
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
DuplicateNameMigrationReport
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [updatedBehaviorGroups](DuplicateNameMigrationReport.md#updatedbehaviorgroups)
|
|
16
|
+
- [updatedIntegrations](DuplicateNameMigrationReport.md#updatedintegrations)
|
|
17
|
+
|
|
18
|
+
## Properties
|
|
19
|
+
|
|
20
|
+
### updatedBehaviorGroups
|
|
21
|
+
|
|
22
|
+
• `Optional` **updatedBehaviorGroups**: `number`
|
|
23
|
+
|
|
24
|
+
**`Memberof`**
|
|
25
|
+
|
|
26
|
+
DuplicateNameMigrationReport
|
|
27
|
+
|
|
28
|
+
#### Defined in
|
|
29
|
+
|
|
30
|
+
[packages/notifications/types/index.ts:683](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L683)
|
|
31
|
+
|
|
32
|
+
___
|
|
33
|
+
|
|
34
|
+
### updatedIntegrations
|
|
35
|
+
|
|
36
|
+
• `Optional` **updatedIntegrations**: `number`
|
|
37
|
+
|
|
38
|
+
**`Memberof`**
|
|
39
|
+
|
|
40
|
+
DuplicateNameMigrationReport
|
|
41
|
+
|
|
42
|
+
#### Defined in
|
|
43
|
+
|
|
44
|
+
[packages/notifications/types/index.ts:677](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L677)
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
[@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / Endpoint
|
|
2
|
+
|
|
3
|
+
# Interface: Endpoint
|
|
4
|
+
|
|
5
|
+
**`Export`**
|
|
6
|
+
|
|
7
|
+
**`Interface`**
|
|
8
|
+
|
|
9
|
+
Endpoint
|
|
10
|
+
|
|
11
|
+
## Table of contents
|
|
12
|
+
|
|
13
|
+
### Properties
|
|
14
|
+
|
|
15
|
+
- [created](Endpoint.md#created)
|
|
16
|
+
- [description](Endpoint.md#description)
|
|
17
|
+
- [enabled](Endpoint.md#enabled)
|
|
18
|
+
- [id](Endpoint.md#id)
|
|
19
|
+
- [name](Endpoint.md#name)
|
|
20
|
+
- [properties](Endpoint.md#properties)
|
|
21
|
+
- [server\_errors](Endpoint.md#server_errors)
|
|
22
|
+
- [status](Endpoint.md#status)
|
|
23
|
+
- [sub\_type](Endpoint.md#sub_type)
|
|
24
|
+
- [type](Endpoint.md#type)
|
|
25
|
+
- [updated](Endpoint.md#updated)
|
|
26
|
+
|
|
27
|
+
## Properties
|
|
28
|
+
|
|
29
|
+
### created
|
|
30
|
+
|
|
31
|
+
• `Optional` **created**: `string`
|
|
32
|
+
|
|
33
|
+
**`Memberof`**
|
|
34
|
+
|
|
35
|
+
Endpoint
|
|
36
|
+
|
|
37
|
+
#### Defined in
|
|
38
|
+
|
|
39
|
+
[packages/notifications/types/index.ts:696](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L696)
|
|
40
|
+
|
|
41
|
+
___
|
|
42
|
+
|
|
43
|
+
### description
|
|
44
|
+
|
|
45
|
+
• **description**: `string`
|
|
46
|
+
|
|
47
|
+
**`Memberof`**
|
|
48
|
+
|
|
49
|
+
Endpoint
|
|
50
|
+
|
|
51
|
+
#### Defined in
|
|
52
|
+
|
|
53
|
+
[packages/notifications/types/index.ts:720](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L720)
|
|
54
|
+
|
|
55
|
+
___
|
|
56
|
+
|
|
57
|
+
### enabled
|
|
58
|
+
|
|
59
|
+
• `Optional` **enabled**: `boolean`
|
|
60
|
+
|
|
61
|
+
**`Memberof`**
|
|
62
|
+
|
|
63
|
+
Endpoint
|
|
64
|
+
|
|
65
|
+
#### Defined in
|
|
66
|
+
|
|
67
|
+
[packages/notifications/types/index.ts:726](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L726)
|
|
68
|
+
|
|
69
|
+
___
|
|
70
|
+
|
|
71
|
+
### id
|
|
72
|
+
|
|
73
|
+
• `Optional` **id**: `string`
|
|
74
|
+
|
|
75
|
+
**`Memberof`**
|
|
76
|
+
|
|
77
|
+
Endpoint
|
|
78
|
+
|
|
79
|
+
#### Defined in
|
|
80
|
+
|
|
81
|
+
[packages/notifications/types/index.ts:708](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L708)
|
|
82
|
+
|
|
83
|
+
___
|
|
84
|
+
|
|
85
|
+
### name
|
|
86
|
+
|
|
87
|
+
• **name**: `string`
|
|
88
|
+
|
|
89
|
+
**`Memberof`**
|
|
90
|
+
|
|
91
|
+
Endpoint
|
|
92
|
+
|
|
93
|
+
#### Defined in
|
|
94
|
+
|
|
95
|
+
[packages/notifications/types/index.ts:714](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L714)
|
|
96
|
+
|
|
97
|
+
___
|
|
98
|
+
|
|
99
|
+
### properties
|
|
100
|
+
|
|
101
|
+
• `Optional` **properties**: `object`
|
|
102
|
+
|
|
103
|
+
**`Memberof`**
|
|
104
|
+
|
|
105
|
+
Endpoint
|
|
106
|
+
|
|
107
|
+
#### Defined in
|
|
108
|
+
|
|
109
|
+
[packages/notifications/types/index.ts:744](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L744)
|
|
110
|
+
|
|
111
|
+
___
|
|
112
|
+
|
|
113
|
+
### server\_errors
|
|
114
|
+
|
|
115
|
+
• `Optional` **server\_errors**: `number`
|
|
116
|
+
|
|
117
|
+
**`Memberof`**
|
|
118
|
+
|
|
119
|
+
Endpoint
|
|
120
|
+
|
|
121
|
+
#### Defined in
|
|
122
|
+
|
|
123
|
+
[packages/notifications/types/index.ts:738](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L738)
|
|
124
|
+
|
|
125
|
+
___
|
|
126
|
+
|
|
127
|
+
### status
|
|
128
|
+
|
|
129
|
+
• `Optional` **status**: [`EndpointStatus`](../enums/EndpointStatus.md)
|
|
130
|
+
|
|
131
|
+
**`Memberof`**
|
|
132
|
+
|
|
133
|
+
Endpoint
|
|
134
|
+
|
|
135
|
+
#### Defined in
|
|
136
|
+
|
|
137
|
+
[packages/notifications/types/index.ts:732](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L732)
|
|
138
|
+
|
|
139
|
+
___
|
|
140
|
+
|
|
141
|
+
### sub\_type
|
|
142
|
+
|
|
143
|
+
• `Optional` **sub\_type**: `string`
|
|
144
|
+
|
|
145
|
+
**`Memberof`**
|
|
146
|
+
|
|
147
|
+
Endpoint
|
|
148
|
+
|
|
149
|
+
#### Defined in
|
|
150
|
+
|
|
151
|
+
[packages/notifications/types/index.ts:756](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L756)
|
|
152
|
+
|
|
153
|
+
___
|
|
154
|
+
|
|
155
|
+
### type
|
|
156
|
+
|
|
157
|
+
• **type**: [`EndpointType`](../enums/EndpointType.md)
|
|
158
|
+
|
|
159
|
+
**`Memberof`**
|
|
160
|
+
|
|
161
|
+
Endpoint
|
|
162
|
+
|
|
163
|
+
#### Defined in
|
|
164
|
+
|
|
165
|
+
[packages/notifications/types/index.ts:750](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L750)
|
|
166
|
+
|
|
167
|
+
___
|
|
168
|
+
|
|
169
|
+
### updated
|
|
170
|
+
|
|
171
|
+
• `Optional` **updated**: `string`
|
|
172
|
+
|
|
173
|
+
**`Memberof`**
|
|
174
|
+
|
|
175
|
+
Endpoint
|
|
176
|
+
|
|
177
|
+
#### Defined in
|
|
178
|
+
|
|
179
|
+
[packages/notifications/types/index.ts:702](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L702)
|