@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
@@ -36,7 +36,7 @@ EventType
36
36
 
37
37
  #### Defined in
38
38
 
39
- [packages/notifications/types/index.ts:1014](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1014)
39
+ [types/index.ts:1112](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1112)
40
40
 
41
41
  ___
42
42
 
@@ -50,7 +50,7 @@ EventType
50
50
 
51
51
  #### Defined in
52
52
 
53
- [packages/notifications/types/index.ts:1008](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1008)
53
+ [types/index.ts:1106](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1106)
54
54
 
55
55
  ___
56
56
 
@@ -64,7 +64,7 @@ EventType
64
64
 
65
65
  #### Defined in
66
66
 
67
- [packages/notifications/types/index.ts:996](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L996)
67
+ [types/index.ts:1094](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1094)
68
68
 
69
69
  ___
70
70
 
@@ -78,7 +78,7 @@ EventType
78
78
 
79
79
  #### Defined in
80
80
 
81
- [packages/notifications/types/index.ts:990](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L990)
81
+ [types/index.ts:1088](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1088)
82
82
 
83
83
  ___
84
84
 
@@ -92,7 +92,7 @@ EventType
92
92
 
93
93
  #### Defined in
94
94
 
95
- [packages/notifications/types/index.ts:1002](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1002)
95
+ [types/index.ts:1100](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1100)
96
96
 
97
97
  ___
98
98
 
@@ -106,7 +106,7 @@ EventType
106
106
 
107
107
  #### Defined in
108
108
 
109
- [packages/notifications/types/index.ts:978](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L978)
109
+ [types/index.ts:1076](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1076)
110
110
 
111
111
  ___
112
112
 
@@ -120,7 +120,7 @@ EventType
120
120
 
121
121
  #### Defined in
122
122
 
123
- [packages/notifications/types/index.ts:984](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L984)
123
+ [types/index.ts:1082](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1082)
124
124
 
125
125
  ___
126
126
 
@@ -134,7 +134,7 @@ EventType
134
134
 
135
135
  #### Defined in
136
136
 
137
- [packages/notifications/types/index.ts:1038](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1038)
137
+ [types/index.ts:1136](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1136)
138
138
 
139
139
  ___
140
140
 
@@ -148,7 +148,7 @@ EventType
148
148
 
149
149
  #### Defined in
150
150
 
151
- [packages/notifications/types/index.ts:1026](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1026)
151
+ [types/index.ts:1124](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1124)
152
152
 
153
153
  ___
154
154
 
@@ -162,7 +162,7 @@ EventType
162
162
 
163
163
  #### Defined in
164
164
 
165
- [packages/notifications/types/index.ts:1032](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1032)
165
+ [types/index.ts:1130](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1130)
166
166
 
167
167
  ___
168
168
 
@@ -176,4 +176,4 @@ EventType
176
176
 
177
177
  #### Defined in
178
178
 
179
- [packages/notifications/types/index.ts:1020](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1020)
179
+ [types/index.ts:1118](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1118)
@@ -28,7 +28,7 @@ EventTypeBehavior
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/notifications/types/index.ts:1051](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1051)
31
+ [types/index.ts:1149](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1149)
32
32
 
33
33
  ___
34
34
 
@@ -42,7 +42,7 @@ EventTypeBehavior
42
42
 
43
43
  #### Defined in
44
44
 
45
- [packages/notifications/types/index.ts:1063](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1063)
45
+ [types/index.ts:1161](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1161)
46
46
 
47
47
  ___
48
48
 
@@ -56,4 +56,4 @@ EventTypeBehavior
56
56
 
57
57
  #### Defined in
58
58
 
59
- [packages/notifications/types/index.ts:1057](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1057)
59
+ [types/index.ts:1155](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1155)
@@ -27,7 +27,7 @@ EventTypeBehaviorId
27
27
 
28
28
  #### Defined in
29
29
 
30
- [packages/notifications/types/index.ts:1082](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1082)
30
+ [types/index.ts:1180](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1180)
31
31
 
32
32
  ___
33
33
 
@@ -41,4 +41,4 @@ EventTypeBehaviorId
41
41
 
42
42
  #### Defined in
43
43
 
44
- [packages/notifications/types/index.ts:1076](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1076)
44
+ [types/index.ts:1174](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1174)
@@ -32,7 +32,7 @@ EventTypeSettingsValue
32
32
 
33
33
  #### Defined in
34
34
 
35
- [packages/notifications/types/index.ts:1095](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1095)
35
+ [types/index.ts:1193](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1193)
36
36
 
37
37
  ___
38
38
 
@@ -46,7 +46,7 @@ EventTypeSettingsValue
46
46
 
47
47
  #### Defined in
48
48
 
49
- [packages/notifications/types/index.ts:1101](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1101)
49
+ [types/index.ts:1199](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1199)
50
50
 
51
51
  ___
52
52
 
@@ -60,4 +60,4 @@ EventTypeSettingsValue
60
60
 
61
61
  #### Defined in
62
62
 
63
- [packages/notifications/types/index.ts:1107](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1107)
63
+ [types/index.ts:1205](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1205)
@@ -29,7 +29,7 @@ Facet
29
29
 
30
30
  #### Defined in
31
31
 
32
- [packages/notifications/types/index.ts:1138](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1138)
32
+ [types/index.ts:1236](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1236)
33
33
 
34
34
  ___
35
35
 
@@ -43,7 +43,7 @@ Facet
43
43
 
44
44
  #### Defined in
45
45
 
46
- [packages/notifications/types/index.ts:1132](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1132)
46
+ [types/index.ts:1230](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1230)
47
47
 
48
48
  ___
49
49
 
@@ -57,7 +57,7 @@ Facet
57
57
 
58
58
  #### Defined in
59
59
 
60
- [packages/notifications/types/index.ts:1120](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1120)
60
+ [types/index.ts:1218](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1218)
61
61
 
62
62
  ___
63
63
 
@@ -71,4 +71,4 @@ Facet
71
71
 
72
72
  #### Defined in
73
73
 
74
- [packages/notifications/types/index.ts:1126](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1126)
74
+ [types/index.ts:1224](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1224)
@@ -34,7 +34,7 @@ InstantEmailTemplate
34
34
 
35
35
  #### Defined in
36
36
 
37
- [packages/notifications/types/index.ts:1208](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1208)
37
+ [types/index.ts:1306](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1306)
38
38
 
39
39
  ___
40
40
 
@@ -48,7 +48,7 @@ InstantEmailTemplate
48
48
 
49
49
  #### Defined in
50
50
 
51
- [packages/notifications/types/index.ts:1214](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1214)
51
+ [types/index.ts:1312](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1312)
52
52
 
53
53
  ___
54
54
 
@@ -62,7 +62,7 @@ InstantEmailTemplate
62
62
 
63
63
  #### Defined in
64
64
 
65
- [packages/notifications/types/index.ts:1166](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1166)
65
+ [types/index.ts:1264](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1264)
66
66
 
67
67
  ___
68
68
 
@@ -76,7 +76,7 @@ InstantEmailTemplate
76
76
 
77
77
  #### Defined in
78
78
 
79
- [packages/notifications/types/index.ts:1184](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1184)
79
+ [types/index.ts:1282](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1282)
80
80
 
81
81
  ___
82
82
 
@@ -90,7 +90,7 @@ InstantEmailTemplate
90
90
 
91
91
  #### Defined in
92
92
 
93
- [packages/notifications/types/index.ts:1190](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1190)
93
+ [types/index.ts:1288](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1288)
94
94
 
95
95
  ___
96
96
 
@@ -104,7 +104,7 @@ InstantEmailTemplate
104
104
 
105
105
  #### Defined in
106
106
 
107
- [packages/notifications/types/index.ts:1178](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1178)
107
+ [types/index.ts:1276](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1276)
108
108
 
109
109
  ___
110
110
 
@@ -118,7 +118,7 @@ InstantEmailTemplate
118
118
 
119
119
  #### Defined in
120
120
 
121
- [packages/notifications/types/index.ts:1196](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1196)
121
+ [types/index.ts:1294](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1294)
122
122
 
123
123
  ___
124
124
 
@@ -132,7 +132,7 @@ InstantEmailTemplate
132
132
 
133
133
  #### Defined in
134
134
 
135
- [packages/notifications/types/index.ts:1202](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1202)
135
+ [types/index.ts:1300](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1300)
136
136
 
137
137
  ___
138
138
 
@@ -146,4 +146,4 @@ InstantEmailTemplate
146
146
 
147
147
  #### Defined in
148
148
 
149
- [packages/notifications/types/index.ts:1172](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1172)
149
+ [types/index.ts:1270](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1270)
@@ -28,7 +28,7 @@ InternalApplicationUserPermission
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/notifications/types/index.ts:1233](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1233)
31
+ [types/index.ts:1331](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1331)
32
32
 
33
33
  ___
34
34
 
@@ -42,7 +42,7 @@ InternalApplicationUserPermission
42
42
 
43
43
  #### Defined in
44
44
 
45
- [packages/notifications/types/index.ts:1227](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1227)
45
+ [types/index.ts:1325](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1325)
46
46
 
47
47
  ___
48
48
 
@@ -56,4 +56,4 @@ InternalApplicationUserPermission
56
56
 
57
57
  #### Defined in
58
58
 
59
- [packages/notifications/types/index.ts:1239](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1239)
59
+ [types/index.ts:1337](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1337)
@@ -6,7 +6,7 @@
6
6
 
7
7
  **`Export`**
8
8
 
9
- InternalRoleAcce
9
+ InternalRoleAccess
10
10
 
11
11
  ## Table of contents
12
12
 
@@ -24,11 +24,11 @@ InternalRoleAcce
24
24
 
25
25
  **`Memberof`**
26
26
 
27
- InternalRoleAcce
27
+ InternalRoleAccess
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/notifications/types/index.ts:1264](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1264)
31
+ [types/index.ts:1362](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1362)
32
32
 
33
33
  ___
34
34
 
@@ -38,11 +38,11 @@ ___
38
38
 
39
39
  **`Memberof`**
40
40
 
41
- InternalRoleAcce
41
+ InternalRoleAccess
42
42
 
43
43
  #### Defined in
44
44
 
45
- [packages/notifications/types/index.ts:1252](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1252)
45
+ [types/index.ts:1350](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1350)
46
46
 
47
47
  ___
48
48
 
@@ -52,8 +52,8 @@ ___
52
52
 
53
53
  **`Memberof`**
54
54
 
55
- InternalRoleAcce
55
+ InternalRoleAccess
56
56
 
57
57
  #### Defined in
58
58
 
59
- [packages/notifications/types/index.ts:1258](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1258)
59
+ [types/index.ts:1356](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1356)
@@ -6,7 +6,7 @@
6
6
 
7
7
  **`Export`**
8
8
 
9
- InternalUserPermission
9
+ InternalUserPermissions
10
10
 
11
11
  ## Table of contents
12
12
 
@@ -24,11 +24,11 @@ InternalUserPermission
24
24
 
25
25
  **`Memberof`**
26
26
 
27
- InternalUserPermission
27
+ InternalUserPermissions
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/notifications/types/index.ts:1283](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1283)
31
+ [types/index.ts:1381](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1381)
32
32
 
33
33
  ___
34
34
 
@@ -38,11 +38,11 @@ ___
38
38
 
39
39
  **`Memberof`**
40
40
 
41
- InternalUserPermission
41
+ InternalUserPermissions
42
42
 
43
43
  #### Defined in
44
44
 
45
- [packages/notifications/types/index.ts:1277](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1277)
45
+ [types/index.ts:1375](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1375)
46
46
 
47
47
  ___
48
48
 
@@ -52,8 +52,8 @@ ___
52
52
 
53
53
  **`Memberof`**
54
54
 
55
- InternalUserPermission
55
+ InternalUserPermissions
56
56
 
57
57
  #### Defined in
58
58
 
59
- [packages/notifications/types/index.ts:1289](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1289)
59
+ [types/index.ts:1387](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1387)
@@ -30,4 +30,4 @@ MessageValidationResponse
30
30
 
31
31
  #### Defined in
32
32
 
33
- [packages/notifications/types/index.ts:1302](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1302)
33
+ [types/index.ts:1400](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1400)
@@ -26,4 +26,4 @@ Meta
26
26
 
27
27
  #### Defined in
28
28
 
29
- [packages/notifications/types/index.ts:1315](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1315)
29
+ [types/index.ts:1413](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1413)
@@ -34,7 +34,7 @@ NotificationHistory
34
34
 
35
35
  #### Defined in
36
36
 
37
- [packages/notifications/types/index.ts:1328](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1328)
37
+ [types/index.ts:1426](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1426)
38
38
 
39
39
  ___
40
40
 
@@ -52,7 +52,7 @@ NotificationHistory
52
52
 
53
53
  #### Defined in
54
54
 
55
- [packages/notifications/types/index.ts:1365](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1365)
55
+ [types/index.ts:1463](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1463)
56
56
 
57
57
  ___
58
58
 
@@ -66,7 +66,7 @@ NotificationHistory
66
66
 
67
67
  #### Defined in
68
68
 
69
- [packages/notifications/types/index.ts:1359](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1359)
69
+ [types/index.ts:1457](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1457)
70
70
 
71
71
  ___
72
72
 
@@ -80,7 +80,7 @@ NotificationHistory
80
80
 
81
81
  #### Defined in
82
82
 
83
- [packages/notifications/types/index.ts:1377](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1377)
83
+ [types/index.ts:1475](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1475)
84
84
 
85
85
  ___
86
86
 
@@ -94,7 +94,7 @@ NotificationHistory
94
94
 
95
95
  #### Defined in
96
96
 
97
- [packages/notifications/types/index.ts:1371](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1371)
97
+ [types/index.ts:1469](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1469)
98
98
 
99
99
  ___
100
100
 
@@ -108,7 +108,7 @@ NotificationHistory
108
108
 
109
109
  #### Defined in
110
110
 
111
- [packages/notifications/types/index.ts:1334](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1334)
111
+ [types/index.ts:1432](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1432)
112
112
 
113
113
  ___
114
114
 
@@ -124,7 +124,7 @@ NotificationHistory
124
124
 
125
125
  #### Defined in
126
126
 
127
- [packages/notifications/types/index.ts:1347](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1347)
127
+ [types/index.ts:1445](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1445)
128
128
 
129
129
  ___
130
130
 
@@ -138,7 +138,7 @@ NotificationHistory
138
138
 
139
139
  #### Defined in
140
140
 
141
- [packages/notifications/types/index.ts:1340](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1340)
141
+ [types/index.ts:1438](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1438)
142
142
 
143
143
  ___
144
144
 
@@ -152,4 +152,4 @@ NotificationHistory
152
152
 
153
153
  #### Defined in
154
154
 
155
- [packages/notifications/types/index.ts:1353](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1353)
155
+ [types/index.ts:1451](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1451)
@@ -28,7 +28,7 @@ PageBehaviorGroup
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/notifications/types/index.ts:1409](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1409)
31
+ [types/index.ts:1507](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1507)
32
32
 
33
33
  ___
34
34
 
@@ -46,7 +46,7 @@ PageBehaviorGroup
46
46
 
47
47
  #### Defined in
48
48
 
49
- [packages/notifications/types/index.ts:1415](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1415)
49
+ [types/index.ts:1513](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1513)
50
50
 
51
51
  ___
52
52
 
@@ -60,4 +60,4 @@ PageBehaviorGroup
60
60
 
61
61
  #### Defined in
62
62
 
63
- [packages/notifications/types/index.ts:1421](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1421)
63
+ [types/index.ts:1519](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1519)
@@ -28,7 +28,7 @@ PageDrawerEntryPayload
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/notifications/types/index.ts:1434](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1434)
31
+ [types/index.ts:1532](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1532)
32
32
 
33
33
  ___
34
34
 
@@ -46,7 +46,7 @@ PageDrawerEntryPayload
46
46
 
47
47
  #### Defined in
48
48
 
49
- [packages/notifications/types/index.ts:1440](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1440)
49
+ [types/index.ts:1538](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1538)
50
50
 
51
51
  ___
52
52
 
@@ -60,4 +60,4 @@ PageDrawerEntryPayload
60
60
 
61
61
  #### Defined in
62
62
 
63
- [packages/notifications/types/index.ts:1446](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1446)
63
+ [types/index.ts:1544](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1544)
@@ -28,7 +28,7 @@ PageEventLogEntry
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/notifications/types/index.ts:1459](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1459)
31
+ [types/index.ts:1557](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1557)
32
32
 
33
33
  ___
34
34
 
@@ -46,7 +46,7 @@ PageEventLogEntry
46
46
 
47
47
  #### Defined in
48
48
 
49
- [packages/notifications/types/index.ts:1465](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1465)
49
+ [types/index.ts:1563](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1563)
50
50
 
51
51
  ___
52
52
 
@@ -60,4 +60,4 @@ PageEventLogEntry
60
60
 
61
61
  #### Defined in
62
62
 
63
- [packages/notifications/types/index.ts:1471](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1471)
63
+ [types/index.ts:1569](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1569)
@@ -28,7 +28,7 @@ PageEventType
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/notifications/types/index.ts:1484](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1484)
31
+ [types/index.ts:1582](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1582)
32
32
 
33
33
  ___
34
34
 
@@ -46,7 +46,7 @@ PageEventType
46
46
 
47
47
  #### Defined in
48
48
 
49
- [packages/notifications/types/index.ts:1490](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1490)
49
+ [types/index.ts:1588](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1588)
50
50
 
51
51
  ___
52
52
 
@@ -60,4 +60,4 @@ PageEventType
60
60
 
61
61
  #### Defined in
62
62
 
63
- [packages/notifications/types/index.ts:1496](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1496)
63
+ [types/index.ts:1594](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1594)
@@ -28,7 +28,7 @@ PageNotificationHistory
28
28
 
29
29
  #### Defined in
30
30
 
31
- [packages/notifications/types/index.ts:1509](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1509)
31
+ [types/index.ts:1607](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1607)
32
32
 
33
33
  ___
34
34
 
@@ -46,7 +46,7 @@ PageNotificationHistory
46
46
 
47
47
  #### Defined in
48
48
 
49
- [packages/notifications/types/index.ts:1515](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1515)
49
+ [types/index.ts:1613](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1613)
50
50
 
51
51
  ___
52
52
 
@@ -60,4 +60,4 @@ PageNotificationHistory
60
60
 
61
61
  #### Defined in
62
62
 
63
- [packages/notifications/types/index.ts:1521](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1521)
63
+ [types/index.ts:1619](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1619)
@@ -27,7 +27,7 @@ RenderEmailTemplateRequest
27
27
 
28
28
  #### Defined in
29
29
 
30
- [packages/notifications/types/index.ts:1540](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1540)
30
+ [types/index.ts:1638](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1638)
31
31
 
32
32
  ___
33
33
 
@@ -41,4 +41,4 @@ RenderEmailTemplateRequest
41
41
 
42
42
  #### Defined in
43
43
 
44
- [packages/notifications/types/index.ts:1534](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1534)
44
+ [types/index.ts:1632](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1632)
@@ -27,7 +27,7 @@ RequestDefaultBehaviorGroupPropertyList
27
27
 
28
28
  #### Defined in
29
29
 
30
- [packages/notifications/types/index.ts:1559](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1559)
30
+ [types/index.ts:1657](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1657)
31
31
 
32
32
  ___
33
33
 
@@ -41,4 +41,4 @@ RequestDefaultBehaviorGroupPropertyList
41
41
 
42
42
  #### Defined in
43
43
 
44
- [packages/notifications/types/index.ts:1553](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1553)
44
+ [types/index.ts:1651](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1651)