@redhat-cloud-services/notifications-client 2.2.4 → 2.3.0

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 (324) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/LICENSE +201 -0
  3. package/README.md +69 -0
  4. package/doc/.nojekyll +1 -0
  5. package/doc/README.md +69 -0
  6. package/doc/classes/BaseAPI.md +125 -0
  7. package/doc/classes/Configuration.md +194 -0
  8. package/doc/classes/RequiredError.md +179 -0
  9. package/doc/enums/EndpointStatus.md +76 -0
  10. package/doc/enums/EndpointType.md +65 -0
  11. package/doc/enums/Environment.md +54 -0
  12. package/doc/enums/EventLogEntryActionStatus.md +65 -0
  13. package/doc/enums/HttpType.md +43 -0
  14. package/doc/enums/NotificationStatus.md +65 -0
  15. package/doc/enums/Status.md +32 -0
  16. package/doc/enums/SubscriptionType.md +43 -0
  17. package/doc/interfaces/AddAccessRequest.md +44 -0
  18. package/doc/interfaces/AddApplicationRequest.md +74 -0
  19. package/doc/interfaces/AggregationEmailTemplate.md +164 -0
  20. package/doc/interfaces/AggregationEmailTemplateSubjectTemplate.md +104 -0
  21. package/doc/interfaces/ApiConfig.md +30 -0
  22. package/doc/interfaces/Application.md +104 -0
  23. package/doc/interfaces/Application1.md +44 -0
  24. package/doc/interfaces/ApplicationDTO.md +104 -0
  25. package/doc/interfaces/ApplicationSettingsValue.md +33 -0
  26. package/doc/interfaces/BasicAuthentication.md +44 -0
  27. package/doc/interfaces/BehaviorGroup.md +149 -0
  28. package/doc/interfaces/BehaviorGroupAction.md +59 -0
  29. package/doc/interfaces/BehaviorGroupActionId.md +44 -0
  30. package/doc/interfaces/Bundle.md +89 -0
  31. package/doc/interfaces/BundleSettingsValue.md +33 -0
  32. package/doc/interfaces/CamelProperties.md +123 -0
  33. package/doc/interfaces/ConfigurationParameters.md +89 -0
  34. package/doc/interfaces/CreateBehaviorGroupRequest.md +104 -0
  35. package/doc/interfaces/CreateBehaviorGroupResponse.md +104 -0
  36. package/doc/interfaces/CurrentStatus.md +59 -0
  37. package/doc/interfaces/DrawerEntryPayload.md +119 -0
  38. package/doc/interfaces/DuplicateNameMigrationReport.md +44 -0
  39. package/doc/interfaces/Endpoint.md +179 -0
  40. package/doc/interfaces/EndpointPage.md +63 -0
  41. package/doc/interfaces/EndpointTestRequest.md +29 -0
  42. package/doc/interfaces/EventLogEntry.md +119 -0
  43. package/doc/interfaces/EventLogEntryAction.md +125 -0
  44. package/doc/interfaces/EventType.md +164 -0
  45. package/doc/interfaces/EventTypeBehavior.md +59 -0
  46. package/doc/interfaces/EventTypeBehaviorId.md +44 -0
  47. package/doc/interfaces/EventTypeSettingsValue.md +63 -0
  48. package/doc/interfaces/Facet.md +74 -0
  49. package/doc/interfaces/InstantEmailTemplate.md +149 -0
  50. package/doc/interfaces/InternalApplicationUserPermission.md +59 -0
  51. package/doc/interfaces/InternalRoleAccess.md +59 -0
  52. package/doc/interfaces/InternalUserPermissions.md +59 -0
  53. package/doc/interfaces/MessageValidationResponse.md +33 -0
  54. package/doc/interfaces/Meta.md +29 -0
  55. package/doc/interfaces/NotificationHistory.md +155 -0
  56. package/doc/interfaces/PageBehaviorGroup.md +63 -0
  57. package/doc/interfaces/PageDrawerEntryPayload.md +63 -0
  58. package/doc/interfaces/PageEventLogEntry.md +63 -0
  59. package/doc/interfaces/PageEventType.md +63 -0
  60. package/doc/interfaces/PageNotificationHistory.md +63 -0
  61. package/doc/interfaces/RenderEmailTemplateRequest.md +44 -0
  62. package/doc/interfaces/RequestArgs.md +58 -0
  63. package/doc/interfaces/RequestDefaultBehaviorGroupPropertyList.md +44 -0
  64. package/doc/interfaces/RequestSystemSubscriptionProperties.md +44 -0
  65. package/doc/interfaces/ServerInfo.md +29 -0
  66. package/doc/interfaces/SettingsValuesByEventType.md +33 -0
  67. package/doc/interfaces/SystemSubscriptionProperties.md +59 -0
  68. package/doc/interfaces/Template.md +104 -0
  69. package/doc/interfaces/TriggerDailyDigestRequest.md +89 -0
  70. package/doc/interfaces/UpdateApplicationRequest.md +59 -0
  71. package/doc/interfaces/UpdateBehaviorGroupRequest.md +74 -0
  72. package/doc/interfaces/UpdateNotificationDrawerStatus.md +44 -0
  73. package/doc/interfaces/WebhookProperties.md +104 -0
  74. package/doc/interfaces/X509Certificate.md +89 -0
  75. package/doc/modules.md +1112 -0
  76. package/package.json +3 -4
  77. package/esm/DrawerResourceV1GetDrawerEntries/index.d.ts +0 -81
  78. package/esm/DrawerResourceV1GetDrawerEntries/index.d.ts.map +0 -1
  79. package/esm/DrawerResourceV1GetDrawerEntries/index.js +0 -67
  80. package/esm/DrawerResourceV1GetDrawerEntries/index.js.map +0 -1
  81. package/esm/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts +0 -22
  82. package/esm/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts.map +0 -1
  83. package/esm/DrawerResourceV1UpdateNotificationReadStatus/index.js +0 -32
  84. package/esm/DrawerResourceV1UpdateNotificationReadStatus/index.js.map +0 -1
  85. package/esm/EventResourceV1GetEvents/index.d.ts +0 -112
  86. package/esm/EventResourceV1GetEvents/index.d.ts.map +0 -1
  87. package/esm/EventResourceV1GetEvents/index.js +0 -82
  88. package/esm/EventResourceV1GetEvents/index.js.map +0 -1
  89. package/esm/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts +0 -27
  90. package/esm/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts.map +0 -1
  91. package/esm/NotificationResourceV1AppendBehaviorGroupToEventType/index.js +0 -32
  92. package/esm/NotificationResourceV1AppendBehaviorGroupToEventType/index.js.map +0 -1
  93. package/esm/NotificationResourceV1CreateBehaviorGroup/index.d.ts +0 -22
  94. package/esm/NotificationResourceV1CreateBehaviorGroup/index.d.ts.map +0 -1
  95. package/esm/NotificationResourceV1CreateBehaviorGroup/index.js +0 -32
  96. package/esm/NotificationResourceV1CreateBehaviorGroup/index.js.map +0 -1
  97. package/esm/NotificationResourceV1DeleteBehaviorGroup/index.d.ts +0 -21
  98. package/esm/NotificationResourceV1DeleteBehaviorGroup/index.d.ts.map +0 -1
  99. package/esm/NotificationResourceV1DeleteBehaviorGroup/index.js +0 -31
  100. package/esm/NotificationResourceV1DeleteBehaviorGroup/index.js.map +0 -1
  101. package/esm/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.d.ts +0 -27
  102. package/esm/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.d.ts.map +0 -1
  103. package/esm/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.js +0 -32
  104. package/esm/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.js.map +0 -1
  105. package/esm/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts +0 -21
  106. package/esm/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts.map +0 -1
  107. package/esm/NotificationResourceV1FindBehaviorGroupsByBundleId/index.js +0 -31
  108. package/esm/NotificationResourceV1FindBehaviorGroupsByBundleId/index.js.map +0 -1
  109. package/esm/NotificationResourceV1GetApplicationByNameAndBundleName/index.d.ts +0 -27
  110. package/esm/NotificationResourceV1GetApplicationByNameAndBundleName/index.d.ts.map +0 -1
  111. package/esm/NotificationResourceV1GetApplicationByNameAndBundleName/index.js +0 -32
  112. package/esm/NotificationResourceV1GetApplicationByNameAndBundleName/index.js.map +0 -1
  113. package/esm/NotificationResourceV1GetApplicationsFacets/index.d.ts +0 -21
  114. package/esm/NotificationResourceV1GetApplicationsFacets/index.d.ts.map +0 -1
  115. package/esm/NotificationResourceV1GetApplicationsFacets/index.js +0 -33
  116. package/esm/NotificationResourceV1GetApplicationsFacets/index.js.map +0 -1
  117. package/esm/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts +0 -21
  118. package/esm/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts.map +0 -1
  119. package/esm/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.js +0 -31
  120. package/esm/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.js.map +0 -1
  121. package/esm/NotificationResourceV1GetBundleByName/index.d.ts +0 -21
  122. package/esm/NotificationResourceV1GetBundleByName/index.d.ts.map +0 -1
  123. package/esm/NotificationResourceV1GetBundleByName/index.js +0 -31
  124. package/esm/NotificationResourceV1GetBundleByName/index.js.map +0 -1
  125. package/esm/NotificationResourceV1GetBundleFacets/index.d.ts +0 -21
  126. package/esm/NotificationResourceV1GetBundleFacets/index.d.ts.map +0 -1
  127. package/esm/NotificationResourceV1GetBundleFacets/index.js +0 -33
  128. package/esm/NotificationResourceV1GetBundleFacets/index.js.map +0 -1
  129. package/esm/NotificationResourceV1GetEventTypes/index.d.ts +0 -63
  130. package/esm/NotificationResourceV1GetEventTypes/index.d.ts.map +0 -1
  131. package/esm/NotificationResourceV1GetEventTypes/index.js +0 -54
  132. package/esm/NotificationResourceV1GetEventTypes/index.js.map +0 -1
  133. package/esm/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.d.ts +0 -21
  134. package/esm/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.d.ts.map +0 -1
  135. package/esm/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.js +0 -31
  136. package/esm/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.js.map +0 -1
  137. package/esm/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.d.ts +0 -33
  138. package/esm/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.d.ts.map +0 -1
  139. package/esm/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.js +0 -33
  140. package/esm/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.js.map +0 -1
  141. package/esm/NotificationResourceV1GetLinkedBehaviorGroups/index.d.ts +0 -51
  142. package/esm/NotificationResourceV1GetLinkedBehaviorGroups/index.d.ts.map +0 -1
  143. package/esm/NotificationResourceV1GetLinkedBehaviorGroups/index.js +0 -46
  144. package/esm/NotificationResourceV1GetLinkedBehaviorGroups/index.js.map +0 -1
  145. package/esm/NotificationResourceV1UpdateBehaviorGroup/index.d.ts +0 -28
  146. package/esm/NotificationResourceV1UpdateBehaviorGroup/index.d.ts.map +0 -1
  147. package/esm/NotificationResourceV1UpdateBehaviorGroup/index.js +0 -33
  148. package/esm/NotificationResourceV1UpdateBehaviorGroup/index.js.map +0 -1
  149. package/esm/NotificationResourceV1UpdateBehaviorGroupActions/index.d.ts +0 -27
  150. package/esm/NotificationResourceV1UpdateBehaviorGroupActions/index.d.ts.map +0 -1
  151. package/esm/NotificationResourceV1UpdateBehaviorGroupActions/index.js +0 -33
  152. package/esm/NotificationResourceV1UpdateBehaviorGroupActions/index.js.map +0 -1
  153. package/esm/NotificationResourceV1UpdateEventTypeBehaviors/index.d.ts +0 -27
  154. package/esm/NotificationResourceV1UpdateEventTypeBehaviors/index.d.ts.map +0 -1
  155. package/esm/NotificationResourceV1UpdateEventTypeBehaviors/index.js +0 -33
  156. package/esm/NotificationResourceV1UpdateEventTypeBehaviors/index.js.map +0 -1
  157. package/esm/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts +0 -15
  158. package/esm/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts.map +0 -1
  159. package/esm/OrgConfigResourceV1GetDailyDigestTimePreference/index.js +0 -30
  160. package/esm/OrgConfigResourceV1GetDailyDigestTimePreference/index.js.map +0 -1
  161. package/esm/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts +0 -21
  162. package/esm/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts.map +0 -1
  163. package/esm/OrgConfigResourceV1SaveDailyDigestTimePreference/index.js +0 -32
  164. package/esm/OrgConfigResourceV1SaveDailyDigestTimePreference/index.js.map +0 -1
  165. package/esm/api.d.ts +0 -3364
  166. package/esm/api.d.ts.map +0 -1
  167. package/esm/api.js +0 -2513
  168. package/esm/api.js.map +0 -1
  169. package/esm/base.d.ts +0 -55
  170. package/esm/base.d.ts.map +0 -1
  171. package/esm/base.js +0 -55
  172. package/esm/base.js.map +0 -1
  173. package/esm/common.d.ts +0 -66
  174. package/esm/common.d.ts.map +0 -1
  175. package/esm/common.js +0 -134
  176. package/esm/common.js.map +0 -1
  177. package/esm/configuration.d.ts.map +0 -1
  178. package/esm/configuration.js +0 -28
  179. package/esm/configuration.js.map +0 -1
  180. package/esm/index.d.ts.map +0 -1
  181. package/esm/index.js +0 -50
  182. package/esm/index.js.map +0 -1
  183. package/esm/types/index.d.ts.map +0 -1
  184. package/esm/types/index.js +0 -90
  185. package/esm/types/index.js.map +0 -1
  186. package/esm/utils/base.d.ts.map +0 -1
  187. package/esm/utils/base.js +0 -125
  188. package/esm/utils/base.js.map +0 -1
  189. package/esm/utils/common.d.ts.map +0 -1
  190. package/esm/utils/common.js +0 -123
  191. package/esm/utils/common.js.map +0 -1
  192. package/esm/utils/configuration.d.ts +0 -73
  193. package/esm/utils/configuration.d.ts.map +0 -1
  194. package/esm/utils/configuration.js +0 -28
  195. package/esm/utils/configuration.js.map +0 -1
  196. package/index.d.ts +0 -27
  197. package/types/index.d.ts +0 -1875
  198. package/utils/base.d.ts +0 -85
  199. package/utils/common.d.ts +0 -55
  200. package/utils/configuration.d.ts +0 -73
  201. /package/{DrawerResourceV1GetDrawerEntries → dist/DrawerResourceV1GetDrawerEntries}/index.d.ts +0 -0
  202. /package/{DrawerResourceV1GetDrawerEntries → dist/DrawerResourceV1GetDrawerEntries}/index.d.ts.map +0 -0
  203. /package/{DrawerResourceV1GetDrawerEntries → dist/DrawerResourceV1GetDrawerEntries}/index.js +0 -0
  204. /package/{DrawerResourceV1GetDrawerEntries → dist/DrawerResourceV1GetDrawerEntries}/index.js.map +0 -0
  205. /package/{DrawerResourceV1UpdateNotificationReadStatus → dist/DrawerResourceV1UpdateNotificationReadStatus}/index.d.ts +0 -0
  206. /package/{DrawerResourceV1UpdateNotificationReadStatus → dist/DrawerResourceV1UpdateNotificationReadStatus}/index.d.ts.map +0 -0
  207. /package/{DrawerResourceV1UpdateNotificationReadStatus → dist/DrawerResourceV1UpdateNotificationReadStatus}/index.js +0 -0
  208. /package/{DrawerResourceV1UpdateNotificationReadStatus → dist/DrawerResourceV1UpdateNotificationReadStatus}/index.js.map +0 -0
  209. /package/{EventResourceV1GetEvents → dist/EventResourceV1GetEvents}/index.d.ts +0 -0
  210. /package/{EventResourceV1GetEvents → dist/EventResourceV1GetEvents}/index.d.ts.map +0 -0
  211. /package/{EventResourceV1GetEvents → dist/EventResourceV1GetEvents}/index.js +0 -0
  212. /package/{EventResourceV1GetEvents → dist/EventResourceV1GetEvents}/index.js.map +0 -0
  213. /package/{NotificationResourceV1AppendBehaviorGroupToEventType → dist/NotificationResourceV1AppendBehaviorGroupToEventType}/index.d.ts +0 -0
  214. /package/{NotificationResourceV1AppendBehaviorGroupToEventType → dist/NotificationResourceV1AppendBehaviorGroupToEventType}/index.d.ts.map +0 -0
  215. /package/{NotificationResourceV1AppendBehaviorGroupToEventType → dist/NotificationResourceV1AppendBehaviorGroupToEventType}/index.js +0 -0
  216. /package/{NotificationResourceV1AppendBehaviorGroupToEventType → dist/NotificationResourceV1AppendBehaviorGroupToEventType}/index.js.map +0 -0
  217. /package/{NotificationResourceV1CreateBehaviorGroup → dist/NotificationResourceV1CreateBehaviorGroup}/index.d.ts +0 -0
  218. /package/{NotificationResourceV1CreateBehaviorGroup → dist/NotificationResourceV1CreateBehaviorGroup}/index.d.ts.map +0 -0
  219. /package/{NotificationResourceV1CreateBehaviorGroup → dist/NotificationResourceV1CreateBehaviorGroup}/index.js +0 -0
  220. /package/{NotificationResourceV1CreateBehaviorGroup → dist/NotificationResourceV1CreateBehaviorGroup}/index.js.map +0 -0
  221. /package/{NotificationResourceV1DeleteBehaviorGroup → dist/NotificationResourceV1DeleteBehaviorGroup}/index.d.ts +0 -0
  222. /package/{NotificationResourceV1DeleteBehaviorGroup → dist/NotificationResourceV1DeleteBehaviorGroup}/index.d.ts.map +0 -0
  223. /package/{NotificationResourceV1DeleteBehaviorGroup → dist/NotificationResourceV1DeleteBehaviorGroup}/index.js +0 -0
  224. /package/{NotificationResourceV1DeleteBehaviorGroup → dist/NotificationResourceV1DeleteBehaviorGroup}/index.js.map +0 -0
  225. /package/{NotificationResourceV1DeleteBehaviorGroupFromEventType → dist/NotificationResourceV1DeleteBehaviorGroupFromEventType}/index.d.ts +0 -0
  226. /package/{NotificationResourceV1DeleteBehaviorGroupFromEventType → dist/NotificationResourceV1DeleteBehaviorGroupFromEventType}/index.d.ts.map +0 -0
  227. /package/{NotificationResourceV1DeleteBehaviorGroupFromEventType → dist/NotificationResourceV1DeleteBehaviorGroupFromEventType}/index.js +0 -0
  228. /package/{NotificationResourceV1DeleteBehaviorGroupFromEventType → dist/NotificationResourceV1DeleteBehaviorGroupFromEventType}/index.js.map +0 -0
  229. /package/{NotificationResourceV1FindBehaviorGroupsByBundleId → dist/NotificationResourceV1FindBehaviorGroupsByBundleId}/index.d.ts +0 -0
  230. /package/{NotificationResourceV1FindBehaviorGroupsByBundleId → dist/NotificationResourceV1FindBehaviorGroupsByBundleId}/index.d.ts.map +0 -0
  231. /package/{NotificationResourceV1FindBehaviorGroupsByBundleId → dist/NotificationResourceV1FindBehaviorGroupsByBundleId}/index.js +0 -0
  232. /package/{NotificationResourceV1FindBehaviorGroupsByBundleId → dist/NotificationResourceV1FindBehaviorGroupsByBundleId}/index.js.map +0 -0
  233. /package/{NotificationResourceV1GetApplicationByNameAndBundleName → dist/NotificationResourceV1GetApplicationByNameAndBundleName}/index.d.ts +0 -0
  234. /package/{NotificationResourceV1GetApplicationByNameAndBundleName → dist/NotificationResourceV1GetApplicationByNameAndBundleName}/index.d.ts.map +0 -0
  235. /package/{NotificationResourceV1GetApplicationByNameAndBundleName → dist/NotificationResourceV1GetApplicationByNameAndBundleName}/index.js +0 -0
  236. /package/{NotificationResourceV1GetApplicationByNameAndBundleName → dist/NotificationResourceV1GetApplicationByNameAndBundleName}/index.js.map +0 -0
  237. /package/{NotificationResourceV1GetApplicationsFacets → dist/NotificationResourceV1GetApplicationsFacets}/index.d.ts +0 -0
  238. /package/{NotificationResourceV1GetApplicationsFacets → dist/NotificationResourceV1GetApplicationsFacets}/index.d.ts.map +0 -0
  239. /package/{NotificationResourceV1GetApplicationsFacets → dist/NotificationResourceV1GetApplicationsFacets}/index.js +0 -0
  240. /package/{NotificationResourceV1GetApplicationsFacets → dist/NotificationResourceV1GetApplicationsFacets}/index.js.map +0 -0
  241. /package/{NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint → dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint}/index.d.ts +0 -0
  242. /package/{NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint → dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint}/index.d.ts.map +0 -0
  243. /package/{NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint → dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint}/index.js +0 -0
  244. /package/{NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint → dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint}/index.js.map +0 -0
  245. /package/{NotificationResourceV1GetBundleByName → dist/NotificationResourceV1GetBundleByName}/index.d.ts +0 -0
  246. /package/{NotificationResourceV1GetBundleByName → dist/NotificationResourceV1GetBundleByName}/index.d.ts.map +0 -0
  247. /package/{NotificationResourceV1GetBundleByName → dist/NotificationResourceV1GetBundleByName}/index.js +0 -0
  248. /package/{NotificationResourceV1GetBundleByName → dist/NotificationResourceV1GetBundleByName}/index.js.map +0 -0
  249. /package/{NotificationResourceV1GetBundleFacets → dist/NotificationResourceV1GetBundleFacets}/index.d.ts +0 -0
  250. /package/{NotificationResourceV1GetBundleFacets → dist/NotificationResourceV1GetBundleFacets}/index.d.ts.map +0 -0
  251. /package/{NotificationResourceV1GetBundleFacets → dist/NotificationResourceV1GetBundleFacets}/index.js +0 -0
  252. /package/{NotificationResourceV1GetBundleFacets → dist/NotificationResourceV1GetBundleFacets}/index.js.map +0 -0
  253. /package/{NotificationResourceV1GetEventTypes → dist/NotificationResourceV1GetEventTypes}/index.d.ts +0 -0
  254. /package/{NotificationResourceV1GetEventTypes → dist/NotificationResourceV1GetEventTypes}/index.d.ts.map +0 -0
  255. /package/{NotificationResourceV1GetEventTypes → dist/NotificationResourceV1GetEventTypes}/index.js +0 -0
  256. /package/{NotificationResourceV1GetEventTypes → dist/NotificationResourceV1GetEventTypes}/index.js.map +0 -0
  257. /package/{NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup → dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup}/index.d.ts +0 -0
  258. /package/{NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup → dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup}/index.d.ts.map +0 -0
  259. /package/{NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup → dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup}/index.js +0 -0
  260. /package/{NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup → dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup}/index.js.map +0 -0
  261. /package/{NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName → dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName}/index.d.ts +0 -0
  262. /package/{NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName → dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName}/index.d.ts.map +0 -0
  263. /package/{NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName → dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName}/index.js +0 -0
  264. /package/{NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName → dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName}/index.js.map +0 -0
  265. /package/{NotificationResourceV1GetLinkedBehaviorGroups → dist/NotificationResourceV1GetLinkedBehaviorGroups}/index.d.ts +0 -0
  266. /package/{NotificationResourceV1GetLinkedBehaviorGroups → dist/NotificationResourceV1GetLinkedBehaviorGroups}/index.d.ts.map +0 -0
  267. /package/{NotificationResourceV1GetLinkedBehaviorGroups → dist/NotificationResourceV1GetLinkedBehaviorGroups}/index.js +0 -0
  268. /package/{NotificationResourceV1GetLinkedBehaviorGroups → dist/NotificationResourceV1GetLinkedBehaviorGroups}/index.js.map +0 -0
  269. /package/{NotificationResourceV1UpdateBehaviorGroup → dist/NotificationResourceV1UpdateBehaviorGroup}/index.d.ts +0 -0
  270. /package/{NotificationResourceV1UpdateBehaviorGroup → dist/NotificationResourceV1UpdateBehaviorGroup}/index.d.ts.map +0 -0
  271. /package/{NotificationResourceV1UpdateBehaviorGroup → dist/NotificationResourceV1UpdateBehaviorGroup}/index.js +0 -0
  272. /package/{NotificationResourceV1UpdateBehaviorGroup → dist/NotificationResourceV1UpdateBehaviorGroup}/index.js.map +0 -0
  273. /package/{NotificationResourceV1UpdateBehaviorGroupActions → dist/NotificationResourceV1UpdateBehaviorGroupActions}/index.d.ts +0 -0
  274. /package/{NotificationResourceV1UpdateBehaviorGroupActions → dist/NotificationResourceV1UpdateBehaviorGroupActions}/index.d.ts.map +0 -0
  275. /package/{NotificationResourceV1UpdateBehaviorGroupActions → dist/NotificationResourceV1UpdateBehaviorGroupActions}/index.js +0 -0
  276. /package/{NotificationResourceV1UpdateBehaviorGroupActions → dist/NotificationResourceV1UpdateBehaviorGroupActions}/index.js.map +0 -0
  277. /package/{NotificationResourceV1UpdateEventTypeBehaviors → dist/NotificationResourceV1UpdateEventTypeBehaviors}/index.d.ts +0 -0
  278. /package/{NotificationResourceV1UpdateEventTypeBehaviors → dist/NotificationResourceV1UpdateEventTypeBehaviors}/index.d.ts.map +0 -0
  279. /package/{NotificationResourceV1UpdateEventTypeBehaviors → dist/NotificationResourceV1UpdateEventTypeBehaviors}/index.js +0 -0
  280. /package/{NotificationResourceV1UpdateEventTypeBehaviors → dist/NotificationResourceV1UpdateEventTypeBehaviors}/index.js.map +0 -0
  281. /package/{OrgConfigResourceV1GetDailyDigestTimePreference → dist/OrgConfigResourceV1GetDailyDigestTimePreference}/index.d.ts +0 -0
  282. /package/{OrgConfigResourceV1GetDailyDigestTimePreference → dist/OrgConfigResourceV1GetDailyDigestTimePreference}/index.d.ts.map +0 -0
  283. /package/{OrgConfigResourceV1GetDailyDigestTimePreference → dist/OrgConfigResourceV1GetDailyDigestTimePreference}/index.js +0 -0
  284. /package/{OrgConfigResourceV1GetDailyDigestTimePreference → dist/OrgConfigResourceV1GetDailyDigestTimePreference}/index.js.map +0 -0
  285. /package/{OrgConfigResourceV1SaveDailyDigestTimePreference → dist/OrgConfigResourceV1SaveDailyDigestTimePreference}/index.d.ts +0 -0
  286. /package/{OrgConfigResourceV1SaveDailyDigestTimePreference → dist/OrgConfigResourceV1SaveDailyDigestTimePreference}/index.d.ts.map +0 -0
  287. /package/{OrgConfigResourceV1SaveDailyDigestTimePreference → dist/OrgConfigResourceV1SaveDailyDigestTimePreference}/index.js +0 -0
  288. /package/{OrgConfigResourceV1SaveDailyDigestTimePreference → dist/OrgConfigResourceV1SaveDailyDigestTimePreference}/index.js.map +0 -0
  289. /package/{api.d.ts → dist/api.d.ts} +0 -0
  290. /package/{api.d.ts.map → dist/api.d.ts.map} +0 -0
  291. /package/{api.js → dist/api.js} +0 -0
  292. /package/{api.js.map → dist/api.js.map} +0 -0
  293. /package/{base.d.ts → dist/base.d.ts} +0 -0
  294. /package/{base.d.ts.map → dist/base.d.ts.map} +0 -0
  295. /package/{base.js → dist/base.js} +0 -0
  296. /package/{base.js.map → dist/base.js.map} +0 -0
  297. /package/{common.d.ts → dist/common.d.ts} +0 -0
  298. /package/{common.d.ts.map → dist/common.d.ts.map} +0 -0
  299. /package/{common.js → dist/common.js} +0 -0
  300. /package/{common.js.map → dist/common.js.map} +0 -0
  301. /package/{configuration.d.ts → dist/configuration.d.ts} +0 -0
  302. /package/{configuration.d.ts.map → dist/configuration.d.ts.map} +0 -0
  303. /package/{configuration.js → dist/configuration.js} +0 -0
  304. /package/{configuration.js.map → dist/configuration.js.map} +0 -0
  305. /package/{esm → dist}/index.d.ts +0 -0
  306. /package/{index.d.ts.map → dist/index.d.ts.map} +0 -0
  307. /package/{index.js → dist/index.js} +0 -0
  308. /package/{index.js.map → dist/index.js.map} +0 -0
  309. /package/{esm → dist}/types/index.d.ts +0 -0
  310. /package/{types → dist/types}/index.d.ts.map +0 -0
  311. /package/{types → dist/types}/index.js +0 -0
  312. /package/{types → dist/types}/index.js.map +0 -0
  313. /package/{esm → dist}/utils/base.d.ts +0 -0
  314. /package/{utils → dist/utils}/base.d.ts.map +0 -0
  315. /package/{utils → dist/utils}/base.js +0 -0
  316. /package/{utils → dist/utils}/base.js.map +0 -0
  317. /package/{esm → dist}/utils/common.d.ts +0 -0
  318. /package/{utils → dist/utils}/common.d.ts.map +0 -0
  319. /package/{utils → dist/utils}/common.js +0 -0
  320. /package/{utils → dist/utils}/common.js.map +0 -0
  321. /package/{esm → dist/utils}/configuration.d.ts +0 -0
  322. /package/{utils → dist/utils}/configuration.d.ts.map +0 -0
  323. /package/{utils → dist/utils}/configuration.js +0 -0
  324. /package/{utils → dist/utils}/configuration.js.map +0 -0
@@ -0,0 +1,194 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / Configuration
2
+
3
+ # Class: Configuration
4
+
5
+ ## Table of contents
6
+
7
+ ### Constructors
8
+
9
+ - [constructor](Configuration.md#constructor)
10
+
11
+ ### Properties
12
+
13
+ - [accessToken](Configuration.md#accesstoken)
14
+ - [apiKey](Configuration.md#apikey)
15
+ - [baseOptions](Configuration.md#baseoptions)
16
+ - [basePath](Configuration.md#basepath)
17
+ - [formDataCtor](Configuration.md#formdatactor)
18
+ - [password](Configuration.md#password)
19
+ - [username](Configuration.md#username)
20
+
21
+ ### Methods
22
+
23
+ - [isJsonMime](Configuration.md#isjsonmime)
24
+
25
+ ## Constructors
26
+
27
+ ### constructor
28
+
29
+ • **new Configuration**(`param?`)
30
+
31
+ #### Parameters
32
+
33
+ | Name | Type |
34
+ | :------ | :------ |
35
+ | `param` | [`ConfigurationParameters`](../interfaces/ConfigurationParameters.md) |
36
+
37
+ #### Defined in
38
+
39
+ [packages/notifications/utils/configuration.ts:65](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L65)
40
+
41
+ ## Properties
42
+
43
+ ### accessToken
44
+
45
+ • `Optional` **accessToken**: `string` \| `Promise`<`string`\> \| (`name?`: `string`, `scopes?`: `string`[]) => `string` \| (`name?`: `string`, `scopes?`: `string`[]) => `Promise`<`string`\>
46
+
47
+ parameter for oauth2 security
48
+
49
+ **`Param`**
50
+
51
+ security name
52
+
53
+ **`Param`**
54
+
55
+ oauth2 scope
56
+
57
+ **`Memberof`**
58
+
59
+ Configuration
60
+
61
+ #### Defined in
62
+
63
+ [packages/notifications/utils/configuration.ts:41](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L41)
64
+
65
+ ___
66
+
67
+ ### apiKey
68
+
69
+ • `Optional` **apiKey**: `string` \| `Promise`<`string`\> \| (`name`: `string`) => `string` \| (`name`: `string`) => `Promise`<`string`\>
70
+
71
+ parameter for apiKey security
72
+
73
+ **`Param`**
74
+
75
+ security name
76
+
77
+ **`Memberof`**
78
+
79
+ Configuration
80
+
81
+ #### Defined in
82
+
83
+ [packages/notifications/utils/configuration.ts:20](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L20)
84
+
85
+ ___
86
+
87
+ ### baseOptions
88
+
89
+ • `Optional` **baseOptions**: `any`
90
+
91
+ base options for axios calls
92
+
93
+ **`Memberof`**
94
+
95
+ Configuration
96
+
97
+ #### Defined in
98
+
99
+ [packages/notifications/utils/configuration.ts:55](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L55)
100
+
101
+ ___
102
+
103
+ ### basePath
104
+
105
+ • `Optional` **basePath**: `string`
106
+
107
+ override base path
108
+
109
+ **`Memberof`**
110
+
111
+ Configuration
112
+
113
+ #### Defined in
114
+
115
+ [packages/notifications/utils/configuration.ts:48](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L48)
116
+
117
+ ___
118
+
119
+ ### formDataCtor
120
+
121
+ • `Optional` **formDataCtor**: () => `any`
122
+
123
+ #### Type declaration
124
+
125
+ • **new Configuration**()
126
+
127
+ The FormData constructor that will be used to create multipart form data
128
+ requests. You can inject this here so that execution environments that
129
+ do not support the FormData class can still run the generated client.
130
+
131
+ #### Defined in
132
+
133
+ [packages/notifications/utils/configuration.ts:63](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L63)
134
+
135
+ ___
136
+
137
+ ### password
138
+
139
+ • `Optional` **password**: `string`
140
+
141
+ parameter for basic security
142
+
143
+ **`Memberof`**
144
+
145
+ Configuration
146
+
147
+ #### Defined in
148
+
149
+ [packages/notifications/utils/configuration.ts:34](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L34)
150
+
151
+ ___
152
+
153
+ ### username
154
+
155
+ • `Optional` **username**: `string`
156
+
157
+ parameter for basic security
158
+
159
+ **`Memberof`**
160
+
161
+ Configuration
162
+
163
+ #### Defined in
164
+
165
+ [packages/notifications/utils/configuration.ts:27](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L27)
166
+
167
+ ## Methods
168
+
169
+ ### isJsonMime
170
+
171
+ ▸ **isJsonMime**(`mime`): `boolean`
172
+
173
+ Check if the given MIME is a JSON MIME.
174
+ JSON MIME examples:
175
+ application/json
176
+ application/json; charset=UTF8
177
+ APPLICATION/JSON
178
+ application/vnd.company+json
179
+
180
+ #### Parameters
181
+
182
+ | Name | Type | Description |
183
+ | :------ | :------ | :------ |
184
+ | `mime` | `string` | MIME (Multipurpose Internet Mail Extensions) |
185
+
186
+ #### Returns
187
+
188
+ `boolean`
189
+
190
+ True if the given MIME is JSON, false otherwise.
191
+
192
+ #### Defined in
193
+
194
+ [packages/notifications/utils/configuration.ts:85](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/configuration.ts#L85)
@@ -0,0 +1,179 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / RequiredError
2
+
3
+ # Class: RequiredError
4
+
5
+ **`Export`**
6
+
7
+ ## Hierarchy
8
+
9
+ - `Error`
10
+
11
+ ↳ **`RequiredError`**
12
+
13
+ ## Table of contents
14
+
15
+ ### Constructors
16
+
17
+ - [constructor](RequiredError.md#constructor)
18
+
19
+ ### Properties
20
+
21
+ - [field](RequiredError.md#field)
22
+ - [message](RequiredError.md#message)
23
+ - [name](RequiredError.md#name)
24
+ - [stack](RequiredError.md#stack)
25
+ - [prepareStackTrace](RequiredError.md#preparestacktrace)
26
+ - [stackTraceLimit](RequiredError.md#stacktracelimit)
27
+
28
+ ### Methods
29
+
30
+ - [captureStackTrace](RequiredError.md#capturestacktrace)
31
+
32
+ ## Constructors
33
+
34
+ ### constructor
35
+
36
+ • **new RequiredError**(`field`, `msg?`)
37
+
38
+ #### Parameters
39
+
40
+ | Name | Type |
41
+ | :------ | :------ |
42
+ | `field` | `string` |
43
+ | `msg?` | `string` |
44
+
45
+ #### Overrides
46
+
47
+ Error.constructor
48
+
49
+ #### Defined in
50
+
51
+ [packages/notifications/utils/base.ts:167](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L167)
52
+
53
+ ## Properties
54
+
55
+ ### field
56
+
57
+ • **field**: `string`
58
+
59
+ #### Defined in
60
+
61
+ [packages/notifications/utils/base.ts:167](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L167)
62
+
63
+ ___
64
+
65
+ ### message
66
+
67
+ • **message**: `string`
68
+
69
+ #### Inherited from
70
+
71
+ Error.message
72
+
73
+ #### Defined in
74
+
75
+ node_modules/typescript/lib/lib.es5.d.ts:1041
76
+
77
+ ___
78
+
79
+ ### name
80
+
81
+ • **name**: `string`
82
+
83
+ #### Inherited from
84
+
85
+ Error.name
86
+
87
+ #### Defined in
88
+
89
+ node_modules/typescript/lib/lib.es5.d.ts:1040
90
+
91
+ ___
92
+
93
+ ### stack
94
+
95
+ • `Optional` **stack**: `string`
96
+
97
+ #### Inherited from
98
+
99
+ Error.stack
100
+
101
+ #### Defined in
102
+
103
+ node_modules/typescript/lib/lib.es5.d.ts:1042
104
+
105
+ ___
106
+
107
+ ### prepareStackTrace
108
+
109
+ ▪ `Static` `Optional` **prepareStackTrace**: (`err`: `Error`, `stackTraces`: `CallSite`[]) => `any`
110
+
111
+ #### Type declaration
112
+
113
+ ▸ (`err`, `stackTraces`): `any`
114
+
115
+ Optional override for formatting stack traces
116
+
117
+ **`See`**
118
+
119
+ https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces
120
+
121
+ ##### Parameters
122
+
123
+ | Name | Type |
124
+ | :------ | :------ |
125
+ | `err` | `Error` |
126
+ | `stackTraces` | `CallSite`[] |
127
+
128
+ ##### Returns
129
+
130
+ `any`
131
+
132
+ #### Inherited from
133
+
134
+ Error.prepareStackTrace
135
+
136
+ #### Defined in
137
+
138
+ node_modules/@types/node/globals.d.ts:115
139
+
140
+ ___
141
+
142
+ ### stackTraceLimit
143
+
144
+ ▪ `Static` **stackTraceLimit**: `number`
145
+
146
+ #### Inherited from
147
+
148
+ Error.stackTraceLimit
149
+
150
+ #### Defined in
151
+
152
+ node_modules/@types/node/globals.d.ts:117
153
+
154
+ ## Methods
155
+
156
+ ### captureStackTrace
157
+
158
+ ▸ `Static` **captureStackTrace**(`targetObject`, `constructorOpt?`): `void`
159
+
160
+ Create .stack property on a target object
161
+
162
+ #### Parameters
163
+
164
+ | Name | Type |
165
+ | :------ | :------ |
166
+ | `targetObject` | `object` |
167
+ | `constructorOpt?` | `Function` |
168
+
169
+ #### Returns
170
+
171
+ `void`
172
+
173
+ #### Inherited from
174
+
175
+ Error.captureStackTrace
176
+
177
+ #### Defined in
178
+
179
+ node_modules/@types/node/globals.d.ts:108
@@ -0,0 +1,76 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / EndpointStatus
2
+
3
+ # Enumeration: EndpointStatus
4
+
5
+ **`Export`**
6
+
7
+ ## Table of contents
8
+
9
+ ### Enumeration Members
10
+
11
+ - [Deleting](EndpointStatus.md#deleting)
12
+ - [Failed](EndpointStatus.md#failed)
13
+ - [New](EndpointStatus.md#new)
14
+ - [Provisioning](EndpointStatus.md#provisioning)
15
+ - [Ready](EndpointStatus.md#ready)
16
+ - [Unknown](EndpointStatus.md#unknown)
17
+
18
+ ## Enumeration Members
19
+
20
+ ### Deleting
21
+
22
+ • **Deleting** = ``"DELETING"``
23
+
24
+ #### Defined in
25
+
26
+ [packages/notifications/types/index.ts:796](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L796)
27
+
28
+ ___
29
+
30
+ ### Failed
31
+
32
+ • **Failed** = ``"FAILED"``
33
+
34
+ #### Defined in
35
+
36
+ [packages/notifications/types/index.ts:797](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L797)
37
+
38
+ ___
39
+
40
+ ### New
41
+
42
+ • **New** = ``"NEW"``
43
+
44
+ #### Defined in
45
+
46
+ [packages/notifications/types/index.ts:794](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L794)
47
+
48
+ ___
49
+
50
+ ### Provisioning
51
+
52
+ • **Provisioning** = ``"PROVISIONING"``
53
+
54
+ #### Defined in
55
+
56
+ [packages/notifications/types/index.ts:795](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L795)
57
+
58
+ ___
59
+
60
+ ### Ready
61
+
62
+ • **Ready** = ``"READY"``
63
+
64
+ #### Defined in
65
+
66
+ [packages/notifications/types/index.ts:792](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L792)
67
+
68
+ ___
69
+
70
+ ### Unknown
71
+
72
+ • **Unknown** = ``"UNKNOWN"``
73
+
74
+ #### Defined in
75
+
76
+ [packages/notifications/types/index.ts:793](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L793)
@@ -0,0 +1,65 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / EndpointType
2
+
3
+ # Enumeration: EndpointType
4
+
5
+ **`Export`**
6
+
7
+ ## Table of contents
8
+
9
+ ### Enumeration Members
10
+
11
+ - [Ansible](EndpointType.md#ansible)
12
+ - [Camel](EndpointType.md#camel)
13
+ - [Drawer](EndpointType.md#drawer)
14
+ - [EmailSubscription](EndpointType.md#emailsubscription)
15
+ - [Webhook](EndpointType.md#webhook)
16
+
17
+ ## Enumeration Members
18
+
19
+ ### Ansible
20
+
21
+ • **Ansible** = ``"ansible"``
22
+
23
+ #### Defined in
24
+
25
+ [packages/notifications/types/index.ts:826](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L826)
26
+
27
+ ___
28
+
29
+ ### Camel
30
+
31
+ • **Camel** = ``"camel"``
32
+
33
+ #### Defined in
34
+
35
+ [packages/notifications/types/index.ts:825](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L825)
36
+
37
+ ___
38
+
39
+ ### Drawer
40
+
41
+ • **Drawer** = ``"drawer"``
42
+
43
+ #### Defined in
44
+
45
+ [packages/notifications/types/index.ts:827](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L827)
46
+
47
+ ___
48
+
49
+ ### EmailSubscription
50
+
51
+ • **EmailSubscription** = ``"email_subscription"``
52
+
53
+ #### Defined in
54
+
55
+ [packages/notifications/types/index.ts:824](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L824)
56
+
57
+ ___
58
+
59
+ ### Webhook
60
+
61
+ • **Webhook** = ``"webhook"``
62
+
63
+ #### Defined in
64
+
65
+ [packages/notifications/types/index.ts:823](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L823)
@@ -0,0 +1,54 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / Environment
2
+
3
+ # Enumeration: Environment
4
+
5
+ **`Export`**
6
+
7
+ ## Table of contents
8
+
9
+ ### Enumeration Members
10
+
11
+ - [Ephemeral](Environment.md#ephemeral)
12
+ - [LocalServer](Environment.md#localserver)
13
+ - [Prod](Environment.md#prod)
14
+ - [Stage](Environment.md#stage)
15
+
16
+ ## Enumeration Members
17
+
18
+ ### Ephemeral
19
+
20
+ • **Ephemeral** = ``"EPHEMERAL"``
21
+
22
+ #### Defined in
23
+
24
+ [packages/notifications/types/index.ts:842](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L842)
25
+
26
+ ___
27
+
28
+ ### LocalServer
29
+
30
+ • **LocalServer** = ``"LOCAL_SERVER"``
31
+
32
+ #### Defined in
33
+
34
+ [packages/notifications/types/index.ts:843](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L843)
35
+
36
+ ___
37
+
38
+ ### Prod
39
+
40
+ • **Prod** = ``"PROD"``
41
+
42
+ #### Defined in
43
+
44
+ [packages/notifications/types/index.ts:840](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L840)
45
+
46
+ ___
47
+
48
+ ### Stage
49
+
50
+ • **Stage** = ``"STAGE"``
51
+
52
+ #### Defined in
53
+
54
+ [packages/notifications/types/index.ts:841](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L841)
@@ -0,0 +1,65 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / EventLogEntryActionStatus
2
+
3
+ # Enumeration: EventLogEntryActionStatus
4
+
5
+ **`Export`**
6
+
7
+ ## Table of contents
8
+
9
+ ### Enumeration Members
10
+
11
+ - [Failed](EventLogEntryActionStatus.md#failed)
12
+ - [Processing](EventLogEntryActionStatus.md#processing)
13
+ - [Sent](EventLogEntryActionStatus.md#sent)
14
+ - [Success](EventLogEntryActionStatus.md#success)
15
+ - [Unknown](EventLogEntryActionStatus.md#unknown)
16
+
17
+ ## Enumeration Members
18
+
19
+ ### Failed
20
+
21
+ • **Failed** = ``"FAILED"``
22
+
23
+ #### Defined in
24
+
25
+ [packages/notifications/types/index.ts:960](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L960)
26
+
27
+ ___
28
+
29
+ ### Processing
30
+
31
+ • **Processing** = ``"PROCESSING"``
32
+
33
+ #### Defined in
34
+
35
+ [packages/notifications/types/index.ts:959](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L959)
36
+
37
+ ___
38
+
39
+ ### Sent
40
+
41
+ • **Sent** = ``"SENT"``
42
+
43
+ #### Defined in
44
+
45
+ [packages/notifications/types/index.ts:957](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L957)
46
+
47
+ ___
48
+
49
+ ### Success
50
+
51
+ • **Success** = ``"SUCCESS"``
52
+
53
+ #### Defined in
54
+
55
+ [packages/notifications/types/index.ts:958](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L958)
56
+
57
+ ___
58
+
59
+ ### Unknown
60
+
61
+ • **Unknown** = ``"UNKNOWN"``
62
+
63
+ #### Defined in
64
+
65
+ [packages/notifications/types/index.ts:961](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L961)
@@ -0,0 +1,43 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / HttpType
2
+
3
+ # Enumeration: HttpType
4
+
5
+ **`Export`**
6
+
7
+ ## Table of contents
8
+
9
+ ### Enumeration Members
10
+
11
+ - [Get](HttpType.md#get)
12
+ - [Post](HttpType.md#post)
13
+ - [Put](HttpType.md#put)
14
+
15
+ ## Enumeration Members
16
+
17
+ ### Get
18
+
19
+ • **Get** = ``"GET"``
20
+
21
+ #### Defined in
22
+
23
+ [packages/notifications/types/index.ts:1141](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1141)
24
+
25
+ ___
26
+
27
+ ### Post
28
+
29
+ • **Post** = ``"POST"``
30
+
31
+ #### Defined in
32
+
33
+ [packages/notifications/types/index.ts:1142](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1142)
34
+
35
+ ___
36
+
37
+ ### Put
38
+
39
+ • **Put** = ``"PUT"``
40
+
41
+ #### Defined in
42
+
43
+ [packages/notifications/types/index.ts:1143](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1143)