@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
  WebhookProperties
10
8
 
11
9
  ## Table of contents
@@ -31,7 +29,7 @@ WebhookProperties
31
29
 
32
30
  #### Defined in
33
31
 
34
- [packages/notifications/types/index.ts:1846](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1846)
32
+ [packages/notifications/types/index.ts:1846](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1846)
35
33
 
36
34
  ___
37
35
 
@@ -45,7 +43,7 @@ WebhookProperties
45
43
 
46
44
  #### Defined in
47
45
 
48
- [packages/notifications/types/index.ts:1852](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1852)
46
+ [packages/notifications/types/index.ts:1852](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1852)
49
47
 
50
48
  ___
51
49
 
@@ -59,7 +57,7 @@ WebhookProperties
59
57
 
60
58
  #### Defined in
61
59
 
62
- [packages/notifications/types/index.ts:1834](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1834)
60
+ [packages/notifications/types/index.ts:1834](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1834)
63
61
 
64
62
  ___
65
63
 
@@ -73,7 +71,7 @@ WebhookProperties
73
71
 
74
72
  #### Defined in
75
73
 
76
- [packages/notifications/types/index.ts:1828](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1828)
74
+ [packages/notifications/types/index.ts:1828](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1828)
77
75
 
78
76
  ___
79
77
 
@@ -87,7 +85,7 @@ WebhookProperties
87
85
 
88
86
  #### Defined in
89
87
 
90
- [packages/notifications/types/index.ts:1840](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1840)
88
+ [packages/notifications/types/index.ts:1840](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1840)
91
89
 
92
90
  ___
93
91
 
@@ -101,4 +99,4 @@ WebhookProperties
101
99
 
102
100
  #### Defined in
103
101
 
104
- [packages/notifications/types/index.ts:1822](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1822)
102
+ [packages/notifications/types/index.ts:1822](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1822)
@@ -4,8 +4,6 @@
4
4
 
5
5
  **`Export`**
6
6
 
7
- **`Interface`**
8
-
9
7
  X509Certificate
10
8
 
11
9
  ## Table of contents
@@ -30,7 +28,7 @@ X509Certificate
30
28
 
31
29
  #### Defined in
32
30
 
33
- [packages/notifications/types/index.ts:1891](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1891)
31
+ [packages/notifications/types/index.ts:1891](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1891)
34
32
 
35
33
  ___
36
34
 
@@ -44,7 +42,7 @@ X509Certificate
44
42
 
45
43
  #### Defined in
46
44
 
47
- [packages/notifications/types/index.ts:1885](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1885)
45
+ [packages/notifications/types/index.ts:1885](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1885)
48
46
 
49
47
  ___
50
48
 
@@ -58,7 +56,7 @@ X509Certificate
58
56
 
59
57
  #### Defined in
60
58
 
61
- [packages/notifications/types/index.ts:1867](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1867)
59
+ [packages/notifications/types/index.ts:1867](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1867)
62
60
 
63
61
  ___
64
62
 
@@ -72,7 +70,7 @@ X509Certificate
72
70
 
73
71
  #### Defined in
74
72
 
75
- [packages/notifications/types/index.ts:1879](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1879)
73
+ [packages/notifications/types/index.ts:1879](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1879)
76
74
 
77
75
  ___
78
76
 
@@ -86,4 +84,4 @@ X509Certificate
86
84
 
87
85
  #### Defined in
88
86
 
89
- [packages/notifications/types/index.ts:1873](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1873)
87
+ [packages/notifications/types/index.ts:1873](https://github.com/RedHatInsights/javascript-clients/blob/main/packages/notifications/types/index.ts#L1873)