@redhat-cloud-services/notifications-client 2.4.3 → 2.4.4

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.
Files changed (107) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/dist/NotificationResourceV1GetEventTypes/index.d.ts +8 -2
  3. package/dist/NotificationResourceV1GetEventTypes/index.d.ts.map +1 -1
  4. package/dist/NotificationResourceV1GetEventTypes/index.js +8 -5
  5. package/dist/NotificationResourceV1GetEventTypes/index.js.map +1 -1
  6. package/dist/api.d.ts +12 -8
  7. package/dist/api.d.ts.map +1 -1
  8. package/dist/api.js +18 -11
  9. package/dist/api.js.map +1 -1
  10. package/doc/enums/types.EndpointStatus.md +6 -6
  11. package/doc/enums/types.EndpointStatusDTO.md +78 -0
  12. package/doc/enums/types.EndpointType.md +5 -5
  13. package/doc/enums/types.EndpointTypeDTO.md +67 -0
  14. package/doc/enums/types.Environment.md +4 -4
  15. package/doc/enums/types.EventLogEntryActionStatus.md +5 -5
  16. package/doc/enums/types.HttpType.md +3 -3
  17. package/doc/enums/types.NotificationStatus.md +5 -5
  18. package/doc/enums/types.Status.md +2 -2
  19. package/doc/enums/types.SubscriptionType.md +3 -3
  20. package/doc/interfaces/types.AddAccessRequest.md +2 -2
  21. package/doc/interfaces/types.AddApplicationRequest.md +4 -4
  22. package/doc/interfaces/types.AggregationEmailTemplate.md +10 -10
  23. package/doc/interfaces/types.AggregationEmailTemplateSubjectTemplate.md +6 -6
  24. package/doc/interfaces/types.Application.md +6 -6
  25. package/doc/interfaces/types.Application1.md +2 -2
  26. package/doc/interfaces/types.ApplicationDTO.md +6 -6
  27. package/doc/interfaces/types.ApplicationSettingsValue.md +1 -1
  28. package/doc/interfaces/types.BasicAuthenticationDTO.md +44 -0
  29. package/doc/interfaces/types.BehaviorGroup.md +9 -9
  30. package/doc/interfaces/types.BehaviorGroupAction.md +3 -3
  31. package/doc/interfaces/types.BehaviorGroupActionId.md +2 -2
  32. package/doc/interfaces/types.Bundle.md +5 -5
  33. package/doc/interfaces/types.BundleSettingsValue.md +1 -1
  34. package/doc/interfaces/types.CamelPropertiesDTO.md +93 -0
  35. package/doc/interfaces/types.CreateBehaviorGroupRequest.md +6 -6
  36. package/doc/interfaces/types.CreateBehaviorGroupResponse.md +6 -6
  37. package/doc/interfaces/types.CurrentStatus.md +7 -7
  38. package/doc/interfaces/types.DrawerEntryPayload.md +7 -7
  39. package/doc/interfaces/types.DuplicateNameMigrationReport.md +2 -2
  40. package/doc/interfaces/types.Endpoint.md +12 -12
  41. package/doc/interfaces/types.EndpointDTO.md +179 -0
  42. package/doc/interfaces/types.EndpointPage.md +4 -4
  43. package/doc/interfaces/types.EndpointTestRequest.md +1 -1
  44. package/doc/interfaces/types.EventLogEntry.md +7 -7
  45. package/doc/interfaces/types.EventLogEntryAction.md +7 -7
  46. package/doc/interfaces/types.EventType.md +11 -11
  47. package/doc/interfaces/types.EventTypeBehavior.md +3 -3
  48. package/doc/interfaces/types.EventTypeBehaviorId.md +2 -2
  49. package/doc/interfaces/types.EventTypeSettingsValue.md +3 -3
  50. package/doc/interfaces/types.Facet.md +4 -4
  51. package/doc/interfaces/types.InstantEmailTemplate.md +9 -9
  52. package/doc/interfaces/types.InternalApplicationUserPermission.md +3 -3
  53. package/doc/interfaces/types.InternalRoleAccess.md +7 -7
  54. package/doc/interfaces/types.InternalUserPermissions.md +7 -7
  55. package/doc/interfaces/types.MessageValidationResponse.md +1 -1
  56. package/doc/interfaces/types.Meta.md +1 -1
  57. package/doc/interfaces/types.NotificationHistory.md +9 -9
  58. package/doc/interfaces/types.PageBehaviorGroup.md +3 -3
  59. package/doc/interfaces/types.PageDrawerEntryPayload.md +3 -3
  60. package/doc/interfaces/types.PageEventLogEntry.md +3 -3
  61. package/doc/interfaces/types.PageEventType.md +3 -3
  62. package/doc/interfaces/types.PageNotificationHistory.md +3 -3
  63. package/doc/interfaces/types.RenderEmailTemplateRequest.md +2 -2
  64. package/doc/interfaces/types.RequestDefaultBehaviorGroupPropertyList.md +2 -2
  65. package/doc/interfaces/types.RequestSystemSubscriptionProperties.md +5 -5
  66. package/doc/interfaces/types.ServerInfo.md +1 -1
  67. package/doc/interfaces/types.SettingsValuesByEventType.md +1 -1
  68. package/doc/interfaces/types.SystemSubscriptionPropertiesDTO.md +59 -0
  69. package/doc/interfaces/types.Template.md +6 -6
  70. package/doc/interfaces/types.TriggerDailyDigestRequest.md +5 -5
  71. package/doc/interfaces/types.UpdateApplicationRequest.md +3 -3
  72. package/doc/interfaces/types.UpdateBehaviorGroupRequest.md +4 -4
  73. package/doc/interfaces/types.UpdateNotificationDrawerStatus.md +5 -5
  74. package/doc/interfaces/types.WebhookPropertiesDTO.md +104 -0
  75. package/doc/interfaces/types.X509Certificate.md +5 -5
  76. package/doc/modules/DrawerResourceV1GetDrawerEntries.md +2 -2
  77. package/doc/modules/DrawerResourceV1UpdateNotificationReadStatus.md +2 -2
  78. package/doc/modules/EventResourceV1GetEvents.md +3 -3
  79. package/doc/modules/NotificationResourceV1AppendBehaviorGroupToEventType.md +2 -2
  80. package/doc/modules/NotificationResourceV1CreateBehaviorGroup.md +2 -2
  81. package/doc/modules/NotificationResourceV1DeleteBehaviorGroup.md +2 -2
  82. package/doc/modules/NotificationResourceV1DeleteBehaviorGroupFromEventType.md +2 -2
  83. package/doc/modules/NotificationResourceV1FindBehaviorGroupsByBundleId.md +2 -2
  84. package/doc/modules/NotificationResourceV1GetApplicationByNameAndBundleName.md +3 -3
  85. package/doc/modules/NotificationResourceV1GetApplicationsFacets.md +3 -3
  86. package/doc/modules/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint.md +2 -2
  87. package/doc/modules/NotificationResourceV1GetBundleByName.md +2 -2
  88. package/doc/modules/NotificationResourceV1GetBundleFacets.md +3 -3
  89. package/doc/modules/NotificationResourceV1GetEventTypes.md +6 -5
  90. package/doc/modules/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup.md +2 -2
  91. package/doc/modules/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName.md +3 -3
  92. package/doc/modules/NotificationResourceV1GetLinkedBehaviorGroups.md +2 -2
  93. package/doc/modules/NotificationResourceV1UpdateBehaviorGroup.md +3 -3
  94. package/doc/modules/NotificationResourceV1UpdateBehaviorGroupActions.md +3 -3
  95. package/doc/modules/NotificationResourceV1UpdateEventTypeBehaviors.md +2 -2
  96. package/doc/modules/OrgConfigResourceV1GetDailyDigestTimePreference.md +2 -2
  97. package/doc/modules/OrgConfigResourceV1SaveDailyDigestTimePreference.md +2 -2
  98. package/doc/modules/index.md +33 -57
  99. package/doc/modules/types.md +7 -4
  100. package/package.json +1 -1
  101. package/doc/classes/index.BaseAPI.md +0 -73
  102. package/doc/classes/index.RequiredError.md +0 -187
  103. package/doc/interfaces/index.RequestArgs.md +0 -36
  104. package/doc/interfaces/types.BasicAuthentication.md +0 -44
  105. package/doc/interfaces/types.CamelProperties.md +0 -123
  106. package/doc/interfaces/types.SystemSubscriptionProperties.md +0 -59
  107. package/doc/interfaces/types.WebhookProperties.md +0 -104
@@ -6,7 +6,7 @@
6
6
 
7
7
  **`Export`**
8
8
 
9
- RequestSystemSubscriptionPropertie
9
+ RequestSystemSubscriptionProperties
10
10
 
11
11
  ## Table of contents
12
12
 
@@ -23,11 +23,11 @@ RequestSystemSubscriptionPropertie
23
23
 
24
24
  **`Memberof`**
25
25
 
26
- RequestSystemSubscriptionPropertie
26
+ RequestSystemSubscriptionProperties
27
27
 
28
28
  #### Defined in
29
29
 
30
- [packages/notifications/types/index.ts:1578](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1578)
30
+ [types/index.ts:1676](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1676)
31
31
 
32
32
  ___
33
33
 
@@ -37,8 +37,8 @@ ___
37
37
 
38
38
  **`Memberof`**
39
39
 
40
- RequestSystemSubscriptionPropertie
40
+ RequestSystemSubscriptionProperties
41
41
 
42
42
  #### Defined in
43
43
 
44
- [packages/notifications/types/index.ts:1572](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1572)
44
+ [types/index.ts:1670](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1670)
@@ -26,4 +26,4 @@ ServerInfo
26
26
 
27
27
  #### Defined in
28
28
 
29
- [packages/notifications/types/index.ts:1591](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1591)
29
+ [types/index.ts:1689](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1689)
@@ -30,4 +30,4 @@ SettingsValuesByEventType
30
30
 
31
31
  #### Defined in
32
32
 
33
- [packages/notifications/types/index.ts:1606](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1606)
33
+ [types/index.ts:1704](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1704)
@@ -0,0 +1,59 @@
1
+ [@redhat-cloud-services/javascript-clients](../README.md) / [Exports](../modules.md) / [types](../modules/types.md) / SystemSubscriptionPropertiesDTO
2
+
3
+ # Interface: SystemSubscriptionPropertiesDTO
4
+
5
+ [types](../modules/types.md).SystemSubscriptionPropertiesDTO
6
+
7
+ **`Export`**
8
+
9
+ SystemSubscriptionPropertiesDTO
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [groupId](types.SystemSubscriptionPropertiesDTO.md#groupid)
16
+ - [ignorePreferences](types.SystemSubscriptionPropertiesDTO.md#ignorepreferences)
17
+ - [onlyAdmins](types.SystemSubscriptionPropertiesDTO.md#onlyadmins)
18
+
19
+ ## Properties
20
+
21
+ ### groupId
22
+
23
+ • `Optional` **groupId**: `string`
24
+
25
+ **`Memberof`**
26
+
27
+ SystemSubscriptionPropertiesDTO
28
+
29
+ #### Defined in
30
+
31
+ [types/index.ts:1746](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1746)
32
+
33
+ ___
34
+
35
+ ### ignorePreferences
36
+
37
+ • `Optional` **ignorePreferences**: `boolean`
38
+
39
+ **`Memberof`**
40
+
41
+ SystemSubscriptionPropertiesDTO
42
+
43
+ #### Defined in
44
+
45
+ [types/index.ts:1752](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1752)
46
+
47
+ ___
48
+
49
+ ### onlyAdmins
50
+
51
+ • `Optional` **onlyAdmins**: `boolean`
52
+
53
+ **`Memberof`**
54
+
55
+ SystemSubscriptionPropertiesDTO
56
+
57
+ #### Defined in
58
+
59
+ [types/index.ts:1758](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1758)
@@ -31,7 +31,7 @@ Template
31
31
 
32
32
  #### Defined in
33
33
 
34
- [packages/notifications/types/index.ts:1673](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1673)
34
+ [types/index.ts:1771](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1771)
35
35
 
36
36
  ___
37
37
 
@@ -45,7 +45,7 @@ Template
45
45
 
46
46
  #### Defined in
47
47
 
48
- [packages/notifications/types/index.ts:1703](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1703)
48
+ [types/index.ts:1801](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1801)
49
49
 
50
50
  ___
51
51
 
@@ -59,7 +59,7 @@ Template
59
59
 
60
60
  #### Defined in
61
61
 
62
- [packages/notifications/types/index.ts:1697](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1697)
62
+ [types/index.ts:1795](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1795)
63
63
 
64
64
  ___
65
65
 
@@ -73,7 +73,7 @@ Template
73
73
 
74
74
  #### Defined in
75
75
 
76
- [packages/notifications/types/index.ts:1685](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1685)
76
+ [types/index.ts:1783](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1783)
77
77
 
78
78
  ___
79
79
 
@@ -87,7 +87,7 @@ Template
87
87
 
88
88
  #### Defined in
89
89
 
90
- [packages/notifications/types/index.ts:1691](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1691)
90
+ [types/index.ts:1789](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1789)
91
91
 
92
92
  ___
93
93
 
@@ -101,4 +101,4 @@ Template
101
101
 
102
102
  #### Defined in
103
103
 
104
- [packages/notifications/types/index.ts:1679](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1679)
104
+ [types/index.ts:1777](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1777)
@@ -30,7 +30,7 @@ TriggerDailyDigestRequest
30
30
 
31
31
  #### Defined in
32
32
 
33
- [packages/notifications/types/index.ts:1716](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1716)
33
+ [types/index.ts:1814](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1814)
34
34
 
35
35
  ___
36
36
 
@@ -44,7 +44,7 @@ TriggerDailyDigestRequest
44
44
 
45
45
  #### Defined in
46
46
 
47
- [packages/notifications/types/index.ts:1722](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1722)
47
+ [types/index.ts:1820](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1820)
48
48
 
49
49
  ___
50
50
 
@@ -58,7 +58,7 @@ TriggerDailyDigestRequest
58
58
 
59
59
  #### Defined in
60
60
 
61
- [packages/notifications/types/index.ts:1728](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1728)
61
+ [types/index.ts:1826](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1826)
62
62
 
63
63
  ___
64
64
 
@@ -72,7 +72,7 @@ TriggerDailyDigestRequest
72
72
 
73
73
  #### Defined in
74
74
 
75
- [packages/notifications/types/index.ts:1734](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1734)
75
+ [types/index.ts:1832](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1832)
76
76
 
77
77
  ___
78
78
 
@@ -86,4 +86,4 @@ TriggerDailyDigestRequest
86
86
 
87
87
  #### Defined in
88
88
 
89
- [packages/notifications/types/index.ts:1740](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1740)
89
+ [types/index.ts:1838](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1838)
@@ -28,7 +28,7 @@ UpdateApplicationRequest
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/notifications/types/index.ts:1759](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1759)
31
+ [types/index.ts:1857](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1857)
32
32
 
33
33
  ___
34
34
 
@@ -42,7 +42,7 @@ UpdateApplicationRequest
42
42
 
43
43
  #### Defined in
44
44
 
45
- [packages/notifications/types/index.ts:1753](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1753)
45
+ [types/index.ts:1851](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1851)
46
46
 
47
47
  ___
48
48
 
@@ -56,4 +56,4 @@ UpdateApplicationRequest
56
56
 
57
57
  #### Defined in
58
58
 
59
- [packages/notifications/types/index.ts:1765](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1765)
59
+ [types/index.ts:1863](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1863)
@@ -29,7 +29,7 @@ UpdateBehaviorGroupRequest
29
29
 
30
30
  #### Defined in
31
31
 
32
- [packages/notifications/types/index.ts:1778](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1778)
32
+ [types/index.ts:1876](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1876)
33
33
 
34
34
  ___
35
35
 
@@ -43,7 +43,7 @@ UpdateBehaviorGroupRequest
43
43
 
44
44
  #### Defined in
45
45
 
46
- [packages/notifications/types/index.ts:1796](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1796)
46
+ [types/index.ts:1894](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1894)
47
47
 
48
48
  ___
49
49
 
@@ -57,7 +57,7 @@ UpdateBehaviorGroupRequest
57
57
 
58
58
  #### Defined in
59
59
 
60
- [packages/notifications/types/index.ts:1784](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1784)
60
+ [types/index.ts:1882](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1882)
61
61
 
62
62
  ___
63
63
 
@@ -71,4 +71,4 @@ UpdateBehaviorGroupRequest
71
71
 
72
72
  #### Defined in
73
73
 
74
- [packages/notifications/types/index.ts:1790](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1790)
74
+ [types/index.ts:1888](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1888)
@@ -6,7 +6,7 @@
6
6
 
7
7
  **`Export`**
8
8
 
9
- UpdateNotificationDrawerStatu
9
+ UpdateNotificationDrawerStatus
10
10
 
11
11
  ## Table of contents
12
12
 
@@ -23,11 +23,11 @@ UpdateNotificationDrawerStatu
23
23
 
24
24
  **`Memberof`**
25
25
 
26
- UpdateNotificationDrawerStatu
26
+ UpdateNotificationDrawerStatus
27
27
 
28
28
  #### Defined in
29
29
 
30
- [packages/notifications/types/index.ts:1809](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1809)
30
+ [types/index.ts:1907](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1907)
31
31
 
32
32
  ___
33
33
 
@@ -37,8 +37,8 @@ ___
37
37
 
38
38
  **`Memberof`**
39
39
 
40
- UpdateNotificationDrawerStatu
40
+ UpdateNotificationDrawerStatus
41
41
 
42
42
  #### Defined in
43
43
 
44
- [packages/notifications/types/index.ts:1815](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1815)
44
+ [types/index.ts:1913](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1913)
@@ -0,0 +1,104 @@
1
+ [@redhat-cloud-services/javascript-clients](../README.md) / [Exports](../modules.md) / [types](../modules/types.md) / WebhookPropertiesDTO
2
+
3
+ # Interface: WebhookPropertiesDTO
4
+
5
+ [types](../modules/types.md).WebhookPropertiesDTO
6
+
7
+ **`Export`**
8
+
9
+ WebhookPropertiesDTO
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [basicAuthentication](types.WebhookPropertiesDTO.md#basicauthentication)
16
+ - [bearerAuthentication](types.WebhookPropertiesDTO.md#bearerauthentication)
17
+ - [disableSslVerification](types.WebhookPropertiesDTO.md#disablesslverification)
18
+ - [method](types.WebhookPropertiesDTO.md#method)
19
+ - [secretToken](types.WebhookPropertiesDTO.md#secrettoken)
20
+ - [url](types.WebhookPropertiesDTO.md#url)
21
+
22
+ ## Properties
23
+
24
+ ### basicAuthentication
25
+
26
+ • `Optional` **basicAuthentication**: [`BasicAuthenticationDTO`](types.BasicAuthenticationDTO.md)
27
+
28
+ **`Memberof`**
29
+
30
+ WebhookPropertiesDTO
31
+
32
+ #### Defined in
33
+
34
+ [types/index.ts:1944](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1944)
35
+
36
+ ___
37
+
38
+ ### bearerAuthentication
39
+
40
+ • `Optional` **bearerAuthentication**: `string`
41
+
42
+ **`Memberof`**
43
+
44
+ WebhookPropertiesDTO
45
+
46
+ #### Defined in
47
+
48
+ [types/index.ts:1950](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1950)
49
+
50
+ ___
51
+
52
+ ### disableSslVerification
53
+
54
+ • **disableSslVerification**: `boolean`
55
+
56
+ **`Memberof`**
57
+
58
+ WebhookPropertiesDTO
59
+
60
+ #### Defined in
61
+
62
+ [types/index.ts:1926](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1926)
63
+
64
+ ___
65
+
66
+ ### method
67
+
68
+ • **method**: [`HttpType`](../enums/types.HttpType.md)
69
+
70
+ **`Memberof`**
71
+
72
+ WebhookPropertiesDTO
73
+
74
+ #### Defined in
75
+
76
+ [types/index.ts:1932](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1932)
77
+
78
+ ___
79
+
80
+ ### secretToken
81
+
82
+ • `Optional` **secretToken**: `string`
83
+
84
+ **`Memberof`**
85
+
86
+ WebhookPropertiesDTO
87
+
88
+ #### Defined in
89
+
90
+ [types/index.ts:1956](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1956)
91
+
92
+ ___
93
+
94
+ ### url
95
+
96
+ • **url**: `string`
97
+
98
+ **`Memberof`**
99
+
100
+ WebhookPropertiesDTO
101
+
102
+ #### Defined in
103
+
104
+ [types/index.ts:1938](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1938)
@@ -30,7 +30,7 @@ X509Certificate
30
30
 
31
31
  #### Defined in
32
32
 
33
- [packages/notifications/types/index.ts:1897](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1897)
33
+ [types/index.ts:1995](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1995)
34
34
 
35
35
  ___
36
36
 
@@ -44,7 +44,7 @@ X509Certificate
44
44
 
45
45
  #### Defined in
46
46
 
47
- [packages/notifications/types/index.ts:1891](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1891)
47
+ [types/index.ts:1989](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1989)
48
48
 
49
49
  ___
50
50
 
@@ -58,7 +58,7 @@ X509Certificate
58
58
 
59
59
  #### Defined in
60
60
 
61
- [packages/notifications/types/index.ts:1873](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1873)
61
+ [types/index.ts:1971](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1971)
62
62
 
63
63
  ___
64
64
 
@@ -72,7 +72,7 @@ X509Certificate
72
72
 
73
73
  #### Defined in
74
74
 
75
- [packages/notifications/types/index.ts:1885](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1885)
75
+ [types/index.ts:1983](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1983)
76
76
 
77
77
  ___
78
78
 
@@ -86,4 +86,4 @@ X509Certificate
86
86
 
87
87
  #### Defined in
88
88
 
89
- [packages/notifications/types/index.ts:1879](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1879)
89
+ [types/index.ts:1977](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1977)
@@ -47,7 +47,7 @@ Renames and re-exports [drawerResourceV1GetDrawerEntriesParamCreator](DrawerReso
47
47
 
48
48
  #### Defined in
49
49
 
50
- [packages/notifications/DrawerResourceV1GetDrawerEntries/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/DrawerResourceV1GetDrawerEntries/index.ts#L14)
50
+ [DrawerResourceV1GetDrawerEntries/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/DrawerResourceV1GetDrawerEntries/index.ts#L14)
51
51
 
52
52
  ## Functions
53
53
 
@@ -75,4 +75,4 @@ Retrieve drawer notifications entries.
75
75
 
76
76
  #### Defined in
77
77
 
78
- [packages/notifications/DrawerResourceV1GetDrawerEntries/index.ts:94](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/DrawerResourceV1GetDrawerEntries/index.ts#L94)
78
+ [DrawerResourceV1GetDrawerEntries/index.ts:94](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/DrawerResourceV1GetDrawerEntries/index.ts#L94)
@@ -37,7 +37,7 @@ Renames and re-exports [drawerResourceV1UpdateNotificationReadStatusParamCreator
37
37
 
38
38
  #### Defined in
39
39
 
40
- [packages/notifications/DrawerResourceV1UpdateNotificationReadStatus/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/DrawerResourceV1UpdateNotificationReadStatus/index.ts#L14)
40
+ [DrawerResourceV1UpdateNotificationReadStatus/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/DrawerResourceV1UpdateNotificationReadStatus/index.ts#L14)
41
41
 
42
42
  ## Functions
43
43
 
@@ -65,4 +65,4 @@ Update drawer notifications status.
65
65
 
66
66
  #### Defined in
67
67
 
68
- [packages/notifications/DrawerResourceV1UpdateNotificationReadStatus/index.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/DrawerResourceV1UpdateNotificationReadStatus/index.ts#L34)
68
+ [DrawerResourceV1UpdateNotificationReadStatus/index.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/DrawerResourceV1UpdateNotificationReadStatus/index.ts#L34)
@@ -52,7 +52,7 @@ Renames and re-exports [eventResourceV1GetEventsParamCreator](EventResourceV1Get
52
52
 
53
53
  #### Defined in
54
54
 
55
- [packages/notifications/EventResourceV1GetEvents/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/EventResourceV1GetEvents/index.ts#L14)
55
+ [EventResourceV1GetEvents/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/EventResourceV1GetEvents/index.ts#L14)
56
56
 
57
57
  ## Functions
58
58
 
@@ -74,10 +74,10 @@ Retrieves the event log entries. Use this endpoint to review a full history of t
74
74
 
75
75
  **`Summary`**
76
76
 
77
- Retrieve the event log entrie
77
+ Retrieve the event log entries
78
78
 
79
79
  **`Throws`**
80
80
 
81
81
  #### Defined in
82
82
 
83
- [packages/notifications/EventResourceV1GetEvents/index.ts:124](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/EventResourceV1GetEvents/index.ts#L124)
83
+ [EventResourceV1GetEvents/index.ts:124](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/EventResourceV1GetEvents/index.ts#L124)
@@ -38,7 +38,7 @@ Renames and re-exports [notificationResourceV1AppendBehaviorGroupToEventTypePara
38
38
 
39
39
  #### Defined in
40
40
 
41
- [packages/notifications/NotificationResourceV1AppendBehaviorGroupToEventType/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1AppendBehaviorGroupToEventType/index.ts#L14)
41
+ [NotificationResourceV1AppendBehaviorGroupToEventType/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1AppendBehaviorGroupToEventType/index.ts#L14)
42
42
 
43
43
  ## Functions
44
44
 
@@ -64,4 +64,4 @@ Add a behavior group to the given event type.
64
64
 
65
65
  #### Defined in
66
66
 
67
- [packages/notifications/NotificationResourceV1AppendBehaviorGroupToEventType/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1AppendBehaviorGroupToEventType/index.ts#L40)
67
+ [NotificationResourceV1AppendBehaviorGroupToEventType/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1AppendBehaviorGroupToEventType/index.ts#L40)
@@ -37,7 +37,7 @@ Renames and re-exports [notificationResourceV1CreateBehaviorGroupParamCreator](N
37
37
 
38
38
  #### Defined in
39
39
 
40
- [packages/notifications/NotificationResourceV1CreateBehaviorGroup/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1CreateBehaviorGroup/index.ts#L14)
40
+ [NotificationResourceV1CreateBehaviorGroup/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1CreateBehaviorGroup/index.ts#L14)
41
41
 
42
42
  ## Functions
43
43
 
@@ -65,4 +65,4 @@ Create a behavior group
65
65
 
66
66
  #### Defined in
67
67
 
68
- [packages/notifications/NotificationResourceV1CreateBehaviorGroup/index.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1CreateBehaviorGroup/index.ts#L34)
68
+ [NotificationResourceV1CreateBehaviorGroup/index.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1CreateBehaviorGroup/index.ts#L34)
@@ -37,7 +37,7 @@ Renames and re-exports [notificationResourceV1DeleteBehaviorGroupParamCreator](N
37
37
 
38
38
  #### Defined in
39
39
 
40
- [packages/notifications/NotificationResourceV1DeleteBehaviorGroup/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1DeleteBehaviorGroup/index.ts#L14)
40
+ [NotificationResourceV1DeleteBehaviorGroup/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1DeleteBehaviorGroup/index.ts#L14)
41
41
 
42
42
  ## Functions
43
43
 
@@ -65,4 +65,4 @@ Delete a behavior group
65
65
 
66
66
  #### Defined in
67
67
 
68
- [packages/notifications/NotificationResourceV1DeleteBehaviorGroup/index.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1DeleteBehaviorGroup/index.ts#L34)
68
+ [NotificationResourceV1DeleteBehaviorGroup/index.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1DeleteBehaviorGroup/index.ts#L34)
@@ -38,7 +38,7 @@ Renames and re-exports [notificationResourceV1DeleteBehaviorGroupFromEventTypePa
38
38
 
39
39
  #### Defined in
40
40
 
41
- [packages/notifications/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.ts#L14)
41
+ [NotificationResourceV1DeleteBehaviorGroupFromEventType/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.ts#L14)
42
42
 
43
43
  ## Functions
44
44
 
@@ -66,4 +66,4 @@ Add a behavior group to an event type
66
66
 
67
67
  #### Defined in
68
68
 
69
- [packages/notifications/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.ts#L40)
69
+ [NotificationResourceV1DeleteBehaviorGroupFromEventType/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.ts#L40)
@@ -37,7 +37,7 @@ Renames and re-exports [notificationResourceV1FindBehaviorGroupsByBundleIdParamC
37
37
 
38
38
  #### Defined in
39
39
 
40
- [packages/notifications/NotificationResourceV1FindBehaviorGroupsByBundleId/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1FindBehaviorGroupsByBundleId/index.ts#L14)
40
+ [NotificationResourceV1FindBehaviorGroupsByBundleId/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1FindBehaviorGroupsByBundleId/index.ts#L14)
41
41
 
42
42
  ## Functions
43
43
 
@@ -65,4 +65,4 @@ List behavior groups in a bundle
65
65
 
66
66
  #### Defined in
67
67
 
68
- [packages/notifications/NotificationResourceV1FindBehaviorGroupsByBundleId/index.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1FindBehaviorGroupsByBundleId/index.ts#L34)
68
+ [NotificationResourceV1FindBehaviorGroupsByBundleId/index.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1FindBehaviorGroupsByBundleId/index.ts#L34)
@@ -38,7 +38,7 @@ Renames and re-exports [notificationResourceV1GetApplicationByNameAndBundleNameP
38
38
 
39
39
  #### Defined in
40
40
 
41
- [packages/notifications/NotificationResourceV1GetApplicationByNameAndBundleName/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1GetApplicationByNameAndBundleName/index.ts#L14)
41
+ [NotificationResourceV1GetApplicationByNameAndBundleName/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1GetApplicationByNameAndBundleName/index.ts#L14)
42
42
 
43
43
  ## Functions
44
44
 
@@ -60,10 +60,10 @@ Retrieves an application by bundle and application names. Use this endpoint to
60
60
 
61
61
  **`Summary`**
62
62
 
63
- Retrieve an application by bundle and application name
63
+ Retrieve an application by bundle and application names
64
64
 
65
65
  **`Throws`**
66
66
 
67
67
  #### Defined in
68
68
 
69
- [packages/notifications/NotificationResourceV1GetApplicationByNameAndBundleName/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1GetApplicationByNameAndBundleName/index.ts#L40)
69
+ [NotificationResourceV1GetApplicationByNameAndBundleName/index.ts:40](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1GetApplicationByNameAndBundleName/index.ts#L40)
@@ -37,7 +37,7 @@ Renames and re-exports [notificationResourceV1GetApplicationsFacetsParamCreator]
37
37
 
38
38
  #### Defined in
39
39
 
40
- [packages/notifications/NotificationResourceV1GetApplicationsFacets/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1GetApplicationsFacets/index.ts#L14)
40
+ [NotificationResourceV1GetApplicationsFacets/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1GetApplicationsFacets/index.ts#L14)
41
41
 
42
42
  ## Functions
43
43
 
@@ -59,10 +59,10 @@ Returns a list of configured applications that includes the application name, th
59
59
 
60
60
  **`Summary`**
61
61
 
62
- List configured application
62
+ List configured applications
63
63
 
64
64
  **`Throws`**
65
65
 
66
66
  #### Defined in
67
67
 
68
- [packages/notifications/NotificationResourceV1GetApplicationsFacets/index.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1GetApplicationsFacets/index.ts#L34)
68
+ [NotificationResourceV1GetApplicationsFacets/index.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1GetApplicationsFacets/index.ts#L34)
@@ -37,7 +37,7 @@ Renames and re-exports [notificationResourceV1GetBehaviorGroupsAffectedByRemoval
37
37
 
38
38
  #### Defined in
39
39
 
40
- [packages/notifications/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.ts#L14)
40
+ [NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.ts:14](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.ts#L14)
41
41
 
42
42
  ## Functions
43
43
 
@@ -65,4 +65,4 @@ List the behavior groups affected by the removal of an endpoint
65
65
 
66
66
  #### Defined in
67
67
 
68
- [packages/notifications/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.ts#L34)
68
+ [NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.ts#L34)