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

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 (349) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/LICENSE +201 -0
  3. package/README.md +69 -0
  4. package/{DrawerResourceV1GetDrawerEntries → dist/DrawerResourceV1GetDrawerEntries}/index.d.ts +1 -1
  5. package/dist/DrawerResourceV1GetDrawerEntries/index.d.ts.map +1 -0
  6. package/{esm → dist}/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts +1 -1
  7. package/dist/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts.map +1 -0
  8. package/{EventResourceV1GetEvents → dist/EventResourceV1GetEvents}/index.d.ts +1 -1
  9. package/dist/EventResourceV1GetEvents/index.d.ts.map +1 -0
  10. package/{esm → dist}/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts +1 -1
  11. package/dist/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts.map +1 -0
  12. package/{NotificationResourceV1CreateBehaviorGroup → dist/NotificationResourceV1CreateBehaviorGroup}/index.d.ts +1 -1
  13. package/dist/NotificationResourceV1CreateBehaviorGroup/index.d.ts.map +1 -0
  14. package/{NotificationResourceV1DeleteBehaviorGroup → dist/NotificationResourceV1DeleteBehaviorGroup}/index.d.ts +1 -1
  15. package/dist/NotificationResourceV1DeleteBehaviorGroup/index.d.ts.map +1 -0
  16. package/{NotificationResourceV1DeleteBehaviorGroupFromEventType → dist/NotificationResourceV1DeleteBehaviorGroupFromEventType}/index.d.ts +1 -1
  17. package/dist/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.d.ts.map +1 -0
  18. package/{esm → dist}/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts +1 -1
  19. package/dist/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts.map +1 -0
  20. package/{NotificationResourceV1GetApplicationByNameAndBundleName → dist/NotificationResourceV1GetApplicationByNameAndBundleName}/index.d.ts +1 -1
  21. package/dist/NotificationResourceV1GetApplicationByNameAndBundleName/index.d.ts.map +1 -0
  22. package/{NotificationResourceV1GetApplicationsFacets → dist/NotificationResourceV1GetApplicationsFacets}/index.d.ts +1 -1
  23. package/dist/NotificationResourceV1GetApplicationsFacets/index.d.ts.map +1 -0
  24. package/{esm → dist}/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts +1 -1
  25. package/dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts.map +1 -0
  26. package/{NotificationResourceV1GetBundleByName → dist/NotificationResourceV1GetBundleByName}/index.d.ts +1 -1
  27. package/dist/NotificationResourceV1GetBundleByName/index.d.ts.map +1 -0
  28. package/{NotificationResourceV1GetBundleFacets → dist/NotificationResourceV1GetBundleFacets}/index.d.ts +1 -1
  29. package/dist/NotificationResourceV1GetBundleFacets/index.d.ts.map +1 -0
  30. package/{esm → dist}/NotificationResourceV1GetEventTypes/index.d.ts +1 -1
  31. package/dist/NotificationResourceV1GetEventTypes/index.d.ts.map +1 -0
  32. package/{NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup → dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup}/index.d.ts +1 -1
  33. package/dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.d.ts.map +1 -0
  34. package/{NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName → dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName}/index.d.ts +1 -1
  35. package/dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.d.ts.map +1 -0
  36. package/{NotificationResourceV1GetLinkedBehaviorGroups → dist/NotificationResourceV1GetLinkedBehaviorGroups}/index.d.ts +1 -1
  37. package/dist/NotificationResourceV1GetLinkedBehaviorGroups/index.d.ts.map +1 -0
  38. package/{esm → dist}/NotificationResourceV1UpdateBehaviorGroup/index.d.ts +1 -1
  39. package/dist/NotificationResourceV1UpdateBehaviorGroup/index.d.ts.map +1 -0
  40. package/{NotificationResourceV1UpdateBehaviorGroupActions → dist/NotificationResourceV1UpdateBehaviorGroupActions}/index.d.ts +1 -1
  41. package/dist/NotificationResourceV1UpdateBehaviorGroupActions/index.d.ts.map +1 -0
  42. package/{NotificationResourceV1UpdateEventTypeBehaviors → dist/NotificationResourceV1UpdateEventTypeBehaviors}/index.d.ts +1 -1
  43. package/dist/NotificationResourceV1UpdateEventTypeBehaviors/index.d.ts.map +1 -0
  44. package/{esm → dist}/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts +1 -1
  45. package/dist/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts.map +1 -0
  46. package/{esm → dist}/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts +1 -1
  47. package/dist/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts.map +1 -0
  48. package/{api.d.ts → dist/api.d.ts} +8 -8
  49. package/dist/api.d.ts.map +1 -0
  50. package/{types → dist/types}/index.d.ts +8 -8
  51. package/dist/types/index.d.ts.map +1 -0
  52. package/{esm → dist}/utils/base.d.ts +2 -2
  53. package/dist/utils/base.d.ts.map +1 -0
  54. package/doc/.nojekyll +1 -0
  55. package/doc/README.md +69 -0
  56. package/doc/classes/BaseAPI.md +125 -0
  57. package/doc/classes/Configuration.md +194 -0
  58. package/doc/classes/RequiredError.md +179 -0
  59. package/doc/enums/EndpointStatus.md +76 -0
  60. package/doc/enums/EndpointType.md +65 -0
  61. package/doc/enums/Environment.md +54 -0
  62. package/doc/enums/EventLogEntryActionStatus.md +65 -0
  63. package/doc/enums/HttpType.md +43 -0
  64. package/doc/enums/NotificationStatus.md +65 -0
  65. package/doc/enums/Status.md +32 -0
  66. package/doc/enums/SubscriptionType.md +43 -0
  67. package/doc/interfaces/AddAccessRequest.md +44 -0
  68. package/doc/interfaces/AddApplicationRequest.md +74 -0
  69. package/doc/interfaces/AggregationEmailTemplate.md +164 -0
  70. package/doc/interfaces/AggregationEmailTemplateSubjectTemplate.md +104 -0
  71. package/doc/interfaces/ApiConfig.md +30 -0
  72. package/doc/interfaces/Application.md +104 -0
  73. package/doc/interfaces/Application1.md +44 -0
  74. package/doc/interfaces/ApplicationDTO.md +104 -0
  75. package/doc/interfaces/ApplicationSettingsValue.md +33 -0
  76. package/doc/interfaces/BasicAuthentication.md +44 -0
  77. package/doc/interfaces/BehaviorGroup.md +149 -0
  78. package/doc/interfaces/BehaviorGroupAction.md +59 -0
  79. package/doc/interfaces/BehaviorGroupActionId.md +44 -0
  80. package/doc/interfaces/Bundle.md +89 -0
  81. package/doc/interfaces/BundleSettingsValue.md +33 -0
  82. package/doc/interfaces/CamelProperties.md +123 -0
  83. package/doc/interfaces/ConfigurationParameters.md +89 -0
  84. package/doc/interfaces/CreateBehaviorGroupRequest.md +104 -0
  85. package/doc/interfaces/CreateBehaviorGroupResponse.md +104 -0
  86. package/doc/interfaces/CurrentStatus.md +59 -0
  87. package/doc/interfaces/DrawerEntryPayload.md +119 -0
  88. package/doc/interfaces/DuplicateNameMigrationReport.md +44 -0
  89. package/doc/interfaces/Endpoint.md +179 -0
  90. package/doc/interfaces/EndpointPage.md +63 -0
  91. package/doc/interfaces/EndpointTestRequest.md +29 -0
  92. package/doc/interfaces/EventLogEntry.md +119 -0
  93. package/doc/interfaces/EventLogEntryAction.md +125 -0
  94. package/doc/interfaces/EventType.md +164 -0
  95. package/doc/interfaces/EventTypeBehavior.md +59 -0
  96. package/doc/interfaces/EventTypeBehaviorId.md +44 -0
  97. package/doc/interfaces/EventTypeSettingsValue.md +63 -0
  98. package/doc/interfaces/Facet.md +74 -0
  99. package/doc/interfaces/InstantEmailTemplate.md +149 -0
  100. package/doc/interfaces/InternalApplicationUserPermission.md +59 -0
  101. package/doc/interfaces/InternalRoleAccess.md +59 -0
  102. package/doc/interfaces/InternalUserPermissions.md +59 -0
  103. package/doc/interfaces/MessageValidationResponse.md +33 -0
  104. package/doc/interfaces/Meta.md +29 -0
  105. package/doc/interfaces/NotificationHistory.md +155 -0
  106. package/doc/interfaces/PageBehaviorGroup.md +63 -0
  107. package/doc/interfaces/PageDrawerEntryPayload.md +63 -0
  108. package/doc/interfaces/PageEventLogEntry.md +63 -0
  109. package/doc/interfaces/PageEventType.md +63 -0
  110. package/doc/interfaces/PageNotificationHistory.md +63 -0
  111. package/doc/interfaces/RenderEmailTemplateRequest.md +44 -0
  112. package/doc/interfaces/RequestArgs.md +58 -0
  113. package/doc/interfaces/RequestDefaultBehaviorGroupPropertyList.md +44 -0
  114. package/doc/interfaces/RequestSystemSubscriptionProperties.md +44 -0
  115. package/doc/interfaces/ServerInfo.md +29 -0
  116. package/doc/interfaces/SettingsValuesByEventType.md +33 -0
  117. package/doc/interfaces/SystemSubscriptionProperties.md +59 -0
  118. package/doc/interfaces/Template.md +104 -0
  119. package/doc/interfaces/TriggerDailyDigestRequest.md +89 -0
  120. package/doc/interfaces/UpdateApplicationRequest.md +59 -0
  121. package/doc/interfaces/UpdateBehaviorGroupRequest.md +74 -0
  122. package/doc/interfaces/UpdateNotificationDrawerStatus.md +44 -0
  123. package/doc/interfaces/WebhookProperties.md +104 -0
  124. package/doc/interfaces/X509Certificate.md +89 -0
  125. package/doc/modules.md +1112 -0
  126. package/package.json +4 -5
  127. package/DrawerResourceV1GetDrawerEntries/index.d.ts.map +0 -1
  128. package/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts +0 -22
  129. package/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts.map +0 -1
  130. package/EventResourceV1GetEvents/index.d.ts.map +0 -1
  131. package/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts +0 -27
  132. package/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts.map +0 -1
  133. package/NotificationResourceV1CreateBehaviorGroup/index.d.ts.map +0 -1
  134. package/NotificationResourceV1DeleteBehaviorGroup/index.d.ts.map +0 -1
  135. package/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.d.ts.map +0 -1
  136. package/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts +0 -21
  137. package/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts.map +0 -1
  138. package/NotificationResourceV1GetApplicationByNameAndBundleName/index.d.ts.map +0 -1
  139. package/NotificationResourceV1GetApplicationsFacets/index.d.ts.map +0 -1
  140. package/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts +0 -21
  141. package/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts.map +0 -1
  142. package/NotificationResourceV1GetBundleByName/index.d.ts.map +0 -1
  143. package/NotificationResourceV1GetBundleFacets/index.d.ts.map +0 -1
  144. package/NotificationResourceV1GetEventTypes/index.d.ts +0 -63
  145. package/NotificationResourceV1GetEventTypes/index.d.ts.map +0 -1
  146. package/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.d.ts.map +0 -1
  147. package/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.d.ts.map +0 -1
  148. package/NotificationResourceV1GetLinkedBehaviorGroups/index.d.ts.map +0 -1
  149. package/NotificationResourceV1UpdateBehaviorGroup/index.d.ts +0 -28
  150. package/NotificationResourceV1UpdateBehaviorGroup/index.d.ts.map +0 -1
  151. package/NotificationResourceV1UpdateBehaviorGroupActions/index.d.ts.map +0 -1
  152. package/NotificationResourceV1UpdateEventTypeBehaviors/index.d.ts.map +0 -1
  153. package/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts +0 -15
  154. package/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts.map +0 -1
  155. package/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts +0 -21
  156. package/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts.map +0 -1
  157. package/api.d.ts.map +0 -1
  158. package/esm/DrawerResourceV1GetDrawerEntries/index.d.ts +0 -81
  159. package/esm/DrawerResourceV1GetDrawerEntries/index.d.ts.map +0 -1
  160. package/esm/DrawerResourceV1GetDrawerEntries/index.js +0 -67
  161. package/esm/DrawerResourceV1GetDrawerEntries/index.js.map +0 -1
  162. package/esm/DrawerResourceV1UpdateNotificationReadStatus/index.d.ts.map +0 -1
  163. package/esm/DrawerResourceV1UpdateNotificationReadStatus/index.js +0 -32
  164. package/esm/DrawerResourceV1UpdateNotificationReadStatus/index.js.map +0 -1
  165. package/esm/EventResourceV1GetEvents/index.d.ts +0 -112
  166. package/esm/EventResourceV1GetEvents/index.d.ts.map +0 -1
  167. package/esm/EventResourceV1GetEvents/index.js +0 -82
  168. package/esm/EventResourceV1GetEvents/index.js.map +0 -1
  169. package/esm/NotificationResourceV1AppendBehaviorGroupToEventType/index.d.ts.map +0 -1
  170. package/esm/NotificationResourceV1AppendBehaviorGroupToEventType/index.js +0 -32
  171. package/esm/NotificationResourceV1AppendBehaviorGroupToEventType/index.js.map +0 -1
  172. package/esm/NotificationResourceV1CreateBehaviorGroup/index.d.ts +0 -22
  173. package/esm/NotificationResourceV1CreateBehaviorGroup/index.d.ts.map +0 -1
  174. package/esm/NotificationResourceV1CreateBehaviorGroup/index.js +0 -32
  175. package/esm/NotificationResourceV1CreateBehaviorGroup/index.js.map +0 -1
  176. package/esm/NotificationResourceV1DeleteBehaviorGroup/index.d.ts +0 -21
  177. package/esm/NotificationResourceV1DeleteBehaviorGroup/index.d.ts.map +0 -1
  178. package/esm/NotificationResourceV1DeleteBehaviorGroup/index.js +0 -31
  179. package/esm/NotificationResourceV1DeleteBehaviorGroup/index.js.map +0 -1
  180. package/esm/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.d.ts +0 -27
  181. package/esm/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.d.ts.map +0 -1
  182. package/esm/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.js +0 -32
  183. package/esm/NotificationResourceV1DeleteBehaviorGroupFromEventType/index.js.map +0 -1
  184. package/esm/NotificationResourceV1FindBehaviorGroupsByBundleId/index.d.ts.map +0 -1
  185. package/esm/NotificationResourceV1FindBehaviorGroupsByBundleId/index.js +0 -31
  186. package/esm/NotificationResourceV1FindBehaviorGroupsByBundleId/index.js.map +0 -1
  187. package/esm/NotificationResourceV1GetApplicationByNameAndBundleName/index.d.ts +0 -27
  188. package/esm/NotificationResourceV1GetApplicationByNameAndBundleName/index.d.ts.map +0 -1
  189. package/esm/NotificationResourceV1GetApplicationByNameAndBundleName/index.js +0 -32
  190. package/esm/NotificationResourceV1GetApplicationByNameAndBundleName/index.js.map +0 -1
  191. package/esm/NotificationResourceV1GetApplicationsFacets/index.d.ts +0 -21
  192. package/esm/NotificationResourceV1GetApplicationsFacets/index.d.ts.map +0 -1
  193. package/esm/NotificationResourceV1GetApplicationsFacets/index.js +0 -33
  194. package/esm/NotificationResourceV1GetApplicationsFacets/index.js.map +0 -1
  195. package/esm/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.d.ts.map +0 -1
  196. package/esm/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.js +0 -31
  197. package/esm/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.js.map +0 -1
  198. package/esm/NotificationResourceV1GetBundleByName/index.d.ts +0 -21
  199. package/esm/NotificationResourceV1GetBundleByName/index.d.ts.map +0 -1
  200. package/esm/NotificationResourceV1GetBundleByName/index.js +0 -31
  201. package/esm/NotificationResourceV1GetBundleByName/index.js.map +0 -1
  202. package/esm/NotificationResourceV1GetBundleFacets/index.d.ts +0 -21
  203. package/esm/NotificationResourceV1GetBundleFacets/index.d.ts.map +0 -1
  204. package/esm/NotificationResourceV1GetBundleFacets/index.js +0 -33
  205. package/esm/NotificationResourceV1GetBundleFacets/index.js.map +0 -1
  206. package/esm/NotificationResourceV1GetEventTypes/index.d.ts.map +0 -1
  207. package/esm/NotificationResourceV1GetEventTypes/index.js +0 -54
  208. package/esm/NotificationResourceV1GetEventTypes/index.js.map +0 -1
  209. package/esm/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.d.ts +0 -21
  210. package/esm/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.d.ts.map +0 -1
  211. package/esm/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.js +0 -31
  212. package/esm/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.js.map +0 -1
  213. package/esm/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.d.ts +0 -33
  214. package/esm/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.d.ts.map +0 -1
  215. package/esm/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.js +0 -33
  216. package/esm/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.js.map +0 -1
  217. package/esm/NotificationResourceV1GetLinkedBehaviorGroups/index.d.ts +0 -51
  218. package/esm/NotificationResourceV1GetLinkedBehaviorGroups/index.d.ts.map +0 -1
  219. package/esm/NotificationResourceV1GetLinkedBehaviorGroups/index.js +0 -46
  220. package/esm/NotificationResourceV1GetLinkedBehaviorGroups/index.js.map +0 -1
  221. package/esm/NotificationResourceV1UpdateBehaviorGroup/index.d.ts.map +0 -1
  222. package/esm/NotificationResourceV1UpdateBehaviorGroup/index.js +0 -33
  223. package/esm/NotificationResourceV1UpdateBehaviorGroup/index.js.map +0 -1
  224. package/esm/NotificationResourceV1UpdateBehaviorGroupActions/index.d.ts +0 -27
  225. package/esm/NotificationResourceV1UpdateBehaviorGroupActions/index.d.ts.map +0 -1
  226. package/esm/NotificationResourceV1UpdateBehaviorGroupActions/index.js +0 -33
  227. package/esm/NotificationResourceV1UpdateBehaviorGroupActions/index.js.map +0 -1
  228. package/esm/NotificationResourceV1UpdateEventTypeBehaviors/index.d.ts +0 -27
  229. package/esm/NotificationResourceV1UpdateEventTypeBehaviors/index.d.ts.map +0 -1
  230. package/esm/NotificationResourceV1UpdateEventTypeBehaviors/index.js +0 -33
  231. package/esm/NotificationResourceV1UpdateEventTypeBehaviors/index.js.map +0 -1
  232. package/esm/OrgConfigResourceV1GetDailyDigestTimePreference/index.d.ts.map +0 -1
  233. package/esm/OrgConfigResourceV1GetDailyDigestTimePreference/index.js +0 -30
  234. package/esm/OrgConfigResourceV1GetDailyDigestTimePreference/index.js.map +0 -1
  235. package/esm/OrgConfigResourceV1SaveDailyDigestTimePreference/index.d.ts.map +0 -1
  236. package/esm/OrgConfigResourceV1SaveDailyDigestTimePreference/index.js +0 -32
  237. package/esm/OrgConfigResourceV1SaveDailyDigestTimePreference/index.js.map +0 -1
  238. package/esm/api.d.ts +0 -3364
  239. package/esm/api.d.ts.map +0 -1
  240. package/esm/api.js +0 -2513
  241. package/esm/api.js.map +0 -1
  242. package/esm/base.d.ts +0 -55
  243. package/esm/base.d.ts.map +0 -1
  244. package/esm/base.js +0 -55
  245. package/esm/base.js.map +0 -1
  246. package/esm/common.d.ts +0 -66
  247. package/esm/common.d.ts.map +0 -1
  248. package/esm/common.js +0 -134
  249. package/esm/common.js.map +0 -1
  250. package/esm/configuration.d.ts.map +0 -1
  251. package/esm/configuration.js +0 -28
  252. package/esm/configuration.js.map +0 -1
  253. package/esm/index.d.ts.map +0 -1
  254. package/esm/index.js +0 -50
  255. package/esm/index.js.map +0 -1
  256. package/esm/types/index.d.ts +0 -1875
  257. package/esm/types/index.d.ts.map +0 -1
  258. package/esm/types/index.js +0 -90
  259. package/esm/types/index.js.map +0 -1
  260. package/esm/utils/base.d.ts.map +0 -1
  261. package/esm/utils/base.js +0 -125
  262. package/esm/utils/base.js.map +0 -1
  263. package/esm/utils/common.d.ts.map +0 -1
  264. package/esm/utils/common.js +0 -123
  265. package/esm/utils/common.js.map +0 -1
  266. package/esm/utils/configuration.d.ts +0 -73
  267. package/esm/utils/configuration.d.ts.map +0 -1
  268. package/esm/utils/configuration.js +0 -28
  269. package/esm/utils/configuration.js.map +0 -1
  270. package/index.d.ts +0 -27
  271. package/types/index.d.ts.map +0 -1
  272. package/utils/base.d.ts +0 -85
  273. package/utils/base.d.ts.map +0 -1
  274. package/utils/common.d.ts +0 -55
  275. package/utils/configuration.d.ts +0 -73
  276. /package/{DrawerResourceV1GetDrawerEntries → dist/DrawerResourceV1GetDrawerEntries}/index.js +0 -0
  277. /package/{DrawerResourceV1GetDrawerEntries → dist/DrawerResourceV1GetDrawerEntries}/index.js.map +0 -0
  278. /package/{DrawerResourceV1UpdateNotificationReadStatus → dist/DrawerResourceV1UpdateNotificationReadStatus}/index.js +0 -0
  279. /package/{DrawerResourceV1UpdateNotificationReadStatus → dist/DrawerResourceV1UpdateNotificationReadStatus}/index.js.map +0 -0
  280. /package/{EventResourceV1GetEvents → dist/EventResourceV1GetEvents}/index.js +0 -0
  281. /package/{EventResourceV1GetEvents → dist/EventResourceV1GetEvents}/index.js.map +0 -0
  282. /package/{NotificationResourceV1AppendBehaviorGroupToEventType → dist/NotificationResourceV1AppendBehaviorGroupToEventType}/index.js +0 -0
  283. /package/{NotificationResourceV1AppendBehaviorGroupToEventType → dist/NotificationResourceV1AppendBehaviorGroupToEventType}/index.js.map +0 -0
  284. /package/{NotificationResourceV1CreateBehaviorGroup → dist/NotificationResourceV1CreateBehaviorGroup}/index.js +0 -0
  285. /package/{NotificationResourceV1CreateBehaviorGroup → dist/NotificationResourceV1CreateBehaviorGroup}/index.js.map +0 -0
  286. /package/{NotificationResourceV1DeleteBehaviorGroup → dist/NotificationResourceV1DeleteBehaviorGroup}/index.js +0 -0
  287. /package/{NotificationResourceV1DeleteBehaviorGroup → dist/NotificationResourceV1DeleteBehaviorGroup}/index.js.map +0 -0
  288. /package/{NotificationResourceV1DeleteBehaviorGroupFromEventType → dist/NotificationResourceV1DeleteBehaviorGroupFromEventType}/index.js +0 -0
  289. /package/{NotificationResourceV1DeleteBehaviorGroupFromEventType → dist/NotificationResourceV1DeleteBehaviorGroupFromEventType}/index.js.map +0 -0
  290. /package/{NotificationResourceV1FindBehaviorGroupsByBundleId → dist/NotificationResourceV1FindBehaviorGroupsByBundleId}/index.js +0 -0
  291. /package/{NotificationResourceV1FindBehaviorGroupsByBundleId → dist/NotificationResourceV1FindBehaviorGroupsByBundleId}/index.js.map +0 -0
  292. /package/{NotificationResourceV1GetApplicationByNameAndBundleName → dist/NotificationResourceV1GetApplicationByNameAndBundleName}/index.js +0 -0
  293. /package/{NotificationResourceV1GetApplicationByNameAndBundleName → dist/NotificationResourceV1GetApplicationByNameAndBundleName}/index.js.map +0 -0
  294. /package/{NotificationResourceV1GetApplicationsFacets → dist/NotificationResourceV1GetApplicationsFacets}/index.js +0 -0
  295. /package/{NotificationResourceV1GetApplicationsFacets → dist/NotificationResourceV1GetApplicationsFacets}/index.js.map +0 -0
  296. /package/{NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint → dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint}/index.js +0 -0
  297. /package/{NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint → dist/NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint}/index.js.map +0 -0
  298. /package/{NotificationResourceV1GetBundleByName → dist/NotificationResourceV1GetBundleByName}/index.js +0 -0
  299. /package/{NotificationResourceV1GetBundleByName → dist/NotificationResourceV1GetBundleByName}/index.js.map +0 -0
  300. /package/{NotificationResourceV1GetBundleFacets → dist/NotificationResourceV1GetBundleFacets}/index.js +0 -0
  301. /package/{NotificationResourceV1GetBundleFacets → dist/NotificationResourceV1GetBundleFacets}/index.js.map +0 -0
  302. /package/{NotificationResourceV1GetEventTypes → dist/NotificationResourceV1GetEventTypes}/index.js +0 -0
  303. /package/{NotificationResourceV1GetEventTypes → dist/NotificationResourceV1GetEventTypes}/index.js.map +0 -0
  304. /package/{NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup → dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup}/index.js +0 -0
  305. /package/{NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup → dist/NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup}/index.js.map +0 -0
  306. /package/{NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName → dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName}/index.js +0 -0
  307. /package/{NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName → dist/NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName}/index.js.map +0 -0
  308. /package/{NotificationResourceV1GetLinkedBehaviorGroups → dist/NotificationResourceV1GetLinkedBehaviorGroups}/index.js +0 -0
  309. /package/{NotificationResourceV1GetLinkedBehaviorGroups → dist/NotificationResourceV1GetLinkedBehaviorGroups}/index.js.map +0 -0
  310. /package/{NotificationResourceV1UpdateBehaviorGroup → dist/NotificationResourceV1UpdateBehaviorGroup}/index.js +0 -0
  311. /package/{NotificationResourceV1UpdateBehaviorGroup → dist/NotificationResourceV1UpdateBehaviorGroup}/index.js.map +0 -0
  312. /package/{NotificationResourceV1UpdateBehaviorGroupActions → dist/NotificationResourceV1UpdateBehaviorGroupActions}/index.js +0 -0
  313. /package/{NotificationResourceV1UpdateBehaviorGroupActions → dist/NotificationResourceV1UpdateBehaviorGroupActions}/index.js.map +0 -0
  314. /package/{NotificationResourceV1UpdateEventTypeBehaviors → dist/NotificationResourceV1UpdateEventTypeBehaviors}/index.js +0 -0
  315. /package/{NotificationResourceV1UpdateEventTypeBehaviors → dist/NotificationResourceV1UpdateEventTypeBehaviors}/index.js.map +0 -0
  316. /package/{OrgConfigResourceV1GetDailyDigestTimePreference → dist/OrgConfigResourceV1GetDailyDigestTimePreference}/index.js +0 -0
  317. /package/{OrgConfigResourceV1GetDailyDigestTimePreference → dist/OrgConfigResourceV1GetDailyDigestTimePreference}/index.js.map +0 -0
  318. /package/{OrgConfigResourceV1SaveDailyDigestTimePreference → dist/OrgConfigResourceV1SaveDailyDigestTimePreference}/index.js +0 -0
  319. /package/{OrgConfigResourceV1SaveDailyDigestTimePreference → dist/OrgConfigResourceV1SaveDailyDigestTimePreference}/index.js.map +0 -0
  320. /package/{api.js → dist/api.js} +0 -0
  321. /package/{api.js.map → dist/api.js.map} +0 -0
  322. /package/{base.d.ts → dist/base.d.ts} +0 -0
  323. /package/{base.d.ts.map → dist/base.d.ts.map} +0 -0
  324. /package/{base.js → dist/base.js} +0 -0
  325. /package/{base.js.map → dist/base.js.map} +0 -0
  326. /package/{common.d.ts → dist/common.d.ts} +0 -0
  327. /package/{common.d.ts.map → dist/common.d.ts.map} +0 -0
  328. /package/{common.js → dist/common.js} +0 -0
  329. /package/{common.js.map → dist/common.js.map} +0 -0
  330. /package/{configuration.d.ts → dist/configuration.d.ts} +0 -0
  331. /package/{configuration.d.ts.map → dist/configuration.d.ts.map} +0 -0
  332. /package/{configuration.js → dist/configuration.js} +0 -0
  333. /package/{configuration.js.map → dist/configuration.js.map} +0 -0
  334. /package/{esm → dist}/index.d.ts +0 -0
  335. /package/{index.d.ts.map → dist/index.d.ts.map} +0 -0
  336. /package/{index.js → dist/index.js} +0 -0
  337. /package/{index.js.map → dist/index.js.map} +0 -0
  338. /package/{types → dist/types}/index.js +0 -0
  339. /package/{types → dist/types}/index.js.map +0 -0
  340. /package/{utils → dist/utils}/base.js +0 -0
  341. /package/{utils → dist/utils}/base.js.map +0 -0
  342. /package/{esm → dist}/utils/common.d.ts +0 -0
  343. /package/{utils → dist/utils}/common.d.ts.map +0 -0
  344. /package/{utils → dist/utils}/common.js +0 -0
  345. /package/{utils → dist/utils}/common.js.map +0 -0
  346. /package/{esm → dist/utils}/configuration.d.ts +0 -0
  347. /package/{utils → dist/utils}/configuration.d.ts.map +0 -0
  348. /package/{utils → dist/utils}/configuration.js +0 -0
  349. /package/{utils → dist/utils}/configuration.js.map +0 -0
@@ -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)
@@ -0,0 +1,65 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / NotificationStatus
2
+
3
+ # Enumeration: NotificationStatus
4
+
5
+ **`Export`**
6
+
7
+ ## Table of contents
8
+
9
+ ### Enumeration Members
10
+
11
+ - [FailedExternal](NotificationStatus.md#failedexternal)
12
+ - [FailedInternal](NotificationStatus.md#failedinternal)
13
+ - [Processing](NotificationStatus.md#processing)
14
+ - [Sent](NotificationStatus.md#sent)
15
+ - [Success](NotificationStatus.md#success)
16
+
17
+ ## Enumeration Members
18
+
19
+ ### FailedExternal
20
+
21
+ • **FailedExternal** = ``"FAILED_EXTERNAL"``
22
+
23
+ #### Defined in
24
+
25
+ [packages/notifications/types/index.ts:1383](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1383)
26
+
27
+ ___
28
+
29
+ ### FailedInternal
30
+
31
+ • **FailedInternal** = ``"FAILED_INTERNAL"``
32
+
33
+ #### Defined in
34
+
35
+ [packages/notifications/types/index.ts:1382](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1382)
36
+
37
+ ___
38
+
39
+ ### Processing
40
+
41
+ • **Processing** = ``"PROCESSING"``
42
+
43
+ #### Defined in
44
+
45
+ [packages/notifications/types/index.ts:1384](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1384)
46
+
47
+ ___
48
+
49
+ ### Sent
50
+
51
+ • **Sent** = ``"SENT"``
52
+
53
+ #### Defined in
54
+
55
+ [packages/notifications/types/index.ts:1385](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1385)
56
+
57
+ ___
58
+
59
+ ### Success
60
+
61
+ • **Success** = ``"SUCCESS"``
62
+
63
+ #### Defined in
64
+
65
+ [packages/notifications/types/index.ts:1386](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1386)
@@ -0,0 +1,32 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / Status
2
+
3
+ # Enumeration: Status
4
+
5
+ **`Export`**
6
+
7
+ ## Table of contents
8
+
9
+ ### Enumeration Members
10
+
11
+ - [Maintenance](Status.md#maintenance)
12
+ - [Up](Status.md#up)
13
+
14
+ ## Enumeration Members
15
+
16
+ ### Maintenance
17
+
18
+ • **Maintenance** = ``"MAINTENANCE"``
19
+
20
+ #### Defined in
21
+
22
+ [packages/notifications/types/index.ts:1610](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1610)
23
+
24
+ ___
25
+
26
+ ### Up
27
+
28
+ • **Up** = ``"UP"``
29
+
30
+ #### Defined in
31
+
32
+ [packages/notifications/types/index.ts:1609](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1609)
@@ -0,0 +1,43 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / SubscriptionType
2
+
3
+ # Enumeration: SubscriptionType
4
+
5
+ **`Export`**
6
+
7
+ ## Table of contents
8
+
9
+ ### Enumeration Members
10
+
11
+ - [Daily](SubscriptionType.md#daily)
12
+ - [Drawer](SubscriptionType.md#drawer)
13
+ - [Instant](SubscriptionType.md#instant)
14
+
15
+ ## Enumeration Members
16
+
17
+ ### Daily
18
+
19
+ • **Daily** = ``"DAILY"``
20
+
21
+ #### Defined in
22
+
23
+ [packages/notifications/types/index.ts:1624](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1624)
24
+
25
+ ___
26
+
27
+ ### Drawer
28
+
29
+ • **Drawer** = ``"DRAWER"``
30
+
31
+ #### Defined in
32
+
33
+ [packages/notifications/types/index.ts:1625](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1625)
34
+
35
+ ___
36
+
37
+ ### Instant
38
+
39
+ • **Instant** = ``"INSTANT"``
40
+
41
+ #### Defined in
42
+
43
+ [packages/notifications/types/index.ts:1623](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L1623)
@@ -0,0 +1,44 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / AddAccessRequest
2
+
3
+ # Interface: AddAccessRequest
4
+
5
+ **`Export`**
6
+
7
+ **`Interface`**
8
+
9
+ AddAccessRequest
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [application\_id](AddAccessRequest.md#application_id)
16
+ - [role](AddAccessRequest.md#role)
17
+
18
+ ## Properties
19
+
20
+ ### application\_id
21
+
22
+ • `Optional` **application\_id**: `string`
23
+
24
+ **`Memberof`**
25
+
26
+ AddAccessRequest
27
+
28
+ #### Defined in
29
+
30
+ [packages/notifications/types/index.ts:18](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L18)
31
+
32
+ ___
33
+
34
+ ### role
35
+
36
+ • `Optional` **role**: `string`
37
+
38
+ **`Memberof`**
39
+
40
+ AddAccessRequest
41
+
42
+ #### Defined in
43
+
44
+ [packages/notifications/types/index.ts:12](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L12)