@redhat-cloud-services/notifications-client 2.2.3 → 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,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)
@@ -0,0 +1,74 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / AddApplicationRequest
2
+
3
+ # Interface: AddApplicationRequest
4
+
5
+ **`Export`**
6
+
7
+ **`Interface`**
8
+
9
+ AddApplicationRequest
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [bundle\_id](AddApplicationRequest.md#bundle_id)
16
+ - [display\_name](AddApplicationRequest.md#display_name)
17
+ - [name](AddApplicationRequest.md#name)
18
+ - [owner\_role](AddApplicationRequest.md#owner_role)
19
+
20
+ ## Properties
21
+
22
+ ### bundle\_id
23
+
24
+ • **bundle\_id**: `string`
25
+
26
+ **`Memberof`**
27
+
28
+ AddApplicationRequest
29
+
30
+ #### Defined in
31
+
32
+ [packages/notifications/types/index.ts:43](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L43)
33
+
34
+ ___
35
+
36
+ ### display\_name
37
+
38
+ • **display\_name**: `string`
39
+
40
+ **`Memberof`**
41
+
42
+ AddApplicationRequest
43
+
44
+ #### Defined in
45
+
46
+ [packages/notifications/types/index.ts:37](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L37)
47
+
48
+ ___
49
+
50
+ ### name
51
+
52
+ • **name**: `string`
53
+
54
+ **`Memberof`**
55
+
56
+ AddApplicationRequest
57
+
58
+ #### Defined in
59
+
60
+ [packages/notifications/types/index.ts:31](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L31)
61
+
62
+ ___
63
+
64
+ ### owner\_role
65
+
66
+ • `Optional` **owner\_role**: `string`
67
+
68
+ **`Memberof`**
69
+
70
+ AddApplicationRequest
71
+
72
+ #### Defined in
73
+
74
+ [packages/notifications/types/index.ts:49](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L49)
@@ -0,0 +1,164 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / AggregationEmailTemplate
2
+
3
+ # Interface: AggregationEmailTemplate
4
+
5
+ **`Export`**
6
+
7
+ **`Interface`**
8
+
9
+ AggregationEmailTemplate
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [application](AggregationEmailTemplate.md#application)
16
+ - [application\_id](AggregationEmailTemplate.md#application_id)
17
+ - [body\_template](AggregationEmailTemplate.md#body_template)
18
+ - [body\_template\_id](AggregationEmailTemplate.md#body_template_id)
19
+ - [created](AggregationEmailTemplate.md#created)
20
+ - [id](AggregationEmailTemplate.md#id)
21
+ - [subject\_template](AggregationEmailTemplate.md#subject_template)
22
+ - [subject\_template\_id](AggregationEmailTemplate.md#subject_template_id)
23
+ - [subscription\_type](AggregationEmailTemplate.md#subscription_type)
24
+ - [updated](AggregationEmailTemplate.md#updated)
25
+
26
+ ## Properties
27
+
28
+ ### application
29
+
30
+ • `Optional` **application**: [`Application`](Application.md)
31
+
32
+ **`Memberof`**
33
+
34
+ AggregationEmailTemplate
35
+
36
+ #### Defined in
37
+
38
+ [packages/notifications/types/index.ts:80](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L80)
39
+
40
+ ___
41
+
42
+ ### application\_id
43
+
44
+ • `Optional` **application\_id**: `string`
45
+
46
+ **`Memberof`**
47
+
48
+ AggregationEmailTemplate
49
+
50
+ #### Defined in
51
+
52
+ [packages/notifications/types/index.ts:86](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L86)
53
+
54
+ ___
55
+
56
+ ### body\_template
57
+
58
+ • `Optional` **body\_template**: [`AggregationEmailTemplateSubjectTemplate`](AggregationEmailTemplateSubjectTemplate.md)
59
+
60
+ **`Memberof`**
61
+
62
+ AggregationEmailTemplate
63
+
64
+ #### Defined in
65
+
66
+ [packages/notifications/types/index.ts:110](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L110)
67
+
68
+ ___
69
+
70
+ ### body\_template\_id
71
+
72
+ • **body\_template\_id**: `string`
73
+
74
+ **`Memberof`**
75
+
76
+ AggregationEmailTemplate
77
+
78
+ #### Defined in
79
+
80
+ [packages/notifications/types/index.ts:116](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L116)
81
+
82
+ ___
83
+
84
+ ### created
85
+
86
+ • `Optional` **created**: `string`
87
+
88
+ **`Memberof`**
89
+
90
+ AggregationEmailTemplate
91
+
92
+ #### Defined in
93
+
94
+ [packages/notifications/types/index.ts:62](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L62)
95
+
96
+ ___
97
+
98
+ ### id
99
+
100
+ • `Optional` **id**: `string`
101
+
102
+ **`Memberof`**
103
+
104
+ AggregationEmailTemplate
105
+
106
+ #### Defined in
107
+
108
+ [packages/notifications/types/index.ts:74](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L74)
109
+
110
+ ___
111
+
112
+ ### subject\_template
113
+
114
+ • `Optional` **subject\_template**: [`AggregationEmailTemplateSubjectTemplate`](AggregationEmailTemplateSubjectTemplate.md)
115
+
116
+ **`Memberof`**
117
+
118
+ AggregationEmailTemplate
119
+
120
+ #### Defined in
121
+
122
+ [packages/notifications/types/index.ts:98](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L98)
123
+
124
+ ___
125
+
126
+ ### subject\_template\_id
127
+
128
+ • **subject\_template\_id**: `string`
129
+
130
+ **`Memberof`**
131
+
132
+ AggregationEmailTemplate
133
+
134
+ #### Defined in
135
+
136
+ [packages/notifications/types/index.ts:104](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L104)
137
+
138
+ ___
139
+
140
+ ### subscription\_type
141
+
142
+ • **subscription\_type**: [`SubscriptionType`](../enums/SubscriptionType.md)
143
+
144
+ **`Memberof`**
145
+
146
+ AggregationEmailTemplate
147
+
148
+ #### Defined in
149
+
150
+ [packages/notifications/types/index.ts:92](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L92)
151
+
152
+ ___
153
+
154
+ ### updated
155
+
156
+ • `Optional` **updated**: `string`
157
+
158
+ **`Memberof`**
159
+
160
+ AggregationEmailTemplate
161
+
162
+ #### Defined in
163
+
164
+ [packages/notifications/types/index.ts:68](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L68)
@@ -0,0 +1,104 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / AggregationEmailTemplateSubjectTemplate
2
+
3
+ # Interface: AggregationEmailTemplateSubjectTemplate
4
+
5
+ **`Export`**
6
+
7
+ **`Interface`**
8
+
9
+ AggregationEmailTemplateSubjectTemplate
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [created](AggregationEmailTemplateSubjectTemplate.md#created)
16
+ - [data](AggregationEmailTemplateSubjectTemplate.md#data)
17
+ - [description](AggregationEmailTemplateSubjectTemplate.md#description)
18
+ - [id](AggregationEmailTemplateSubjectTemplate.md#id)
19
+ - [name](AggregationEmailTemplateSubjectTemplate.md#name)
20
+ - [updated](AggregationEmailTemplateSubjectTemplate.md#updated)
21
+
22
+ ## Properties
23
+
24
+ ### created
25
+
26
+ • `Optional` **created**: `string`
27
+
28
+ **`Memberof`**
29
+
30
+ AggregationEmailTemplateSubjectTemplate
31
+
32
+ #### Defined in
33
+
34
+ [packages/notifications/types/index.ts:131](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L131)
35
+
36
+ ___
37
+
38
+ ### data
39
+
40
+ • **data**: `string`
41
+
42
+ **`Memberof`**
43
+
44
+ AggregationEmailTemplateSubjectTemplate
45
+
46
+ #### Defined in
47
+
48
+ [packages/notifications/types/index.ts:161](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L161)
49
+
50
+ ___
51
+
52
+ ### description
53
+
54
+ • **description**: `string`
55
+
56
+ **`Memberof`**
57
+
58
+ AggregationEmailTemplateSubjectTemplate
59
+
60
+ #### Defined in
61
+
62
+ [packages/notifications/types/index.ts:155](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L155)
63
+
64
+ ___
65
+
66
+ ### id
67
+
68
+ • `Optional` **id**: `string`
69
+
70
+ **`Memberof`**
71
+
72
+ AggregationEmailTemplateSubjectTemplate
73
+
74
+ #### Defined in
75
+
76
+ [packages/notifications/types/index.ts:143](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L143)
77
+
78
+ ___
79
+
80
+ ### name
81
+
82
+ • **name**: `string`
83
+
84
+ **`Memberof`**
85
+
86
+ AggregationEmailTemplateSubjectTemplate
87
+
88
+ #### Defined in
89
+
90
+ [packages/notifications/types/index.ts:149](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L149)
91
+
92
+ ___
93
+
94
+ ### updated
95
+
96
+ • `Optional` **updated**: `string`
97
+
98
+ **`Memberof`**
99
+
100
+ AggregationEmailTemplateSubjectTemplate
101
+
102
+ #### Defined in
103
+
104
+ [packages/notifications/types/index.ts:137](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L137)
@@ -0,0 +1,30 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / ApiConfig
2
+
3
+ # Interface: ApiConfig
4
+
5
+ ## Table of contents
6
+
7
+ ### Properties
8
+
9
+ - [axios](ApiConfig.md#axios)
10
+ - [configuration](ApiConfig.md#configuration)
11
+
12
+ ## Properties
13
+
14
+ ### axios
15
+
16
+ • **axios**: `AxiosInstance`
17
+
18
+ #### Defined in
19
+
20
+ [packages/notifications/utils/base.ts:41](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L41)
21
+
22
+ ___
23
+
24
+ ### configuration
25
+
26
+ • `Optional` **configuration**: [`Configuration`](../classes/Configuration.md)
27
+
28
+ #### Defined in
29
+
30
+ [packages/notifications/utils/base.ts:42](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/utils/base.ts#L42)
@@ -0,0 +1,104 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / Application
2
+
3
+ # Interface: Application
4
+
5
+ **`Export`**
6
+
7
+ **`Interface`**
8
+
9
+ Application
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [bundle\_id](Application.md#bundle_id)
16
+ - [created](Application.md#created)
17
+ - [display\_name](Application.md#display_name)
18
+ - [id](Application.md#id)
19
+ - [name](Application.md#name)
20
+ - [updated](Application.md#updated)
21
+
22
+ ## Properties
23
+
24
+ ### bundle\_id
25
+
26
+ • **bundle\_id**: `string`
27
+
28
+ **`Memberof`**
29
+
30
+ Application
31
+
32
+ #### Defined in
33
+
34
+ [packages/notifications/types/index.ts:204](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L204)
35
+
36
+ ___
37
+
38
+ ### created
39
+
40
+ • `Optional` **created**: `string`
41
+
42
+ **`Memberof`**
43
+
44
+ Application
45
+
46
+ #### Defined in
47
+
48
+ [packages/notifications/types/index.ts:174](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L174)
49
+
50
+ ___
51
+
52
+ ### display\_name
53
+
54
+ • **display\_name**: `string`
55
+
56
+ **`Memberof`**
57
+
58
+ Application
59
+
60
+ #### Defined in
61
+
62
+ [packages/notifications/types/index.ts:198](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L198)
63
+
64
+ ___
65
+
66
+ ### id
67
+
68
+ • `Optional` **id**: `string`
69
+
70
+ **`Memberof`**
71
+
72
+ Application
73
+
74
+ #### Defined in
75
+
76
+ [packages/notifications/types/index.ts:186](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L186)
77
+
78
+ ___
79
+
80
+ ### name
81
+
82
+ • **name**: `string`
83
+
84
+ **`Memberof`**
85
+
86
+ Application
87
+
88
+ #### Defined in
89
+
90
+ [packages/notifications/types/index.ts:192](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L192)
91
+
92
+ ___
93
+
94
+ ### updated
95
+
96
+ • `Optional` **updated**: `string`
97
+
98
+ **`Memberof`**
99
+
100
+ Application
101
+
102
+ #### Defined in
103
+
104
+ [packages/notifications/types/index.ts:180](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L180)
@@ -0,0 +1,44 @@
1
+ [@redhat-cloud-services/notifications-client](../README.md) / [Exports](../modules.md) / Application1
2
+
3
+ # Interface: Application1
4
+
5
+ **`Export`**
6
+
7
+ **`Interface`**
8
+
9
+ Application1
10
+
11
+ ## Table of contents
12
+
13
+ ### Properties
14
+
15
+ - [display\_name](Application1.md#display_name)
16
+ - [id](Application1.md#id)
17
+
18
+ ## Properties
19
+
20
+ ### display\_name
21
+
22
+ • **display\_name**: `string`
23
+
24
+ **`Memberof`**
25
+
26
+ Application1
27
+
28
+ #### Defined in
29
+
30
+ [packages/notifications/types/index.ts:223](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L223)
31
+
32
+ ___
33
+
34
+ ### id
35
+
36
+ • **id**: `string`
37
+
38
+ **`Memberof`**
39
+
40
+ Application1
41
+
42
+ #### Defined in
43
+
44
+ [packages/notifications/types/index.ts:217](https://github.com/RedHatInsights/javascript-clients/blob/master/packages/notifications/types/index.ts#L217)