@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
@@ -1,31 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1DeleteBehaviorGroupObjectParams = (params) => {
4
- return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'id');
5
- };
6
- /**
7
- * Deletes a behavior group and all of its configured actions. Use this endpoint when you no longer need a behavior group.
8
- * @summary Delete a behavior group
9
- * @param {NotificationResourceV1DeleteBehaviorGroupParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1DeleteBehaviorGroupParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1DeleteBehaviorGroupObjectParams(config) ? config[0] : ['id', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { id, options = {} } = params;
16
- const localVarPath = `/notifications/behaviorGroups/{id}`
17
- .replace(`{${"id"}}`, encodeURIComponent(String(id)));
18
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
19
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
20
- const localVarRequestOptions = { method: 'DELETE', ...options };
21
- const localVarHeaderParameter = {};
22
- const localVarQueryParameter = {};
23
- setSearchParams(localVarUrlObj, localVarQueryParameter);
24
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
25
- return {
26
- urlObj: localVarUrlObj,
27
- options: localVarRequestOptions,
28
- };
29
- };
30
- export default notificationResourceV1DeleteBehaviorGroupParamCreator;
31
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1DeleteBehaviorGroup/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AAoBnO,MAAM,uDAAuD,GAAG,CAAC,MAAqE,EAA+D,EAAE;IACrM,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAA;AAClF,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,qDAAqD,GAAG,KAAK,EAAE,GAAG,MAA0F,EAAwB,EAAE;IAC/L,MAAM,MAAM,GAAG,uDAAuD,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,EAAE,CAAoD,CAAC;IACxO,MAAM,EAAE,EAAE,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IACpC,MAAM,YAAY,GAAG,oCAAoC;SACpD,OAAO,CAAC,IAAI,IAAI,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IAC1D,oFAAoF;IACpF,MAAM,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAC7D,MAAM,sBAAsB,GAAG,EAAE,MAAM,EAAE,QAAkB,EAAE,GAAG,OAAO,EAAC,CAAC;IACzE,MAAM,uBAAuB,GAAG,EAAS,CAAC;IAC1C,MAAM,sBAAsB,GAAG,EAAS,CAAC;IAIzC,eAAe,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;IACxD,sBAAsB,CAAC,OAAO,GAAG,EAAC,GAAG,uBAAuB,EAAE,GAAG,OAAO,CAAC,OAAO,EAAC,CAAC;IAElF,OAAO;QACH,MAAM,EAAE,cAAc;QACtB,OAAO,EAAE,sBAAsB;KAClC,CAAC;AACN,CAAC,CAAA;AAED,eAAe,qDAAqD,CAAC"}
@@ -1,27 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type NotificationResourceV1DeleteBehaviorGroupFromEventTypeParams = {
4
- /**
5
- *
6
- * @type { string }
7
- * @memberof NotificationResourceV1DeleteBehaviorGroupFromEventTypeApi
8
- */
9
- behaviorGroupId: string;
10
- /**
11
- *
12
- * @type { string }
13
- * @memberof NotificationResourceV1DeleteBehaviorGroupFromEventTypeApi
14
- */
15
- eventTypeId: string;
16
- options?: AxiosRequestConfig;
17
- };
18
- /**
19
- * Adds a behavior group to the specified event type.
20
- * @summary Add a behavior group to an event type
21
- * @param {NotificationResourceV1DeleteBehaviorGroupFromEventTypeParams} config with all available params.
22
- * @param {*} [options] Override http request option.
23
- * @throws {RequiredError}
24
- */
25
- export declare const notificationResourceV1DeleteBehaviorGroupFromEventTypeParamCreator: (...config: ([NotificationResourceV1DeleteBehaviorGroupFromEventTypeParams] | [string, string, AxiosRequestConfig])) => Promise<RequestArgs>;
26
- export default notificationResourceV1DeleteBehaviorGroupFromEventTypeParamCreator;
27
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1DeleteBehaviorGroupFromEventType/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAA+B,kBAAkB,EAAU,MAAM,OAAO,CAAC;AAGrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AASjD,oBAAY,4DAA4D,GAAG;IACzE;;;;MAIE;IACF,eAAe,EAAE,MAAM,CAAC;IACxB;;;;MAIE;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,kEAAkE,cAAqB,CAAC,CAAC,4DAA4D,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAqBhO,CAAA;AAED,eAAe,kEAAkE,CAAC"}
@@ -1,32 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1DeleteBehaviorGroupFromEventTypeObjectParams = (params) => {
4
- return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'behaviorGroupId') && Object.prototype.hasOwnProperty.call(params, 'eventTypeId');
5
- };
6
- /**
7
- * Adds a behavior group to the specified event type.
8
- * @summary Add a behavior group to an event type
9
- * @param {NotificationResourceV1DeleteBehaviorGroupFromEventTypeParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1DeleteBehaviorGroupFromEventTypeParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1DeleteBehaviorGroupFromEventTypeObjectParams(config) ? config[0] : ['behaviorGroupId', 'eventTypeId', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { behaviorGroupId, eventTypeId, options = {} } = params;
16
- const localVarPath = `/notifications/eventTypes/{eventTypeId}/behaviorGroups/{behaviorGroupId}`
17
- .replace(`{${"behaviorGroupId"}}`, encodeURIComponent(String(behaviorGroupId)))
18
- .replace(`{${"eventTypeId"}}`, encodeURIComponent(String(eventTypeId)));
19
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
20
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
21
- const localVarRequestOptions = { method: 'DELETE', ...options };
22
- const localVarHeaderParameter = {};
23
- const localVarQueryParameter = {};
24
- setSearchParams(localVarUrlObj, localVarQueryParameter);
25
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
26
- return {
27
- urlObj: localVarUrlObj,
28
- options: localVarRequestOptions,
29
- };
30
- };
31
- export default notificationResourceV1DeleteBehaviorGroupFromEventTypeParamCreator;
32
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1DeleteBehaviorGroupFromEventType/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AA0BnO,MAAM,oEAAoE,GAAG,CAAC,MAAkF,EAA4E,EAAE;IAC5O,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,iBAAiB,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,aAAa,CAAC,CAAA;AAC9J,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,kEAAkE,GAAG,KAAK,EAAE,GAAG,MAA+G,EAAwB,EAAE;IACjO,MAAM,MAAM,GAAG,oEAAoE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,iBAAiB,EAAE,aAAa,EAAE,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,EAAE,CAAiE,CAAC;IAC9R,MAAM,EAAE,eAAe,EAAE,WAAW,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IAC9D,MAAM,YAAY,GAAG,0EAA0E;SAC1F,OAAO,CAAC,IAAI,iBAAiB,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC;SAC9E,OAAO,CAAC,IAAI,aAAa,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;IAC5E,oFAAoF;IACpF,MAAM,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAC7D,MAAM,sBAAsB,GAAG,EAAE,MAAM,EAAE,QAAkB,EAAE,GAAG,OAAO,EAAC,CAAC;IACzE,MAAM,uBAAuB,GAAG,EAAS,CAAC;IAC1C,MAAM,sBAAsB,GAAG,EAAS,CAAC;IAIzC,eAAe,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;IACxD,sBAAsB,CAAC,OAAO,GAAG,EAAC,GAAG,uBAAuB,EAAE,GAAG,OAAO,CAAC,OAAO,EAAC,CAAC;IAElF,OAAO;QACH,MAAM,EAAE,cAAc;QACtB,OAAO,EAAE,sBAAsB;KAClC,CAAC;AACN,CAAC,CAAA;AAED,eAAe,kEAAkE,CAAC"}
@@ -1,21 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type NotificationResourceV1FindBehaviorGroupsByBundleIdParams = {
4
- /**
5
- * UUID of the bundle to retrieve the behavior groups for.
6
- * @type { string }
7
- * @memberof NotificationResourceV1FindBehaviorGroupsByBundleIdApi
8
- */
9
- bundleId: string;
10
- options?: AxiosRequestConfig;
11
- };
12
- /**
13
- * Lists the behavior groups associated with a bundle. Use this endpoint to see the behavior groups that are configured for a particular bundle for a particular tenant.
14
- * @summary List behavior groups in a bundle
15
- * @param {NotificationResourceV1FindBehaviorGroupsByBundleIdParams} config with all available params.
16
- * @param {*} [options] Override http request option.
17
- * @throws {RequiredError}
18
- */
19
- export declare const notificationResourceV1FindBehaviorGroupsByBundleIdParamCreator: (...config: ([NotificationResourceV1FindBehaviorGroupsByBundleIdParams] | [string, AxiosRequestConfig])) => Promise<RequestArgs>;
20
- export default notificationResourceV1FindBehaviorGroupsByBundleIdParamCreator;
21
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1FindBehaviorGroupsByBundleId/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAA+B,kBAAkB,EAAU,MAAM,OAAO,CAAC;AAGrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AASjD,oBAAY,wDAAwD,GAAG;IACrE;;;;MAIE;IACF,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,8DAA8D,cAAqB,CAAC,CAAC,wDAAwD,CAAC,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAoBhN,CAAA;AAED,eAAe,8DAA8D,CAAC"}
@@ -1,31 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1FindBehaviorGroupsByBundleIdObjectParams = (params) => {
4
- return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'bundleId');
5
- };
6
- /**
7
- * Lists the behavior groups associated with a bundle. Use this endpoint to see the behavior groups that are configured for a particular bundle for a particular tenant.
8
- * @summary List behavior groups in a bundle
9
- * @param {NotificationResourceV1FindBehaviorGroupsByBundleIdParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1FindBehaviorGroupsByBundleIdParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1FindBehaviorGroupsByBundleIdObjectParams(config) ? config[0] : ['bundleId', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { bundleId, options = {} } = params;
16
- const localVarPath = `/notifications/bundles/{bundleId}/behaviorGroups`
17
- .replace(`{${"bundleId"}}`, encodeURIComponent(String(bundleId)));
18
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
19
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
20
- const localVarRequestOptions = { method: 'GET', ...options };
21
- const localVarHeaderParameter = {};
22
- const localVarQueryParameter = {};
23
- setSearchParams(localVarUrlObj, localVarQueryParameter);
24
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
25
- return {
26
- urlObj: localVarUrlObj,
27
- options: localVarRequestOptions,
28
- };
29
- };
30
- export default notificationResourceV1FindBehaviorGroupsByBundleIdParamCreator;
31
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1FindBehaviorGroupsByBundleId/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AAoBnO,MAAM,gEAAgE,GAAG,CAAC,MAA8E,EAAwE,EAAE;IAChO,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,UAAU,CAAC,CAAA;AACxF,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,8DAA8D,GAAG,KAAK,EAAE,GAAG,MAAmG,EAAwB,EAAE;IACjN,MAAM,MAAM,GAAG,gEAAgE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,EAAE,CAA6D,CAAC;IAChQ,MAAM,EAAE,QAAQ,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IAC1C,MAAM,YAAY,GAAG,kDAAkD;SAClE,OAAO,CAAC,IAAI,UAAU,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;IACtE,oFAAoF;IACpF,MAAM,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAC7D,MAAM,sBAAsB,GAAG,EAAE,MAAM,EAAE,KAAe,EAAE,GAAG,OAAO,EAAC,CAAC;IACtE,MAAM,uBAAuB,GAAG,EAAS,CAAC;IAC1C,MAAM,sBAAsB,GAAG,EAAS,CAAC;IAIzC,eAAe,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;IACxD,sBAAsB,CAAC,OAAO,GAAG,EAAC,GAAG,uBAAuB,EAAE,GAAG,OAAO,CAAC,OAAO,EAAC,CAAC;IAElF,OAAO;QACH,MAAM,EAAE,cAAc;QACtB,OAAO,EAAE,sBAAsB;KAClC,CAAC;AACN,CAAC,CAAA;AAED,eAAe,8DAA8D,CAAC"}
@@ -1,27 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type NotificationResourceV1GetApplicationByNameAndBundleNameParams = {
4
- /**
5
- *
6
- * @type { string }
7
- * @memberof NotificationResourceV1GetApplicationByNameAndBundleNameApi
8
- */
9
- applicationName: string;
10
- /**
11
- *
12
- * @type { string }
13
- * @memberof NotificationResourceV1GetApplicationByNameAndBundleNameApi
14
- */
15
- bundleName: string;
16
- options?: AxiosRequestConfig;
17
- };
18
- /**
19
- * Retrieves an application by bundle and application names. Use this endpoint to find an application by searching for the bundle that the application is part of. This is useful if you do not know the UUID of the bundle or application.
20
- * @summary Retrieve an application by bundle and application names
21
- * @param {NotificationResourceV1GetApplicationByNameAndBundleNameParams} config with all available params.
22
- * @param {*} [options] Override http request option.
23
- * @throws {RequiredError}
24
- */
25
- export declare const notificationResourceV1GetApplicationByNameAndBundleNameParamCreator: (...config: ([NotificationResourceV1GetApplicationByNameAndBundleNameParams] | [string, string, AxiosRequestConfig])) => Promise<RequestArgs>;
26
- export default notificationResourceV1GetApplicationByNameAndBundleNameParamCreator;
27
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1GetApplicationByNameAndBundleName/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAA+B,kBAAkB,EAAU,MAAM,OAAO,CAAC;AAGrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AASjD,oBAAY,6DAA6D,GAAG;IAC1E;;;;MAIE;IACF,eAAe,EAAE,MAAM,CAAC;IACxB;;;;MAIE;IACF,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,mEAAmE,cAAqB,CAAC,CAAC,6DAA6D,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAqBlO,CAAA;AAED,eAAe,mEAAmE,CAAC"}
@@ -1,32 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1GetApplicationByNameAndBundleNameObjectParams = (params) => {
4
- return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'applicationName') && Object.prototype.hasOwnProperty.call(params, 'bundleName');
5
- };
6
- /**
7
- * Retrieves an application by bundle and application names. Use this endpoint to find an application by searching for the bundle that the application is part of. This is useful if you do not know the UUID of the bundle or application.
8
- * @summary Retrieve an application by bundle and application names
9
- * @param {NotificationResourceV1GetApplicationByNameAndBundleNameParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1GetApplicationByNameAndBundleNameParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1GetApplicationByNameAndBundleNameObjectParams(config) ? config[0] : ['applicationName', 'bundleName', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { applicationName, bundleName, options = {} } = params;
16
- const localVarPath = `/notifications/bundles/{bundleName}/applications/{applicationName}`
17
- .replace(`{${"applicationName"}}`, encodeURIComponent(String(applicationName)))
18
- .replace(`{${"bundleName"}}`, encodeURIComponent(String(bundleName)));
19
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
20
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
21
- const localVarRequestOptions = { method: 'GET', ...options };
22
- const localVarHeaderParameter = {};
23
- const localVarQueryParameter = {};
24
- setSearchParams(localVarUrlObj, localVarQueryParameter);
25
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
26
- return {
27
- urlObj: localVarUrlObj,
28
- options: localVarRequestOptions,
29
- };
30
- };
31
- export default notificationResourceV1GetApplicationByNameAndBundleNameParamCreator;
32
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1GetApplicationByNameAndBundleName/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AA0BnO,MAAM,qEAAqE,GAAG,CAAC,MAAmF,EAA6E,EAAE;IAC/O,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,iBAAiB,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,CAAA;AAC7J,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,mEAAmE,GAAG,KAAK,EAAE,GAAG,MAAgH,EAAwB,EAAE;IACnO,MAAM,MAAM,GAAG,qEAAqE,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,iBAAiB,EAAE,YAAY,EAAE,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,EAAE,CAAkE,CAAC;IAC/R,MAAM,EAAE,eAAe,EAAE,UAAU,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IAC7D,MAAM,YAAY,GAAG,oEAAoE;SACpF,OAAO,CAAC,IAAI,iBAAiB,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC;SAC9E,OAAO,CAAC,IAAI,YAAY,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;IAC1E,oFAAoF;IACpF,MAAM,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAC7D,MAAM,sBAAsB,GAAG,EAAE,MAAM,EAAE,KAAe,EAAE,GAAG,OAAO,EAAC,CAAC;IACtE,MAAM,uBAAuB,GAAG,EAAS,CAAC;IAC1C,MAAM,sBAAsB,GAAG,EAAS,CAAC;IAIzC,eAAe,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;IACxD,sBAAsB,CAAC,OAAO,GAAG,EAAC,GAAG,uBAAuB,EAAE,GAAG,OAAO,CAAC,OAAO,EAAC,CAAC;IAElF,OAAO;QACH,MAAM,EAAE,cAAc;QACtB,OAAO,EAAE,sBAAsB;KAClC,CAAC;AACN,CAAC,CAAA;AAED,eAAe,mEAAmE,CAAC"}
@@ -1,21 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type NotificationResourceV1GetApplicationsFacetsParams = {
4
- /**
5
- *
6
- * @type { string }
7
- * @memberof NotificationResourceV1GetApplicationsFacetsApi
8
- */
9
- bundleName?: string;
10
- options?: AxiosRequestConfig;
11
- };
12
- /**
13
- * Returns a list of configured applications that includes the application name, the display name, and the ID. You can use this list to configure a filter in the UI.
14
- * @summary List configured applications
15
- * @param {NotificationResourceV1GetApplicationsFacetsParams} config with all available params.
16
- * @param {*} [options] Override http request option.
17
- * @throws {RequiredError}
18
- */
19
- export declare const notificationResourceV1GetApplicationsFacetsParamCreator: (...config: ([NotificationResourceV1GetApplicationsFacetsParams] | [string, AxiosRequestConfig])) => Promise<RequestArgs>;
20
- export default notificationResourceV1GetApplicationsFacetsParamCreator;
21
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1GetApplicationsFacets/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAA+B,kBAAkB,EAAU,MAAM,OAAO,CAAC;AAGrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AASjD,oBAAY,iDAAiD,GAAG;IAC9D;;;;MAIE;IACF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,uDAAuD,cAAqB,CAAC,CAAC,iDAAiD,CAAC,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAuBlM,CAAA;AAED,eAAe,uDAAuD,CAAC"}
@@ -1,33 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1GetApplicationsFacetsObjectParams = (params) => {
4
- return params.length === 1 && true;
5
- };
6
- /**
7
- * Returns a list of configured applications that includes the application name, the display name, and the ID. You can use this list to configure a filter in the UI.
8
- * @summary List configured applications
9
- * @param {NotificationResourceV1GetApplicationsFacetsParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1GetApplicationsFacetsParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1GetApplicationsFacetsObjectParams(config) ? config[0] : ['bundleName', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { bundleName, options = {} } = params;
16
- const localVarPath = `/notifications/facets/applications`;
17
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
18
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
19
- const localVarRequestOptions = { method: 'GET', ...options };
20
- const localVarHeaderParameter = {};
21
- const localVarQueryParameter = {};
22
- if (bundleName !== undefined) {
23
- localVarQueryParameter['bundleName'] = bundleName;
24
- }
25
- setSearchParams(localVarUrlObj, localVarQueryParameter);
26
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
27
- return {
28
- urlObj: localVarUrlObj,
29
- options: localVarRequestOptions,
30
- };
31
- };
32
- export default notificationResourceV1GetApplicationsFacetsParamCreator;
33
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1GetApplicationsFacets/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AAoBnO,MAAM,yDAAyD,GAAG,CAAC,MAAuE,EAAiE,EAAE;IAC3M,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,IAAI,CAAA;AACpC,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,uDAAuD,GAAG,KAAK,EAAE,GAAG,MAA4F,EAAwB,EAAE;IACnM,MAAM,MAAM,GAAG,yDAAyD,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,EAAE,CAAsD,CAAC;IACpP,MAAM,EAAE,UAAU,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IAC5C,MAAM,YAAY,GAAG,oCAAoC,CAAC;IAC1D,oFAAoF;IACpF,MAAM,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAC7D,MAAM,sBAAsB,GAAG,EAAE,MAAM,EAAE,KAAe,EAAE,GAAG,OAAO,EAAC,CAAC;IACtE,MAAM,uBAAuB,GAAG,EAAS,CAAC;IAC1C,MAAM,sBAAsB,GAAG,EAAS,CAAC;IAEzC,IAAI,UAAU,KAAK,SAAS,EAAE;QAC1B,sBAAsB,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;KACrD;IAID,eAAe,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;IACxD,sBAAsB,CAAC,OAAO,GAAG,EAAC,GAAG,uBAAuB,EAAE,GAAG,OAAO,CAAC,OAAO,EAAC,CAAC;IAElF,OAAO;QACH,MAAM,EAAE,cAAc;QACtB,OAAO,EAAE,sBAAsB;KAClC,CAAC;AACN,CAAC,CAAA;AAED,eAAe,uDAAuD,CAAC"}
@@ -1,21 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpointParams = {
4
- /**
5
- *
6
- * @type { string }
7
- * @memberof NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpointApi
8
- */
9
- endpointId: string;
10
- options?: AxiosRequestConfig;
11
- };
12
- /**
13
- * Lists the behavior groups that are affected by the removal of an endpoint. Use this endpoint to understand how removing an endpoint affects existing behavior groups.
14
- * @summary List the behavior groups affected by the removal of an endpoint
15
- * @param {NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpointParams} config with all available params.
16
- * @param {*} [options] Override http request option.
17
- * @throws {RequiredError}
18
- */
19
- export declare const notificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpointParamCreator: (...config: ([NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpointParams] | [string, AxiosRequestConfig])) => Promise<RequestArgs>;
20
- export default notificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpointParamCreator;
21
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAA+B,kBAAkB,EAAU,MAAM,OAAO,CAAC;AAGrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AASjD,oBAAY,wEAAwE,GAAG;IACrF;;;;MAIE;IACF,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,8EAA8E,cAAqB,CAAC,CAAC,wEAAwE,CAAC,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAoBhP,CAAA;AAED,eAAe,8EAA8E,CAAC"}
@@ -1,31 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpointObjectParams = (params) => {
4
- return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'endpointId');
5
- };
6
- /**
7
- * Lists the behavior groups that are affected by the removal of an endpoint. Use this endpoint to understand how removing an endpoint affects existing behavior groups.
8
- * @summary List the behavior groups affected by the removal of an endpoint
9
- * @param {NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpointParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpointParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpointObjectParams(config) ? config[0] : ['endpointId', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { endpointId, options = {} } = params;
16
- const localVarPath = `/notifications/behaviorGroups/affectedByRemovalOfEndpoint/{endpointId}`
17
- .replace(`{${"endpointId"}}`, encodeURIComponent(String(endpointId)));
18
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
19
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
20
- const localVarRequestOptions = { method: 'GET', ...options };
21
- const localVarHeaderParameter = {};
22
- const localVarQueryParameter = {};
23
- setSearchParams(localVarUrlObj, localVarQueryParameter);
24
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
25
- return {
26
- urlObj: localVarUrlObj,
27
- options: localVarRequestOptions,
28
- };
29
- };
30
- export default notificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpointParamCreator;
31
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1GetBehaviorGroupsAffectedByRemovalOfEndpoint/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AAoBnO,MAAM,gFAAgF,GAAG,CAAC,MAA8F,EAAwF,EAAE;IAChR,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,CAAA;AAC1F,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,8EAA8E,GAAG,KAAK,EAAE,GAAG,MAAmH,EAAwB,EAAE;IACjP,MAAM,MAAM,GAAG,gFAAgF,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,EAAE,CAA6E,CAAC;IAClS,MAAM,EAAE,UAAU,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IAC5C,MAAM,YAAY,GAAG,wEAAwE;SACxF,OAAO,CAAC,IAAI,YAAY,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;IAC1E,oFAAoF;IACpF,MAAM,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAC7D,MAAM,sBAAsB,GAAG,EAAE,MAAM,EAAE,KAAe,EAAE,GAAG,OAAO,EAAC,CAAC;IACtE,MAAM,uBAAuB,GAAG,EAAS,CAAC;IAC1C,MAAM,sBAAsB,GAAG,EAAS,CAAC;IAIzC,eAAe,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;IACxD,sBAAsB,CAAC,OAAO,GAAG,EAAC,GAAG,uBAAuB,EAAE,GAAG,OAAO,CAAC,OAAO,EAAC,CAAC;IAElF,OAAO;QACH,MAAM,EAAE,cAAc;QACtB,OAAO,EAAE,sBAAsB;KAClC,CAAC;AACN,CAAC,CAAA;AAED,eAAe,8EAA8E,CAAC"}
@@ -1,21 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type NotificationResourceV1GetBundleByNameParams = {
4
- /**
5
- *
6
- * @type { string }
7
- * @memberof NotificationResourceV1GetBundleByNameApi
8
- */
9
- bundleName: string;
10
- options?: AxiosRequestConfig;
11
- };
12
- /**
13
- * Retrieves the details of a bundle by searching by its name.
14
- * @summary Retrieve a bundle by name
15
- * @param {NotificationResourceV1GetBundleByNameParams} config with all available params.
16
- * @param {*} [options] Override http request option.
17
- * @throws {RequiredError}
18
- */
19
- export declare const notificationResourceV1GetBundleByNameParamCreator: (...config: ([NotificationResourceV1GetBundleByNameParams] | [string, AxiosRequestConfig])) => Promise<RequestArgs>;
20
- export default notificationResourceV1GetBundleByNameParamCreator;
21
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1GetBundleByName/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAA+B,kBAAkB,EAAU,MAAM,OAAO,CAAC;AAGrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AASjD,oBAAY,2CAA2C,GAAG;IACxD;;;;MAIE;IACF,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,iDAAiD,cAAqB,CAAC,CAAC,2CAA2C,CAAC,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAoBtL,CAAA;AAED,eAAe,iDAAiD,CAAC"}
@@ -1,31 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1GetBundleByNameObjectParams = (params) => {
4
- return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'bundleName');
5
- };
6
- /**
7
- * Retrieves the details of a bundle by searching by its name.
8
- * @summary Retrieve a bundle by name
9
- * @param {NotificationResourceV1GetBundleByNameParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1GetBundleByNameParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1GetBundleByNameObjectParams(config) ? config[0] : ['bundleName', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { bundleName, options = {} } = params;
16
- const localVarPath = `/notifications/bundles/{bundleName}`
17
- .replace(`{${"bundleName"}}`, encodeURIComponent(String(bundleName)));
18
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
19
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
20
- const localVarRequestOptions = { method: 'GET', ...options };
21
- const localVarHeaderParameter = {};
22
- const localVarQueryParameter = {};
23
- setSearchParams(localVarUrlObj, localVarQueryParameter);
24
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
25
- return {
26
- urlObj: localVarUrlObj,
27
- options: localVarRequestOptions,
28
- };
29
- };
30
- export default notificationResourceV1GetBundleByNameParamCreator;
31
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1GetBundleByName/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AAoBnO,MAAM,mDAAmD,GAAG,CAAC,MAAiE,EAA2D,EAAE;IACzL,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,YAAY,CAAC,CAAA;AAC1F,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,iDAAiD,GAAG,KAAK,EAAE,GAAG,MAAsF,EAAwB,EAAE;IACvL,MAAM,MAAM,GAAG,mDAAmD,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,EAAE,CAAgD,CAAC;IACxO,MAAM,EAAE,UAAU,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IAC5C,MAAM,YAAY,GAAG,qCAAqC;SACrD,OAAO,CAAC,IAAI,YAAY,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC;IAC1E,oFAAoF;IACpF,MAAM,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAC7D,MAAM,sBAAsB,GAAG,EAAE,MAAM,EAAE,KAAe,EAAE,GAAG,OAAO,EAAC,CAAC;IACtE,MAAM,uBAAuB,GAAG,EAAS,CAAC;IAC1C,MAAM,sBAAsB,GAAG,EAAS,CAAC;IAIzC,eAAe,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;IACxD,sBAAsB,CAAC,OAAO,GAAG,EAAC,GAAG,uBAAuB,EAAE,GAAG,OAAO,CAAC,OAAO,EAAC,CAAC;IAElF,OAAO;QACH,MAAM,EAAE,cAAc;QACtB,OAAO,EAAE,sBAAsB;KAClC,CAAC;AACN,CAAC,CAAA;AAED,eAAe,iDAAiD,CAAC"}
@@ -1,21 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type NotificationResourceV1GetBundleFacetsParams = {
4
- /**
5
- *
6
- * @type { boolean }
7
- * @memberof NotificationResourceV1GetBundleFacetsApi
8
- */
9
- includeApplications?: boolean;
10
- options?: AxiosRequestConfig;
11
- };
12
- /**
13
- * Returns a list of configured bundles that includes the bundle name, the display name, and the ID. You can use this list to configure a filter in the UI.
14
- * @summary List configured bundles
15
- * @param {NotificationResourceV1GetBundleFacetsParams} config with all available params.
16
- * @param {*} [options] Override http request option.
17
- * @throws {RequiredError}
18
- */
19
- export declare const notificationResourceV1GetBundleFacetsParamCreator: (...config: ([NotificationResourceV1GetBundleFacetsParams] | [boolean, AxiosRequestConfig])) => Promise<RequestArgs>;
20
- export default notificationResourceV1GetBundleFacetsParamCreator;
21
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1GetBundleFacets/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAA+B,kBAAkB,EAAU,MAAM,OAAO,CAAC;AAGrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AASjD,oBAAY,2CAA2C,GAAG;IACxD;;;;MAIE;IACF,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,iDAAiD,cAAqB,CAAC,CAAC,2CAA2C,CAAC,GAAG,CAAC,OAAO,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAuBvL,CAAA;AAED,eAAe,iDAAiD,CAAC"}
@@ -1,33 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1GetBundleFacetsObjectParams = (params) => {
4
- return params.length === 1 && true;
5
- };
6
- /**
7
- * Returns a list of configured bundles that includes the bundle name, the display name, and the ID. You can use this list to configure a filter in the UI.
8
- * @summary List configured bundles
9
- * @param {NotificationResourceV1GetBundleFacetsParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1GetBundleFacetsParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1GetBundleFacetsObjectParams(config) ? config[0] : ['includeApplications', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { includeApplications, options = {} } = params;
16
- const localVarPath = `/notifications/facets/bundles`;
17
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
18
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
19
- const localVarRequestOptions = { method: 'GET', ...options };
20
- const localVarHeaderParameter = {};
21
- const localVarQueryParameter = {};
22
- if (includeApplications !== undefined) {
23
- localVarQueryParameter['includeApplications'] = includeApplications;
24
- }
25
- setSearchParams(localVarUrlObj, localVarQueryParameter);
26
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
27
- return {
28
- urlObj: localVarUrlObj,
29
- options: localVarRequestOptions,
30
- };
31
- };
32
- export default notificationResourceV1GetBundleFacetsParamCreator;
33
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1GetBundleFacets/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AAoBnO,MAAM,mDAAmD,GAAG,CAAC,MAAiE,EAA2D,EAAE;IACzL,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,IAAI,CAAA;AACpC,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,iDAAiD,GAAG,KAAK,EAAE,GAAG,MAAuF,EAAwB,EAAE;IACxL,MAAM,MAAM,GAAG,mDAAmD,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,qBAAqB,EAAE,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,GAAG,EAAE,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,EAAE,CAAgD,CAAC;IACjP,MAAM,EAAE,mBAAmB,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IACrD,MAAM,YAAY,GAAG,+BAA+B,CAAC;IACrD,oFAAoF;IACpF,MAAM,cAAc,GAAG,IAAI,GAAG,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;IAC7D,MAAM,sBAAsB,GAAG,EAAE,MAAM,EAAE,KAAe,EAAE,GAAG,OAAO,EAAC,CAAC;IACtE,MAAM,uBAAuB,GAAG,EAAS,CAAC;IAC1C,MAAM,sBAAsB,GAAG,EAAS,CAAC;IAEzC,IAAI,mBAAmB,KAAK,SAAS,EAAE;QACnC,sBAAsB,CAAC,qBAAqB,CAAC,GAAG,mBAAmB,CAAC;KACvE;IAID,eAAe,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC;IACxD,sBAAsB,CAAC,OAAO,GAAG,EAAC,GAAG,uBAAuB,EAAE,GAAG,OAAO,CAAC,OAAO,EAAC,CAAC;IAElF,OAAO;QACH,MAAM,EAAE,cAAc;QACtB,OAAO,EAAE,sBAAsB;KAClC,CAAC;AACN,CAAC,CAAA;AAED,eAAe,iDAAiD,CAAC"}
@@ -1,63 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type NotificationResourceV1GetEventTypesParams = {
4
- /**
5
- *
6
- * @type { Set<string> }
7
- * @memberof NotificationResourceV1GetEventTypesApi
8
- */
9
- applicationIds?: Set<string>;
10
- /**
11
- *
12
- * @type { string }
13
- * @memberof NotificationResourceV1GetEventTypesApi
14
- */
15
- bundleId?: string;
16
- /**
17
- *
18
- * @type { string }
19
- * @memberof NotificationResourceV1GetEventTypesApi
20
- */
21
- eventTypeName?: string;
22
- /**
23
- *
24
- * @type { number }
25
- * @memberof NotificationResourceV1GetEventTypesApi
26
- */
27
- limit?: number;
28
- /**
29
- *
30
- * @type { number }
31
- * @memberof NotificationResourceV1GetEventTypesApi
32
- */
33
- offset?: number;
34
- /**
35
- *
36
- * @type { number }
37
- * @memberof NotificationResourceV1GetEventTypesApi
38
- */
39
- pageNumber?: number;
40
- /**
41
- *
42
- * @type { string }
43
- * @memberof NotificationResourceV1GetEventTypesApi
44
- */
45
- sortBy?: string;
46
- /**
47
- *
48
- * @type { string }
49
- * @memberof NotificationResourceV1GetEventTypesApi
50
- */
51
- sortBy2?: string;
52
- options?: AxiosRequestConfig;
53
- };
54
- /**
55
- * Lists all event types. You can filter the returned list by bundle or application name.
56
- * @summary List all event types
57
- * @param {NotificationResourceV1GetEventTypesParams} config with all available params.
58
- * @param {*} [options] Override http request option.
59
- * @throws {RequiredError}
60
- */
61
- export declare const notificationResourceV1GetEventTypesParamCreator: (...config: ([NotificationResourceV1GetEventTypesParams] | [Set<string>, string, string, number, number, number, string, string, AxiosRequestConfig])) => Promise<RequestArgs>;
62
- export default notificationResourceV1GetEventTypesParamCreator;
63
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1GetEventTypes/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAA+B,kBAAkB,EAAU,MAAM,OAAO,CAAC;AAGrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AASjD,oBAAY,yCAAyC,GAAG;IACtD;;;;MAIE;IACF,cAAc,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC7B;;;;MAIE;IACF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;MAIE;IACF,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;MAIE;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;MAIE;IACF,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;MAIE;IACF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;MAIE;IACF,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;MAIE;IACF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,+CAA+C,cAAqB,CAAC,CAAC,yCAAyC,CAAC,GAAG,CAAC,IAAI,MAAM,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAmD/O,CAAA;AAED,eAAe,+CAA+C,CAAC"}