@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,54 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1GetEventTypesObjectParams = (params) => {
4
- return params.length === 1 && true && true && true && true && true && true && true && true;
5
- };
6
- /**
7
- * Lists all event types. You can filter the returned list by bundle or application name.
8
- * @summary List all event types
9
- * @param {NotificationResourceV1GetEventTypesParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1GetEventTypesParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1GetEventTypesObjectParams(config) ? config[0] : ['applicationIds', 'bundleId', 'eventTypeName', 'limit', 'offset', 'pageNumber', 'sortBy', 'sortBy2', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { applicationIds, bundleId, eventTypeName, limit, offset, pageNumber, sortBy, sortBy2, options = {} } = params;
16
- const localVarPath = `/notifications/eventTypes`;
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 (applicationIds) {
23
- localVarQueryParameter['applicationIds'] = Array.from(applicationIds);
24
- }
25
- if (bundleId !== undefined) {
26
- localVarQueryParameter['bundleId'] = bundleId;
27
- }
28
- if (eventTypeName !== undefined) {
29
- localVarQueryParameter['eventTypeName'] = eventTypeName;
30
- }
31
- if (limit !== undefined) {
32
- localVarQueryParameter['limit'] = limit;
33
- }
34
- if (offset !== undefined) {
35
- localVarQueryParameter['offset'] = offset;
36
- }
37
- if (pageNumber !== undefined) {
38
- localVarQueryParameter['pageNumber'] = pageNumber;
39
- }
40
- if (sortBy !== undefined) {
41
- localVarQueryParameter['sortBy'] = sortBy;
42
- }
43
- if (sortBy2 !== undefined) {
44
- localVarQueryParameter['sort_by'] = sortBy2;
45
- }
46
- setSearchParams(localVarUrlObj, localVarQueryParameter);
47
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
48
- return {
49
- urlObj: localVarUrlObj,
50
- options: localVarRequestOptions,
51
- };
52
- };
53
- export default notificationResourceV1GetEventTypesParamCreator;
54
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1GetEventTypes/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AA8DnO,MAAM,iDAAiD,GAAG,CAAC,MAA+D,EAAyD,EAAE;IACnL,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,CAAA;AAC5F,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,+CAA+C,GAAG,KAAK,EAAE,GAAG,MAAiJ,EAAwB,EAAE;IAChP,MAAM,MAAM,GAAG,iDAAiD,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,gBAAgB,EAAE,UAAU,EAAE,eAAe,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,QAAQ,EAAE,SAAS,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,CAA8C,CAAC;IAC3T,MAAM,EAAE,cAAc,EAAE,QAAQ,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IACrH,MAAM,YAAY,GAAG,2BAA2B,CAAC;IACjD,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,cAAc,EAAE;QAChB,sBAAsB,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;KACzE;IAED,IAAI,QAAQ,KAAK,SAAS,EAAE;QACxB,sBAAsB,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC;KACjD;IAED,IAAI,aAAa,KAAK,SAAS,EAAE;QAC7B,sBAAsB,CAAC,eAAe,CAAC,GAAG,aAAa,CAAC;KAC3D;IAED,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,sBAAsB,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;KAC3C;IAED,IAAI,MAAM,KAAK,SAAS,EAAE;QACtB,sBAAsB,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;KAC7C;IAED,IAAI,UAAU,KAAK,SAAS,EAAE;QAC1B,sBAAsB,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;KACrD;IAED,IAAI,MAAM,KAAK,SAAS,EAAE;QACtB,sBAAsB,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;KAC7C;IAED,IAAI,OAAO,KAAK,SAAS,EAAE;QACvB,sBAAsB,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;KAC/C;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,+CAA+C,CAAC"}
@@ -1,21 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroupParams = {
4
- /**
5
- * The UUID of the behavior group to check
6
- * @type { string }
7
- * @memberof NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroupApi
8
- */
9
- behaviorGroupId: string;
10
- options?: AxiosRequestConfig;
11
- };
12
- /**
13
- * Lists the event types that will be affected by the removal of a behavior group. Use this endpoint to see which event types will be removed if you delete a behavior group.
14
- * @summary List the event types affected by the removal of a behavior group
15
- * @param {NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroupParams} config with all available params.
16
- * @param {*} [options] Override http request option.
17
- * @throws {RequiredError}
18
- */
19
- export declare const notificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroupParamCreator: (...config: ([NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroupParams] | [string, AxiosRequestConfig])) => Promise<RequestArgs>;
20
- export default notificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroupParamCreator;
21
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/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,yEAAyE,GAAG;IACtF;;;;MAIE;IACF,eAAe,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,+EAA+E,cAAqB,CAAC,CAAC,yEAAyE,CAAC,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAoBlP,CAAA;AAED,eAAe,+EAA+E,CAAC"}
@@ -1,31 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroupObjectParams = (params) => {
4
- return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'behaviorGroupId');
5
- };
6
- /**
7
- * Lists the event types that will be affected by the removal of a behavior group. Use this endpoint to see which event types will be removed if you delete a behavior group.
8
- * @summary List the event types affected by the removal of a behavior group
9
- * @param {NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroupParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroupParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroupObjectParams(config) ? config[0] : ['behaviorGroupId', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { behaviorGroupId, options = {} } = params;
16
- const localVarPath = `/notifications/eventTypes/affectedByRemovalOfBehaviorGroup/{behaviorGroupId}`
17
- .replace(`{${"behaviorGroupId"}}`, encodeURIComponent(String(behaviorGroupId)));
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 notificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroupParamCreator;
31
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1GetEventTypesAffectedByRemovalOfBehaviorGroup/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AAoBnO,MAAM,iFAAiF,GAAG,CAAC,MAA+F,EAAyF,EAAE;IACnR,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAA;AAC/F,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,+EAA+E,GAAG,KAAK,EAAE,GAAG,MAAoH,EAAwB,EAAE;IACnP,MAAM,MAAM,GAAG,iFAAiF,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,iBAAiB,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,CAA8E,CAAC;IACzS,MAAM,EAAE,eAAe,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IACjD,MAAM,YAAY,GAAG,8EAA8E;SAC9F,OAAO,CAAC,IAAI,iBAAiB,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IACpF,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,+EAA+E,CAAC"}
@@ -1,33 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameParams = {
4
- /**
5
- *
6
- * @type { string }
7
- * @memberof NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameApi
8
- */
9
- applicationName: string;
10
- /**
11
- *
12
- * @type { string }
13
- * @memberof NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameApi
14
- */
15
- bundleName: string;
16
- /**
17
- *
18
- * @type { string }
19
- * @memberof NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameApi
20
- */
21
- eventTypeName: string;
22
- options?: AxiosRequestConfig;
23
- };
24
- /**
25
- * Retrieves the details of an event type by specifying the bundle name, the application name, and the event type name.
26
- * @summary Retrieve an event type by bundle, application and event type names
27
- * @param {NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameParams} config with all available params.
28
- * @param {*} [options] Override http request option.
29
- * @throws {RequiredError}
30
- */
31
- export declare const notificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameParamCreator: (...config: ([NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameParams] | [string, string, string, AxiosRequestConfig])) => Promise<RequestArgs>;
32
- export default notificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameParamCreator;
33
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/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,0EAA0E,GAAG;IACvF;;;;MAIE;IACF,eAAe,EAAE,MAAM,CAAC;IACxB;;;;MAIE;IACF,UAAU,EAAE,MAAM,CAAC;IACnB;;;;MAIE;IACF,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,gFAAgF,cAAqB,CAAC,CAAC,0EAA0E,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAsBpQ,CAAA;AAED,eAAe,gFAAgF,CAAC"}
@@ -1,33 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameObjectParams = (params) => {
4
- return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'applicationName') && Object.prototype.hasOwnProperty.call(params, 'bundleName') && Object.prototype.hasOwnProperty.call(params, 'eventTypeName');
5
- };
6
- /**
7
- * Retrieves the details of an event type by specifying the bundle name, the application name, and the event type name.
8
- * @summary Retrieve an event type by bundle, application and event type names
9
- * @param {NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameObjectParams(config) ? config[0] : ['applicationName', 'bundleName', 'eventTypeName', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { applicationName, bundleName, eventTypeName, options = {} } = params;
16
- const localVarPath = `/notifications/bundles/{bundleName}/applications/{applicationName}/eventTypes/{eventTypeName}`
17
- .replace(`{${"applicationName"}}`, encodeURIComponent(String(applicationName)))
18
- .replace(`{${"bundleName"}}`, encodeURIComponent(String(bundleName)))
19
- .replace(`{${"eventTypeName"}}`, encodeURIComponent(String(eventTypeName)));
20
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
21
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
22
- const localVarRequestOptions = { method: 'GET', ...options };
23
- const localVarHeaderParameter = {};
24
- const localVarQueryParameter = {};
25
- setSearchParams(localVarUrlObj, localVarQueryParameter);
26
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
27
- return {
28
- urlObj: localVarUrlObj,
29
- options: localVarRequestOptions,
30
- };
31
- };
32
- export default notificationResourceV1GetEventTypesByNameAndBundleAndApplicationNameParamCreator;
33
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1GetEventTypesByNameAndBundleAndApplicationName/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AAgCnO,MAAM,kFAAkF,GAAG,CAAC,MAAgG,EAA0F,EAAE;IACtR,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,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,eAAe,CAAC,CAAA;AAC9N,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,gFAAgF,GAAG,KAAK,EAAE,GAAG,MAAqI,EAAwB,EAAE;IACrQ,MAAM,MAAM,GAAG,kFAAkF,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,iBAAiB,EAAE,YAAY,EAAE,eAAe,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,CAA+E,CAAC;IAC1U,MAAM,EAAE,eAAe,EAAE,UAAU,EAAE,aAAa,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IAC5E,MAAM,YAAY,GAAG,+FAA+F;SAC/G,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;SACpE,OAAO,CAAC,IAAI,eAAe,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;IAChF,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,gFAAgF,CAAC"}
@@ -1,51 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type NotificationResourceV1GetLinkedBehaviorGroupsParams = {
4
- /**
5
- *
6
- * @type { string }
7
- * @memberof NotificationResourceV1GetLinkedBehaviorGroupsApi
8
- */
9
- eventTypeId: string;
10
- /**
11
- *
12
- * @type { number }
13
- * @memberof NotificationResourceV1GetLinkedBehaviorGroupsApi
14
- */
15
- limit?: number;
16
- /**
17
- *
18
- * @type { number }
19
- * @memberof NotificationResourceV1GetLinkedBehaviorGroupsApi
20
- */
21
- offset?: number;
22
- /**
23
- *
24
- * @type { number }
25
- * @memberof NotificationResourceV1GetLinkedBehaviorGroupsApi
26
- */
27
- pageNumber?: number;
28
- /**
29
- *
30
- * @type { string }
31
- * @memberof NotificationResourceV1GetLinkedBehaviorGroupsApi
32
- */
33
- sortBy?: string;
34
- /**
35
- *
36
- * @type { string }
37
- * @memberof NotificationResourceV1GetLinkedBehaviorGroupsApi
38
- */
39
- sortBy2?: string;
40
- options?: AxiosRequestConfig;
41
- };
42
- /**
43
- * Lists the behavior groups that are linked to an event type. Use this endpoint to see which behavior groups will be affected if you delete an event type.
44
- * @summary List the behavior groups linked to an event type
45
- * @param {NotificationResourceV1GetLinkedBehaviorGroupsParams} config with all available params.
46
- * @param {*} [options] Override http request option.
47
- * @throws {RequiredError}
48
- */
49
- export declare const notificationResourceV1GetLinkedBehaviorGroupsParamCreator: (...config: ([NotificationResourceV1GetLinkedBehaviorGroupsParams] | [string, number, number, number, string, string, AxiosRequestConfig])) => Promise<RequestArgs>;
50
- export default notificationResourceV1GetLinkedBehaviorGroupsParamCreator;
51
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1GetLinkedBehaviorGroups/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,mDAAmD,GAAG;IAChE;;;;MAIE;IACF,WAAW,EAAE,MAAM,CAAC;IACpB;;;;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,yDAAyD,cAAqB,CAAC,CAAC,mDAAmD,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAwC9O,CAAA;AAED,eAAe,yDAAyD,CAAC"}
@@ -1,46 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1GetLinkedBehaviorGroupsObjectParams = (params) => {
4
- return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'eventTypeId') && true && true && true && true && true;
5
- };
6
- /**
7
- * Lists the behavior groups that are linked to an event type. Use this endpoint to see which behavior groups will be affected if you delete an event type.
8
- * @summary List the behavior groups linked to an event type
9
- * @param {NotificationResourceV1GetLinkedBehaviorGroupsParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1GetLinkedBehaviorGroupsParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1GetLinkedBehaviorGroupsObjectParams(config) ? config[0] : ['eventTypeId', 'limit', 'offset', 'pageNumber', 'sortBy', 'sortBy2', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { eventTypeId, limit, offset, pageNumber, sortBy, sortBy2, options = {} } = params;
16
- const localVarPath = `/notifications/eventTypes/{eventTypeId}/behaviorGroups`
17
- .replace(`{${"eventTypeId"}}`, encodeURIComponent(String(eventTypeId)));
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
- if (limit !== undefined) {
24
- localVarQueryParameter['limit'] = limit;
25
- }
26
- if (offset !== undefined) {
27
- localVarQueryParameter['offset'] = offset;
28
- }
29
- if (pageNumber !== undefined) {
30
- localVarQueryParameter['pageNumber'] = pageNumber;
31
- }
32
- if (sortBy !== undefined) {
33
- localVarQueryParameter['sortBy'] = sortBy;
34
- }
35
- if (sortBy2 !== undefined) {
36
- localVarQueryParameter['sort_by'] = sortBy2;
37
- }
38
- setSearchParams(localVarUrlObj, localVarQueryParameter);
39
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
40
- return {
41
- urlObj: localVarUrlObj,
42
- options: localVarRequestOptions,
43
- };
44
- };
45
- export default notificationResourceV1GetLinkedBehaviorGroupsParamCreator;
46
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1GetLinkedBehaviorGroups/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AAkDnO,MAAM,2DAA2D,GAAG,CAAC,MAAyE,EAAmE,EAAE;IACjN,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,aAAa,CAAC,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,IAAI,CAAA;AACnI,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,yDAAyD,GAAG,KAAK,EAAE,GAAG,MAAsI,EAAwB,EAAE;IAC/O,MAAM,MAAM,GAAG,2DAA2D,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,aAAa,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,QAAQ,EAAE,SAAS,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,CAAwD,CAAC;IAC/S,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IACzF,MAAM,YAAY,GAAG,wDAAwD;SACxE,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,KAAe,EAAE,GAAG,OAAO,EAAC,CAAC;IACtE,MAAM,uBAAuB,GAAG,EAAS,CAAC;IAC1C,MAAM,sBAAsB,GAAG,EAAS,CAAC;IAEzC,IAAI,KAAK,KAAK,SAAS,EAAE;QACrB,sBAAsB,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;KAC3C;IAED,IAAI,MAAM,KAAK,SAAS,EAAE;QACtB,sBAAsB,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;KAC7C;IAED,IAAI,UAAU,KAAK,SAAS,EAAE;QAC1B,sBAAsB,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;KACrD;IAED,IAAI,MAAM,KAAK,SAAS,EAAE;QACtB,sBAAsB,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;KAC7C;IAED,IAAI,OAAO,KAAK,SAAS,EAAE;QACvB,sBAAsB,CAAC,SAAS,CAAC,GAAG,OAAO,CAAC;KAC/C;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,yDAAyD,CAAC"}
@@ -1,28 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- import type { UpdateBehaviorGroupRequest } from '../types';
4
- export declare type NotificationResourceV1UpdateBehaviorGroupParams = {
5
- /**
6
- * The UUID of the behavior group to update
7
- * @type { string }
8
- * @memberof NotificationResourceV1UpdateBehaviorGroupApi
9
- */
10
- id: string;
11
- /**
12
- * New parameters
13
- * @type { UpdateBehaviorGroupRequest }
14
- * @memberof NotificationResourceV1UpdateBehaviorGroupApi
15
- */
16
- updateBehaviorGroupRequest: UpdateBehaviorGroupRequest;
17
- options?: AxiosRequestConfig;
18
- };
19
- /**
20
- * Updates the details of a behavior group. Use this endpoint to update the list of related endpoints and event types associated with this behavior group.
21
- * @summary Update a behavior group
22
- * @param {NotificationResourceV1UpdateBehaviorGroupParams} config with all available params.
23
- * @param {*} [options] Override http request option.
24
- * @throws {RequiredError}
25
- */
26
- export declare const notificationResourceV1UpdateBehaviorGroupParamCreator: (...config: ([NotificationResourceV1UpdateBehaviorGroupParams] | [string, UpdateBehaviorGroupRequest, AxiosRequestConfig])) => Promise<RequestArgs>;
27
- export default notificationResourceV1UpdateBehaviorGroupParamCreator;
28
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1UpdateBehaviorGroup/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAA+B,kBAAkB,EAAU,MAAM,OAAO,CAAC;AAGrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAMjD,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,UAAU,CAAC;AAG3D,oBAAY,+CAA+C,GAAG;IAC5D;;;;MAIE;IACF,EAAE,EAAE,MAAM,CAAC;IACX;;;;MAIE;IACF,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,qDAAqD,cAAqB,CAAC,CAAC,+CAA+C,CAAC,GAAG,CAAC,MAAM,EAAE,0BAA0B,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAuB1N,CAAA;AAED,eAAe,qDAAqD,CAAC"}
@@ -1,33 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1UpdateBehaviorGroupObjectParams = (params) => {
4
- return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'id') && Object.prototype.hasOwnProperty.call(params, 'updateBehaviorGroupRequest');
5
- };
6
- /**
7
- * Updates the details of a behavior group. Use this endpoint to update the list of related endpoints and event types associated with this behavior group.
8
- * @summary Update a behavior group
9
- * @param {NotificationResourceV1UpdateBehaviorGroupParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1UpdateBehaviorGroupParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1UpdateBehaviorGroupObjectParams(config) ? config[0] : ['id', 'updateBehaviorGroupRequest', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { id, updateBehaviorGroupRequest, 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: 'PUT', ...options };
21
- const localVarHeaderParameter = {};
22
- const localVarQueryParameter = {};
23
- localVarHeaderParameter['Content-Type'] = 'application/json';
24
- setSearchParams(localVarUrlObj, localVarQueryParameter);
25
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
26
- return {
27
- urlObj: localVarUrlObj,
28
- options: localVarRequestOptions,
29
- serializeData: updateBehaviorGroupRequest,
30
- };
31
- };
32
- export default notificationResourceV1UpdateBehaviorGroupParamCreator;
33
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1UpdateBehaviorGroup/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AA0BnO,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,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,4BAA4B,CAAC,CAAA;AAChK,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,qDAAqD,GAAG,KAAK,EAAE,GAAG,MAAsH,EAAwB,EAAE;IAC3N,MAAM,MAAM,GAAG,uDAAuD,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,4BAA4B,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;IACtQ,MAAM,EAAE,EAAE,EAAE,0BAA0B,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IAChE,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,KAAe,EAAE,GAAG,OAAO,EAAC,CAAC;IACtE,MAAM,uBAAuB,GAAG,EAAS,CAAC;IAC1C,MAAM,sBAAsB,GAAG,EAAS,CAAC;IAIzC,uBAAuB,CAAC,cAAc,CAAC,GAAG,kBAAkB,CAAC;IAE7D,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;QAC/B,aAAa,EAAE,0BAA0B;KAC5C,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 NotificationResourceV1UpdateBehaviorGroupActionsParams = {
4
- /**
5
- * The UUID of the behavior group to update
6
- * @type { string }
7
- * @memberof NotificationResourceV1UpdateBehaviorGroupActionsApi
8
- */
9
- behaviorGroupId: string;
10
- /**
11
- *
12
- * @type { Array<string> }
13
- * @memberof NotificationResourceV1UpdateBehaviorGroupActionsApi
14
- */
15
- requestBody?: Array<string>;
16
- options?: AxiosRequestConfig;
17
- };
18
- /**
19
- * Updates the list of actions to be executed in that particular behavior group after an event is received.
20
- * @summary Update the list of behavior group actions
21
- * @param {NotificationResourceV1UpdateBehaviorGroupActionsParams} config with all available params.
22
- * @param {*} [options] Override http request option.
23
- * @throws {RequiredError}
24
- */
25
- export declare const notificationResourceV1UpdateBehaviorGroupActionsParamCreator: (...config: ([NotificationResourceV1UpdateBehaviorGroupActionsParams] | [string, Array<string>, AxiosRequestConfig])) => Promise<RequestArgs>;
26
- export default notificationResourceV1UpdateBehaviorGroupActionsParamCreator;
27
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1UpdateBehaviorGroupActions/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,sDAAsD,GAAG;IACnE;;;;MAIE;IACF,eAAe,EAAE,MAAM,CAAC;IACxB;;;;MAIE;IACF,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,4DAA4D,cAAqB,CAAC,CAAC,sDAAsD,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,MAAM,CAAC,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAuB3N,CAAA;AAED,eAAe,4DAA4D,CAAC"}
@@ -1,33 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1UpdateBehaviorGroupActionsObjectParams = (params) => {
4
- return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'behaviorGroupId') && true;
5
- };
6
- /**
7
- * Updates the list of actions to be executed in that particular behavior group after an event is received.
8
- * @summary Update the list of behavior group actions
9
- * @param {NotificationResourceV1UpdateBehaviorGroupActionsParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1UpdateBehaviorGroupActionsParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1UpdateBehaviorGroupActionsObjectParams(config) ? config[0] : ['behaviorGroupId', 'requestBody', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { behaviorGroupId, requestBody, options = {} } = params;
16
- const localVarPath = `/notifications/behaviorGroups/{behaviorGroupId}/actions`
17
- .replace(`{${"behaviorGroupId"}}`, encodeURIComponent(String(behaviorGroupId)));
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: 'PUT', ...options };
21
- const localVarHeaderParameter = {};
22
- const localVarQueryParameter = {};
23
- localVarHeaderParameter['Content-Type'] = 'application/json';
24
- setSearchParams(localVarUrlObj, localVarQueryParameter);
25
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
26
- return {
27
- urlObj: localVarUrlObj,
28
- options: localVarRequestOptions,
29
- serializeData: requestBody,
30
- };
31
- };
32
- export default notificationResourceV1UpdateBehaviorGroupActionsParamCreator;
33
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1UpdateBehaviorGroupActions/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AA0BnO,MAAM,8DAA8D,GAAG,CAAC,MAA4E,EAAsE,EAAE;IAC1N,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,iBAAiB,CAAC,IAAI,IAAI,CAAA;AACvG,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,4DAA4D,GAAG,KAAK,EAAE,GAAG,MAAgH,EAAwB,EAAE;IAC5N,MAAM,MAAM,GAAG,8DAA8D,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,CAA2D,CAAC;IAClR,MAAM,EAAE,eAAe,EAAE,WAAW,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IAC9D,MAAM,YAAY,GAAG,yDAAyD;SACzE,OAAO,CAAC,IAAI,iBAAiB,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC;IACpF,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,uBAAuB,CAAC,cAAc,CAAC,GAAG,kBAAkB,CAAC;IAE7D,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;QAC/B,aAAa,EAAE,WAAW;KAC7B,CAAC;AACN,CAAC,CAAA;AAED,eAAe,4DAA4D,CAAC"}
@@ -1,27 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type NotificationResourceV1UpdateEventTypeBehaviorsParams = {
4
- /**
5
- * UUID of the eventType to associate with the behavior group(s)
6
- * @type { string }
7
- * @memberof NotificationResourceV1UpdateEventTypeBehaviorsApi
8
- */
9
- eventTypeId: string;
10
- /**
11
- *
12
- * @type { Set<string> }
13
- * @memberof NotificationResourceV1UpdateEventTypeBehaviorsApi
14
- */
15
- requestBody?: Set<string>;
16
- options?: AxiosRequestConfig;
17
- };
18
- /**
19
- * Updates the list of behavior groups associated with an event type.
20
- * @summary Update the list of behavior groups for an event type
21
- * @param {NotificationResourceV1UpdateEventTypeBehaviorsParams} config with all available params.
22
- * @param {*} [options] Override http request option.
23
- * @throws {RequiredError}
24
- */
25
- export declare const notificationResourceV1UpdateEventTypeBehaviorsParamCreator: (...config: ([NotificationResourceV1UpdateEventTypeBehaviorsParams] | [string, Set<string>, AxiosRequestConfig])) => Promise<RequestArgs>;
26
- export default notificationResourceV1UpdateEventTypeBehaviorsParamCreator;
27
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../NotificationResourceV1UpdateEventTypeBehaviors/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,oDAAoD,GAAG;IACjE;;;;MAIE;IACF,WAAW,EAAE,MAAM,CAAC;IACpB;;;;MAIE;IACF,WAAW,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC1B,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,0DAA0D,cAAqB,CAAC,CAAC,oDAAoD,CAAC,GAAG,CAAC,MAAM,EAAE,IAAI,MAAM,CAAC,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAuBrN,CAAA;AAED,eAAe,0DAA0D,CAAC"}
@@ -1,33 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isNotificationResourceV1UpdateEventTypeBehaviorsObjectParams = (params) => {
4
- return params.length === 1 && Object.prototype.hasOwnProperty.call(params, 'eventTypeId') && true;
5
- };
6
- /**
7
- * Updates the list of behavior groups associated with an event type.
8
- * @summary Update the list of behavior groups for an event type
9
- * @param {NotificationResourceV1UpdateEventTypeBehaviorsParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const notificationResourceV1UpdateEventTypeBehaviorsParamCreator = async (...config) => {
14
- const params = isNotificationResourceV1UpdateEventTypeBehaviorsObjectParams(config) ? config[0] : ['eventTypeId', 'requestBody', 'options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { eventTypeId, requestBody, options = {} } = params;
16
- const localVarPath = `/notifications/eventTypes/{eventTypeId}/behaviorGroups`
17
- .replace(`{${"eventTypeId"}}`, encodeURIComponent(String(eventTypeId)));
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: 'PUT', ...options };
21
- const localVarHeaderParameter = {};
22
- const localVarQueryParameter = {};
23
- localVarHeaderParameter['Content-Type'] = 'application/json';
24
- setSearchParams(localVarUrlObj, localVarQueryParameter);
25
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
26
- return {
27
- urlObj: localVarUrlObj,
28
- options: localVarRequestOptions,
29
- serializeData: requestBody,
30
- };
31
- };
32
- export default notificationResourceV1UpdateEventTypeBehaviorsParamCreator;
33
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../NotificationResourceV1UpdateEventTypeBehaviors/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AA0BnO,MAAM,4DAA4D,GAAG,CAAC,MAA0E,EAAoE,EAAE;IACpN,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,aAAa,CAAC,IAAI,IAAI,CAAA;AACnG,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,0DAA0D,GAAG,KAAK,EAAE,GAAG,MAA4G,EAAwB,EAAE;IACtN,MAAM,MAAM,GAAG,4DAA4D,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,aAAa,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,CAAyD,CAAC;IAC1Q,MAAM,EAAE,WAAW,EAAE,WAAW,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IAC1D,MAAM,YAAY,GAAG,wDAAwD;SACxE,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,KAAe,EAAE,GAAG,OAAO,EAAC,CAAC;IACtE,MAAM,uBAAuB,GAAG,EAAS,CAAC;IAC1C,MAAM,sBAAsB,GAAG,EAAS,CAAC;IAIzC,uBAAuB,CAAC,cAAc,CAAC,GAAG,kBAAkB,CAAC;IAE7D,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;QAC/B,aAAa,EAAE,WAAW;KAC7B,CAAC;AACN,CAAC,CAAA;AAED,eAAe,0DAA0D,CAAC"}
@@ -1,15 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type OrgConfigResourceV1GetDailyDigestTimePreferenceParams = {
4
- options?: AxiosRequestConfig;
5
- };
6
- /**
7
- * Retrieves the daily digest time setting. Use this endpoint to check the time that daily emails are sent.
8
- * @summary Retrieve the daily digest time
9
- * @param {OrgConfigResourceV1GetDailyDigestTimePreferenceParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export declare const orgConfigResourceV1GetDailyDigestTimePreferenceParamCreator: (...config: ([OrgConfigResourceV1GetDailyDigestTimePreferenceParams] | [AxiosRequestConfig])) => Promise<RequestArgs>;
14
- export default orgConfigResourceV1GetDailyDigestTimePreferenceParamCreator;
15
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../OrgConfigResourceV1GetDailyDigestTimePreference/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,qDAAqD,GAAG;IAClE,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,2DAA2D,cAAqB,CAAC,CAAC,qDAAqD,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAmBlM,CAAA;AAED,eAAe,2DAA2D,CAAC"}
@@ -1,30 +0,0 @@
1
- // @ts-ignore
2
- import { DUMMY_BASE_URL, setSearchParams } from '../utils/common';
3
- const isOrgConfigResourceV1GetDailyDigestTimePreferenceObjectParams = (params) => {
4
- return params.length === 1;
5
- };
6
- /**
7
- * Retrieves the daily digest time setting. Use this endpoint to check the time that daily emails are sent.
8
- * @summary Retrieve the daily digest time
9
- * @param {OrgConfigResourceV1GetDailyDigestTimePreferenceParams} config with all available params.
10
- * @param {*} [options] Override http request option.
11
- * @throws {RequiredError}
12
- */
13
- export const orgConfigResourceV1GetDailyDigestTimePreferenceParamCreator = async (...config) => {
14
- const params = isOrgConfigResourceV1GetDailyDigestTimePreferenceObjectParams(config) ? config[0] : ['options'].reduce((acc, curr, index) => ({ ...acc, [curr]: config[index] }), {});
15
- const { options = {} } = params;
16
- const localVarPath = `/org-config/daily-digest/time-preference`;
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
- setSearchParams(localVarUrlObj, localVarQueryParameter);
23
- localVarRequestOptions.headers = { ...localVarHeaderParameter, ...options.headers };
24
- return {
25
- urlObj: localVarUrlObj,
26
- options: localVarRequestOptions,
27
- };
28
- };
29
- export default orgConfigResourceV1GetDailyDigestTimePreferenceParamCreator;
30
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../OrgConfigResourceV1GetDailyDigestTimePreference/index.ts"],"names":[],"mappings":"AAEA,aAAa;AACb,OAAO,EAAE,cAAc,EAAuG,eAAe,EAA8D,MAAM,iBAAiB,CAAC;AAcnO,MAAM,6DAA6D,GAAG,CAAC,MAA2E,EAAqE,EAAE;IACvN,OAAO,MAAM,CAAC,MAAM,KAAK,CAAC,CAAA;AAC5B,CAAC,CAAA;AACD;;;;;;EAME;AACF,MAAM,CAAC,MAAM,2DAA2D,GAAG,KAAK,EAAE,GAAG,MAAwF,EAAwB,EAAE;IACnM,MAAM,MAAM,GAAG,6DAA6D,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,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,CAA0D,CAAC;IAC9O,MAAM,EAAE,OAAO,GAAG,EAAE,EAAE,GAAG,MAAM,CAAC;IAChC,MAAM,YAAY,GAAG,0CAA0C,CAAC;IAChE,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,2DAA2D,CAAC"}
@@ -1,21 +0,0 @@
1
- import type { AxiosRequestConfig } from 'axios';
2
- import type { RequestArgs } from '../utils/base';
3
- export declare type OrgConfigResourceV1SaveDailyDigestTimePreferenceParams = {
4
- /**
5
- *
6
- * @type { string }
7
- * @memberof OrgConfigResourceV1SaveDailyDigestTimePreferenceApi
8
- */
9
- body?: string;
10
- options?: AxiosRequestConfig;
11
- };
12
- /**
13
- * Sets the daily digest UTC time. The accepted minute values are 00, 15, 30, and 45. Use this endpoint to set the time when daily emails are sent.
14
- * @summary Set the daily digest time
15
- * @param {OrgConfigResourceV1SaveDailyDigestTimePreferenceParams} config with all available params.
16
- * @param {*} [options] Override http request option.
17
- * @throws {RequiredError}
18
- */
19
- export declare const orgConfigResourceV1SaveDailyDigestTimePreferenceParamCreator: (...config: ([OrgConfigResourceV1SaveDailyDigestTimePreferenceParams] | [string, AxiosRequestConfig])) => Promise<RequestArgs>;
20
- export default orgConfigResourceV1SaveDailyDigestTimePreferenceParamCreator;
21
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../OrgConfigResourceV1SaveDailyDigestTimePreference/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,sDAAsD,GAAG;IACnE;;;;MAIE;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,kBAAkB,CAAA;CAC7B,CAAA;AAKD;;;;;;EAME;AACF,eAAO,MAAM,4DAA4D,cAAqB,CAAC,CAAC,sDAAsD,CAAC,GAAG,CAAC,MAAM,EAAE,kBAAkB,CAAC,CAAC,KAAG,QAAQ,WAAW,CAsB5M,CAAA;AAED,eAAe,4DAA4D,CAAC"}