@redhat-cloud-services/notifications-client 2.3.1 → 2.3.2

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 (73) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/doc/README.md +2 -1
  3. package/doc/classes/BaseAPI.md +21 -13
  4. package/doc/classes/Configuration.md +24 -16
  5. package/doc/classes/RequiredError.md +17 -11
  6. package/doc/enums/EndpointStatus.md +6 -6
  7. package/doc/enums/EndpointType.md +5 -5
  8. package/doc/enums/Environment.md +4 -4
  9. package/doc/enums/EventLogEntryActionStatus.md +5 -5
  10. package/doc/enums/HttpType.md +3 -3
  11. package/doc/enums/NotificationStatus.md +5 -5
  12. package/doc/enums/Status.md +2 -2
  13. package/doc/enums/SubscriptionType.md +3 -3
  14. package/doc/interfaces/AddAccessRequest.md +2 -4
  15. package/doc/interfaces/AddApplicationRequest.md +4 -6
  16. package/doc/interfaces/AggregationEmailTemplate.md +10 -12
  17. package/doc/interfaces/AggregationEmailTemplateSubjectTemplate.md +6 -8
  18. package/doc/interfaces/ApiConfig.md +2 -2
  19. package/doc/interfaces/Application.md +6 -8
  20. package/doc/interfaces/Application1.md +2 -4
  21. package/doc/interfaces/ApplicationDTO.md +6 -8
  22. package/doc/interfaces/ApplicationSettingsValue.md +1 -3
  23. package/doc/interfaces/BasicAuthentication.md +2 -4
  24. package/doc/interfaces/BehaviorGroup.md +10 -12
  25. package/doc/interfaces/BehaviorGroupAction.md +3 -5
  26. package/doc/interfaces/BehaviorGroupActionId.md +2 -4
  27. package/doc/interfaces/Bundle.md +5 -7
  28. package/doc/interfaces/BundleSettingsValue.md +1 -3
  29. package/doc/interfaces/CamelProperties.md +7 -9
  30. package/doc/interfaces/ConfigurationParameters.md +14 -10
  31. package/doc/interfaces/CreateBehaviorGroupRequest.md +7 -9
  32. package/doc/interfaces/CreateBehaviorGroupResponse.md +7 -9
  33. package/doc/interfaces/CurrentStatus.md +3 -5
  34. package/doc/interfaces/DrawerEntryPayload.md +7 -9
  35. package/doc/interfaces/DuplicateNameMigrationReport.md +2 -4
  36. package/doc/interfaces/Endpoint.md +11 -13
  37. package/doc/interfaces/EndpointPage.md +3 -5
  38. package/doc/interfaces/EndpointTestRequest.md +1 -3
  39. package/doc/interfaces/EventLogEntry.md +7 -9
  40. package/doc/interfaces/EventLogEntryAction.md +7 -9
  41. package/doc/interfaces/EventType.md +10 -12
  42. package/doc/interfaces/EventTypeBehavior.md +3 -5
  43. package/doc/interfaces/EventTypeBehaviorId.md +2 -4
  44. package/doc/interfaces/EventTypeSettingsValue.md +3 -5
  45. package/doc/interfaces/Facet.md +4 -6
  46. package/doc/interfaces/InstantEmailTemplate.md +9 -11
  47. package/doc/interfaces/InternalApplicationUserPermission.md +3 -5
  48. package/doc/interfaces/InternalRoleAccess.md +3 -5
  49. package/doc/interfaces/InternalUserPermissions.md +3 -5
  50. package/doc/interfaces/MessageValidationResponse.md +1 -3
  51. package/doc/interfaces/Meta.md +1 -3
  52. package/doc/interfaces/NotificationHistory.md +9 -11
  53. package/doc/interfaces/PageBehaviorGroup.md +3 -5
  54. package/doc/interfaces/PageDrawerEntryPayload.md +3 -5
  55. package/doc/interfaces/PageEventLogEntry.md +3 -5
  56. package/doc/interfaces/PageEventType.md +3 -5
  57. package/doc/interfaces/PageNotificationHistory.md +3 -5
  58. package/doc/interfaces/RenderEmailTemplateRequest.md +2 -4
  59. package/doc/interfaces/RequestArgs.md +6 -8
  60. package/doc/interfaces/RequestDefaultBehaviorGroupPropertyList.md +2 -4
  61. package/doc/interfaces/RequestSystemSubscriptionProperties.md +2 -4
  62. package/doc/interfaces/ServerInfo.md +1 -3
  63. package/doc/interfaces/SettingsValuesByEventType.md +1 -3
  64. package/doc/interfaces/SystemSubscriptionProperties.md +3 -5
  65. package/doc/interfaces/Template.md +6 -8
  66. package/doc/interfaces/TriggerDailyDigestRequest.md +5 -7
  67. package/doc/interfaces/UpdateApplicationRequest.md +3 -5
  68. package/doc/interfaces/UpdateBehaviorGroupRequest.md +5 -7
  69. package/doc/interfaces/UpdateNotificationDrawerStatus.md +3 -5
  70. package/doc/interfaces/WebhookProperties.md +6 -8
  71. package/doc/interfaces/X509Certificate.md +5 -7
  72. package/doc/modules.md +274 -274
  73. package/package.json +2 -2
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  AddApplicationRequest
10
8
 
11
9
  ## Table of contents
@@ -29,7 +27,7 @@ AddApplicationRequest
29
27
 
30
28
  #### Defined in
31
29
 
32
- [packages/notifications/types/index.ts:43](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L43)
30
+ [packages/notifications/types/index.ts:43](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L43)
33
31
 
34
32
  ___
35
33
 
@@ -43,7 +41,7 @@ AddApplicationRequest
43
41
 
44
42
  #### Defined in
45
43
 
46
- [packages/notifications/types/index.ts:37](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L37)
44
+ [packages/notifications/types/index.ts:37](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L37)
47
45
 
48
46
  ___
49
47
 
@@ -57,7 +55,7 @@ AddApplicationRequest
57
55
 
58
56
  #### Defined in
59
57
 
60
- [packages/notifications/types/index.ts:31](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L31)
58
+ [packages/notifications/types/index.ts:31](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L31)
61
59
 
62
60
  ___
63
61
 
@@ -71,4 +69,4 @@ AddApplicationRequest
71
69
 
72
70
  #### Defined in
73
71
 
74
- [packages/notifications/types/index.ts:49](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L49)
72
+ [packages/notifications/types/index.ts:49](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L49)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  AggregationEmailTemplate
10
8
 
11
9
  ## Table of contents
@@ -35,7 +33,7 @@ AggregationEmailTemplate
35
33
 
36
34
  #### Defined in
37
35
 
38
- [packages/notifications/types/index.ts:80](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L80)
36
+ [packages/notifications/types/index.ts:80](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L80)
39
37
 
40
38
  ___
41
39
 
@@ -49,7 +47,7 @@ AggregationEmailTemplate
49
47
 
50
48
  #### Defined in
51
49
 
52
- [packages/notifications/types/index.ts:86](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L86)
50
+ [packages/notifications/types/index.ts:86](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L86)
53
51
 
54
52
  ___
55
53
 
@@ -63,7 +61,7 @@ AggregationEmailTemplate
63
61
 
64
62
  #### Defined in
65
63
 
66
- [packages/notifications/types/index.ts:110](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L110)
64
+ [packages/notifications/types/index.ts:110](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L110)
67
65
 
68
66
  ___
69
67
 
@@ -77,7 +75,7 @@ AggregationEmailTemplate
77
75
 
78
76
  #### Defined in
79
77
 
80
- [packages/notifications/types/index.ts:116](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L116)
78
+ [packages/notifications/types/index.ts:116](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L116)
81
79
 
82
80
  ___
83
81
 
@@ -91,7 +89,7 @@ AggregationEmailTemplate
91
89
 
92
90
  #### Defined in
93
91
 
94
- [packages/notifications/types/index.ts:62](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L62)
92
+ [packages/notifications/types/index.ts:62](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L62)
95
93
 
96
94
  ___
97
95
 
@@ -105,7 +103,7 @@ AggregationEmailTemplate
105
103
 
106
104
  #### Defined in
107
105
 
108
- [packages/notifications/types/index.ts:74](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L74)
106
+ [packages/notifications/types/index.ts:74](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L74)
109
107
 
110
108
  ___
111
109
 
@@ -119,7 +117,7 @@ AggregationEmailTemplate
119
117
 
120
118
  #### Defined in
121
119
 
122
- [packages/notifications/types/index.ts:98](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L98)
120
+ [packages/notifications/types/index.ts:98](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L98)
123
121
 
124
122
  ___
125
123
 
@@ -133,7 +131,7 @@ AggregationEmailTemplate
133
131
 
134
132
  #### Defined in
135
133
 
136
- [packages/notifications/types/index.ts:104](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L104)
134
+ [packages/notifications/types/index.ts:104](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L104)
137
135
 
138
136
  ___
139
137
 
@@ -147,7 +145,7 @@ AggregationEmailTemplate
147
145
 
148
146
  #### Defined in
149
147
 
150
- [packages/notifications/types/index.ts:92](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L92)
148
+ [packages/notifications/types/index.ts:92](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L92)
151
149
 
152
150
  ___
153
151
 
@@ -161,4 +159,4 @@ AggregationEmailTemplate
161
159
 
162
160
  #### Defined in
163
161
 
164
- [packages/notifications/types/index.ts:68](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L68)
162
+ [packages/notifications/types/index.ts:68](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L68)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  AggregationEmailTemplateSubjectTemplate
10
8
 
11
9
  ## Table of contents
@@ -31,7 +29,7 @@ AggregationEmailTemplateSubjectTemplate
31
29
 
32
30
  #### Defined in
33
31
 
34
- [packages/notifications/types/index.ts:131](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L131)
32
+ [packages/notifications/types/index.ts:131](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L131)
35
33
 
36
34
  ___
37
35
 
@@ -45,7 +43,7 @@ AggregationEmailTemplateSubjectTemplate
45
43
 
46
44
  #### Defined in
47
45
 
48
- [packages/notifications/types/index.ts:161](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L161)
46
+ [packages/notifications/types/index.ts:161](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L161)
49
47
 
50
48
  ___
51
49
 
@@ -59,7 +57,7 @@ AggregationEmailTemplateSubjectTemplate
59
57
 
60
58
  #### Defined in
61
59
 
62
- [packages/notifications/types/index.ts:155](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L155)
60
+ [packages/notifications/types/index.ts:155](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L155)
63
61
 
64
62
  ___
65
63
 
@@ -73,7 +71,7 @@ AggregationEmailTemplateSubjectTemplate
73
71
 
74
72
  #### Defined in
75
73
 
76
- [packages/notifications/types/index.ts:143](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L143)
74
+ [packages/notifications/types/index.ts:143](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L143)
77
75
 
78
76
  ___
79
77
 
@@ -87,7 +85,7 @@ AggregationEmailTemplateSubjectTemplate
87
85
 
88
86
  #### Defined in
89
87
 
90
- [packages/notifications/types/index.ts:149](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L149)
88
+ [packages/notifications/types/index.ts:149](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L149)
91
89
 
92
90
  ___
93
91
 
@@ -101,4 +99,4 @@ AggregationEmailTemplateSubjectTemplate
101
99
 
102
100
  #### Defined in
103
101
 
104
- [packages/notifications/types/index.ts:137](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L137)
102
+ [packages/notifications/types/index.ts:137](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L137)
@@ -17,7 +17,7 @@
17
17
 
18
18
  #### Defined in
19
19
 
20
- [packages/notifications/utils/base.ts:41](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L41)
20
+ [packages/notifications/utils/base.ts:41](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/utils/base.ts#L41)
21
21
 
22
22
  ___
23
23
 
@@ -27,4 +27,4 @@ ___
27
27
 
28
28
  #### Defined in
29
29
 
30
- [packages/notifications/utils/base.ts:42](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L42)
30
+ [packages/notifications/utils/base.ts:42](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/utils/base.ts#L42)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  Application
10
8
 
11
9
  ## Table of contents
@@ -31,7 +29,7 @@ Application
31
29
 
32
30
  #### Defined in
33
31
 
34
- [packages/notifications/types/index.ts:204](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L204)
32
+ [packages/notifications/types/index.ts:204](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L204)
35
33
 
36
34
  ___
37
35
 
@@ -45,7 +43,7 @@ Application
45
43
 
46
44
  #### Defined in
47
45
 
48
- [packages/notifications/types/index.ts:174](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L174)
46
+ [packages/notifications/types/index.ts:174](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L174)
49
47
 
50
48
  ___
51
49
 
@@ -59,7 +57,7 @@ Application
59
57
 
60
58
  #### Defined in
61
59
 
62
- [packages/notifications/types/index.ts:198](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L198)
60
+ [packages/notifications/types/index.ts:198](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L198)
63
61
 
64
62
  ___
65
63
 
@@ -73,7 +71,7 @@ Application
73
71
 
74
72
  #### Defined in
75
73
 
76
- [packages/notifications/types/index.ts:186](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L186)
74
+ [packages/notifications/types/index.ts:186](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L186)
77
75
 
78
76
  ___
79
77
 
@@ -87,7 +85,7 @@ Application
87
85
 
88
86
  #### Defined in
89
87
 
90
- [packages/notifications/types/index.ts:192](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L192)
88
+ [packages/notifications/types/index.ts:192](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L192)
91
89
 
92
90
  ___
93
91
 
@@ -101,4 +99,4 @@ Application
101
99
 
102
100
  #### Defined in
103
101
 
104
- [packages/notifications/types/index.ts:180](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L180)
102
+ [packages/notifications/types/index.ts:180](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L180)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  Application1
10
8
 
11
9
  ## Table of contents
@@ -27,7 +25,7 @@ Application1
27
25
 
28
26
  #### Defined in
29
27
 
30
- [packages/notifications/types/index.ts:223](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L223)
28
+ [packages/notifications/types/index.ts:223](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L223)
31
29
 
32
30
  ___
33
31
 
@@ -41,4 +39,4 @@ Application1
41
39
 
42
40
  #### Defined in
43
41
 
44
- [packages/notifications/types/index.ts:217](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L217)
42
+ [packages/notifications/types/index.ts:217](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L217)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  ApplicationDTO
10
8
 
11
9
  ## Table of contents
@@ -31,7 +29,7 @@ ApplicationDTO
31
29
 
32
30
  #### Defined in
33
31
 
34
- [packages/notifications/types/index.ts:254](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L254)
32
+ [packages/notifications/types/index.ts:254](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L254)
35
33
 
36
34
  ___
37
35
 
@@ -45,7 +43,7 @@ ApplicationDTO
45
43
 
46
44
  #### Defined in
47
45
 
48
- [packages/notifications/types/index.ts:266](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L266)
46
+ [packages/notifications/types/index.ts:266](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L266)
49
47
 
50
48
  ___
51
49
 
@@ -59,7 +57,7 @@ ApplicationDTO
59
57
 
60
58
  #### Defined in
61
59
 
62
- [packages/notifications/types/index.ts:248](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L248)
60
+ [packages/notifications/types/index.ts:248](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L248)
63
61
 
64
62
  ___
65
63
 
@@ -73,7 +71,7 @@ ApplicationDTO
73
71
 
74
72
  #### Defined in
75
73
 
76
- [packages/notifications/types/index.ts:236](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L236)
74
+ [packages/notifications/types/index.ts:236](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L236)
77
75
 
78
76
  ___
79
77
 
@@ -87,7 +85,7 @@ ApplicationDTO
87
85
 
88
86
  #### Defined in
89
87
 
90
- [packages/notifications/types/index.ts:242](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L242)
88
+ [packages/notifications/types/index.ts:242](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L242)
91
89
 
92
90
  ___
93
91
 
@@ -101,4 +99,4 @@ ApplicationDTO
101
99
 
102
100
  #### Defined in
103
101
 
104
- [packages/notifications/types/index.ts:260](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L260)
102
+ [packages/notifications/types/index.ts:260](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L260)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  ApplicationSettingsValue
10
8
 
11
9
  ## Table of contents
@@ -30,4 +28,4 @@ ApplicationSettingsValue
30
28
 
31
29
  #### Defined in
32
30
 
33
- [packages/notifications/types/index.ts:279](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L279)
31
+ [packages/notifications/types/index.ts:279](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L279)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  BasicAuthentication
10
8
 
11
9
  ## Table of contents
@@ -27,7 +25,7 @@ BasicAuthentication
27
25
 
28
26
  #### Defined in
29
27
 
30
- [packages/notifications/types/index.ts:298](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L298)
28
+ [packages/notifications/types/index.ts:298](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L298)
31
29
 
32
30
  ___
33
31
 
@@ -41,4 +39,4 @@ BasicAuthentication
41
39
 
42
40
  #### Defined in
43
41
 
44
- [packages/notifications/types/index.ts:292](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L292)
42
+ [packages/notifications/types/index.ts:292](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L292)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  BehaviorGroup
10
8
 
11
9
  ## Table of contents
@@ -34,13 +32,13 @@ BehaviorGroup
34
32
 
35
33
  #### Defined in
36
34
 
37
- [packages/notifications/types/index.ts:347](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L347)
35
+ [packages/notifications/types/index.ts:347](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L347)
38
36
 
39
37
  ___
40
38
 
41
39
  ### behaviors
42
40
 
43
- • `Optional` **behaviors**: `Set`<[`EventTypeBehavior`](EventTypeBehavior.md)\>
41
+ • `Optional` **behaviors**: `Set`\<[`EventTypeBehavior`](EventTypeBehavior.md)\>
44
42
 
45
43
  **`Memberof`**
46
44
 
@@ -48,7 +46,7 @@ BehaviorGroup
48
46
 
49
47
  #### Defined in
50
48
 
51
- [packages/notifications/types/index.ts:353](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L353)
49
+ [packages/notifications/types/index.ts:353](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L353)
52
50
 
53
51
  ___
54
52
 
@@ -62,7 +60,7 @@ BehaviorGroup
62
60
 
63
61
  #### Defined in
64
62
 
65
- [packages/notifications/types/index.ts:341](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L341)
63
+ [packages/notifications/types/index.ts:341](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L341)
66
64
 
67
65
  ___
68
66
 
@@ -76,7 +74,7 @@ BehaviorGroup
76
74
 
77
75
  #### Defined in
78
76
 
79
- [packages/notifications/types/index.ts:335](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L335)
77
+ [packages/notifications/types/index.ts:335](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L335)
80
78
 
81
79
  ___
82
80
 
@@ -90,7 +88,7 @@ BehaviorGroup
90
88
 
91
89
  #### Defined in
92
90
 
93
- [packages/notifications/types/index.ts:311](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L311)
91
+ [packages/notifications/types/index.ts:311](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L311)
94
92
 
95
93
  ___
96
94
 
@@ -104,7 +102,7 @@ BehaviorGroup
104
102
 
105
103
  #### Defined in
106
104
 
107
- [packages/notifications/types/index.ts:359](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L359)
105
+ [packages/notifications/types/index.ts:359](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L359)
108
106
 
109
107
  ___
110
108
 
@@ -118,7 +116,7 @@ BehaviorGroup
118
116
 
119
117
  #### Defined in
120
118
 
121
- [packages/notifications/types/index.ts:329](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L329)
119
+ [packages/notifications/types/index.ts:329](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L329)
122
120
 
123
121
  ___
124
122
 
@@ -132,7 +130,7 @@ BehaviorGroup
132
130
 
133
131
  #### Defined in
134
132
 
135
- [packages/notifications/types/index.ts:323](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L323)
133
+ [packages/notifications/types/index.ts:323](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L323)
136
134
 
137
135
  ___
138
136
 
@@ -146,4 +144,4 @@ BehaviorGroup
146
144
 
147
145
  #### Defined in
148
146
 
149
- [packages/notifications/types/index.ts:317](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L317)
147
+ [packages/notifications/types/index.ts:317](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L317)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  BehaviorGroupAction
10
8
 
11
9
  ## Table of contents
@@ -28,7 +26,7 @@ BehaviorGroupAction
28
26
 
29
27
  #### Defined in
30
28
 
31
- [packages/notifications/types/index.ts:372](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L372)
29
+ [packages/notifications/types/index.ts:372](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L372)
32
30
 
33
31
  ___
34
32
 
@@ -42,7 +40,7 @@ BehaviorGroupAction
42
40
 
43
41
  #### Defined in
44
42
 
45
- [packages/notifications/types/index.ts:384](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L384)
43
+ [packages/notifications/types/index.ts:384](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L384)
46
44
 
47
45
  ___
48
46
 
@@ -56,4 +54,4 @@ BehaviorGroupAction
56
54
 
57
55
  #### Defined in
58
56
 
59
- [packages/notifications/types/index.ts:378](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L378)
57
+ [packages/notifications/types/index.ts:378](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L378)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  BehaviorGroupActionId
10
8
 
11
9
  ## Table of contents
@@ -27,7 +25,7 @@ BehaviorGroupActionId
27
25
 
28
26
  #### Defined in
29
27
 
30
- [packages/notifications/types/index.ts:397](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L397)
28
+ [packages/notifications/types/index.ts:397](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L397)
31
29
 
32
30
  ___
33
31
 
@@ -41,4 +39,4 @@ BehaviorGroupActionId
41
39
 
42
40
  #### Defined in
43
41
 
44
- [packages/notifications/types/index.ts:403](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L403)
42
+ [packages/notifications/types/index.ts:403](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L403)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  Bundle
10
8
 
11
9
  ## Table of contents
@@ -30,7 +28,7 @@ Bundle
30
28
 
31
29
  #### Defined in
32
30
 
33
- [packages/notifications/types/index.ts:416](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L416)
31
+ [packages/notifications/types/index.ts:416](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L416)
34
32
 
35
33
  ___
36
34
 
@@ -44,7 +42,7 @@ Bundle
44
42
 
45
43
  #### Defined in
46
44
 
47
- [packages/notifications/types/index.ts:440](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L440)
45
+ [packages/notifications/types/index.ts:440](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L440)
48
46
 
49
47
  ___
50
48
 
@@ -58,7 +56,7 @@ Bundle
58
56
 
59
57
  #### Defined in
60
58
 
61
- [packages/notifications/types/index.ts:428](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L428)
59
+ [packages/notifications/types/index.ts:428](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L428)
62
60
 
63
61
  ___
64
62
 
@@ -72,7 +70,7 @@ Bundle
72
70
 
73
71
  #### Defined in
74
72
 
75
- [packages/notifications/types/index.ts:434](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L434)
73
+ [packages/notifications/types/index.ts:434](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L434)
76
74
 
77
75
  ___
78
76
 
@@ -86,4 +84,4 @@ Bundle
86
84
 
87
85
  #### Defined in
88
86
 
89
- [packages/notifications/types/index.ts:422](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L422)
87
+ [packages/notifications/types/index.ts:422](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L422)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  BundleSettingsValue
10
8
 
11
9
  ## Table of contents
@@ -30,4 +28,4 @@ BundleSettingsValue
30
28
 
31
29
  #### Defined in
32
30
 
33
- [packages/notifications/types/index.ts:453](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L453)
31
+ [packages/notifications/types/index.ts:453](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L453)