@novu/api 0.0.1-alpha.193 → 0.0.1-alpha.196

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 (447) hide show
  1. package/README.md +12 -6
  2. package/docs/sdks/admin/README.md +14 -12
  3. package/docs/sdks/authentication/README.md +14 -12
  4. package/docs/sdks/credentials/README.md +21 -18
  5. package/docs/sdks/integrations/README.md +42 -36
  6. package/docs/sdks/messages/README.md +21 -18
  7. package/docs/sdks/notifications/README.md +14 -12
  8. package/docs/sdks/novu/README.md +28 -24
  9. package/docs/sdks/novumessages/README.md +21 -18
  10. package/docs/sdks/novunotifications/README.md +14 -12
  11. package/docs/sdks/novusubscribers/README.md +21 -18
  12. package/docs/sdks/preferences/README.md +28 -24
  13. package/docs/sdks/properties/README.md +7 -6
  14. package/docs/sdks/stats/README.md +14 -12
  15. package/docs/sdks/subscribers/README.md +42 -36
  16. package/docs/sdks/topics/README.md +35 -30
  17. package/docs/sdks/webhooks/README.md +7 -6
  18. package/funcs/adminIdempotencyGet.d.ts +1 -1
  19. package/funcs/adminIdempotencyGet.d.ts.map +1 -1
  20. package/funcs/adminIdempotencyGet.js +3 -3
  21. package/funcs/adminIdempotencyGet.js.map +1 -1
  22. package/funcs/adminIdempotencyPost.d.ts +1 -1
  23. package/funcs/adminIdempotencyPost.d.ts.map +1 -1
  24. package/funcs/adminIdempotencyPost.js +3 -3
  25. package/funcs/adminIdempotencyPost.js.map +1 -1
  26. package/funcs/cancel.d.ts +1 -1
  27. package/funcs/cancel.d.ts.map +1 -1
  28. package/funcs/cancel.js +3 -3
  29. package/funcs/cancel.js.map +1 -1
  30. package/funcs/integrationsCreate.d.ts +1 -1
  31. package/funcs/integrationsCreate.d.ts.map +1 -1
  32. package/funcs/integrationsCreate.js +3 -3
  33. package/funcs/integrationsCreate.js.map +1 -1
  34. package/funcs/integrationsDelete.d.ts +1 -1
  35. package/funcs/integrationsDelete.d.ts.map +1 -1
  36. package/funcs/integrationsDelete.js +3 -3
  37. package/funcs/integrationsDelete.js.map +1 -1
  38. package/funcs/integrationsList.d.ts +1 -1
  39. package/funcs/integrationsList.d.ts.map +1 -1
  40. package/funcs/integrationsList.js +3 -3
  41. package/funcs/integrationsList.js.map +1 -1
  42. package/funcs/integrationsListActive.d.ts +1 -1
  43. package/funcs/integrationsListActive.d.ts.map +1 -1
  44. package/funcs/integrationsListActive.js +3 -3
  45. package/funcs/integrationsListActive.js.map +1 -1
  46. package/funcs/integrationsSetAsPrimary.d.ts +1 -1
  47. package/funcs/integrationsSetAsPrimary.d.ts.map +1 -1
  48. package/funcs/integrationsSetAsPrimary.js +3 -3
  49. package/funcs/integrationsSetAsPrimary.js.map +1 -1
  50. package/funcs/integrationsUpdate.d.ts +1 -1
  51. package/funcs/integrationsUpdate.d.ts.map +1 -1
  52. package/funcs/integrationsUpdate.js +3 -3
  53. package/funcs/integrationsUpdate.js.map +1 -1
  54. package/funcs/integrationsWebhooksRetrieve.d.ts +1 -1
  55. package/funcs/integrationsWebhooksRetrieve.d.ts.map +1 -1
  56. package/funcs/integrationsWebhooksRetrieve.js +3 -3
  57. package/funcs/integrationsWebhooksRetrieve.js.map +1 -1
  58. package/funcs/messagesDelete.d.ts +1 -1
  59. package/funcs/messagesDelete.d.ts.map +1 -1
  60. package/funcs/messagesDelete.js +3 -3
  61. package/funcs/messagesDelete.js.map +1 -1
  62. package/funcs/messagesDeleteByTransactionId.d.ts +1 -1
  63. package/funcs/messagesDeleteByTransactionId.d.ts.map +1 -1
  64. package/funcs/messagesDeleteByTransactionId.js +3 -3
  65. package/funcs/messagesDeleteByTransactionId.js.map +1 -1
  66. package/funcs/messagesRetrieve.d.ts +1 -1
  67. package/funcs/messagesRetrieve.d.ts.map +1 -1
  68. package/funcs/messagesRetrieve.js +3 -3
  69. package/funcs/messagesRetrieve.js.map +1 -1
  70. package/funcs/notificationsList.d.ts +1 -1
  71. package/funcs/notificationsList.d.ts.map +1 -1
  72. package/funcs/notificationsList.js +3 -3
  73. package/funcs/notificationsList.js.map +1 -1
  74. package/funcs/notificationsRetrieve.d.ts +1 -1
  75. package/funcs/notificationsRetrieve.d.ts.map +1 -1
  76. package/funcs/notificationsRetrieve.js +3 -3
  77. package/funcs/notificationsRetrieve.js.map +1 -1
  78. package/funcs/notificationsStatsGraph.d.ts +1 -1
  79. package/funcs/notificationsStatsGraph.d.ts.map +1 -1
  80. package/funcs/notificationsStatsGraph.js +3 -3
  81. package/funcs/notificationsStatsGraph.js.map +1 -1
  82. package/funcs/notificationsStatsRetrieve.d.ts +1 -1
  83. package/funcs/notificationsStatsRetrieve.d.ts.map +1 -1
  84. package/funcs/notificationsStatsRetrieve.js +3 -3
  85. package/funcs/notificationsStatsRetrieve.js.map +1 -1
  86. package/funcs/subscribersAuthenticationChatAccessOauth.d.ts +1 -1
  87. package/funcs/subscribersAuthenticationChatAccessOauth.d.ts.map +1 -1
  88. package/funcs/subscribersAuthenticationChatAccessOauth.js +3 -3
  89. package/funcs/subscribersAuthenticationChatAccessOauth.js.map +1 -1
  90. package/funcs/subscribersAuthenticationChatAccessOauthCallBack.d.ts +1 -1
  91. package/funcs/subscribersAuthenticationChatAccessOauthCallBack.d.ts.map +1 -1
  92. package/funcs/subscribersAuthenticationChatAccessOauthCallBack.js +3 -3
  93. package/funcs/subscribersAuthenticationChatAccessOauthCallBack.js.map +1 -1
  94. package/funcs/subscribersCreate.d.ts +1 -1
  95. package/funcs/subscribersCreate.d.ts.map +1 -1
  96. package/funcs/subscribersCreate.js +3 -3
  97. package/funcs/subscribersCreate.js.map +1 -1
  98. package/funcs/subscribersCreateBulk.d.ts +1 -1
  99. package/funcs/subscribersCreateBulk.d.ts.map +1 -1
  100. package/funcs/subscribersCreateBulk.js +3 -3
  101. package/funcs/subscribersCreateBulk.js.map +1 -1
  102. package/funcs/subscribersCredentialsAppend.d.ts +1 -1
  103. package/funcs/subscribersCredentialsAppend.d.ts.map +1 -1
  104. package/funcs/subscribersCredentialsAppend.js +3 -3
  105. package/funcs/subscribersCredentialsAppend.js.map +1 -1
  106. package/funcs/subscribersCredentialsDelete.d.ts +1 -1
  107. package/funcs/subscribersCredentialsDelete.d.ts.map +1 -1
  108. package/funcs/subscribersCredentialsDelete.js +3 -3
  109. package/funcs/subscribersCredentialsDelete.js.map +1 -1
  110. package/funcs/subscribersCredentialsUpdate.d.ts +1 -1
  111. package/funcs/subscribersCredentialsUpdate.d.ts.map +1 -1
  112. package/funcs/subscribersCredentialsUpdate.js +3 -3
  113. package/funcs/subscribersCredentialsUpdate.js.map +1 -1
  114. package/funcs/subscribersDelete.d.ts +1 -1
  115. package/funcs/subscribersDelete.d.ts.map +1 -1
  116. package/funcs/subscribersDelete.js +3 -3
  117. package/funcs/subscribersDelete.js.map +1 -1
  118. package/funcs/subscribersList.d.ts +1 -1
  119. package/funcs/subscribersList.d.ts.map +1 -1
  120. package/funcs/subscribersList.js +3 -3
  121. package/funcs/subscribersList.js.map +1 -1
  122. package/funcs/subscribersMessagesMarkAll.d.ts +1 -1
  123. package/funcs/subscribersMessagesMarkAll.d.ts.map +1 -1
  124. package/funcs/subscribersMessagesMarkAll.js +3 -3
  125. package/funcs/subscribersMessagesMarkAll.js.map +1 -1
  126. package/funcs/subscribersMessagesMarkAllAs.d.ts +1 -1
  127. package/funcs/subscribersMessagesMarkAllAs.d.ts.map +1 -1
  128. package/funcs/subscribersMessagesMarkAllAs.js +3 -3
  129. package/funcs/subscribersMessagesMarkAllAs.js.map +1 -1
  130. package/funcs/subscribersMessagesUpdateAsSeen.d.ts +1 -1
  131. package/funcs/subscribersMessagesUpdateAsSeen.d.ts.map +1 -1
  132. package/funcs/subscribersMessagesUpdateAsSeen.js +3 -3
  133. package/funcs/subscribersMessagesUpdateAsSeen.js.map +1 -1
  134. package/funcs/subscribersNotificationsFeed.d.ts +1 -1
  135. package/funcs/subscribersNotificationsFeed.d.ts.map +1 -1
  136. package/funcs/subscribersNotificationsFeed.js +3 -3
  137. package/funcs/subscribersNotificationsFeed.js.map +1 -1
  138. package/funcs/subscribersNotificationsUnseenCount.d.ts +1 -1
  139. package/funcs/subscribersNotificationsUnseenCount.d.ts.map +1 -1
  140. package/funcs/subscribersNotificationsUnseenCount.js +3 -3
  141. package/funcs/subscribersNotificationsUnseenCount.js.map +1 -1
  142. package/funcs/subscribersPreferencesList.d.ts +1 -1
  143. package/funcs/subscribersPreferencesList.d.ts.map +1 -1
  144. package/funcs/subscribersPreferencesList.js +3 -3
  145. package/funcs/subscribersPreferencesList.js.map +1 -1
  146. package/funcs/subscribersPreferencesRetrieveByLevel.d.ts +1 -1
  147. package/funcs/subscribersPreferencesRetrieveByLevel.d.ts.map +1 -1
  148. package/funcs/subscribersPreferencesRetrieveByLevel.js +3 -3
  149. package/funcs/subscribersPreferencesRetrieveByLevel.js.map +1 -1
  150. package/funcs/subscribersPreferencesUpdate.d.ts +1 -1
  151. package/funcs/subscribersPreferencesUpdate.d.ts.map +1 -1
  152. package/funcs/subscribersPreferencesUpdate.js +3 -3
  153. package/funcs/subscribersPreferencesUpdate.js.map +1 -1
  154. package/funcs/subscribersPreferencesUpdateGlobal.d.ts +1 -1
  155. package/funcs/subscribersPreferencesUpdateGlobal.d.ts.map +1 -1
  156. package/funcs/subscribersPreferencesUpdateGlobal.js +3 -3
  157. package/funcs/subscribersPreferencesUpdateGlobal.js.map +1 -1
  158. package/funcs/subscribersPropertiesUpdateOnlineFlag.d.ts +1 -1
  159. package/funcs/subscribersPropertiesUpdateOnlineFlag.d.ts.map +1 -1
  160. package/funcs/subscribersPropertiesUpdateOnlineFlag.js +3 -3
  161. package/funcs/subscribersPropertiesUpdateOnlineFlag.js.map +1 -1
  162. package/funcs/subscribersRetrieve.d.ts +1 -1
  163. package/funcs/subscribersRetrieve.d.ts.map +1 -1
  164. package/funcs/subscribersRetrieve.js +3 -3
  165. package/funcs/subscribersRetrieve.js.map +1 -1
  166. package/funcs/subscribersUpdate.d.ts +1 -1
  167. package/funcs/subscribersUpdate.d.ts.map +1 -1
  168. package/funcs/subscribersUpdate.js +3 -3
  169. package/funcs/subscribersUpdate.js.map +1 -1
  170. package/funcs/testApiRateLimitBulkControllerGlobalCategoryNoCostOverride.d.ts.map +1 -1
  171. package/funcs/testApiRateLimitBulkControllerGlobalCategoryNoCostOverride.js +3 -3
  172. package/funcs/testApiRateLimitBulkControllerGlobalCategoryNoCostOverride.js.map +1 -1
  173. package/funcs/testApiRateLimitBulkControllerNoCategoryNoCostOverride.d.ts.map +1 -1
  174. package/funcs/testApiRateLimitBulkControllerNoCategoryNoCostOverride.js +3 -3
  175. package/funcs/testApiRateLimitBulkControllerNoCategoryNoCostOverride.js.map +1 -1
  176. package/funcs/testApiRateLimitBulkControllerNoCategorySingleCostOverride.d.ts.map +1 -1
  177. package/funcs/testApiRateLimitBulkControllerNoCategorySingleCostOverride.js +3 -3
  178. package/funcs/testApiRateLimitBulkControllerNoCategorySingleCostOverride.js.map +1 -1
  179. package/funcs/topicsCreate.d.ts +1 -1
  180. package/funcs/topicsCreate.d.ts.map +1 -1
  181. package/funcs/topicsCreate.js +3 -3
  182. package/funcs/topicsCreate.js.map +1 -1
  183. package/funcs/topicsDelete.d.ts +1 -1
  184. package/funcs/topicsDelete.d.ts.map +1 -1
  185. package/funcs/topicsDelete.js +3 -3
  186. package/funcs/topicsDelete.js.map +1 -1
  187. package/funcs/topicsList.d.ts +1 -1
  188. package/funcs/topicsList.d.ts.map +1 -1
  189. package/funcs/topicsList.js +3 -3
  190. package/funcs/topicsList.js.map +1 -1
  191. package/funcs/topicsRename.d.ts +1 -1
  192. package/funcs/topicsRename.d.ts.map +1 -1
  193. package/funcs/topicsRename.js +3 -3
  194. package/funcs/topicsRename.js.map +1 -1
  195. package/funcs/topicsRetrieve.d.ts +1 -1
  196. package/funcs/topicsRetrieve.d.ts.map +1 -1
  197. package/funcs/topicsRetrieve.js +3 -3
  198. package/funcs/topicsRetrieve.js.map +1 -1
  199. package/funcs/topicsSubscribersAssign.d.ts +1 -1
  200. package/funcs/topicsSubscribersAssign.d.ts.map +1 -1
  201. package/funcs/topicsSubscribersAssign.js +3 -3
  202. package/funcs/topicsSubscribersAssign.js.map +1 -1
  203. package/funcs/topicsSubscribersRemove.d.ts +1 -1
  204. package/funcs/topicsSubscribersRemove.d.ts.map +1 -1
  205. package/funcs/topicsSubscribersRemove.js +3 -3
  206. package/funcs/topicsSubscribersRemove.js.map +1 -1
  207. package/funcs/topicsSubscribersRetrieve.d.ts +1 -1
  208. package/funcs/topicsSubscribersRetrieve.d.ts.map +1 -1
  209. package/funcs/topicsSubscribersRetrieve.js +3 -3
  210. package/funcs/topicsSubscribersRetrieve.js.map +1 -1
  211. package/funcs/trigger.d.ts +1 -1
  212. package/funcs/trigger.d.ts.map +1 -1
  213. package/funcs/trigger.js +3 -3
  214. package/funcs/trigger.js.map +1 -1
  215. package/funcs/triggerBroadcast.d.ts +1 -1
  216. package/funcs/triggerBroadcast.d.ts.map +1 -1
  217. package/funcs/triggerBroadcast.js +3 -3
  218. package/funcs/triggerBroadcast.js.map +1 -1
  219. package/funcs/triggerBulk.d.ts +1 -1
  220. package/funcs/triggerBulk.d.ts.map +1 -1
  221. package/funcs/triggerBulk.js +3 -3
  222. package/funcs/triggerBulk.js.map +1 -1
  223. package/hooks/novu-custom-hook.js +2 -2
  224. package/hooks/novu-custom-hook.js.map +1 -1
  225. package/lib/config.d.ts +3 -3
  226. package/lib/config.js +3 -3
  227. package/models/components/activitynotificationexecutiondetailresponsedto.d.ts +2 -2
  228. package/models/components/activitynotificationexecutiondetailresponsedto.d.ts.map +1 -1
  229. package/models/components/activitynotificationexecutiondetailresponsedto.js +2 -2
  230. package/models/components/activitynotificationexecutiondetailresponsedto.js.map +1 -1
  231. package/models/components/activitynotificationsubscriberresponsedto.d.ts +5 -0
  232. package/models/components/activitynotificationsubscriberresponsedto.d.ts.map +1 -1
  233. package/models/components/activitynotificationsubscriberresponsedto.js +2 -0
  234. package/models/components/activitynotificationsubscriberresponsedto.js.map +1 -1
  235. package/models/operations/eventscontrollerbroadcasteventtoall.d.ts +1 -1
  236. package/models/operations/eventscontrollerbroadcasteventtoall.js +3 -3
  237. package/models/operations/eventscontrollercancel.d.ts +1 -1
  238. package/models/operations/eventscontrollercancel.js +3 -3
  239. package/models/operations/eventscontrollertrigger.d.ts +1 -1
  240. package/models/operations/eventscontrollertrigger.js +3 -3
  241. package/models/operations/eventscontrollertriggerbulk.d.ts +1 -1
  242. package/models/operations/eventscontrollertriggerbulk.js +3 -3
  243. package/models/operations/integrationscontrollercreateintegration.d.ts +1 -1
  244. package/models/operations/integrationscontrollercreateintegration.js +3 -3
  245. package/models/operations/integrationscontrollergetactiveintegrations.d.ts +1 -1
  246. package/models/operations/integrationscontrollergetactiveintegrations.js +3 -3
  247. package/models/operations/integrationscontrollergetwebhooksupportstatus.d.ts +1 -1
  248. package/models/operations/integrationscontrollergetwebhooksupportstatus.js +3 -3
  249. package/models/operations/integrationscontrollerlistintegrations.d.ts +1 -1
  250. package/models/operations/integrationscontrollerlistintegrations.js +3 -3
  251. package/models/operations/integrationscontrollerremoveintegration.d.ts +1 -1
  252. package/models/operations/integrationscontrollerremoveintegration.js +3 -3
  253. package/models/operations/integrationscontrollersetintegrationasprimary.d.ts +1 -1
  254. package/models/operations/integrationscontrollersetintegrationasprimary.js +3 -3
  255. package/models/operations/integrationscontrollerupdateintegrationbyid.d.ts +1 -1
  256. package/models/operations/integrationscontrollerupdateintegrationbyid.js +3 -3
  257. package/models/operations/messagescontrollerdeletemessage.d.ts +1 -1
  258. package/models/operations/messagescontrollerdeletemessage.js +3 -3
  259. package/models/operations/messagescontrollerdeletemessagesbytransactionid.d.ts +1 -1
  260. package/models/operations/messagescontrollerdeletemessagesbytransactionid.js +3 -3
  261. package/models/operations/messagescontrollergetmessages.d.ts +1 -1
  262. package/models/operations/messagescontrollergetmessages.js +3 -3
  263. package/models/operations/notificationscontrollergetactivitygraphstats.d.ts +1 -1
  264. package/models/operations/notificationscontrollergetactivitygraphstats.js +3 -3
  265. package/models/operations/notificationscontrollergetactivitystats.d.ts +1 -1
  266. package/models/operations/notificationscontrollergetactivitystats.js +3 -3
  267. package/models/operations/notificationscontrollergetnotification.d.ts +1 -1
  268. package/models/operations/notificationscontrollergetnotification.js +3 -3
  269. package/models/operations/notificationscontrollerlistnotifications.d.ts +1 -1
  270. package/models/operations/notificationscontrollerlistnotifications.js +3 -3
  271. package/models/operations/subscriberscontrollerbulkcreatesubscribers.d.ts +1 -1
  272. package/models/operations/subscriberscontrollerbulkcreatesubscribers.js +3 -3
  273. package/models/operations/subscriberscontrollerchataccessoauth.d.ts +1 -1
  274. package/models/operations/subscriberscontrollerchataccessoauth.js +3 -3
  275. package/models/operations/subscriberscontrollerchatoauthcallback.d.ts +1 -1
  276. package/models/operations/subscriberscontrollerchatoauthcallback.js +3 -3
  277. package/models/operations/subscriberscontrollercreatesubscriber.d.ts +1 -1
  278. package/models/operations/subscriberscontrollercreatesubscriber.js +3 -3
  279. package/models/operations/subscriberscontrollerdeletesubscribercredentials.d.ts +1 -1
  280. package/models/operations/subscriberscontrollerdeletesubscribercredentials.js +3 -3
  281. package/models/operations/subscriberscontrollergetnotificationsfeed.d.ts +1 -1
  282. package/models/operations/subscriberscontrollergetnotificationsfeed.js +3 -3
  283. package/models/operations/subscriberscontrollergetsubscriber.d.ts +1 -1
  284. package/models/operations/subscriberscontrollergetsubscriber.js +3 -3
  285. package/models/operations/subscriberscontrollergetsubscriberpreferencebylevel.d.ts +1 -1
  286. package/models/operations/subscriberscontrollergetsubscriberpreferencebylevel.js +3 -3
  287. package/models/operations/subscriberscontrollergetunseencount.d.ts +1 -1
  288. package/models/operations/subscriberscontrollergetunseencount.js +3 -3
  289. package/models/operations/subscriberscontrollerlistsubscriberpreferences.d.ts +1 -1
  290. package/models/operations/subscriberscontrollerlistsubscriberpreferences.js +3 -3
  291. package/models/operations/subscriberscontrollerlistsubscribers.d.ts +1 -1
  292. package/models/operations/subscriberscontrollerlistsubscribers.js +3 -3
  293. package/models/operations/subscriberscontrollermarkactionasseen.d.ts +1 -1
  294. package/models/operations/subscriberscontrollermarkactionasseen.js +3 -3
  295. package/models/operations/subscriberscontrollermarkallunreadasread.d.ts +1 -1
  296. package/models/operations/subscriberscontrollermarkallunreadasread.js +3 -3
  297. package/models/operations/subscriberscontrollermarkmessagesas.d.ts +1 -1
  298. package/models/operations/subscriberscontrollermarkmessagesas.js +3 -3
  299. package/models/operations/subscriberscontrollermodifysubscriberchannel.d.ts +1 -1
  300. package/models/operations/subscriberscontrollermodifysubscriberchannel.js +3 -3
  301. package/models/operations/subscriberscontrollerremovesubscriber.d.ts +1 -1
  302. package/models/operations/subscriberscontrollerremovesubscriber.js +3 -3
  303. package/models/operations/subscriberscontrollerupdatesubscriber.d.ts +1 -1
  304. package/models/operations/subscriberscontrollerupdatesubscriber.js +3 -3
  305. package/models/operations/subscriberscontrollerupdatesubscriberchannel.d.ts +1 -1
  306. package/models/operations/subscriberscontrollerupdatesubscriberchannel.js +3 -3
  307. package/models/operations/subscriberscontrollerupdatesubscriberglobalpreferences.d.ts +1 -1
  308. package/models/operations/subscriberscontrollerupdatesubscriberglobalpreferences.js +3 -3
  309. package/models/operations/subscriberscontrollerupdatesubscriberonlineflag.d.ts +1 -1
  310. package/models/operations/subscriberscontrollerupdatesubscriberonlineflag.js +3 -3
  311. package/models/operations/subscriberscontrollerupdatesubscriberpreference.d.ts +1 -1
  312. package/models/operations/subscriberscontrollerupdatesubscriberpreference.js +3 -3
  313. package/models/operations/testapiratelimitbulkcontrollerglobalcategorynocostoverride.d.ts +1 -1
  314. package/models/operations/testapiratelimitbulkcontrollerglobalcategorynocostoverride.js +3 -3
  315. package/models/operations/testapiratelimitbulkcontrollernocategorynocostoverride.d.ts +1 -1
  316. package/models/operations/testapiratelimitbulkcontrollernocategorynocostoverride.js +3 -3
  317. package/models/operations/testapiratelimitbulkcontrollernocategorysinglecostoverride.d.ts +1 -1
  318. package/models/operations/testapiratelimitbulkcontrollernocategorysinglecostoverride.js +3 -3
  319. package/models/operations/testingcontrolleridempotency.d.ts +1 -1
  320. package/models/operations/testingcontrolleridempotency.js +3 -3
  321. package/models/operations/testingcontrolleridempotencyget.d.ts +1 -1
  322. package/models/operations/testingcontrolleridempotencyget.js +3 -3
  323. package/models/operations/topicscontrollerassign.d.ts +1 -1
  324. package/models/operations/topicscontrollerassign.js +3 -3
  325. package/models/operations/topicscontrollercreatetopic.d.ts +1 -1
  326. package/models/operations/topicscontrollercreatetopic.js +3 -3
  327. package/models/operations/topicscontrollerdeletetopic.d.ts +1 -1
  328. package/models/operations/topicscontrollerdeletetopic.js +3 -3
  329. package/models/operations/topicscontrollergettopic.d.ts +1 -1
  330. package/models/operations/topicscontrollergettopic.js +3 -3
  331. package/models/operations/topicscontrollergettopicsubscriber.d.ts +1 -1
  332. package/models/operations/topicscontrollergettopicsubscriber.js +3 -3
  333. package/models/operations/topicscontrollerlisttopics.d.ts +1 -1
  334. package/models/operations/topicscontrollerlisttopics.js +3 -3
  335. package/models/operations/topicscontrollerremovesubscribers.d.ts +1 -1
  336. package/models/operations/topicscontrollerremovesubscribers.js +3 -3
  337. package/models/operations/topicscontrollerrenametopic.d.ts +1 -1
  338. package/models/operations/topicscontrollerrenametopic.js +3 -3
  339. package/package.json +1 -1
  340. package/src/funcs/adminIdempotencyGet.ts +12 -7
  341. package/src/funcs/adminIdempotencyPost.ts +12 -7
  342. package/src/funcs/cancel.ts +12 -7
  343. package/src/funcs/integrationsCreate.ts +12 -7
  344. package/src/funcs/integrationsDelete.ts +12 -7
  345. package/src/funcs/integrationsList.ts +12 -7
  346. package/src/funcs/integrationsListActive.ts +12 -7
  347. package/src/funcs/integrationsSetAsPrimary.ts +12 -7
  348. package/src/funcs/integrationsUpdate.ts +12 -7
  349. package/src/funcs/integrationsWebhooksRetrieve.ts +12 -7
  350. package/src/funcs/messagesDelete.ts +12 -7
  351. package/src/funcs/messagesDeleteByTransactionId.ts +12 -7
  352. package/src/funcs/messagesRetrieve.ts +12 -7
  353. package/src/funcs/notificationsList.ts +12 -7
  354. package/src/funcs/notificationsRetrieve.ts +12 -7
  355. package/src/funcs/notificationsStatsGraph.ts +12 -7
  356. package/src/funcs/notificationsStatsRetrieve.ts +12 -7
  357. package/src/funcs/subscribersAuthenticationChatAccessOauth.ts +12 -7
  358. package/src/funcs/subscribersAuthenticationChatAccessOauthCallBack.ts +12 -7
  359. package/src/funcs/subscribersCreate.ts +12 -7
  360. package/src/funcs/subscribersCreateBulk.ts +12 -7
  361. package/src/funcs/subscribersCredentialsAppend.ts +12 -7
  362. package/src/funcs/subscribersCredentialsDelete.ts +12 -7
  363. package/src/funcs/subscribersCredentialsUpdate.ts +12 -7
  364. package/src/funcs/subscribersDelete.ts +12 -7
  365. package/src/funcs/subscribersList.ts +13 -7
  366. package/src/funcs/subscribersMessagesMarkAll.ts +12 -7
  367. package/src/funcs/subscribersMessagesMarkAllAs.ts +12 -7
  368. package/src/funcs/subscribersMessagesUpdateAsSeen.ts +12 -7
  369. package/src/funcs/subscribersNotificationsFeed.ts +12 -7
  370. package/src/funcs/subscribersNotificationsUnseenCount.ts +12 -7
  371. package/src/funcs/subscribersPreferencesList.ts +12 -7
  372. package/src/funcs/subscribersPreferencesRetrieveByLevel.ts +12 -7
  373. package/src/funcs/subscribersPreferencesUpdate.ts +12 -7
  374. package/src/funcs/subscribersPreferencesUpdateGlobal.ts +12 -7
  375. package/src/funcs/subscribersPropertiesUpdateOnlineFlag.ts +12 -7
  376. package/src/funcs/subscribersRetrieve.ts +12 -7
  377. package/src/funcs/subscribersUpdate.ts +12 -7
  378. package/src/funcs/testApiRateLimitBulkControllerGlobalCategoryNoCostOverride.ts +6 -5
  379. package/src/funcs/testApiRateLimitBulkControllerNoCategoryNoCostOverride.ts +6 -5
  380. package/src/funcs/testApiRateLimitBulkControllerNoCategorySingleCostOverride.ts +6 -5
  381. package/src/funcs/topicsCreate.ts +12 -7
  382. package/src/funcs/topicsDelete.ts +12 -7
  383. package/src/funcs/topicsList.ts +12 -7
  384. package/src/funcs/topicsRename.ts +12 -7
  385. package/src/funcs/topicsRetrieve.ts +12 -7
  386. package/src/funcs/topicsSubscribersAssign.ts +12 -7
  387. package/src/funcs/topicsSubscribersRemove.ts +12 -7
  388. package/src/funcs/topicsSubscribersRetrieve.ts +12 -7
  389. package/src/funcs/trigger.ts +12 -7
  390. package/src/funcs/triggerBroadcast.ts +12 -7
  391. package/src/funcs/triggerBulk.ts +12 -7
  392. package/src/hooks/novu-custom-hook.ts +2 -2
  393. package/src/lib/config.ts +3 -3
  394. package/src/models/components/activitynotificationexecutiondetailresponsedto.ts +4 -4
  395. package/src/models/components/activitynotificationsubscriberresponsedto.ts +7 -0
  396. package/src/models/operations/eventscontrollerbroadcasteventtoall.ts +4 -4
  397. package/src/models/operations/eventscontrollercancel.ts +4 -4
  398. package/src/models/operations/eventscontrollertrigger.ts +4 -4
  399. package/src/models/operations/eventscontrollertriggerbulk.ts +4 -4
  400. package/src/models/operations/integrationscontrollercreateintegration.ts +4 -4
  401. package/src/models/operations/integrationscontrollergetactiveintegrations.ts +4 -4
  402. package/src/models/operations/integrationscontrollergetwebhooksupportstatus.ts +4 -4
  403. package/src/models/operations/integrationscontrollerlistintegrations.ts +4 -4
  404. package/src/models/operations/integrationscontrollerremoveintegration.ts +4 -4
  405. package/src/models/operations/integrationscontrollersetintegrationasprimary.ts +4 -4
  406. package/src/models/operations/integrationscontrollerupdateintegrationbyid.ts +4 -4
  407. package/src/models/operations/messagescontrollerdeletemessage.ts +4 -4
  408. package/src/models/operations/messagescontrollerdeletemessagesbytransactionid.ts +4 -4
  409. package/src/models/operations/messagescontrollergetmessages.ts +4 -4
  410. package/src/models/operations/notificationscontrollergetactivitygraphstats.ts +4 -4
  411. package/src/models/operations/notificationscontrollergetactivitystats.ts +4 -4
  412. package/src/models/operations/notificationscontrollergetnotification.ts +4 -4
  413. package/src/models/operations/notificationscontrollerlistnotifications.ts +4 -4
  414. package/src/models/operations/subscriberscontrollerbulkcreatesubscribers.ts +4 -4
  415. package/src/models/operations/subscriberscontrollerchataccessoauth.ts +4 -4
  416. package/src/models/operations/subscriberscontrollerchatoauthcallback.ts +4 -4
  417. package/src/models/operations/subscriberscontrollercreatesubscriber.ts +4 -4
  418. package/src/models/operations/subscriberscontrollerdeletesubscribercredentials.ts +4 -4
  419. package/src/models/operations/subscriberscontrollergetnotificationsfeed.ts +4 -4
  420. package/src/models/operations/subscriberscontrollergetsubscriber.ts +4 -4
  421. package/src/models/operations/subscriberscontrollergetsubscriberpreferencebylevel.ts +4 -4
  422. package/src/models/operations/subscriberscontrollergetunseencount.ts +4 -4
  423. package/src/models/operations/subscriberscontrollerlistsubscriberpreferences.ts +4 -4
  424. package/src/models/operations/subscriberscontrollerlistsubscribers.ts +4 -4
  425. package/src/models/operations/subscriberscontrollermarkactionasseen.ts +4 -4
  426. package/src/models/operations/subscriberscontrollermarkallunreadasread.ts +4 -4
  427. package/src/models/operations/subscriberscontrollermarkmessagesas.ts +4 -4
  428. package/src/models/operations/subscriberscontrollermodifysubscriberchannel.ts +4 -4
  429. package/src/models/operations/subscriberscontrollerremovesubscriber.ts +4 -4
  430. package/src/models/operations/subscriberscontrollerupdatesubscriber.ts +4 -4
  431. package/src/models/operations/subscriberscontrollerupdatesubscriberchannel.ts +4 -4
  432. package/src/models/operations/subscriberscontrollerupdatesubscriberglobalpreferences.ts +4 -4
  433. package/src/models/operations/subscriberscontrollerupdatesubscriberonlineflag.ts +4 -4
  434. package/src/models/operations/subscriberscontrollerupdatesubscriberpreference.ts +4 -4
  435. package/src/models/operations/testapiratelimitbulkcontrollerglobalcategorynocostoverride.ts +4 -4
  436. package/src/models/operations/testapiratelimitbulkcontrollernocategorynocostoverride.ts +4 -4
  437. package/src/models/operations/testapiratelimitbulkcontrollernocategorysinglecostoverride.ts +4 -4
  438. package/src/models/operations/testingcontrolleridempotency.ts +4 -4
  439. package/src/models/operations/testingcontrolleridempotencyget.ts +4 -4
  440. package/src/models/operations/topicscontrollerassign.ts +4 -4
  441. package/src/models/operations/topicscontrollercreatetopic.ts +4 -4
  442. package/src/models/operations/topicscontrollerdeletetopic.ts +4 -4
  443. package/src/models/operations/topicscontrollergettopic.ts +4 -4
  444. package/src/models/operations/topicscontrollergettopicsubscriber.ts +4 -4
  445. package/src/models/operations/topicscontrollerlisttopics.ts +4 -4
  446. package/src/models/operations/topicscontrollerremovesubscribers.ts +4 -4
  447. package/src/models/operations/topicscontrollerrenametopic.ts +4 -4
@@ -36,6 +36,7 @@ export async function subscribersPreferencesUpdate(
36
36
  | errors.ErrorDto
37
37
  | errors.ErrorDto
38
38
  | errors.ValidationErrorDto
39
+ | errors.ErrorDto
39
40
  | SDKError
40
41
  | SDKValidationError
41
42
  | UnexpectedClientError
@@ -81,9 +82,9 @@ export async function subscribersPreferencesUpdate(
81
82
  const headers = new Headers(compactMap({
82
83
  "Content-Type": "application/json",
83
84
  Accept: "application/json",
84
- "Idempotency-Key": encodeSimple(
85
- "Idempotency-Key",
86
- payload["Idempotency-Key"],
85
+ "idempotency-key": encodeSimple(
86
+ "idempotency-key",
87
+ payload["idempotency-key"],
87
88
  { explode: false, charEncoding: "none" },
88
89
  ),
89
90
  }));
@@ -112,7 +113,7 @@ export async function subscribersPreferencesUpdate(
112
113
  retryConnectionErrors: true,
113
114
  }
114
115
  || { strategy: "none" },
115
- retryCodes: options?.retryCodes || ["408", "422", "429", "5XX"],
116
+ retryCodes: options?.retryCodes || ["408", "409", "429", "5XX"],
116
117
  };
117
118
 
118
119
  const requestRes = client._createRequest(context, {
@@ -165,6 +166,7 @@ export async function subscribersPreferencesUpdate(
165
166
  | errors.ErrorDto
166
167
  | errors.ErrorDto
167
168
  | errors.ValidationErrorDto
169
+ | errors.ErrorDto
168
170
  | SDKError
169
171
  | SDKValidationError
170
172
  | UnexpectedClientError
@@ -180,14 +182,17 @@ export async function subscribersPreferencesUpdate(
180
182
  { hdrs: true, key: "Result" },
181
183
  ),
182
184
  M.jsonErr(
183
- [400, 401, 403, 404, 405, 409, 413, 415, 500],
185
+ [400, 401, 403, 404, 405, 409, 413, 415],
184
186
  errors.ErrorDto$inboundSchema,
185
187
  { hdrs: true },
186
188
  ),
187
189
  M.jsonErr(414, errors.ErrorDto$inboundSchema),
188
190
  M.jsonErr(422, errors.ValidationErrorDto$inboundSchema, { hdrs: true }),
189
- M.fail([429, 503]),
190
- M.fail(["4XX", "5XX"]),
191
+ M.fail(429),
192
+ M.jsonErr(500, errors.ErrorDto$inboundSchema, { hdrs: true }),
193
+ M.fail(503),
194
+ M.fail("4XX"),
195
+ M.fail("5XX"),
191
196
  )(response, { extraFields: responseFields });
192
197
  if (!result.ok) {
193
198
  return result;
@@ -40,6 +40,7 @@ export async function subscribersPreferencesUpdateGlobal(
40
40
  | errors.ErrorDto
41
41
  | errors.ErrorDto
42
42
  | errors.ValidationErrorDto
43
+ | errors.ErrorDto
43
44
  | SDKError
44
45
  | SDKValidationError
45
46
  | UnexpectedClientError
@@ -89,9 +90,9 @@ export async function subscribersPreferencesUpdateGlobal(
89
90
  const headers = new Headers(compactMap({
90
91
  "Content-Type": "application/json",
91
92
  Accept: "application/json",
92
- "Idempotency-Key": encodeSimple(
93
- "Idempotency-Key",
94
- payload["Idempotency-Key"],
93
+ "idempotency-key": encodeSimple(
94
+ "idempotency-key",
95
+ payload["idempotency-key"],
95
96
  { explode: false, charEncoding: "none" },
96
97
  ),
97
98
  }));
@@ -120,7 +121,7 @@ export async function subscribersPreferencesUpdateGlobal(
120
121
  retryConnectionErrors: true,
121
122
  }
122
123
  || { strategy: "none" },
123
- retryCodes: options?.retryCodes || ["408", "422", "429", "5XX"],
124
+ retryCodes: options?.retryCodes || ["408", "409", "429", "5XX"],
124
125
  };
125
126
 
126
127
  const requestRes = client._createRequest(context, {
@@ -173,6 +174,7 @@ export async function subscribersPreferencesUpdateGlobal(
173
174
  | errors.ErrorDto
174
175
  | errors.ErrorDto
175
176
  | errors.ValidationErrorDto
177
+ | errors.ErrorDto
176
178
  | SDKError
177
179
  | SDKValidationError
178
180
  | UnexpectedClientError
@@ -188,14 +190,17 @@ export async function subscribersPreferencesUpdateGlobal(
188
190
  { hdrs: true, key: "Result" },
189
191
  ),
190
192
  M.jsonErr(
191
- [400, 401, 403, 404, 405, 409, 413, 415, 500],
193
+ [400, 401, 403, 404, 405, 409, 413, 415],
192
194
  errors.ErrorDto$inboundSchema,
193
195
  { hdrs: true },
194
196
  ),
195
197
  M.jsonErr(414, errors.ErrorDto$inboundSchema),
196
198
  M.jsonErr(422, errors.ValidationErrorDto$inboundSchema, { hdrs: true }),
197
- M.fail([429, 503]),
198
- M.fail(["4XX", "5XX"]),
199
+ M.fail(429),
200
+ M.jsonErr(500, errors.ErrorDto$inboundSchema, { hdrs: true }),
201
+ M.fail(503),
202
+ M.fail("4XX"),
203
+ M.fail("5XX"),
199
204
  )(response, { extraFields: responseFields });
200
205
  if (!result.ok) {
201
206
  return result;
@@ -43,6 +43,7 @@ export async function subscribersPropertiesUpdateOnlineFlag(
43
43
  | errors.ErrorDto
44
44
  | errors.ErrorDto
45
45
  | errors.ValidationErrorDto
46
+ | errors.ErrorDto
46
47
  | SDKError
47
48
  | SDKValidationError
48
49
  | UnexpectedClientError
@@ -92,9 +93,9 @@ export async function subscribersPropertiesUpdateOnlineFlag(
92
93
  const headers = new Headers(compactMap({
93
94
  "Content-Type": "application/json",
94
95
  Accept: "application/json",
95
- "Idempotency-Key": encodeSimple(
96
- "Idempotency-Key",
97
- payload["Idempotency-Key"],
96
+ "idempotency-key": encodeSimple(
97
+ "idempotency-key",
98
+ payload["idempotency-key"],
98
99
  { explode: false, charEncoding: "none" },
99
100
  ),
100
101
  }));
@@ -123,7 +124,7 @@ export async function subscribersPropertiesUpdateOnlineFlag(
123
124
  retryConnectionErrors: true,
124
125
  }
125
126
  || { strategy: "none" },
126
- retryCodes: options?.retryCodes || ["408", "422", "429", "5XX"],
127
+ retryCodes: options?.retryCodes || ["408", "409", "429", "5XX"],
127
128
  };
128
129
 
129
130
  const requestRes = client._createRequest(context, {
@@ -176,6 +177,7 @@ export async function subscribersPropertiesUpdateOnlineFlag(
176
177
  | errors.ErrorDto
177
178
  | errors.ErrorDto
178
179
  | errors.ValidationErrorDto
180
+ | errors.ErrorDto
179
181
  | SDKError
180
182
  | SDKValidationError
181
183
  | UnexpectedClientError
@@ -191,14 +193,17 @@ export async function subscribersPropertiesUpdateOnlineFlag(
191
193
  { hdrs: true, key: "Result" },
192
194
  ),
193
195
  M.jsonErr(
194
- [400, 401, 403, 404, 405, 409, 413, 415, 500],
196
+ [400, 401, 403, 404, 405, 409, 413, 415],
195
197
  errors.ErrorDto$inboundSchema,
196
198
  { hdrs: true },
197
199
  ),
198
200
  M.jsonErr(414, errors.ErrorDto$inboundSchema),
199
201
  M.jsonErr(422, errors.ValidationErrorDto$inboundSchema, { hdrs: true }),
200
- M.fail([429, 503]),
201
- M.fail(["4XX", "5XX"]),
202
+ M.fail(429),
203
+ M.jsonErr(500, errors.ErrorDto$inboundSchema, { hdrs: true }),
204
+ M.fail(503),
205
+ M.fail("4XX"),
206
+ M.fail("5XX"),
202
207
  )(response, { extraFields: responseFields });
203
208
  if (!result.ok) {
204
209
  return result;
@@ -41,6 +41,7 @@ export async function subscribersRetrieve(
41
41
  | errors.ErrorDto
42
42
  | errors.ErrorDto
43
43
  | errors.ValidationErrorDto
44
+ | errors.ErrorDto
44
45
  | SDKError
45
46
  | SDKValidationError
46
47
  | UnexpectedClientError
@@ -85,9 +86,9 @@ export async function subscribersRetrieve(
85
86
 
86
87
  const headers = new Headers(compactMap({
87
88
  Accept: "application/json",
88
- "Idempotency-Key": encodeSimple(
89
- "Idempotency-Key",
90
- payload["Idempotency-Key"],
89
+ "idempotency-key": encodeSimple(
90
+ "idempotency-key",
91
+ payload["idempotency-key"],
91
92
  { explode: false, charEncoding: "none" },
92
93
  ),
93
94
  }));
@@ -116,7 +117,7 @@ export async function subscribersRetrieve(
116
117
  retryConnectionErrors: true,
117
118
  }
118
119
  || { strategy: "none" },
119
- retryCodes: options?.retryCodes || ["408", "422", "429", "5XX"],
120
+ retryCodes: options?.retryCodes || ["408", "409", "429", "5XX"],
120
121
  };
121
122
 
122
123
  const requestRes = client._createRequest(context, {
@@ -170,6 +171,7 @@ export async function subscribersRetrieve(
170
171
  | errors.ErrorDto
171
172
  | errors.ErrorDto
172
173
  | errors.ValidationErrorDto
174
+ | errors.ErrorDto
173
175
  | SDKError
174
176
  | SDKValidationError
175
177
  | UnexpectedClientError
@@ -184,14 +186,17 @@ export async function subscribersRetrieve(
184
186
  { hdrs: true, key: "Result" },
185
187
  ),
186
188
  M.jsonErr(
187
- [400, 401, 403, 404, 405, 409, 413, 415, 500],
189
+ [400, 401, 403, 404, 405, 409, 413, 415],
188
190
  errors.ErrorDto$inboundSchema,
189
191
  { hdrs: true },
190
192
  ),
191
193
  M.jsonErr(414, errors.ErrorDto$inboundSchema),
192
194
  M.jsonErr(422, errors.ValidationErrorDto$inboundSchema, { hdrs: true }),
193
- M.fail([429, 503]),
194
- M.fail(["4XX", "5XX"]),
195
+ M.fail(429),
196
+ M.jsonErr(500, errors.ErrorDto$inboundSchema, { hdrs: true }),
197
+ M.fail(503),
198
+ M.fail("4XX"),
199
+ M.fail("5XX"),
195
200
  )(response, { extraFields: responseFields });
196
201
  if (!result.ok) {
197
202
  return result;
@@ -42,6 +42,7 @@ export async function subscribersUpdate(
42
42
  | errors.ErrorDto
43
43
  | errors.ErrorDto
44
44
  | errors.ValidationErrorDto
45
+ | errors.ErrorDto
45
46
  | SDKError
46
47
  | SDKValidationError
47
48
  | UnexpectedClientError
@@ -84,9 +85,9 @@ export async function subscribersUpdate(
84
85
  const headers = new Headers(compactMap({
85
86
  "Content-Type": "application/json",
86
87
  Accept: "application/json",
87
- "Idempotency-Key": encodeSimple(
88
- "Idempotency-Key",
89
- payload["Idempotency-Key"],
88
+ "idempotency-key": encodeSimple(
89
+ "idempotency-key",
90
+ payload["idempotency-key"],
90
91
  { explode: false, charEncoding: "none" },
91
92
  ),
92
93
  }));
@@ -115,7 +116,7 @@ export async function subscribersUpdate(
115
116
  retryConnectionErrors: true,
116
117
  }
117
118
  || { strategy: "none" },
118
- retryCodes: options?.retryCodes || ["408", "422", "429", "5XX"],
119
+ retryCodes: options?.retryCodes || ["408", "409", "429", "5XX"],
119
120
  };
120
121
 
121
122
  const requestRes = client._createRequest(context, {
@@ -168,6 +169,7 @@ export async function subscribersUpdate(
168
169
  | errors.ErrorDto
169
170
  | errors.ErrorDto
170
171
  | errors.ValidationErrorDto
172
+ | errors.ErrorDto
171
173
  | SDKError
172
174
  | SDKValidationError
173
175
  | UnexpectedClientError
@@ -182,14 +184,17 @@ export async function subscribersUpdate(
182
184
  { hdrs: true, key: "Result" },
183
185
  ),
184
186
  M.jsonErr(
185
- [400, 401, 403, 404, 405, 409, 413, 415, 500],
187
+ [400, 401, 403, 404, 405, 409, 413, 415],
186
188
  errors.ErrorDto$inboundSchema,
187
189
  { hdrs: true },
188
190
  ),
189
191
  M.jsonErr(414, errors.ErrorDto$inboundSchema),
190
192
  M.jsonErr(422, errors.ValidationErrorDto$inboundSchema, { hdrs: true }),
191
- M.fail([429, 503]),
192
- M.fail(["4XX", "5XX"]),
193
+ M.fail(429),
194
+ M.jsonErr(500, errors.ErrorDto$inboundSchema, { hdrs: true }),
195
+ M.fail(503),
196
+ M.fail("4XX"),
197
+ M.fail("5XX"),
193
198
  )(response, { extraFields: responseFields });
194
199
  if (!result.ok) {
195
200
  return result;
@@ -65,9 +65,9 @@ export async function testApiRateLimitBulkControllerGlobalCategoryNoCostOverride
65
65
 
66
66
  const headers = new Headers(compactMap({
67
67
  Accept: "application/json",
68
- "Idempotency-Key": encodeSimple(
69
- "Idempotency-Key",
70
- payload["Idempotency-Key"],
68
+ "idempotency-key": encodeSimple(
69
+ "idempotency-key",
70
+ payload["idempotency-key"],
71
71
  { explode: false, charEncoding: "none" },
72
72
  ),
73
73
  }));
@@ -96,7 +96,7 @@ export async function testApiRateLimitBulkControllerGlobalCategoryNoCostOverride
96
96
  retryConnectionErrors: true,
97
97
  }
98
98
  || { strategy: "none" },
99
- retryCodes: options?.retryCodes || ["408", "422", "429", "5XX"],
99
+ retryCodes: options?.retryCodes || ["408", "409", "429", "5XX"],
100
100
  };
101
101
 
102
102
  const requestRes = client._createRequest(context, {
@@ -135,7 +135,8 @@ export async function testApiRateLimitBulkControllerGlobalCategoryNoCostOverride
135
135
  | ConnectionError
136
136
  >(
137
137
  M.json(200, z.boolean()),
138
- M.fail(["4XX", "5XX"]),
138
+ M.fail("4XX"),
139
+ M.fail("5XX"),
139
140
  )(response);
140
141
  if (!result.ok) {
141
142
  return result;
@@ -64,9 +64,9 @@ export async function testApiRateLimitBulkControllerNoCategoryNoCostOverride(
64
64
 
65
65
  const headers = new Headers(compactMap({
66
66
  Accept: "application/json",
67
- "Idempotency-Key": encodeSimple(
68
- "Idempotency-Key",
69
- payload["Idempotency-Key"],
67
+ "idempotency-key": encodeSimple(
68
+ "idempotency-key",
69
+ payload["idempotency-key"],
70
70
  { explode: false, charEncoding: "none" },
71
71
  ),
72
72
  }));
@@ -95,7 +95,7 @@ export async function testApiRateLimitBulkControllerNoCategoryNoCostOverride(
95
95
  retryConnectionErrors: true,
96
96
  }
97
97
  || { strategy: "none" },
98
- retryCodes: options?.retryCodes || ["408", "422", "429", "5XX"],
98
+ retryCodes: options?.retryCodes || ["408", "409", "429", "5XX"],
99
99
  };
100
100
 
101
101
  const requestRes = client._createRequest(context, {
@@ -134,7 +134,8 @@ export async function testApiRateLimitBulkControllerNoCategoryNoCostOverride(
134
134
  | ConnectionError
135
135
  >(
136
136
  M.json(200, z.boolean()),
137
- M.fail(["4XX", "5XX"]),
137
+ M.fail("4XX"),
138
+ M.fail("5XX"),
138
139
  )(response);
139
140
  if (!result.ok) {
140
141
  return result;
@@ -65,9 +65,9 @@ export async function testApiRateLimitBulkControllerNoCategorySingleCostOverride
65
65
 
66
66
  const headers = new Headers(compactMap({
67
67
  Accept: "application/json",
68
- "Idempotency-Key": encodeSimple(
69
- "Idempotency-Key",
70
- payload["Idempotency-Key"],
68
+ "idempotency-key": encodeSimple(
69
+ "idempotency-key",
70
+ payload["idempotency-key"],
71
71
  { explode: false, charEncoding: "none" },
72
72
  ),
73
73
  }));
@@ -96,7 +96,7 @@ export async function testApiRateLimitBulkControllerNoCategorySingleCostOverride
96
96
  retryConnectionErrors: true,
97
97
  }
98
98
  || { strategy: "none" },
99
- retryCodes: options?.retryCodes || ["408", "422", "429", "5XX"],
99
+ retryCodes: options?.retryCodes || ["408", "409", "429", "5XX"],
100
100
  };
101
101
 
102
102
  const requestRes = client._createRequest(context, {
@@ -135,7 +135,8 @@ export async function testApiRateLimitBulkControllerNoCategorySingleCostOverride
135
135
  | ConnectionError
136
136
  >(
137
137
  M.json(200, z.boolean()),
138
- M.fail(["4XX", "5XX"]),
138
+ M.fail("4XX"),
139
+ M.fail("5XX"),
139
140
  )(response);
140
141
  if (!result.ok) {
141
142
  return result;
@@ -41,6 +41,7 @@ export async function topicsCreate(
41
41
  | errors.ErrorDto
42
42
  | errors.ErrorDto
43
43
  | errors.ValidationErrorDto
44
+ | errors.ErrorDto
44
45
  | SDKError
45
46
  | SDKValidationError
46
47
  | UnexpectedClientError
@@ -74,9 +75,9 @@ export async function topicsCreate(
74
75
  const headers = new Headers(compactMap({
75
76
  "Content-Type": "application/json",
76
77
  Accept: "application/json",
77
- "Idempotency-Key": encodeSimple(
78
- "Idempotency-Key",
79
- payload["Idempotency-Key"],
78
+ "idempotency-key": encodeSimple(
79
+ "idempotency-key",
80
+ payload["idempotency-key"],
80
81
  { explode: false, charEncoding: "none" },
81
82
  ),
82
83
  }));
@@ -105,7 +106,7 @@ export async function topicsCreate(
105
106
  retryConnectionErrors: true,
106
107
  }
107
108
  || { strategy: "none" },
108
- retryCodes: options?.retryCodes || ["408", "422", "429", "5XX"],
109
+ retryCodes: options?.retryCodes || ["408", "409", "429", "5XX"],
109
110
  };
110
111
 
111
112
  const requestRes = client._createRequest(context, {
@@ -158,6 +159,7 @@ export async function topicsCreate(
158
159
  | errors.ErrorDto
159
160
  | errors.ErrorDto
160
161
  | errors.ValidationErrorDto
162
+ | errors.ErrorDto
161
163
  | SDKError
162
164
  | SDKValidationError
163
165
  | UnexpectedClientError
@@ -171,14 +173,17 @@ export async function topicsCreate(
171
173
  key: "Result",
172
174
  }),
173
175
  M.jsonErr(
174
- [400, 401, 403, 404, 405, 409, 413, 415, 500],
176
+ [400, 401, 403, 404, 405, 409, 413, 415],
175
177
  errors.ErrorDto$inboundSchema,
176
178
  { hdrs: true },
177
179
  ),
178
180
  M.jsonErr(414, errors.ErrorDto$inboundSchema),
179
181
  M.jsonErr(422, errors.ValidationErrorDto$inboundSchema, { hdrs: true }),
180
- M.fail([429, 503]),
181
- M.fail(["4XX", "5XX"]),
182
+ M.fail(429),
183
+ M.jsonErr(500, errors.ErrorDto$inboundSchema, { hdrs: true }),
184
+ M.fail(503),
185
+ M.fail("4XX"),
186
+ M.fail("5XX"),
182
187
  )(response, { extraFields: responseFields });
183
188
  if (!result.ok) {
184
189
  return result;
@@ -40,6 +40,7 @@ export async function topicsDelete(
40
40
  | errors.ErrorDto
41
41
  | errors.ErrorDto
42
42
  | errors.ValidationErrorDto
43
+ | errors.ErrorDto
43
44
  | SDKError
44
45
  | SDKValidationError
45
46
  | UnexpectedClientError
@@ -77,9 +78,9 @@ export async function topicsDelete(
77
78
 
78
79
  const headers = new Headers(compactMap({
79
80
  Accept: "application/json",
80
- "Idempotency-Key": encodeSimple(
81
- "Idempotency-Key",
82
- payload["Idempotency-Key"],
81
+ "idempotency-key": encodeSimple(
82
+ "idempotency-key",
83
+ payload["idempotency-key"],
83
84
  { explode: false, charEncoding: "none" },
84
85
  ),
85
86
  }));
@@ -108,7 +109,7 @@ export async function topicsDelete(
108
109
  retryConnectionErrors: true,
109
110
  }
110
111
  || { strategy: "none" },
111
- retryCodes: options?.retryCodes || ["408", "422", "429", "5XX"],
112
+ retryCodes: options?.retryCodes || ["408", "409", "429", "5XX"],
112
113
  };
113
114
 
114
115
  const requestRes = client._createRequest(context, {
@@ -161,6 +162,7 @@ export async function topicsDelete(
161
162
  | errors.ErrorDto
162
163
  | errors.ErrorDto
163
164
  | errors.ValidationErrorDto
165
+ | errors.ErrorDto
164
166
  | SDKError
165
167
  | SDKValidationError
166
168
  | UnexpectedClientError
@@ -175,14 +177,17 @@ export async function topicsDelete(
175
177
  { hdrs: true },
176
178
  ),
177
179
  M.jsonErr(
178
- [400, 401, 403, 404, 405, 409, 413, 415, 500],
180
+ [400, 401, 403, 404, 405, 409, 413, 415],
179
181
  errors.ErrorDto$inboundSchema,
180
182
  { hdrs: true },
181
183
  ),
182
184
  M.jsonErr(414, errors.ErrorDto$inboundSchema),
183
185
  M.jsonErr(422, errors.ValidationErrorDto$inboundSchema, { hdrs: true }),
184
- M.fail([429, 503]),
185
- M.fail(["4XX", "5XX"]),
186
+ M.fail(429),
187
+ M.jsonErr(500, errors.ErrorDto$inboundSchema, { hdrs: true }),
188
+ M.fail(503),
189
+ M.fail("4XX"),
190
+ M.fail("5XX"),
186
191
  )(response, { extraFields: responseFields });
187
192
  if (!result.ok) {
188
193
  return result;
@@ -39,6 +39,7 @@ export async function topicsList(
39
39
  | errors.ErrorDto
40
40
  | errors.ErrorDto
41
41
  | errors.ValidationErrorDto
42
+ | errors.ErrorDto
42
43
  | SDKError
43
44
  | SDKValidationError
44
45
  | UnexpectedClientError
@@ -70,9 +71,9 @@ export async function topicsList(
70
71
 
71
72
  const headers = new Headers(compactMap({
72
73
  Accept: "application/json",
73
- "Idempotency-Key": encodeSimple(
74
- "Idempotency-Key",
75
- payload["Idempotency-Key"],
74
+ "idempotency-key": encodeSimple(
75
+ "idempotency-key",
76
+ payload["idempotency-key"],
76
77
  { explode: false, charEncoding: "none" },
77
78
  ),
78
79
  }));
@@ -101,7 +102,7 @@ export async function topicsList(
101
102
  retryConnectionErrors: true,
102
103
  }
103
104
  || { strategy: "none" },
104
- retryCodes: options?.retryCodes || ["408", "422", "429", "5XX"],
105
+ retryCodes: options?.retryCodes || ["408", "409", "429", "5XX"],
105
106
  };
106
107
 
107
108
  const requestRes = client._createRequest(context, {
@@ -155,6 +156,7 @@ export async function topicsList(
155
156
  | errors.ErrorDto
156
157
  | errors.ErrorDto
157
158
  | errors.ValidationErrorDto
159
+ | errors.ErrorDto
158
160
  | SDKError
159
161
  | SDKValidationError
160
162
  | UnexpectedClientError
@@ -168,14 +170,17 @@ export async function topicsList(
168
170
  key: "Result",
169
171
  }),
170
172
  M.jsonErr(
171
- [400, 401, 403, 404, 405, 409, 413, 415, 500],
173
+ [400, 401, 403, 404, 405, 409, 413, 415],
172
174
  errors.ErrorDto$inboundSchema,
173
175
  { hdrs: true },
174
176
  ),
175
177
  M.jsonErr(414, errors.ErrorDto$inboundSchema),
176
178
  M.jsonErr(422, errors.ValidationErrorDto$inboundSchema, { hdrs: true }),
177
- M.fail([429, 503]),
178
- M.fail(["4XX", "5XX"]),
179
+ M.fail(429),
180
+ M.jsonErr(500, errors.ErrorDto$inboundSchema, { hdrs: true }),
181
+ M.fail(503),
182
+ M.fail("4XX"),
183
+ M.fail("5XX"),
179
184
  )(response, { extraFields: responseFields });
180
185
  if (!result.ok) {
181
186
  return result;
@@ -42,6 +42,7 @@ export async function topicsRename(
42
42
  | errors.ErrorDto
43
43
  | errors.ErrorDto
44
44
  | errors.ValidationErrorDto
45
+ | errors.ErrorDto
45
46
  | SDKError
46
47
  | SDKValidationError
47
48
  | UnexpectedClientError
@@ -83,9 +84,9 @@ export async function topicsRename(
83
84
  const headers = new Headers(compactMap({
84
85
  "Content-Type": "application/json",
85
86
  Accept: "application/json",
86
- "Idempotency-Key": encodeSimple(
87
- "Idempotency-Key",
88
- payload["Idempotency-Key"],
87
+ "idempotency-key": encodeSimple(
88
+ "idempotency-key",
89
+ payload["idempotency-key"],
89
90
  { explode: false, charEncoding: "none" },
90
91
  ),
91
92
  }));
@@ -114,7 +115,7 @@ export async function topicsRename(
114
115
  retryConnectionErrors: true,
115
116
  }
116
117
  || { strategy: "none" },
117
- retryCodes: options?.retryCodes || ["408", "422", "429", "5XX"],
118
+ retryCodes: options?.retryCodes || ["408", "409", "429", "5XX"],
118
119
  };
119
120
 
120
121
  const requestRes = client._createRequest(context, {
@@ -167,6 +168,7 @@ export async function topicsRename(
167
168
  | errors.ErrorDto
168
169
  | errors.ErrorDto
169
170
  | errors.ValidationErrorDto
171
+ | errors.ErrorDto
170
172
  | SDKError
171
173
  | SDKValidationError
172
174
  | UnexpectedClientError
@@ -180,14 +182,17 @@ export async function topicsRename(
180
182
  key: "Result",
181
183
  }),
182
184
  M.jsonErr(
183
- [400, 401, 403, 404, 405, 409, 413, 415, 500],
185
+ [400, 401, 403, 404, 405, 409, 413, 415],
184
186
  errors.ErrorDto$inboundSchema,
185
187
  { hdrs: true },
186
188
  ),
187
189
  M.jsonErr(414, errors.ErrorDto$inboundSchema),
188
190
  M.jsonErr(422, errors.ValidationErrorDto$inboundSchema, { hdrs: true }),
189
- M.fail([429, 503]),
190
- M.fail(["4XX", "5XX"]),
191
+ M.fail(429),
192
+ M.jsonErr(500, errors.ErrorDto$inboundSchema, { hdrs: true }),
193
+ M.fail(503),
194
+ M.fail("4XX"),
195
+ M.fail("5XX"),
191
196
  )(response, { extraFields: responseFields });
192
197
  if (!result.ok) {
193
198
  return result;