@redhat-cloud-services/notifications-client 2.3.0 → 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 (123) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/DrawerResourceV1GetDrawerEntries/index.d.ts +1 -1
  3. package/dist/DrawerResourceV1GetDrawerEntries/index.d.ts.map +1 -1
  4. package/dist/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts +1 -1
  5. package/dist/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts.map +1 -1
  6. package/dist/EventResourceV1GetEvents/index.d.ts +1 -1
  7. package/dist/EventResourceV1GetEvents/index.d.ts.map +1 -1
  8. package/dist/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts +1 -1
  9. package/dist/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts.map +1 -1
  10. package/dist/NotificationResourceV1CreateBehaviorGroup/index.d.ts +1 -1
  11. package/dist/NotificationResourceV1CreateBehaviorGroup/index.d.ts.map +1 -1
  12. package/dist/NotificationResourceV1DeleteBehaviorGroup/index.d.ts +1 -1
  13. package/dist/NotificationResourceV1DeleteBehaviorGroup/index.d.ts.map +1 -1
  14. package/dist/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.d.ts +1 -1
  15. package/dist/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.d.ts.map +1 -1
  16. package/dist/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts +1 -1
  17. package/dist/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts.map +1 -1
  18. package/dist/NotificationResourceV1GetApplicationByNameAndBundleName/index.d.ts +1 -1
  19. package/dist/NotificationResourceV1GetApplicationByNameAndBundleName/index.d.ts.map +1 -1
  20. package/dist/NotificationResourceV1GetApplicationsFacets/index.d.ts +1 -1
  21. package/dist/NotificationResourceV1GetApplicationsFacets/index.d.ts.map +1 -1
  22. package/dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts +1 -1
  23. package/dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts.map +1 -1
  24. package/dist/NotificationResourceV1GetBundleByName/index.d.ts +1 -1
  25. package/dist/NotificationResourceV1GetBundleByName/index.d.ts.map +1 -1
  26. package/dist/NotificationResourceV1GetBundleFacets/index.d.ts +1 -1
  27. package/dist/NotificationResourceV1GetBundleFacets/index.d.ts.map +1 -1
  28. package/dist/NotificationResourceV1GetEventTypes/index.d.ts +1 -1
  29. package/dist/NotificationResourceV1GetEventTypes/index.d.ts.map +1 -1
  30. package/dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.d.ts +1 -1
  31. package/dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.d.ts.map +1 -1
  32. package/dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.d.ts +1 -1
  33. package/dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.d.ts.map +1 -1
  34. package/dist/NotificationResourceV1GetLinkedBehaviorGroups/index.d.ts +1 -1
  35. package/dist/NotificationResourceV1GetLinkedBehaviorGroups/index.d.ts.map +1 -1
  36. package/dist/NotificationResourceV1UpdateBehaviorGroup/index.d.ts +1 -1
  37. package/dist/NotificationResourceV1UpdateBehaviorGroup/index.d.ts.map +1 -1
  38. package/dist/NotificationResourceV1UpdateBehaviorGroupActions/index.d.ts +1 -1
  39. package/dist/NotificationResourceV1UpdateBehaviorGroupActions/index.d.ts.map +1 -1
  40. package/dist/NotificationResourceV1UpdateEventTypeBehaviors/index.d.ts +1 -1
  41. package/dist/NotificationResourceV1UpdateEventTypeBehaviors/index.d.ts.map +1 -1
  42. package/dist/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts +1 -1
  43. package/dist/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts.map +1 -1
  44. package/dist/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts +1 -1
  45. package/dist/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts.map +1 -1
  46. package/dist/api.d.ts +8 -8
  47. package/dist/api.d.ts.map +1 -1
  48. package/dist/types/index.d.ts +8 -8
  49. package/dist/types/index.d.ts.map +1 -1
  50. package/dist/utils/base.d.ts +2 -2
  51. package/dist/utils/base.d.ts.map +1 -1
  52. package/doc/README.md +2 -1
  53. package/doc/classes/BaseAPI.md +21 -13
  54. package/doc/classes/Configuration.md +24 -16
  55. package/doc/classes/RequiredError.md +17 -11
  56. package/doc/enums/EndpointStatus.md +6 -6
  57. package/doc/enums/EndpointType.md +5 -5
  58. package/doc/enums/Environment.md +4 -4
  59. package/doc/enums/EventLogEntryActionStatus.md +5 -5
  60. package/doc/enums/HttpType.md +3 -3
  61. package/doc/enums/NotificationStatus.md +5 -5
  62. package/doc/enums/Status.md +2 -2
  63. package/doc/enums/SubscriptionType.md +3 -3
  64. package/doc/interfaces/AddAccessRequest.md +2 -4
  65. package/doc/interfaces/AddApplicationRequest.md +4 -6
  66. package/doc/interfaces/AggregationEmailTemplate.md +10 -12
  67. package/doc/interfaces/AggregationEmailTemplateSubjectTemplate.md +6 -8
  68. package/doc/interfaces/ApiConfig.md +2 -2
  69. package/doc/interfaces/Application.md +6 -8
  70. package/doc/interfaces/Application1.md +2 -4
  71. package/doc/interfaces/ApplicationDTO.md +6 -8
  72. package/doc/interfaces/ApplicationSettingsValue.md +1 -3
  73. package/doc/interfaces/BasicAuthentication.md +2 -4
  74. package/doc/interfaces/BehaviorGroup.md +10 -12
  75. package/doc/interfaces/BehaviorGroupAction.md +3 -5
  76. package/doc/interfaces/BehaviorGroupActionId.md +2 -4
  77. package/doc/interfaces/Bundle.md +5 -7
  78. package/doc/interfaces/BundleSettingsValue.md +1 -3
  79. package/doc/interfaces/CamelProperties.md +7 -9
  80. package/doc/interfaces/ConfigurationParameters.md +14 -10
  81. package/doc/interfaces/CreateBehaviorGroupRequest.md +7 -9
  82. package/doc/interfaces/CreateBehaviorGroupResponse.md +7 -9
  83. package/doc/interfaces/CurrentStatus.md +3 -5
  84. package/doc/interfaces/DrawerEntryPayload.md +7 -9
  85. package/doc/interfaces/DuplicateNameMigrationReport.md +2 -4
  86. package/doc/interfaces/Endpoint.md +11 -13
  87. package/doc/interfaces/EndpointPage.md +3 -5
  88. package/doc/interfaces/EndpointTestRequest.md +1 -3
  89. package/doc/interfaces/EventLogEntry.md +7 -9
  90. package/doc/interfaces/EventLogEntryAction.md +7 -9
  91. package/doc/interfaces/EventType.md +10 -12
  92. package/doc/interfaces/EventTypeBehavior.md +3 -5
  93. package/doc/interfaces/EventTypeBehaviorId.md +2 -4
  94. package/doc/interfaces/EventTypeSettingsValue.md +3 -5
  95. package/doc/interfaces/Facet.md +4 -6
  96. package/doc/interfaces/InstantEmailTemplate.md +9 -11
  97. package/doc/interfaces/InternalApplicationUserPermission.md +3 -5
  98. package/doc/interfaces/InternalRoleAccess.md +3 -5
  99. package/doc/interfaces/InternalUserPermissions.md +3 -5
  100. package/doc/interfaces/MessageValidationResponse.md +1 -3
  101. package/doc/interfaces/Meta.md +1 -3
  102. package/doc/interfaces/NotificationHistory.md +9 -11
  103. package/doc/interfaces/PageBehaviorGroup.md +3 -5
  104. package/doc/interfaces/PageDrawerEntryPayload.md +3 -5
  105. package/doc/interfaces/PageEventLogEntry.md +3 -5
  106. package/doc/interfaces/PageEventType.md +3 -5
  107. package/doc/interfaces/PageNotificationHistory.md +3 -5
  108. package/doc/interfaces/RenderEmailTemplateRequest.md +2 -4
  109. package/doc/interfaces/RequestArgs.md +6 -8
  110. package/doc/interfaces/RequestDefaultBehaviorGroupPropertyList.md +2 -4
  111. package/doc/interfaces/RequestSystemSubscriptionProperties.md +2 -4
  112. package/doc/interfaces/ServerInfo.md +1 -3
  113. package/doc/interfaces/SettingsValuesByEventType.md +1 -3
  114. package/doc/interfaces/SystemSubscriptionProperties.md +3 -5
  115. package/doc/interfaces/Template.md +6 -8
  116. package/doc/interfaces/TriggerDailyDigestRequest.md +5 -7
  117. package/doc/interfaces/UpdateApplicationRequest.md +3 -5
  118. package/doc/interfaces/UpdateBehaviorGroupRequest.md +5 -7
  119. package/doc/interfaces/UpdateNotificationDrawerStatus.md +3 -5
  120. package/doc/interfaces/WebhookProperties.md +6 -8
  121. package/doc/interfaces/X509Certificate.md +5 -7
  122. package/doc/modules.md +274 -274
  123. package/package.json +2 -2
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  EndpointTestRequest
10
8
 
11
9
  ## Table of contents
@@ -26,4 +24,4 @@ EndpointTestRequest
26
24
 
27
25
  #### Defined in
28
26
 
29
- [packages/notifications/types/index.ts:814](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L814)
27
+ [packages/notifications/types/index.ts:814](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L814)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  EventLogEntry
10
8
 
11
9
  ## Table of contents
@@ -32,7 +30,7 @@ EventLogEntry
32
30
 
33
31
  #### Defined in
34
32
 
35
- [packages/notifications/types/index.ts:896](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L896)
33
+ [packages/notifications/types/index.ts:896](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L896)
36
34
 
37
35
  ___
38
36
 
@@ -46,7 +44,7 @@ EventLogEntry
46
44
 
47
45
  #### Defined in
48
46
 
49
- [packages/notifications/types/index.ts:878](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L878)
47
+ [packages/notifications/types/index.ts:878](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L878)
50
48
 
51
49
  ___
52
50
 
@@ -60,7 +58,7 @@ EventLogEntry
60
58
 
61
59
  #### Defined in
62
60
 
63
- [packages/notifications/types/index.ts:872](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L872)
61
+ [packages/notifications/types/index.ts:872](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L872)
64
62
 
65
63
  ___
66
64
 
@@ -74,7 +72,7 @@ EventLogEntry
74
72
 
75
73
  #### Defined in
76
74
 
77
- [packages/notifications/types/index.ts:866](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L866)
75
+ [packages/notifications/types/index.ts:866](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L866)
78
76
 
79
77
  ___
80
78
 
@@ -88,7 +86,7 @@ EventLogEntry
88
86
 
89
87
  #### Defined in
90
88
 
91
- [packages/notifications/types/index.ts:884](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L884)
89
+ [packages/notifications/types/index.ts:884](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L884)
92
90
 
93
91
  ___
94
92
 
@@ -102,7 +100,7 @@ EventLogEntry
102
100
 
103
101
  #### Defined in
104
102
 
105
- [packages/notifications/types/index.ts:860](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L860)
103
+ [packages/notifications/types/index.ts:860](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L860)
106
104
 
107
105
  ___
108
106
 
@@ -116,4 +114,4 @@ EventLogEntry
116
114
 
117
115
  #### Defined in
118
116
 
119
- [packages/notifications/types/index.ts:890](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L890)
117
+ [packages/notifications/types/index.ts:890](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L890)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  EventLogEntryAction
10
8
 
11
9
  ## Table of contents
@@ -36,7 +34,7 @@ EventLogEntryAction
36
34
 
37
35
  #### Defined in
38
36
 
39
- [packages/notifications/types/index.ts:946](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L946)
37
+ [packages/notifications/types/index.ts:946](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L946)
40
38
 
41
39
  ___
42
40
 
@@ -50,7 +48,7 @@ EventLogEntryAction
50
48
 
51
49
  #### Defined in
52
50
 
53
- [packages/notifications/types/index.ts:940](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L940)
51
+ [packages/notifications/types/index.ts:940](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L940)
54
52
 
55
53
  ___
56
54
 
@@ -64,7 +62,7 @@ EventLogEntryAction
64
62
 
65
63
  #### Defined in
66
64
 
67
- [packages/notifications/types/index.ts:921](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L921)
65
+ [packages/notifications/types/index.ts:921](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L921)
68
66
 
69
67
  ___
70
68
 
@@ -78,7 +76,7 @@ EventLogEntryAction
78
76
 
79
77
  #### Defined in
80
78
 
81
- [packages/notifications/types/index.ts:915](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L915)
79
+ [packages/notifications/types/index.ts:915](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L915)
82
80
 
83
81
  ___
84
82
 
@@ -92,7 +90,7 @@ EventLogEntryAction
92
90
 
93
91
  #### Defined in
94
92
 
95
- [packages/notifications/types/index.ts:909](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L909)
93
+ [packages/notifications/types/index.ts:909](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L909)
96
94
 
97
95
  ___
98
96
 
@@ -108,7 +106,7 @@ EventLogEntryAction
108
106
 
109
107
  #### Defined in
110
108
 
111
- [packages/notifications/types/index.ts:928](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L928)
109
+ [packages/notifications/types/index.ts:928](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L928)
112
110
 
113
111
  ___
114
112
 
@@ -122,4 +120,4 @@ EventLogEntryAction
122
120
 
123
121
  #### Defined in
124
122
 
125
- [packages/notifications/types/index.ts:934](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L934)
123
+ [packages/notifications/types/index.ts:934](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L934)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  EventType
10
8
 
11
9
  ## Table of contents
@@ -35,7 +33,7 @@ EventType
35
33
 
36
34
  #### Defined in
37
35
 
38
- [packages/notifications/types/index.ts:1014](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1014)
36
+ [packages/notifications/types/index.ts:1014](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1014)
39
37
 
40
38
  ___
41
39
 
@@ -49,7 +47,7 @@ EventType
49
47
 
50
48
  #### Defined in
51
49
 
52
- [packages/notifications/types/index.ts:1008](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1008)
50
+ [packages/notifications/types/index.ts:1008](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1008)
53
51
 
54
52
  ___
55
53
 
@@ -63,7 +61,7 @@ EventType
63
61
 
64
62
  #### Defined in
65
63
 
66
- [packages/notifications/types/index.ts:996](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L996)
64
+ [packages/notifications/types/index.ts:996](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L996)
67
65
 
68
66
  ___
69
67
 
@@ -77,7 +75,7 @@ EventType
77
75
 
78
76
  #### Defined in
79
77
 
80
- [packages/notifications/types/index.ts:990](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L990)
78
+ [packages/notifications/types/index.ts:990](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L990)
81
79
 
82
80
  ___
83
81
 
@@ -91,7 +89,7 @@ EventType
91
89
 
92
90
  #### Defined in
93
91
 
94
- [packages/notifications/types/index.ts:1002](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1002)
92
+ [packages/notifications/types/index.ts:1002](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1002)
95
93
 
96
94
  ___
97
95
 
@@ -105,7 +103,7 @@ EventType
105
103
 
106
104
  #### Defined in
107
105
 
108
- [packages/notifications/types/index.ts:978](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L978)
106
+ [packages/notifications/types/index.ts:978](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L978)
109
107
 
110
108
  ___
111
109
 
@@ -119,7 +117,7 @@ EventType
119
117
 
120
118
  #### Defined in
121
119
 
122
- [packages/notifications/types/index.ts:984](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L984)
120
+ [packages/notifications/types/index.ts:984](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L984)
123
121
 
124
122
  ___
125
123
 
@@ -133,7 +131,7 @@ EventType
133
131
 
134
132
  #### Defined in
135
133
 
136
- [packages/notifications/types/index.ts:1032](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1032)
134
+ [packages/notifications/types/index.ts:1032](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1032)
137
135
 
138
136
  ___
139
137
 
@@ -147,7 +145,7 @@ EventType
147
145
 
148
146
  #### Defined in
149
147
 
150
- [packages/notifications/types/index.ts:1020](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1020)
148
+ [packages/notifications/types/index.ts:1020](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1020)
151
149
 
152
150
  ___
153
151
 
@@ -161,4 +159,4 @@ EventType
161
159
 
162
160
  #### Defined in
163
161
 
164
- [packages/notifications/types/index.ts:1026](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1026)
162
+ [packages/notifications/types/index.ts:1026](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1026)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  EventTypeBehavior
10
8
 
11
9
  ## Table of contents
@@ -28,7 +26,7 @@ EventTypeBehavior
28
26
 
29
27
  #### Defined in
30
28
 
31
- [packages/notifications/types/index.ts:1045](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1045)
29
+ [packages/notifications/types/index.ts:1045](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1045)
32
30
 
33
31
  ___
34
32
 
@@ -42,7 +40,7 @@ EventTypeBehavior
42
40
 
43
41
  #### Defined in
44
42
 
45
- [packages/notifications/types/index.ts:1057](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1057)
43
+ [packages/notifications/types/index.ts:1057](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1057)
46
44
 
47
45
  ___
48
46
 
@@ -56,4 +54,4 @@ EventTypeBehavior
56
54
 
57
55
  #### Defined in
58
56
 
59
- [packages/notifications/types/index.ts:1051](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1051)
57
+ [packages/notifications/types/index.ts:1051](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1051)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  EventTypeBehaviorId
10
8
 
11
9
  ## Table of contents
@@ -27,7 +25,7 @@ EventTypeBehaviorId
27
25
 
28
26
  #### Defined in
29
27
 
30
- [packages/notifications/types/index.ts:1076](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1076)
28
+ [packages/notifications/types/index.ts:1076](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1076)
31
29
 
32
30
  ___
33
31
 
@@ -41,4 +39,4 @@ EventTypeBehaviorId
41
39
 
42
40
  #### Defined in
43
41
 
44
- [packages/notifications/types/index.ts:1070](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1070)
42
+ [packages/notifications/types/index.ts:1070](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1070)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  EventTypeSettingsValue
10
8
 
11
9
  ## Table of contents
@@ -32,7 +30,7 @@ EventTypeSettingsValue
32
30
 
33
31
  #### Defined in
34
32
 
35
- [packages/notifications/types/index.ts:1089](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1089)
33
+ [packages/notifications/types/index.ts:1089](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1089)
36
34
 
37
35
  ___
38
36
 
@@ -46,7 +44,7 @@ EventTypeSettingsValue
46
44
 
47
45
  #### Defined in
48
46
 
49
- [packages/notifications/types/index.ts:1095](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1095)
47
+ [packages/notifications/types/index.ts:1095](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1095)
50
48
 
51
49
  ___
52
50
 
@@ -60,4 +58,4 @@ EventTypeSettingsValue
60
58
 
61
59
  #### Defined in
62
60
 
63
- [packages/notifications/types/index.ts:1101](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1101)
61
+ [packages/notifications/types/index.ts:1101](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1101)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  Facet
10
8
 
11
9
  ## Table of contents
@@ -29,7 +27,7 @@ Facet
29
27
 
30
28
  #### Defined in
31
29
 
32
- [packages/notifications/types/index.ts:1132](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1132)
30
+ [packages/notifications/types/index.ts:1132](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1132)
33
31
 
34
32
  ___
35
33
 
@@ -43,7 +41,7 @@ Facet
43
41
 
44
42
  #### Defined in
45
43
 
46
- [packages/notifications/types/index.ts:1126](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1126)
44
+ [packages/notifications/types/index.ts:1126](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1126)
47
45
 
48
46
  ___
49
47
 
@@ -57,7 +55,7 @@ Facet
57
55
 
58
56
  #### Defined in
59
57
 
60
- [packages/notifications/types/index.ts:1114](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1114)
58
+ [packages/notifications/types/index.ts:1114](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1114)
61
59
 
62
60
  ___
63
61
 
@@ -71,4 +69,4 @@ Facet
71
69
 
72
70
  #### Defined in
73
71
 
74
- [packages/notifications/types/index.ts:1120](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1120)
72
+ [packages/notifications/types/index.ts:1120](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1120)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  InstantEmailTemplate
10
8
 
11
9
  ## Table of contents
@@ -34,7 +32,7 @@ InstantEmailTemplate
34
32
 
35
33
  #### Defined in
36
34
 
37
- [packages/notifications/types/index.ts:1202](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1202)
35
+ [packages/notifications/types/index.ts:1202](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1202)
38
36
 
39
37
  ___
40
38
 
@@ -48,7 +46,7 @@ InstantEmailTemplate
48
46
 
49
47
  #### Defined in
50
48
 
51
- [packages/notifications/types/index.ts:1208](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1208)
49
+ [packages/notifications/types/index.ts:1208](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1208)
52
50
 
53
51
  ___
54
52
 
@@ -62,7 +60,7 @@ InstantEmailTemplate
62
60
 
63
61
  #### Defined in
64
62
 
65
- [packages/notifications/types/index.ts:1160](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1160)
63
+ [packages/notifications/types/index.ts:1160](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1160)
66
64
 
67
65
  ___
68
66
 
@@ -76,7 +74,7 @@ InstantEmailTemplate
76
74
 
77
75
  #### Defined in
78
76
 
79
- [packages/notifications/types/index.ts:1178](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1178)
77
+ [packages/notifications/types/index.ts:1178](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1178)
80
78
 
81
79
  ___
82
80
 
@@ -90,7 +88,7 @@ InstantEmailTemplate
90
88
 
91
89
  #### Defined in
92
90
 
93
- [packages/notifications/types/index.ts:1184](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1184)
91
+ [packages/notifications/types/index.ts:1184](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1184)
94
92
 
95
93
  ___
96
94
 
@@ -104,7 +102,7 @@ InstantEmailTemplate
104
102
 
105
103
  #### Defined in
106
104
 
107
- [packages/notifications/types/index.ts:1172](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1172)
105
+ [packages/notifications/types/index.ts:1172](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1172)
108
106
 
109
107
  ___
110
108
 
@@ -118,7 +116,7 @@ InstantEmailTemplate
118
116
 
119
117
  #### Defined in
120
118
 
121
- [packages/notifications/types/index.ts:1190](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1190)
119
+ [packages/notifications/types/index.ts:1190](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1190)
122
120
 
123
121
  ___
124
122
 
@@ -132,7 +130,7 @@ InstantEmailTemplate
132
130
 
133
131
  #### Defined in
134
132
 
135
- [packages/notifications/types/index.ts:1196](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1196)
133
+ [packages/notifications/types/index.ts:1196](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1196)
136
134
 
137
135
  ___
138
136
 
@@ -146,4 +144,4 @@ InstantEmailTemplate
146
144
 
147
145
  #### Defined in
148
146
 
149
- [packages/notifications/types/index.ts:1166](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1166)
147
+ [packages/notifications/types/index.ts:1166](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1166)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  InternalApplicationUserPermission
10
8
 
11
9
  ## Table of contents
@@ -28,7 +26,7 @@ InternalApplicationUserPermission
28
26
 
29
27
  #### Defined in
30
28
 
31
- [packages/notifications/types/index.ts:1227](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1227)
29
+ [packages/notifications/types/index.ts:1227](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1227)
32
30
 
33
31
  ___
34
32
 
@@ -42,7 +40,7 @@ InternalApplicationUserPermission
42
40
 
43
41
  #### Defined in
44
42
 
45
- [packages/notifications/types/index.ts:1221](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1221)
43
+ [packages/notifications/types/index.ts:1221](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1221)
46
44
 
47
45
  ___
48
46
 
@@ -56,4 +54,4 @@ InternalApplicationUserPermission
56
54
 
57
55
  #### Defined in
58
56
 
59
- [packages/notifications/types/index.ts:1233](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1233)
57
+ [packages/notifications/types/index.ts:1233](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1233)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  InternalRoleAccess
10
8
 
11
9
  ## Table of contents
@@ -28,7 +26,7 @@ InternalRoleAccess
28
26
 
29
27
  #### Defined in
30
28
 
31
- [packages/notifications/types/index.ts:1258](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1258)
29
+ [packages/notifications/types/index.ts:1258](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1258)
32
30
 
33
31
  ___
34
32
 
@@ -42,7 +40,7 @@ InternalRoleAccess
42
40
 
43
41
  #### Defined in
44
42
 
45
- [packages/notifications/types/index.ts:1246](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1246)
43
+ [packages/notifications/types/index.ts:1246](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1246)
46
44
 
47
45
  ___
48
46
 
@@ -56,4 +54,4 @@ InternalRoleAccess
56
54
 
57
55
  #### Defined in
58
56
 
59
- [packages/notifications/types/index.ts:1252](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1252)
57
+ [packages/notifications/types/index.ts:1252](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1252)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  InternalUserPermissions
10
8
 
11
9
  ## Table of contents
@@ -28,7 +26,7 @@ InternalUserPermissions
28
26
 
29
27
  #### Defined in
30
28
 
31
- [packages/notifications/types/index.ts:1277](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1277)
29
+ [packages/notifications/types/index.ts:1277](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1277)
32
30
 
33
31
  ___
34
32
 
@@ -42,7 +40,7 @@ InternalUserPermissions
42
40
 
43
41
  #### Defined in
44
42
 
45
- [packages/notifications/types/index.ts:1271](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1271)
43
+ [packages/notifications/types/index.ts:1271](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1271)
46
44
 
47
45
  ___
48
46
 
@@ -56,4 +54,4 @@ InternalUserPermissions
56
54
 
57
55
  #### Defined in
58
56
 
59
- [packages/notifications/types/index.ts:1283](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1283)
57
+ [packages/notifications/types/index.ts:1283](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1283)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  MessageValidationResponse
10
8
 
11
9
  ## Table of contents
@@ -30,4 +28,4 @@ MessageValidationResponse
30
28
 
31
29
  #### Defined in
32
30
 
33
- [packages/notifications/types/index.ts:1296](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1296)
31
+ [packages/notifications/types/index.ts:1296](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1296)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  Meta
10
8
 
11
9
  ## Table of contents
@@ -26,4 +24,4 @@ Meta
26
24
 
27
25
  #### Defined in
28
26
 
29
- [packages/notifications/types/index.ts:1309](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1309)
27
+ [packages/notifications/types/index.ts:1309](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1309)