@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
  NotificationHistory
10
8
 
11
9
  ## Table of contents
@@ -34,7 +32,7 @@ NotificationHistory
34
32
 
35
33
  #### Defined in
36
34
 
37
- [packages/notifications/types/index.ts:1322](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1322)
35
+ [packages/notifications/types/index.ts:1322](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1322)
38
36
 
39
37
  ___
40
38
 
@@ -52,7 +50,7 @@ NotificationHistory
52
50
 
53
51
  #### Defined in
54
52
 
55
- [packages/notifications/types/index.ts:1359](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1359)
53
+ [packages/notifications/types/index.ts:1359](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1359)
56
54
 
57
55
  ___
58
56
 
@@ -66,7 +64,7 @@ NotificationHistory
66
64
 
67
65
  #### Defined in
68
66
 
69
- [packages/notifications/types/index.ts:1353](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1353)
67
+ [packages/notifications/types/index.ts:1353](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1353)
70
68
 
71
69
  ___
72
70
 
@@ -80,7 +78,7 @@ NotificationHistory
80
78
 
81
79
  #### Defined in
82
80
 
83
- [packages/notifications/types/index.ts:1371](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1371)
81
+ [packages/notifications/types/index.ts:1371](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1371)
84
82
 
85
83
  ___
86
84
 
@@ -94,7 +92,7 @@ NotificationHistory
94
92
 
95
93
  #### Defined in
96
94
 
97
- [packages/notifications/types/index.ts:1365](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1365)
95
+ [packages/notifications/types/index.ts:1365](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1365)
98
96
 
99
97
  ___
100
98
 
@@ -108,7 +106,7 @@ NotificationHistory
108
106
 
109
107
  #### Defined in
110
108
 
111
- [packages/notifications/types/index.ts:1328](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1328)
109
+ [packages/notifications/types/index.ts:1328](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1328)
112
110
 
113
111
  ___
114
112
 
@@ -124,7 +122,7 @@ NotificationHistory
124
122
 
125
123
  #### Defined in
126
124
 
127
- [packages/notifications/types/index.ts:1341](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1341)
125
+ [packages/notifications/types/index.ts:1341](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1341)
128
126
 
129
127
  ___
130
128
 
@@ -138,7 +136,7 @@ NotificationHistory
138
136
 
139
137
  #### Defined in
140
138
 
141
- [packages/notifications/types/index.ts:1334](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1334)
139
+ [packages/notifications/types/index.ts:1334](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1334)
142
140
 
143
141
  ___
144
142
 
@@ -152,4 +150,4 @@ NotificationHistory
152
150
 
153
151
  #### Defined in
154
152
 
155
- [packages/notifications/types/index.ts:1347](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1347)
153
+ [packages/notifications/types/index.ts:1347](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1347)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  PageBehaviorGroup
10
8
 
11
9
  ## Table of contents
@@ -28,7 +26,7 @@ PageBehaviorGroup
28
26
 
29
27
  #### Defined in
30
28
 
31
- [packages/notifications/types/index.ts:1403](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1403)
29
+ [packages/notifications/types/index.ts:1403](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1403)
32
30
 
33
31
  ___
34
32
 
@@ -46,7 +44,7 @@ PageBehaviorGroup
46
44
 
47
45
  #### Defined in
48
46
 
49
- [packages/notifications/types/index.ts:1409](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1409)
47
+ [packages/notifications/types/index.ts:1409](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1409)
50
48
 
51
49
  ___
52
50
 
@@ -60,4 +58,4 @@ PageBehaviorGroup
60
58
 
61
59
  #### Defined in
62
60
 
63
- [packages/notifications/types/index.ts:1415](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1415)
61
+ [packages/notifications/types/index.ts:1415](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1415)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  PageDrawerEntryPayload
10
8
 
11
9
  ## Table of contents
@@ -28,7 +26,7 @@ PageDrawerEntryPayload
28
26
 
29
27
  #### Defined in
30
28
 
31
- [packages/notifications/types/index.ts:1428](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1428)
29
+ [packages/notifications/types/index.ts:1428](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1428)
32
30
 
33
31
  ___
34
32
 
@@ -46,7 +44,7 @@ PageDrawerEntryPayload
46
44
 
47
45
  #### Defined in
48
46
 
49
- [packages/notifications/types/index.ts:1434](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1434)
47
+ [packages/notifications/types/index.ts:1434](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1434)
50
48
 
51
49
  ___
52
50
 
@@ -60,4 +58,4 @@ PageDrawerEntryPayload
60
58
 
61
59
  #### Defined in
62
60
 
63
- [packages/notifications/types/index.ts:1440](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1440)
61
+ [packages/notifications/types/index.ts:1440](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1440)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  PageEventLogEntry
10
8
 
11
9
  ## Table of contents
@@ -28,7 +26,7 @@ PageEventLogEntry
28
26
 
29
27
  #### Defined in
30
28
 
31
- [packages/notifications/types/index.ts:1453](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1453)
29
+ [packages/notifications/types/index.ts:1453](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1453)
32
30
 
33
31
  ___
34
32
 
@@ -46,7 +44,7 @@ PageEventLogEntry
46
44
 
47
45
  #### Defined in
48
46
 
49
- [packages/notifications/types/index.ts:1459](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1459)
47
+ [packages/notifications/types/index.ts:1459](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1459)
50
48
 
51
49
  ___
52
50
 
@@ -60,4 +58,4 @@ PageEventLogEntry
60
58
 
61
59
  #### Defined in
62
60
 
63
- [packages/notifications/types/index.ts:1465](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1465)
61
+ [packages/notifications/types/index.ts:1465](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1465)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  PageEventType
10
8
 
11
9
  ## Table of contents
@@ -28,7 +26,7 @@ PageEventType
28
26
 
29
27
  #### Defined in
30
28
 
31
- [packages/notifications/types/index.ts:1478](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1478)
29
+ [packages/notifications/types/index.ts:1478](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1478)
32
30
 
33
31
  ___
34
32
 
@@ -46,7 +44,7 @@ PageEventType
46
44
 
47
45
  #### Defined in
48
46
 
49
- [packages/notifications/types/index.ts:1484](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1484)
47
+ [packages/notifications/types/index.ts:1484](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1484)
50
48
 
51
49
  ___
52
50
 
@@ -60,4 +58,4 @@ PageEventType
60
58
 
61
59
  #### Defined in
62
60
 
63
- [packages/notifications/types/index.ts:1490](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1490)
61
+ [packages/notifications/types/index.ts:1490](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1490)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  PageNotificationHistory
10
8
 
11
9
  ## Table of contents
@@ -28,7 +26,7 @@ PageNotificationHistory
28
26
 
29
27
  #### Defined in
30
28
 
31
- [packages/notifications/types/index.ts:1503](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1503)
29
+ [packages/notifications/types/index.ts:1503](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1503)
32
30
 
33
31
  ___
34
32
 
@@ -46,7 +44,7 @@ PageNotificationHistory
46
44
 
47
45
  #### Defined in
48
46
 
49
- [packages/notifications/types/index.ts:1509](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1509)
47
+ [packages/notifications/types/index.ts:1509](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1509)
50
48
 
51
49
  ___
52
50
 
@@ -60,4 +58,4 @@ PageNotificationHistory
60
58
 
61
59
  #### Defined in
62
60
 
63
- [packages/notifications/types/index.ts:1515](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1515)
61
+ [packages/notifications/types/index.ts:1515](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1515)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  RenderEmailTemplateRequest
10
8
 
11
9
  ## Table of contents
@@ -27,7 +25,7 @@ RenderEmailTemplateRequest
27
25
 
28
26
  #### Defined in
29
27
 
30
- [packages/notifications/types/index.ts:1534](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1534)
28
+ [packages/notifications/types/index.ts:1534](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1534)
31
29
 
32
30
  ___
33
31
 
@@ -41,4 +39,4 @@ RenderEmailTemplateRequest
41
39
 
42
40
  #### Defined in
43
41
 
44
- [packages/notifications/types/index.ts:1528](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1528)
42
+ [packages/notifications/types/index.ts:1528](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1528)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  RequestArgs
10
8
 
11
9
  ## Table of contents
@@ -21,21 +19,21 @@ RequestArgs
21
19
 
22
20
  ### auth
23
21
 
24
- • `Optional` **auth**: { `authKey?`: `string` \| [`string`, `string`[]] ; `authType`: [`AuthTypeEnum`](../modules.md#authtypeenum-1) }[]
22
+ • `Optional` **auth**: \{ `authKey?`: `string` \| [`string`, `string`[]] ; `authType`: [`AuthTypeEnum`](../modules.md#authtypeenum) }[]
25
23
 
26
24
  #### Defined in
27
25
 
28
- [packages/notifications/utils/base.ts:33](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L33)
26
+ [packages/notifications/utils/base.ts:33](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/utils/base.ts#L33)
29
27
 
30
28
  ___
31
29
 
32
30
  ### options
33
31
 
34
- • **options**: `AxiosRequestConfig`<`any`\>
32
+ • **options**: `AxiosRequestConfig`\<`any`\>
35
33
 
36
34
  #### Defined in
37
35
 
38
- [packages/notifications/utils/base.ts:32](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L32)
36
+ [packages/notifications/utils/base.ts:32](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/utils/base.ts#L32)
39
37
 
40
38
  ___
41
39
 
@@ -45,7 +43,7 @@ ___
45
43
 
46
44
  #### Defined in
47
45
 
48
- [packages/notifications/utils/base.ts:37](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L37)
46
+ [packages/notifications/utils/base.ts:37](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/utils/base.ts#L37)
49
47
 
50
48
  ___
51
49
 
@@ -55,4 +53,4 @@ ___
55
53
 
56
54
  #### Defined in
57
55
 
58
- [packages/notifications/utils/base.ts:31](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L31)
56
+ [packages/notifications/utils/base.ts:31](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/utils/base.ts#L31)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  RequestDefaultBehaviorGroupPropertyList
10
8
 
11
9
  ## Table of contents
@@ -27,7 +25,7 @@ RequestDefaultBehaviorGroupPropertyList
27
25
 
28
26
  #### Defined in
29
27
 
30
- [packages/notifications/types/index.ts:1553](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1553)
28
+ [packages/notifications/types/index.ts:1553](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1553)
31
29
 
32
30
  ___
33
31
 
@@ -41,4 +39,4 @@ RequestDefaultBehaviorGroupPropertyList
41
39
 
42
40
  #### Defined in
43
41
 
44
- [packages/notifications/types/index.ts:1547](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1547)
42
+ [packages/notifications/types/index.ts:1547](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1547)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  RequestSystemSubscriptionProperties
10
8
 
11
9
  ## Table of contents
@@ -27,7 +25,7 @@ RequestSystemSubscriptionProperties
27
25
 
28
26
  #### Defined in
29
27
 
30
- [packages/notifications/types/index.ts:1572](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1572)
28
+ [packages/notifications/types/index.ts:1572](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1572)
31
29
 
32
30
  ___
33
31
 
@@ -41,4 +39,4 @@ RequestSystemSubscriptionProperties
41
39
 
42
40
  #### Defined in
43
41
 
44
- [packages/notifications/types/index.ts:1566](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1566)
42
+ [packages/notifications/types/index.ts:1566](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1566)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  ServerInfo
10
8
 
11
9
  ## Table of contents
@@ -26,4 +24,4 @@ ServerInfo
26
24
 
27
25
  #### Defined in
28
26
 
29
- [packages/notifications/types/index.ts:1585](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1585)
27
+ [packages/notifications/types/index.ts:1585](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1585)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  SettingsValuesByEventType
10
8
 
11
9
  ## Table of contents
@@ -30,4 +28,4 @@ SettingsValuesByEventType
30
28
 
31
29
  #### Defined in
32
30
 
33
- [packages/notifications/types/index.ts:1600](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1600)
31
+ [packages/notifications/types/index.ts:1600](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1600)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  SystemSubscriptionProperties
10
8
 
11
9
  ## Table of contents
@@ -28,7 +26,7 @@ SystemSubscriptionProperties
28
26
 
29
27
  #### Defined in
30
28
 
31
- [packages/notifications/types/index.ts:1654](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1654)
29
+ [packages/notifications/types/index.ts:1654](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1654)
32
30
 
33
31
  ___
34
32
 
@@ -42,7 +40,7 @@ SystemSubscriptionProperties
42
40
 
43
41
  #### Defined in
44
42
 
45
- [packages/notifications/types/index.ts:1648](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1648)
43
+ [packages/notifications/types/index.ts:1648](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1648)
46
44
 
47
45
  ___
48
46
 
@@ -56,4 +54,4 @@ SystemSubscriptionProperties
56
54
 
57
55
  #### Defined in
58
56
 
59
- [packages/notifications/types/index.ts:1642](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1642)
57
+ [packages/notifications/types/index.ts:1642](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1642)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  Template
10
8
 
11
9
  ## Table of contents
@@ -31,7 +29,7 @@ Template
31
29
 
32
30
  #### Defined in
33
31
 
34
- [packages/notifications/types/index.ts:1667](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1667)
32
+ [packages/notifications/types/index.ts:1667](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1667)
35
33
 
36
34
  ___
37
35
 
@@ -45,7 +43,7 @@ Template
45
43
 
46
44
  #### Defined in
47
45
 
48
- [packages/notifications/types/index.ts:1697](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1697)
46
+ [packages/notifications/types/index.ts:1697](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1697)
49
47
 
50
48
  ___
51
49
 
@@ -59,7 +57,7 @@ Template
59
57
 
60
58
  #### Defined in
61
59
 
62
- [packages/notifications/types/index.ts:1691](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1691)
60
+ [packages/notifications/types/index.ts:1691](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1691)
63
61
 
64
62
  ___
65
63
 
@@ -73,7 +71,7 @@ Template
73
71
 
74
72
  #### Defined in
75
73
 
76
- [packages/notifications/types/index.ts:1679](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1679)
74
+ [packages/notifications/types/index.ts:1679](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1679)
77
75
 
78
76
  ___
79
77
 
@@ -87,7 +85,7 @@ Template
87
85
 
88
86
  #### Defined in
89
87
 
90
- [packages/notifications/types/index.ts:1685](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1685)
88
+ [packages/notifications/types/index.ts:1685](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1685)
91
89
 
92
90
  ___
93
91
 
@@ -101,4 +99,4 @@ Template
101
99
 
102
100
  #### Defined in
103
101
 
104
- [packages/notifications/types/index.ts:1673](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1673)
102
+ [packages/notifications/types/index.ts:1673](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1673)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  TriggerDailyDigestRequest
10
8
 
11
9
  ## Table of contents
@@ -30,7 +28,7 @@ TriggerDailyDigestRequest
30
28
 
31
29
  #### Defined in
32
30
 
33
- [packages/notifications/types/index.ts:1710](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1710)
31
+ [packages/notifications/types/index.ts:1710](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1710)
34
32
 
35
33
  ___
36
34
 
@@ -44,7 +42,7 @@ TriggerDailyDigestRequest
44
42
 
45
43
  #### Defined in
46
44
 
47
- [packages/notifications/types/index.ts:1716](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1716)
45
+ [packages/notifications/types/index.ts:1716](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1716)
48
46
 
49
47
  ___
50
48
 
@@ -58,7 +56,7 @@ TriggerDailyDigestRequest
58
56
 
59
57
  #### Defined in
60
58
 
61
- [packages/notifications/types/index.ts:1722](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1722)
59
+ [packages/notifications/types/index.ts:1722](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1722)
62
60
 
63
61
  ___
64
62
 
@@ -72,7 +70,7 @@ TriggerDailyDigestRequest
72
70
 
73
71
  #### Defined in
74
72
 
75
- [packages/notifications/types/index.ts:1728](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1728)
73
+ [packages/notifications/types/index.ts:1728](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1728)
76
74
 
77
75
  ___
78
76
 
@@ -86,4 +84,4 @@ TriggerDailyDigestRequest
86
84
 
87
85
  #### Defined in
88
86
 
89
- [packages/notifications/types/index.ts:1734](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1734)
87
+ [packages/notifications/types/index.ts:1734](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1734)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  UpdateApplicationRequest
10
8
 
11
9
  ## Table of contents
@@ -28,7 +26,7 @@ UpdateApplicationRequest
28
26
 
29
27
  #### Defined in
30
28
 
31
- [packages/notifications/types/index.ts:1753](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1753)
29
+ [packages/notifications/types/index.ts:1753](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1753)
32
30
 
33
31
  ___
34
32
 
@@ -42,7 +40,7 @@ UpdateApplicationRequest
42
40
 
43
41
  #### Defined in
44
42
 
45
- [packages/notifications/types/index.ts:1747](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1747)
43
+ [packages/notifications/types/index.ts:1747](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1747)
46
44
 
47
45
  ___
48
46
 
@@ -56,4 +54,4 @@ UpdateApplicationRequest
56
54
 
57
55
  #### Defined in
58
56
 
59
- [packages/notifications/types/index.ts:1759](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1759)
57
+ [packages/notifications/types/index.ts:1759](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1759)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  UpdateBehaviorGroupRequest
10
8
 
11
9
  ## Table of contents
@@ -29,7 +27,7 @@ UpdateBehaviorGroupRequest
29
27
 
30
28
  #### Defined in
31
29
 
32
- [packages/notifications/types/index.ts:1772](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1772)
30
+ [packages/notifications/types/index.ts:1772](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1772)
33
31
 
34
32
  ___
35
33
 
@@ -43,7 +41,7 @@ UpdateBehaviorGroupRequest
43
41
 
44
42
  #### Defined in
45
43
 
46
- [packages/notifications/types/index.ts:1790](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1790)
44
+ [packages/notifications/types/index.ts:1790](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1790)
47
45
 
48
46
  ___
49
47
 
@@ -57,13 +55,13 @@ UpdateBehaviorGroupRequest
57
55
 
58
56
  #### Defined in
59
57
 
60
- [packages/notifications/types/index.ts:1778](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1778)
58
+ [packages/notifications/types/index.ts:1778](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1778)
61
59
 
62
60
  ___
63
61
 
64
62
  ### event\_type\_ids
65
63
 
66
- • `Optional` **event\_type\_ids**: `Set`<`string`\>
64
+ • `Optional` **event\_type\_ids**: `Set`\<`string`\>
67
65
 
68
66
  **`Memberof`**
69
67
 
@@ -71,4 +69,4 @@ UpdateBehaviorGroupRequest
71
69
 
72
70
  #### Defined in
73
71
 
74
- [packages/notifications/types/index.ts:1784](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1784)
72
+ [packages/notifications/types/index.ts:1784](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1784)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  UpdateNotificationDrawerStatus
10
8
 
11
9
  ## Table of contents
@@ -19,7 +17,7 @@ UpdateNotificationDrawerStatus
19
17
 
20
18
  ### notification\_ids
21
19
 
22
- • **notification\_ids**: `Set`<`string`\>
20
+ • **notification\_ids**: `Set`\<`string`\>
23
21
 
24
22
  **`Memberof`**
25
23
 
@@ -27,7 +25,7 @@ UpdateNotificationDrawerStatus
27
25
 
28
26
  #### Defined in
29
27
 
30
- [packages/notifications/types/index.ts:1803](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1803)
28
+ [packages/notifications/types/index.ts:1803](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1803)
31
29
 
32
30
  ___
33
31
 
@@ -41,4 +39,4 @@ UpdateNotificationDrawerStatus
41
39
 
42
40
  #### Defined in
43
41
 
44
- [packages/notifications/types/index.ts:1809](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1809)
42
+ [packages/notifications/types/index.ts:1809](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1809)