@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
@@ -22,7 +22,7 @@
22
22
 
23
23
  #### Defined in
24
24
 
25
- [packages/notifications/types/index.ts:960](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L960)
25
+ [packages/notifications/types/index.ts:960](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L960)
26
26
 
27
27
  ___
28
28
 
@@ -32,7 +32,7 @@ ___
32
32
 
33
33
  #### Defined in
34
34
 
35
- [packages/notifications/types/index.ts:959](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L959)
35
+ [packages/notifications/types/index.ts:959](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L959)
36
36
 
37
37
  ___
38
38
 
@@ -42,7 +42,7 @@ ___
42
42
 
43
43
  #### Defined in
44
44
 
45
- [packages/notifications/types/index.ts:957](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L957)
45
+ [packages/notifications/types/index.ts:957](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L957)
46
46
 
47
47
  ___
48
48
 
@@ -52,7 +52,7 @@ ___
52
52
 
53
53
  #### Defined in
54
54
 
55
- [packages/notifications/types/index.ts:958](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L958)
55
+ [packages/notifications/types/index.ts:958](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L958)
56
56
 
57
57
  ___
58
58
 
@@ -62,4 +62,4 @@ ___
62
62
 
63
63
  #### Defined in
64
64
 
65
- [packages/notifications/types/index.ts:961](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L961)
65
+ [packages/notifications/types/index.ts:961](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L961)
@@ -20,7 +20,7 @@
20
20
 
21
21
  #### Defined in
22
22
 
23
- [packages/notifications/types/index.ts:1141](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1141)
23
+ [packages/notifications/types/index.ts:1141](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1141)
24
24
 
25
25
  ___
26
26
 
@@ -30,7 +30,7 @@ ___
30
30
 
31
31
  #### Defined in
32
32
 
33
- [packages/notifications/types/index.ts:1142](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1142)
33
+ [packages/notifications/types/index.ts:1142](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1142)
34
34
 
35
35
  ___
36
36
 
@@ -40,4 +40,4 @@ ___
40
40
 
41
41
  #### Defined in
42
42
 
43
- [packages/notifications/types/index.ts:1143](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1143)
43
+ [packages/notifications/types/index.ts:1143](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1143)
@@ -22,7 +22,7 @@
22
22
 
23
23
  #### Defined in
24
24
 
25
- [packages/notifications/types/index.ts:1383](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1383)
25
+ [packages/notifications/types/index.ts:1383](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1383)
26
26
 
27
27
  ___
28
28
 
@@ -32,7 +32,7 @@ ___
32
32
 
33
33
  #### Defined in
34
34
 
35
- [packages/notifications/types/index.ts:1382](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1382)
35
+ [packages/notifications/types/index.ts:1382](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1382)
36
36
 
37
37
  ___
38
38
 
@@ -42,7 +42,7 @@ ___
42
42
 
43
43
  #### Defined in
44
44
 
45
- [packages/notifications/types/index.ts:1384](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1384)
45
+ [packages/notifications/types/index.ts:1384](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1384)
46
46
 
47
47
  ___
48
48
 
@@ -52,7 +52,7 @@ ___
52
52
 
53
53
  #### Defined in
54
54
 
55
- [packages/notifications/types/index.ts:1385](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1385)
55
+ [packages/notifications/types/index.ts:1385](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1385)
56
56
 
57
57
  ___
58
58
 
@@ -62,4 +62,4 @@ ___
62
62
 
63
63
  #### Defined in
64
64
 
65
- [packages/notifications/types/index.ts:1386](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1386)
65
+ [packages/notifications/types/index.ts:1386](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1386)
@@ -19,7 +19,7 @@
19
19
 
20
20
  #### Defined in
21
21
 
22
- [packages/notifications/types/index.ts:1610](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1610)
22
+ [packages/notifications/types/index.ts:1610](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1610)
23
23
 
24
24
  ___
25
25
 
@@ -29,4 +29,4 @@ ___
29
29
 
30
30
  #### Defined in
31
31
 
32
- [packages/notifications/types/index.ts:1609](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1609)
32
+ [packages/notifications/types/index.ts:1609](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1609)
@@ -20,7 +20,7 @@
20
20
 
21
21
  #### Defined in
22
22
 
23
- [packages/notifications/types/index.ts:1624](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1624)
23
+ [packages/notifications/types/index.ts:1624](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1624)
24
24
 
25
25
  ___
26
26
 
@@ -30,7 +30,7 @@ ___
30
30
 
31
31
  #### Defined in
32
32
 
33
- [packages/notifications/types/index.ts:1625](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1625)
33
+ [packages/notifications/types/index.ts:1625](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1625)
34
34
 
35
35
  ___
36
36
 
@@ -40,4 +40,4 @@ ___
40
40
 
41
41
  #### Defined in
42
42
 
43
- [packages/notifications/types/index.ts:1623](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1623)
43
+ [packages/notifications/types/index.ts:1623](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1623)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  AddAccessRequest
10
8
 
11
9
  ## Table of contents
@@ -27,7 +25,7 @@ AddAccessRequest
27
25
 
28
26
  #### Defined in
29
27
 
30
- [packages/notifications/types/index.ts:18](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L18)
28
+ [packages/notifications/types/index.ts:18](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L18)
31
29
 
32
30
  ___
33
31
 
@@ -41,4 +39,4 @@ AddAccessRequest
41
39
 
42
40
  #### Defined in
43
41
 
44
- [packages/notifications/types/index.ts:12](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L12)
42
+ [packages/notifications/types/index.ts:12](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L12)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  AddApplicationRequest
10
8
 
11
9
  ## Table of contents
@@ -29,7 +27,7 @@ AddApplicationRequest
29
27
 
30
28
  #### Defined in
31
29
 
32
- [packages/notifications/types/index.ts:43](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L43)
30
+ [packages/notifications/types/index.ts:43](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L43)
33
31
 
34
32
  ___
35
33
 
@@ -43,7 +41,7 @@ AddApplicationRequest
43
41
 
44
42
  #### Defined in
45
43
 
46
- [packages/notifications/types/index.ts:37](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L37)
44
+ [packages/notifications/types/index.ts:37](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L37)
47
45
 
48
46
  ___
49
47
 
@@ -57,7 +55,7 @@ AddApplicationRequest
57
55
 
58
56
  #### Defined in
59
57
 
60
- [packages/notifications/types/index.ts:31](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L31)
58
+ [packages/notifications/types/index.ts:31](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L31)
61
59
 
62
60
  ___
63
61
 
@@ -71,4 +69,4 @@ AddApplicationRequest
71
69
 
72
70
  #### Defined in
73
71
 
74
- [packages/notifications/types/index.ts:49](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L49)
72
+ [packages/notifications/types/index.ts:49](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L49)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  AggregationEmailTemplate
10
8
 
11
9
  ## Table of contents
@@ -35,7 +33,7 @@ AggregationEmailTemplate
35
33
 
36
34
  #### Defined in
37
35
 
38
- [packages/notifications/types/index.ts:80](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L80)
36
+ [packages/notifications/types/index.ts:80](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L80)
39
37
 
40
38
  ___
41
39
 
@@ -49,7 +47,7 @@ AggregationEmailTemplate
49
47
 
50
48
  #### Defined in
51
49
 
52
- [packages/notifications/types/index.ts:86](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L86)
50
+ [packages/notifications/types/index.ts:86](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L86)
53
51
 
54
52
  ___
55
53
 
@@ -63,7 +61,7 @@ AggregationEmailTemplate
63
61
 
64
62
  #### Defined in
65
63
 
66
- [packages/notifications/types/index.ts:110](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L110)
64
+ [packages/notifications/types/index.ts:110](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L110)
67
65
 
68
66
  ___
69
67
 
@@ -77,7 +75,7 @@ AggregationEmailTemplate
77
75
 
78
76
  #### Defined in
79
77
 
80
- [packages/notifications/types/index.ts:116](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L116)
78
+ [packages/notifications/types/index.ts:116](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L116)
81
79
 
82
80
  ___
83
81
 
@@ -91,7 +89,7 @@ AggregationEmailTemplate
91
89
 
92
90
  #### Defined in
93
91
 
94
- [packages/notifications/types/index.ts:62](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L62)
92
+ [packages/notifications/types/index.ts:62](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L62)
95
93
 
96
94
  ___
97
95
 
@@ -105,7 +103,7 @@ AggregationEmailTemplate
105
103
 
106
104
  #### Defined in
107
105
 
108
- [packages/notifications/types/index.ts:74](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L74)
106
+ [packages/notifications/types/index.ts:74](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L74)
109
107
 
110
108
  ___
111
109
 
@@ -119,7 +117,7 @@ AggregationEmailTemplate
119
117
 
120
118
  #### Defined in
121
119
 
122
- [packages/notifications/types/index.ts:98](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L98)
120
+ [packages/notifications/types/index.ts:98](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L98)
123
121
 
124
122
  ___
125
123
 
@@ -133,7 +131,7 @@ AggregationEmailTemplate
133
131
 
134
132
  #### Defined in
135
133
 
136
- [packages/notifications/types/index.ts:104](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L104)
134
+ [packages/notifications/types/index.ts:104](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L104)
137
135
 
138
136
  ___
139
137
 
@@ -147,7 +145,7 @@ AggregationEmailTemplate
147
145
 
148
146
  #### Defined in
149
147
 
150
- [packages/notifications/types/index.ts:92](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L92)
148
+ [packages/notifications/types/index.ts:92](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L92)
151
149
 
152
150
  ___
153
151
 
@@ -161,4 +159,4 @@ AggregationEmailTemplate
161
159
 
162
160
  #### Defined in
163
161
 
164
- [packages/notifications/types/index.ts:68](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L68)
162
+ [packages/notifications/types/index.ts:68](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L68)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  AggregationEmailTemplateSubjectTemplate
10
8
 
11
9
  ## Table of contents
@@ -31,7 +29,7 @@ AggregationEmailTemplateSubjectTemplate
31
29
 
32
30
  #### Defined in
33
31
 
34
- [packages/notifications/types/index.ts:131](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L131)
32
+ [packages/notifications/types/index.ts:131](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L131)
35
33
 
36
34
  ___
37
35
 
@@ -45,7 +43,7 @@ AggregationEmailTemplateSubjectTemplate
45
43
 
46
44
  #### Defined in
47
45
 
48
- [packages/notifications/types/index.ts:161](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L161)
46
+ [packages/notifications/types/index.ts:161](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L161)
49
47
 
50
48
  ___
51
49
 
@@ -59,7 +57,7 @@ AggregationEmailTemplateSubjectTemplate
59
57
 
60
58
  #### Defined in
61
59
 
62
- [packages/notifications/types/index.ts:155](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L155)
60
+ [packages/notifications/types/index.ts:155](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L155)
63
61
 
64
62
  ___
65
63
 
@@ -73,7 +71,7 @@ AggregationEmailTemplateSubjectTemplate
73
71
 
74
72
  #### Defined in
75
73
 
76
- [packages/notifications/types/index.ts:143](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L143)
74
+ [packages/notifications/types/index.ts:143](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L143)
77
75
 
78
76
  ___
79
77
 
@@ -87,7 +85,7 @@ AggregationEmailTemplateSubjectTemplate
87
85
 
88
86
  #### Defined in
89
87
 
90
- [packages/notifications/types/index.ts:149](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L149)
88
+ [packages/notifications/types/index.ts:149](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L149)
91
89
 
92
90
  ___
93
91
 
@@ -101,4 +99,4 @@ AggregationEmailTemplateSubjectTemplate
101
99
 
102
100
  #### Defined in
103
101
 
104
- [packages/notifications/types/index.ts:137](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L137)
102
+ [packages/notifications/types/index.ts:137](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L137)
@@ -17,7 +17,7 @@
17
17
 
18
18
  #### Defined in
19
19
 
20
- [packages/notifications/utils/base.ts:41](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L41)
20
+ [packages/notifications/utils/base.ts:41](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/utils/base.ts#L41)
21
21
 
22
22
  ___
23
23
 
@@ -27,4 +27,4 @@ ___
27
27
 
28
28
  #### Defined in
29
29
 
30
- [packages/notifications/utils/base.ts:42](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L42)
30
+ [packages/notifications/utils/base.ts:42](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/utils/base.ts#L42)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  Application
10
8
 
11
9
  ## Table of contents
@@ -31,7 +29,7 @@ Application
31
29
 
32
30
  #### Defined in
33
31
 
34
- [packages/notifications/types/index.ts:204](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L204)
32
+ [packages/notifications/types/index.ts:204](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L204)
35
33
 
36
34
  ___
37
35
 
@@ -45,7 +43,7 @@ Application
45
43
 
46
44
  #### Defined in
47
45
 
48
- [packages/notifications/types/index.ts:174](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L174)
46
+ [packages/notifications/types/index.ts:174](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L174)
49
47
 
50
48
  ___
51
49
 
@@ -59,7 +57,7 @@ Application
59
57
 
60
58
  #### Defined in
61
59
 
62
- [packages/notifications/types/index.ts:198](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L198)
60
+ [packages/notifications/types/index.ts:198](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L198)
63
61
 
64
62
  ___
65
63
 
@@ -73,7 +71,7 @@ Application
73
71
 
74
72
  #### Defined in
75
73
 
76
- [packages/notifications/types/index.ts:186](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L186)
74
+ [packages/notifications/types/index.ts:186](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L186)
77
75
 
78
76
  ___
79
77
 
@@ -87,7 +85,7 @@ Application
87
85
 
88
86
  #### Defined in
89
87
 
90
- [packages/notifications/types/index.ts:192](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L192)
88
+ [packages/notifications/types/index.ts:192](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L192)
91
89
 
92
90
  ___
93
91
 
@@ -101,4 +99,4 @@ Application
101
99
 
102
100
  #### Defined in
103
101
 
104
- [packages/notifications/types/index.ts:180](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L180)
102
+ [packages/notifications/types/index.ts:180](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L180)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  Application1
10
8
 
11
9
  ## Table of contents
@@ -27,7 +25,7 @@ Application1
27
25
 
28
26
  #### Defined in
29
27
 
30
- [packages/notifications/types/index.ts:223](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L223)
28
+ [packages/notifications/types/index.ts:223](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L223)
31
29
 
32
30
  ___
33
31
 
@@ -41,4 +39,4 @@ Application1
41
39
 
42
40
  #### Defined in
43
41
 
44
- [packages/notifications/types/index.ts:217](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L217)
42
+ [packages/notifications/types/index.ts:217](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L217)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  ApplicationDTO
10
8
 
11
9
  ## Table of contents
@@ -31,7 +29,7 @@ ApplicationDTO
31
29
 
32
30
  #### Defined in
33
31
 
34
- [packages/notifications/types/index.ts:254](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L254)
32
+ [packages/notifications/types/index.ts:254](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L254)
35
33
 
36
34
  ___
37
35
 
@@ -45,7 +43,7 @@ ApplicationDTO
45
43
 
46
44
  #### Defined in
47
45
 
48
- [packages/notifications/types/index.ts:266](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L266)
46
+ [packages/notifications/types/index.ts:266](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L266)
49
47
 
50
48
  ___
51
49
 
@@ -59,7 +57,7 @@ ApplicationDTO
59
57
 
60
58
  #### Defined in
61
59
 
62
- [packages/notifications/types/index.ts:248](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L248)
60
+ [packages/notifications/types/index.ts:248](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L248)
63
61
 
64
62
  ___
65
63
 
@@ -73,7 +71,7 @@ ApplicationDTO
73
71
 
74
72
  #### Defined in
75
73
 
76
- [packages/notifications/types/index.ts:236](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L236)
74
+ [packages/notifications/types/index.ts:236](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L236)
77
75
 
78
76
  ___
79
77
 
@@ -87,7 +85,7 @@ ApplicationDTO
87
85
 
88
86
  #### Defined in
89
87
 
90
- [packages/notifications/types/index.ts:242](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L242)
88
+ [packages/notifications/types/index.ts:242](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L242)
91
89
 
92
90
  ___
93
91
 
@@ -101,4 +99,4 @@ ApplicationDTO
101
99
 
102
100
  #### Defined in
103
101
 
104
- [packages/notifications/types/index.ts:260](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L260)
102
+ [packages/notifications/types/index.ts:260](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L260)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  ApplicationSettingsValue
10
8
 
11
9
  ## Table of contents
@@ -30,4 +28,4 @@ ApplicationSettingsValue
30
28
 
31
29
  #### Defined in
32
30
 
33
- [packages/notifications/types/index.ts:279](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L279)
31
+ [packages/notifications/types/index.ts:279](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L279)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  BasicAuthentication
10
8
 
11
9
  ## Table of contents
@@ -27,7 +25,7 @@ BasicAuthentication
27
25
 
28
26
  #### Defined in
29
27
 
30
- [packages/notifications/types/index.ts:298](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L298)
28
+ [packages/notifications/types/index.ts:298](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L298)
31
29
 
32
30
  ___
33
31
 
@@ -41,4 +39,4 @@ BasicAuthentication
41
39
 
42
40
  #### Defined in
43
41
 
44
- [packages/notifications/types/index.ts:292](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L292)
42
+ [packages/notifications/types/index.ts:292](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L292)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  BehaviorGroup
10
8
 
11
9
  ## Table of contents
@@ -34,13 +32,13 @@ BehaviorGroup
34
32
 
35
33
  #### Defined in
36
34
 
37
- [packages/notifications/types/index.ts:347](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L347)
35
+ [packages/notifications/types/index.ts:347](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L347)
38
36
 
39
37
  ___
40
38
 
41
39
  ### behaviors
42
40
 
43
- • `Optional` **behaviors**: `Set`<[`EventTypeBehavior`](EventTypeBehavior.md)\>
41
+ • `Optional` **behaviors**: `Set`\<[`EventTypeBehavior`](EventTypeBehavior.md)\>
44
42
 
45
43
  **`Memberof`**
46
44
 
@@ -48,7 +46,7 @@ BehaviorGroup
48
46
 
49
47
  #### Defined in
50
48
 
51
- [packages/notifications/types/index.ts:353](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L353)
49
+ [packages/notifications/types/index.ts:353](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L353)
52
50
 
53
51
  ___
54
52
 
@@ -62,7 +60,7 @@ BehaviorGroup
62
60
 
63
61
  #### Defined in
64
62
 
65
- [packages/notifications/types/index.ts:341](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L341)
63
+ [packages/notifications/types/index.ts:341](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L341)
66
64
 
67
65
  ___
68
66
 
@@ -76,7 +74,7 @@ BehaviorGroup
76
74
 
77
75
  #### Defined in
78
76
 
79
- [packages/notifications/types/index.ts:335](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L335)
77
+ [packages/notifications/types/index.ts:335](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L335)
80
78
 
81
79
  ___
82
80
 
@@ -90,7 +88,7 @@ BehaviorGroup
90
88
 
91
89
  #### Defined in
92
90
 
93
- [packages/notifications/types/index.ts:311](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L311)
91
+ [packages/notifications/types/index.ts:311](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L311)
94
92
 
95
93
  ___
96
94
 
@@ -104,7 +102,7 @@ BehaviorGroup
104
102
 
105
103
  #### Defined in
106
104
 
107
- [packages/notifications/types/index.ts:359](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L359)
105
+ [packages/notifications/types/index.ts:359](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L359)
108
106
 
109
107
  ___
110
108
 
@@ -118,7 +116,7 @@ BehaviorGroup
118
116
 
119
117
  #### Defined in
120
118
 
121
- [packages/notifications/types/index.ts:329](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L329)
119
+ [packages/notifications/types/index.ts:329](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L329)
122
120
 
123
121
  ___
124
122
 
@@ -132,7 +130,7 @@ BehaviorGroup
132
130
 
133
131
  #### Defined in
134
132
 
135
- [packages/notifications/types/index.ts:323](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L323)
133
+ [packages/notifications/types/index.ts:323](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L323)
136
134
 
137
135
  ___
138
136
 
@@ -146,4 +144,4 @@ BehaviorGroup
146
144
 
147
145
  #### Defined in
148
146
 
149
- [packages/notifications/types/index.ts:317](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L317)
147
+ [packages/notifications/types/index.ts:317](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L317)