@30nama/sdk 2.0.0-rc.14 → 2.0.0-rc.16

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 (174) hide show
  1. package/lib/generated/notification/api.d.ts +53 -53
  2. package/lib/generated/notification/api.js +24 -18
  3. package/lib/generated/notification/api.js.map +1 -1
  4. package/lib/generated/notification/models/addNotification.d.ts +4 -1
  5. package/lib/generated/notification/models/category.d.ts +11 -0
  6. package/lib/generated/notification/models/category.js +7 -0
  7. package/lib/generated/notification/models/category.js.map +1 -0
  8. package/lib/generated/notification/models/description.d.ts +10 -0
  9. package/lib/generated/notification/models/description.js +7 -0
  10. package/lib/generated/notification/models/description.js.map +1 -0
  11. package/lib/generated/notification/models/errorResponse401.d.ts +16 -0
  12. package/lib/generated/notification/models/errorResponse401.js +3 -0
  13. package/lib/generated/notification/models/errorResponse401.js.map +1 -0
  14. package/lib/generated/notification/models/errorResponse401Data.d.ts +6 -0
  15. package/lib/generated/notification/models/errorResponse401Data.js +3 -0
  16. package/lib/generated/notification/models/errorResponse401Data.js.map +1 -0
  17. package/lib/generated/notification/models/errorResponse401DataAnyOf.d.ts +7 -0
  18. package/lib/generated/notification/models/errorResponse401DataAnyOf.js +7 -0
  19. package/lib/generated/notification/models/errorResponse401DataAnyOf.js.map +1 -0
  20. package/lib/generated/notification/models/errorResponse401Errors.d.ts +7 -0
  21. package/lib/generated/notification/models/errorResponse401Errors.js +7 -0
  22. package/lib/generated/notification/models/errorResponse401Errors.js.map +1 -0
  23. package/lib/generated/notification/models/errorResponse404.d.ts +16 -0
  24. package/lib/generated/notification/models/errorResponse404.js +3 -0
  25. package/lib/generated/notification/models/errorResponse404.js.map +1 -0
  26. package/lib/generated/notification/models/errorResponse404Data.d.ts +6 -0
  27. package/lib/generated/notification/models/errorResponse404Data.js +3 -0
  28. package/lib/generated/notification/models/errorResponse404Data.js.map +1 -0
  29. package/lib/generated/notification/models/errorResponse404DataAnyOf.d.ts +7 -0
  30. package/lib/generated/notification/models/errorResponse404DataAnyOf.js +7 -0
  31. package/lib/generated/notification/models/errorResponse404DataAnyOf.js.map +1 -0
  32. package/lib/generated/notification/models/errorResponse404Errors.d.ts +7 -0
  33. package/lib/generated/notification/models/errorResponse404Errors.js +7 -0
  34. package/lib/generated/notification/models/errorResponse404Errors.js.map +1 -0
  35. package/lib/generated/notification/models/errorResponse422.d.ts +16 -0
  36. package/lib/generated/notification/models/errorResponse422.js +3 -0
  37. package/lib/generated/notification/models/errorResponse422.js.map +1 -0
  38. package/lib/generated/notification/models/errorResponse422Data.d.ts +6 -0
  39. package/lib/generated/notification/models/errorResponse422Data.js +3 -0
  40. package/lib/generated/notification/models/errorResponse422Data.js.map +1 -0
  41. package/lib/generated/notification/models/errorResponse422DataAnyOf.d.ts +7 -0
  42. package/lib/generated/notification/models/errorResponse422DataAnyOf.js +7 -0
  43. package/lib/generated/notification/models/errorResponse422DataAnyOf.js.map +1 -0
  44. package/lib/generated/notification/models/errorResponse422Errors.d.ts +7 -0
  45. package/lib/generated/notification/models/errorResponse422Errors.js +7 -0
  46. package/lib/generated/notification/models/errorResponse422Errors.js.map +1 -0
  47. package/lib/generated/notification/models/getCategoryaListNotificationCategoryListGetParams.d.ts +8 -0
  48. package/lib/generated/notification/models/getCategoryaListNotificationCategoryListGetParams.js +7 -0
  49. package/lib/generated/notification/models/getCategoryaListNotificationCategoryListGetParams.js.map +1 -0
  50. package/lib/generated/notification/models/getNotificationNotificationSystemNotificationListGetParams.d.ts +1 -0
  51. package/lib/generated/notification/models/getSendedNotifNotificationVideoContentSendedGetParams.d.ts +5 -2
  52. package/lib/generated/notification/models/getSendedNotifNotificationVideoContentSendedGetParams.js +0 -4
  53. package/lib/generated/notification/models/getSendedNotifNotificationVideoContentSendedGetParams.js.map +1 -1
  54. package/lib/generated/notification/models/getUserNotifNotificationUserReceivedGetParams.d.ts +1 -1
  55. package/lib/generated/notification/models/index.d.ts +30 -2
  56. package/lib/generated/notification/models/index.js +30 -2
  57. package/lib/generated/notification/models/index.js.map +1 -1
  58. package/lib/generated/notification/models/sendManualNotif.d.ts +1 -1
  59. package/lib/generated/notification/models/sortOrder.d.ts +9 -0
  60. package/lib/generated/notification/models/sortOrder.js +13 -0
  61. package/lib/generated/notification/models/sortOrder.js.map +1 -0
  62. package/lib/generated/notification/models/successResponseCategoryList.d.ts +16 -0
  63. package/lib/generated/notification/models/successResponseCategoryList.js +3 -0
  64. package/lib/generated/notification/models/successResponseCategoryList.js.map +1 -0
  65. package/lib/generated/notification/models/successResponseCategoryListData.d.ts +9 -0
  66. package/lib/generated/notification/models/successResponseCategoryListData.js +3 -0
  67. package/lib/generated/notification/models/successResponseCategoryListData.js.map +1 -0
  68. package/lib/generated/notification/models/successResponseCategoryListDataDataItem.d.ts +8 -0
  69. package/lib/generated/notification/models/successResponseCategoryListDataDataItem.js +7 -0
  70. package/lib/generated/notification/models/successResponseCategoryListDataDataItem.js.map +1 -0
  71. package/lib/generated/notification/models/successResponseCategoryListErrors.d.ts +7 -0
  72. package/lib/generated/notification/models/successResponseCategoryListErrors.js +7 -0
  73. package/lib/generated/notification/models/successResponseCategoryListErrors.js.map +1 -0
  74. package/lib/generated/notification/models/successResponseUnknown.d.ts +15 -0
  75. package/lib/generated/notification/models/successResponseUnknown.js +3 -0
  76. package/lib/generated/notification/models/successResponseUnknown.js.map +1 -0
  77. package/lib/generated/notification/models/successResponseUnknownErrors.d.ts +7 -0
  78. package/lib/generated/notification/models/successResponseUnknownErrors.js +7 -0
  79. package/lib/generated/notification/models/successResponseUnknownErrors.js.map +1 -0
  80. package/lib/generated/notification/models/successResponseUserNotifications.d.ts +16 -0
  81. package/lib/generated/notification/models/successResponseUserNotifications.js +3 -0
  82. package/lib/generated/notification/models/successResponseUserNotifications.js.map +1 -0
  83. package/lib/generated/notification/models/successResponseUserNotificationsData.d.ts +9 -0
  84. package/lib/generated/notification/models/successResponseUserNotificationsData.js +3 -0
  85. package/lib/generated/notification/models/successResponseUserNotificationsData.js.map +1 -0
  86. package/lib/generated/notification/models/successResponseUserNotificationsDataDataItem.d.ts +12 -0
  87. package/lib/generated/notification/models/successResponseUserNotificationsDataDataItem.js +7 -0
  88. package/lib/generated/notification/models/successResponseUserNotificationsDataDataItem.js.map +1 -0
  89. package/lib/generated/notification/models/successResponseUserNotificationsErrors.d.ts +7 -0
  90. package/lib/generated/notification/models/successResponseUserNotificationsErrors.js +7 -0
  91. package/lib/generated/notification/models/successResponseUserNotificationsErrors.js.map +1 -0
  92. package/lib/generated/notification/models/successResponseVideoContentNotifs.d.ts +16 -0
  93. package/lib/generated/notification/models/successResponseVideoContentNotifs.js +3 -0
  94. package/lib/generated/notification/models/successResponseVideoContentNotifs.js.map +1 -0
  95. package/lib/generated/notification/models/successResponseVideoContentNotifsData.d.ts +9 -0
  96. package/lib/generated/notification/models/successResponseVideoContentNotifsData.js +3 -0
  97. package/lib/generated/notification/models/successResponseVideoContentNotifsData.js.map +1 -0
  98. package/lib/generated/notification/models/successResponseVideoContentNotifsDataDataItem.d.ts +9 -0
  99. package/lib/generated/notification/models/successResponseVideoContentNotifsDataDataItem.js +7 -0
  100. package/lib/generated/notification/models/successResponseVideoContentNotifsDataDataItem.js.map +1 -0
  101. package/lib/generated/notification/models/successResponseVideoContentNotifsErrors.d.ts +7 -0
  102. package/lib/generated/notification/models/successResponseVideoContentNotifsErrors.js +7 -0
  103. package/lib/generated/notification/models/successResponseVideoContentNotifsErrors.js.map +1 -0
  104. package/lib/generated/notification/models/videoContentSend.d.ts +2 -0
  105. package/lib/generated/notification/models/videoContentSend.js +0 -4
  106. package/lib/generated/notification/models/videoContentSend.js.map +1 -1
  107. package/lib/generated/video-data/api.d.ts +6 -6
  108. package/lib/generated/video-data/api.js +23 -15
  109. package/lib/generated/video-data/api.js.map +1 -1
  110. package/lib/generated/video-data/models/baseEncoderResponse.d.ts +17 -0
  111. package/lib/generated/video-data/models/baseEncoderResponse.js +3 -0
  112. package/lib/generated/video-data/models/baseEncoderResponse.js.map +1 -0
  113. package/lib/generated/video-data/models/baseEncoderResponseErrors.d.ts +7 -0
  114. package/lib/generated/video-data/models/baseEncoderResponseErrors.js +7 -0
  115. package/lib/generated/video-data/models/baseEncoderResponseErrors.js.map +1 -0
  116. package/lib/generated/video-data/models/baseEncoderResponseSEO.d.ts +10 -0
  117. package/lib/generated/video-data/models/baseEncoderResponseSEO.js +7 -0
  118. package/lib/generated/video-data/models/baseEncoderResponseSEO.js.map +1 -0
  119. package/lib/generated/video-data/models/baseResponse.d.ts +18 -0
  120. package/lib/generated/video-data/models/baseResponse.js +3 -0
  121. package/lib/generated/video-data/models/baseResponse.js.map +1 -0
  122. package/lib/generated/video-data/models/baseResponseData.d.ts +10 -0
  123. package/lib/generated/video-data/models/baseResponseData.js +7 -0
  124. package/lib/generated/video-data/models/baseResponseData.js.map +1 -0
  125. package/lib/generated/video-data/models/baseResponseErrors.d.ts +7 -0
  126. package/lib/generated/video-data/models/baseResponseErrors.js +7 -0
  127. package/lib/generated/video-data/models/baseResponseErrors.js.map +1 -0
  128. package/lib/generated/video-data/models/baseResponseSEO.d.ts +10 -0
  129. package/lib/generated/video-data/models/baseResponseSEO.js +7 -0
  130. package/lib/generated/video-data/models/baseResponseSEO.js.map +1 -0
  131. package/lib/generated/video-data/models/createSubseasonNoteUpdateLanguageCode.d.ts +9 -0
  132. package/lib/generated/video-data/models/createSubseasonNoteUpdateLanguageCode.js +13 -0
  133. package/lib/generated/video-data/models/createSubseasonNoteUpdateLanguageCode.js.map +1 -0
  134. package/lib/generated/video-data/models/createSubseasonNoteUpdateParams.d.ts +3 -3
  135. package/lib/generated/video-data/models/deleteSeasonNameDestroyLanguageCode.d.ts +9 -0
  136. package/lib/generated/video-data/models/deleteSeasonNameDestroyLanguageCode.js +13 -0
  137. package/lib/generated/video-data/models/deleteSeasonNameDestroyLanguageCode.js.map +1 -0
  138. package/lib/generated/video-data/models/deleteSeasonNameDestroyParams.d.ts +2 -2
  139. package/lib/generated/video-data/models/editSeasonNameUpdateLanguageCode.d.ts +9 -0
  140. package/lib/generated/video-data/models/editSeasonNameUpdateLanguageCode.js +13 -0
  141. package/lib/generated/video-data/models/editSeasonNameUpdateLanguageCode.js.map +1 -0
  142. package/lib/generated/video-data/models/editSeasonNameUpdateParams.d.ts +2 -2
  143. package/lib/generated/video-data/models/encoder.d.ts +9 -0
  144. package/lib/generated/video-data/models/encoder.js +7 -0
  145. package/lib/generated/video-data/models/encoder.js.map +1 -0
  146. package/lib/generated/video-data/models/encoderResponse.d.ts +9 -0
  147. package/lib/generated/video-data/models/encoderResponse.js +3 -0
  148. package/lib/generated/video-data/models/encoderResponse.js.map +1 -0
  149. package/lib/generated/video-data/models/index.d.ts +13 -8
  150. package/lib/generated/video-data/models/index.js +13 -8
  151. package/lib/generated/video-data/models/index.js.map +1 -1
  152. package/lib/generated/video-data/models/showEncoderRetrieveParams.d.ts +4 -0
  153. package/lib/generated/video-data/models/singleUploadeMovieRequest.d.ts +26 -0
  154. package/lib/generated/video-data/models/singleUploadeMovieRequest.js +7 -0
  155. package/lib/generated/video-data/models/singleUploadeMovieRequest.js.map +1 -0
  156. package/lib/services/biography/index.d.ts +3 -3
  157. package/lib/services/biography/index.js.map +1 -1
  158. package/lib/services/comment/index.d.ts +7 -7
  159. package/lib/services/comment/index.js.map +1 -1
  160. package/lib/services/news/index.d.ts +9 -8
  161. package/lib/services/news/index.js.map +1 -1
  162. package/lib/services/notification/index.d.ts +5 -5
  163. package/lib/services/notification/index.js.map +1 -1
  164. package/lib/services/operator/index.js.map +1 -1
  165. package/lib/services/stream/index.d.ts +2 -1
  166. package/lib/services/stream/index.js.map +1 -1
  167. package/lib/services/supporter/index.d.ts +6 -5
  168. package/lib/services/supporter/index.js.map +1 -1
  169. package/lib/services/video-content/index.d.ts +23 -23
  170. package/lib/services/video-content/index.js.map +1 -1
  171. package/lib/services/video-data/index.d.ts +11 -11
  172. package/lib/services/video-data/index.js.map +1 -1
  173. package/lib/tsconfig.lib.tsbuildinfo +1 -1
  174. package/package.json +1 -1
@@ -1,56 +1,56 @@
1
1
  import type { AxiosRequestConfig, AxiosResponse } from 'axios';
2
- import type { AddNotification, AllNotifToReadNotificationUserMarkAllAsReadGetParams, DeleteCategoryNotificationCategoryDeleteDeleteParams, DeleteGroupNotificationUserGroupDeleteDeleteParams, DeleteNotificationNotificationSystemNotificationDeleteDeleteParams, EditCategory, EditGroup, EditNotification, GetNotificationNotificationSystemNotificationListGetParams, GetRecivedNotifNotificationVideoContentReceivedGetParams, GetSendedNotifNotificationSendListGetParams, GetSendedNotifNotificationVideoContentSendedGetParams, GetUserNotifNotificationUserReceivedGetParams, NotifToReadNotificationUserMarkAsReadGetParams, NotificationCategory, NotificationSetting, SendManualNotif, SendNotification, UserGroupAdd, VideoContentSend } from './models';
2
+ import type { AddNotification, AllNotifToReadNotificationUserMarkAllAsReadGetParams, Category, DeleteCategoryNotificationCategoryDeleteDeleteParams, DeleteGroupNotificationUserGroupDeleteDeleteParams, DeleteNotificationNotificationSystemNotificationDeleteDeleteParams, EditCategory, EditGroup, EditNotification, GetCategoryaListNotificationCategoryListGetParams, GetNotificationNotificationSystemNotificationListGetParams, GetRecivedNotifNotificationVideoContentReceivedGetParams, GetSendedNotifNotificationSendListGetParams, GetSendedNotifNotificationVideoContentSendedGetParams, GetUserNotifNotificationUserReceivedGetParams, NotifToReadNotificationUserMarkAsReadGetParams, NotificationSetting, SendManualNotif, SendNotification, SuccessResponseCategoryList, SuccessResponseUnknown, SuccessResponseUserNotifications, SuccessResponseVideoContentNotifs, UserGroupAdd, VideoContentSend } from './models';
3
3
  export declare const getNotificationMicroserviceAPI: () => {
4
- createCategoryNotificationCategoryAddPost: <TData = AxiosResponse<unknown, any>>(notificationCategory: NotificationCategory, options?: AxiosRequestConfig) => Promise<TData>;
5
- getCategoryaListNotificationCategoryListGet: <TData = AxiosResponse<unknown, any>>(options?: AxiosRequestConfig) => Promise<TData>;
6
- editCategoryNotificationCategoryEditPut: <TData = AxiosResponse<unknown, any>>(editCategory: EditCategory, options?: AxiosRequestConfig) => Promise<TData>;
7
- deleteCategoryNotificationCategoryDeleteDelete: <TData = AxiosResponse<unknown, any>>(params?: DeleteCategoryNotificationCategoryDeleteDeleteParams, options?: AxiosRequestConfig) => Promise<TData>;
8
- addNotificationNotificationSystemNotificationAddPost: <TData = AxiosResponse<unknown, any>>(addNotification: AddNotification, options?: AxiosRequestConfig) => Promise<TData>;
9
- getNotificationNotificationSystemNotificationListGet: <TData = AxiosResponse<unknown, any>>(params?: GetNotificationNotificationSystemNotificationListGetParams, options?: AxiosRequestConfig) => Promise<TData>;
10
- editNotificationNotificationSystemNotificationEditPut: <TData = AxiosResponse<unknown, any>>(editNotification: EditNotification, options?: AxiosRequestConfig) => Promise<TData>;
11
- deleteNotificationNotificationSystemNotificationDeleteDelete: <TData = AxiosResponse<unknown, any>>(params?: DeleteNotificationNotificationSystemNotificationDeleteDeleteParams, options?: AxiosRequestConfig) => Promise<TData>;
12
- getNotificationVideoContentNotificationVideoContentListGet: <TData = AxiosResponse<unknown, any>>(options?: AxiosRequestConfig) => Promise<TData>;
13
- getSendedNotifNotificationVideoContentSendedGet: <TData = AxiosResponse<unknown, any>>(params?: GetSendedNotifNotificationVideoContentSendedGetParams, options?: AxiosRequestConfig) => Promise<TData>;
14
- sendNotifNotificationVideoContentSendPost: <TData = AxiosResponse<unknown, any>>(videoContentSend: VideoContentSend, options?: AxiosRequestConfig) => Promise<TData>;
15
- addGroupNotificationUserGroupAddPost: <TData = AxiosResponse<unknown, any>>(userGroupAdd: UserGroupAdd, options?: AxiosRequestConfig) => Promise<TData>;
16
- getGroupsNotificationUserGroupListGet: <TData = AxiosResponse<unknown, any>>(options?: AxiosRequestConfig) => Promise<TData>;
17
- editGroupNotificationUserGroupEditPut: <TData = AxiosResponse<unknown, any>>(editGroup: EditGroup, options?: AxiosRequestConfig) => Promise<TData>;
18
- deleteGroupNotificationUserGroupDeleteDelete: <TData = AxiosResponse<unknown, any>>(params: DeleteGroupNotificationUserGroupDeleteDeleteParams, options?: AxiosRequestConfig) => Promise<TData>;
19
- getLanguageNotificationLanguageListGet: <TData = AxiosResponse<unknown, any>>(options?: AxiosRequestConfig) => Promise<TData>;
20
- sendNotificationManualNotificationSendManualPost: <TData = AxiosResponse<unknown, any>>(sendManualNotif: SendManualNotif, options?: AxiosRequestConfig) => Promise<TData>;
21
- sendPrivateNotifNotificationSendPrivatePost: <TData = AxiosResponse<unknown, any>>(sendNotification: SendNotification, options?: AxiosRequestConfig) => Promise<TData>;
22
- sendPublicNotifNotificationSendPublicPost: <TData = AxiosResponse<unknown, any>>(sendNotification: SendNotification, options?: AxiosRequestConfig) => Promise<TData>;
23
- getSendedNotifNotificationSendListGet: <TData = AxiosResponse<unknown, any>>(params?: GetSendedNotifNotificationSendListGetParams, options?: AxiosRequestConfig) => Promise<TData>;
24
- getRecivedNotifNotificationVideoContentReceivedGet: <TData = AxiosResponse<unknown, any>>(params?: GetRecivedNotifNotificationVideoContentReceivedGetParams, options?: AxiosRequestConfig) => Promise<TData>;
25
- getUserNotifNotificationUserReceivedGet: <TData = AxiosResponse<unknown, any>>(params?: GetUserNotifNotificationUserReceivedGetParams, options?: AxiosRequestConfig) => Promise<TData>;
26
- allNotifToReadNotificationUserMarkAllAsReadGet: <TData = AxiosResponse<unknown, any>>(params?: AllNotifToReadNotificationUserMarkAllAsReadGetParams, options?: AxiosRequestConfig) => Promise<TData>;
27
- notifToReadNotificationUserMarkAsReadGet: <TData = AxiosResponse<unknown, any>>(params?: NotifToReadNotificationUserMarkAsReadGetParams, options?: AxiosRequestConfig) => Promise<TData>;
28
- updateSettingNotificationSettingUpdatePut: <TData = AxiosResponse<unknown, any>>(notificationSetting: NotificationSetting, options?: AxiosRequestConfig) => Promise<TData>;
29
- getNotificationSettingInformationGet: <TData = AxiosResponse<unknown, any>>(options?: AxiosRequestConfig) => Promise<TData>;
4
+ createCategoryNotificationCategoryAddPost: <TData = AxiosResponse<SuccessResponseUnknown, any>>(category: Category, options?: AxiosRequestConfig) => Promise<TData>;
5
+ getCategoryaListNotificationCategoryListGet: <TData = AxiosResponse<SuccessResponseCategoryList, any>>(params?: GetCategoryaListNotificationCategoryListGetParams, options?: AxiosRequestConfig) => Promise<TData>;
6
+ editCategoryNotificationCategoryEditPut: <TData = AxiosResponse<SuccessResponseUnknown, any>>(editCategory: EditCategory, options?: AxiosRequestConfig) => Promise<TData>;
7
+ deleteCategoryNotificationCategoryDeleteDelete: <TData = AxiosResponse<SuccessResponseUnknown, any>>(params?: DeleteCategoryNotificationCategoryDeleteDeleteParams, options?: AxiosRequestConfig) => Promise<TData>;
8
+ addNotificationNotificationSystemNotificationAddPost: <TData = AxiosResponse<SuccessResponseUnknown, any>>(addNotification: AddNotification, options?: AxiosRequestConfig) => Promise<TData>;
9
+ getNotificationNotificationSystemNotificationListGet: <TData = AxiosResponse<SuccessResponseUnknown, any>>(params?: GetNotificationNotificationSystemNotificationListGetParams, options?: AxiosRequestConfig) => Promise<TData>;
10
+ editNotificationNotificationSystemNotificationEditPut: <TData = AxiosResponse<SuccessResponseUnknown, any>>(editNotification: EditNotification, options?: AxiosRequestConfig) => Promise<TData>;
11
+ deleteNotificationNotificationSystemNotificationDeleteDelete: <TData = AxiosResponse<SuccessResponseUnknown, any>>(params?: DeleteNotificationNotificationSystemNotificationDeleteDeleteParams, options?: AxiosRequestConfig) => Promise<TData>;
12
+ getNotificationVideoContentNotificationVideoContentListGet: <TData = AxiosResponse<SuccessResponseUnknown, any>>(options?: AxiosRequestConfig) => Promise<TData>;
13
+ getSendedNotifNotificationVideoContentSendedGet: <TData = AxiosResponse<SuccessResponseUnknown, any>>(params?: GetSendedNotifNotificationVideoContentSendedGetParams, options?: AxiosRequestConfig) => Promise<TData>;
14
+ sendNotifNotificationVideoContentSendPost: <TData = AxiosResponse<SuccessResponseUnknown, any>>(videoContentSend: VideoContentSend, options?: AxiosRequestConfig) => Promise<TData>;
15
+ addGroupNotificationUserGroupAddPost: <TData = AxiosResponse<SuccessResponseUnknown, any>>(userGroupAdd: UserGroupAdd, options?: AxiosRequestConfig) => Promise<TData>;
16
+ getGroupsNotificationUserGroupListGet: <TData = AxiosResponse<SuccessResponseUnknown, any>>(options?: AxiosRequestConfig) => Promise<TData>;
17
+ editGroupNotificationUserGroupEditPut: <TData = AxiosResponse<SuccessResponseUnknown, any>>(editGroup: EditGroup, options?: AxiosRequestConfig) => Promise<TData>;
18
+ deleteGroupNotificationUserGroupDeleteDelete: <TData = AxiosResponse<SuccessResponseUnknown, any>>(params: DeleteGroupNotificationUserGroupDeleteDeleteParams, options?: AxiosRequestConfig) => Promise<TData>;
19
+ getLanguageNotificationLanguageListGet: <TData = AxiosResponse<SuccessResponseUnknown, any>>(options?: AxiosRequestConfig) => Promise<TData>;
20
+ sendNotificationManualNotificationSendManualPost: <TData = AxiosResponse<SuccessResponseUnknown, any>>(sendManualNotif: SendManualNotif, options?: AxiosRequestConfig) => Promise<TData>;
21
+ sendPrivateNotifNotificationSendPrivatePost: <TData = AxiosResponse<SuccessResponseUnknown, any>>(sendNotification: SendNotification, options?: AxiosRequestConfig) => Promise<TData>;
22
+ sendPublicNotifNotificationSendPublicPost: <TData = AxiosResponse<SuccessResponseUnknown, any>>(sendNotification: SendNotification, options?: AxiosRequestConfig) => Promise<TData>;
23
+ getSendedNotifNotificationSendListGet: <TData = AxiosResponse<SuccessResponseUnknown, any>>(params?: GetSendedNotifNotificationSendListGetParams, options?: AxiosRequestConfig) => Promise<TData>;
24
+ getRecivedNotifNotificationVideoContentReceivedGet: <TData = AxiosResponse<SuccessResponseVideoContentNotifs, any>>(params?: GetRecivedNotifNotificationVideoContentReceivedGetParams, options?: AxiosRequestConfig) => Promise<TData>;
25
+ getUserNotifNotificationUserReceivedGet: <TData = AxiosResponse<SuccessResponseUserNotifications, any>>(params?: GetUserNotifNotificationUserReceivedGetParams, options?: AxiosRequestConfig) => Promise<TData>;
26
+ allNotifToReadNotificationUserMarkAllAsReadGet: <TData = AxiosResponse<SuccessResponseUnknown, any>>(params?: AllNotifToReadNotificationUserMarkAllAsReadGetParams, options?: AxiosRequestConfig) => Promise<TData>;
27
+ notifToReadNotificationUserMarkAsReadGet: <TData = AxiosResponse<SuccessResponseUnknown, any>>(params?: NotifToReadNotificationUserMarkAsReadGetParams, options?: AxiosRequestConfig) => Promise<TData>;
28
+ updateSettingNotificationSettingUpdatePut: <TData = AxiosResponse<SuccessResponseUnknown, any>>(notificationSetting: NotificationSetting, options?: AxiosRequestConfig) => Promise<TData>;
29
+ getNotificationSettingInformationGet: <TData = AxiosResponse<SuccessResponseUnknown, any>>(options?: AxiosRequestConfig) => Promise<TData>;
30
30
  };
31
- export type CreateCategoryNotificationCategoryAddPostResult = AxiosResponse<unknown>;
32
- export type GetCategoryaListNotificationCategoryListGetResult = AxiosResponse<unknown>;
33
- export type EditCategoryNotificationCategoryEditPutResult = AxiosResponse<unknown>;
34
- export type DeleteCategoryNotificationCategoryDeleteDeleteResult = AxiosResponse<unknown>;
35
- export type AddNotificationNotificationSystemNotificationAddPostResult = AxiosResponse<unknown>;
36
- export type GetNotificationNotificationSystemNotificationListGetResult = AxiosResponse<unknown>;
37
- export type EditNotificationNotificationSystemNotificationEditPutResult = AxiosResponse<unknown>;
38
- export type DeleteNotificationNotificationSystemNotificationDeleteDeleteResult = AxiosResponse<unknown>;
39
- export type GetNotificationVideoContentNotificationVideoContentListGetResult = AxiosResponse<unknown>;
40
- export type GetSendedNotifNotificationVideoContentSendedGetResult = AxiosResponse<unknown>;
41
- export type SendNotifNotificationVideoContentSendPostResult = AxiosResponse<unknown>;
42
- export type AddGroupNotificationUserGroupAddPostResult = AxiosResponse<unknown>;
43
- export type GetGroupsNotificationUserGroupListGetResult = AxiosResponse<unknown>;
44
- export type EditGroupNotificationUserGroupEditPutResult = AxiosResponse<unknown>;
45
- export type DeleteGroupNotificationUserGroupDeleteDeleteResult = AxiosResponse<unknown>;
46
- export type GetLanguageNotificationLanguageListGetResult = AxiosResponse<unknown>;
47
- export type SendNotificationManualNotificationSendManualPostResult = AxiosResponse<unknown>;
48
- export type SendPrivateNotifNotificationSendPrivatePostResult = AxiosResponse<unknown>;
49
- export type SendPublicNotifNotificationSendPublicPostResult = AxiosResponse<unknown>;
50
- export type GetSendedNotifNotificationSendListGetResult = AxiosResponse<unknown>;
51
- export type GetRecivedNotifNotificationVideoContentReceivedGetResult = AxiosResponse<unknown>;
52
- export type GetUserNotifNotificationUserReceivedGetResult = AxiosResponse<unknown>;
53
- export type AllNotifToReadNotificationUserMarkAllAsReadGetResult = AxiosResponse<unknown>;
54
- export type NotifToReadNotificationUserMarkAsReadGetResult = AxiosResponse<unknown>;
55
- export type UpdateSettingNotificationSettingUpdatePutResult = AxiosResponse<unknown>;
56
- export type GetNotificationSettingInformationGetResult = AxiosResponse<unknown>;
31
+ export type CreateCategoryNotificationCategoryAddPostResult = AxiosResponse<SuccessResponseUnknown>;
32
+ export type GetCategoryaListNotificationCategoryListGetResult = AxiosResponse<SuccessResponseCategoryList>;
33
+ export type EditCategoryNotificationCategoryEditPutResult = AxiosResponse<SuccessResponseUnknown>;
34
+ export type DeleteCategoryNotificationCategoryDeleteDeleteResult = AxiosResponse<SuccessResponseUnknown>;
35
+ export type AddNotificationNotificationSystemNotificationAddPostResult = AxiosResponse<SuccessResponseUnknown>;
36
+ export type GetNotificationNotificationSystemNotificationListGetResult = AxiosResponse<SuccessResponseUnknown>;
37
+ export type EditNotificationNotificationSystemNotificationEditPutResult = AxiosResponse<SuccessResponseUnknown>;
38
+ export type DeleteNotificationNotificationSystemNotificationDeleteDeleteResult = AxiosResponse<SuccessResponseUnknown>;
39
+ export type GetNotificationVideoContentNotificationVideoContentListGetResult = AxiosResponse<SuccessResponseUnknown>;
40
+ export type GetSendedNotifNotificationVideoContentSendedGetResult = AxiosResponse<SuccessResponseUnknown>;
41
+ export type SendNotifNotificationVideoContentSendPostResult = AxiosResponse<SuccessResponseUnknown | SuccessResponseUnknown>;
42
+ export type AddGroupNotificationUserGroupAddPostResult = AxiosResponse<SuccessResponseUnknown>;
43
+ export type GetGroupsNotificationUserGroupListGetResult = AxiosResponse<SuccessResponseUnknown>;
44
+ export type EditGroupNotificationUserGroupEditPutResult = AxiosResponse<SuccessResponseUnknown>;
45
+ export type DeleteGroupNotificationUserGroupDeleteDeleteResult = AxiosResponse<SuccessResponseUnknown>;
46
+ export type GetLanguageNotificationLanguageListGetResult = AxiosResponse<SuccessResponseUnknown>;
47
+ export type SendNotificationManualNotificationSendManualPostResult = AxiosResponse<SuccessResponseUnknown>;
48
+ export type SendPrivateNotifNotificationSendPrivatePostResult = AxiosResponse<SuccessResponseUnknown>;
49
+ export type SendPublicNotifNotificationSendPublicPostResult = AxiosResponse<SuccessResponseUnknown>;
50
+ export type GetSendedNotifNotificationSendListGetResult = AxiosResponse<SuccessResponseUnknown>;
51
+ export type GetRecivedNotifNotificationVideoContentReceivedGetResult = AxiosResponse<SuccessResponseVideoContentNotifs>;
52
+ export type GetUserNotifNotificationUserReceivedGetResult = AxiosResponse<SuccessResponseUserNotifications>;
53
+ export type AllNotifToReadNotificationUserMarkAllAsReadGetResult = AxiosResponse<SuccessResponseUnknown>;
54
+ export type NotifToReadNotificationUserMarkAsReadGetResult = AxiosResponse<SuccessResponseUnknown>;
55
+ export type UpdateSettingNotificationSettingUpdatePutResult = AxiosResponse<SuccessResponseUnknown>;
56
+ export type GetNotificationSettingInformationGetResult = AxiosResponse<SuccessResponseUnknown>;
@@ -34,8 +34,8 @@ const getNotificationMicroserviceAPI = () => {
34
34
  + 404: Already exist.
35
35
  * @summary Create category.
36
36
  */
37
- const createCategoryNotificationCategoryAddPost = (notificationCategory, options) => {
38
- return axios_1.default.post(`/notification/category/add`, notificationCategory, options);
37
+ const createCategoryNotificationCategoryAddPost = (category, options) => {
38
+ return axios_1.default.post(`/notification/category/add`, category, options);
39
39
  };
40
40
  /**
41
41
  * **Last Version Update: 1.0.0**
@@ -53,8 +53,8 @@ const getNotificationMicroserviceAPI = () => {
53
53
  + 401: Unauthorized access.
54
54
  * @summary Get all notfication category.
55
55
  */
56
- const getCategoryaListNotificationCategoryListGet = (options) => {
57
- return axios_1.default.get(`/notification/category/list`, options);
56
+ const getCategoryaListNotificationCategoryListGet = (params, options) => {
57
+ return axios_1.default.get(`/notification/category/list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
58
58
  };
59
59
  /**
60
60
  * **Last Version Update: 1.0.0**
@@ -108,13 +108,13 @@ const getNotificationMicroserviceAPI = () => {
108
108
  return axios_1.default.delete(`/notification/category/delete`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
109
109
  };
110
110
  /**
111
- * **Last Version Update: 1.0.0**
111
+ * **Last Version Update: 2.0.0**
112
112
 
113
113
  Codes:A2.4.1N1
114
114
 
115
115
  **Change Log:**
116
116
 
117
- [...]
117
+ languge_id change to language code
118
118
 
119
119
  * __Description:__ Create new system notfication.
120
120
  * __Security:__ Requires authentication using an API key.
@@ -124,7 +124,7 @@ const getNotificationMicroserviceAPI = () => {
124
124
  {
125
125
  "category_id": "65ccf570e8aade8fd48b8625",
126
126
  "content": "some content'",
127
- "language_id": "65ccf570e8aade8fd48b8625",
127
+ "language_code": "en",
128
128
  "redirect_url": "http//...",
129
129
  "redirect_url_caption": "caption",
130
130
  "title": "title"
@@ -139,13 +139,13 @@ const getNotificationMicroserviceAPI = () => {
139
139
  return axios_1.default.post(`/notification/system_notification/add`, addNotification, options);
140
140
  };
141
141
  /**
142
- * **Last Version Update: 1.0.0**
142
+ * **Last Version Update: 2.1.0**
143
143
 
144
144
  Codes:
145
145
 
146
146
  **Change Log:**
147
147
 
148
- [...]
148
+ [in respone change language_id to language_code]
149
149
 
150
150
  * __Description:__ Show list of all notification.
151
151
  * __Security:__ Requires authentication using an API key.
@@ -234,13 +234,13 @@ const getNotificationMicroserviceAPI = () => {
234
234
  return axios_1.default.get(`/notification/video_content/list`, options);
235
235
  };
236
236
  /**
237
- * **Last Version Update: 1.0.0**
237
+ * **Last Version Update: 2.0.0**
238
238
 
239
239
  Codes:A2.4.2N2,A2.4.2N3
240
240
 
241
241
  **Change Log:**
242
242
 
243
- [...]
243
+ change response body
244
244
 
245
245
  * __Description:__ Show list of sended videocontent Notifications.
246
246
  * __Security:__ Requires authentication using an API key.
@@ -259,13 +259,13 @@ const getNotificationMicroserviceAPI = () => {
259
259
  return axios_1.default.get(`/notification/video_content/sended`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
260
260
  };
261
261
  /**
262
- * **Last Version Update: 1.0.0**
262
+ * **Last Version Update: 2.0.0**
263
263
 
264
264
  Codes:A2.4.4N4
265
265
 
266
266
  **Change Log:**
267
267
 
268
- [...]
268
+ change requests body
269
269
 
270
270
  * __Description:__ Send video content notification.
271
271
  * __Security:__ Requires authentication using an API key.
@@ -273,8 +273,14 @@ const getNotificationMicroserviceAPI = () => {
273
273
  + __sample input:__ Send notification with given information like below.
274
274
  + ```
275
275
  {
276
+ "descriptions": [
277
+ {
278
+ "description": "قسمت ۲ از فصل ۲",
279
+ "language_code": "fa"
280
+ }
281
+ ],
276
282
  "notification_id": "65ccf570e8aade8fd48b8625",
277
- "video_content_id": 325
283
+ "video_content_id": 354353
278
284
  }
279
285
  ```
280
286
  * __Response:__
@@ -418,9 +424,9 @@ const getNotificationMicroserviceAPI = () => {
418
424
  + ```
419
425
  {
420
426
  "content": "content",
421
- "group_id": ["65ccf570e8aade8fd48b8625"],
427
+ "group_id": ["65ccf570e8aade8fd48b8625","65ccf570e8aade8fd48b8625"],
422
428
  "ids_list": [1,2,3],
423
- "language_id": "65ccf570e8aade8fd48b8625",
429
+ "language_code": "en",
424
430
  "title": "title"
425
431
  }
426
432
  ```
@@ -515,13 +521,13 @@ const getNotificationMicroserviceAPI = () => {
515
521
  return axios_1.default.get(`/notification/send/list`, Object.assign(Object.assign({}, options), { params: Object.assign(Object.assign({}, params), options === null || options === void 0 ? void 0 : options.params) }));
516
522
  };
517
523
  /**
518
- * **Last Version Update: 1.0.0**
524
+ * **Last Version Update: 2.0.0**
519
525
 
520
526
  Codes:U1.1.11N1
521
527
 
522
528
  **Change Log:**
523
529
 
524
- [...]
530
+ change response body
525
531
 
526
532
  * __Description:__ Show notification for each videocontent.
527
533
  * __Quary Parameter:__
@@ -1 +1 @@
1
- {"version":3,"file":"api.js","sourceRoot":"","sources":["../../../src/generated/notification/api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"api.js","sourceRoot":"","sources":["../../../src/generated/notification/api.ts"],"names":[],"mappings":"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"}
@@ -5,10 +5,13 @@
5
5
  import type { AddNotificationRedirectUrl } from './addNotificationRedirectUrl';
6
6
  import type { AddNotificationRedirectUrlCaption } from './addNotificationRedirectUrlCaption';
7
7
  export interface AddNotification {
8
+ /** @minLength 1 */
8
9
  title: string;
10
+ /** @minLength 1 */
9
11
  content: string;
10
12
  redirect_url?: AddNotificationRedirectUrl;
11
13
  redirect_url_caption?: AddNotificationRedirectUrlCaption;
12
14
  category_id: string;
13
- language_id: string;
15
+ /** @minLength 1 */
16
+ language_code: string;
14
17
  }
@@ -0,0 +1,11 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export interface Category {
6
+ /**
7
+ * It must be unique
8
+ * @maxLength 255
9
+ */
10
+ name: string;
11
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=category.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"category.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/category.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export interface Description {
6
+ /** @minLength 1 */
7
+ language_code: string;
8
+ /** @minLength 1 */
9
+ description?: string;
10
+ }
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=description.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"description.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/description.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { ErrorResponse401Data } from './errorResponse401Data';
6
+ import type { ErrorResponse401Errors } from './errorResponse401Errors';
7
+ /**
8
+ * Error response for 401 status code
9
+ */
10
+ export interface ErrorResponse401 {
11
+ message: string;
12
+ data?: ErrorResponse401Data;
13
+ success: boolean;
14
+ status_code: number;
15
+ errors: ErrorResponse401Errors;
16
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=errorResponse401.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorResponse401.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/errorResponse401.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { ErrorResponse401DataAnyOf } from './errorResponse401DataAnyOf';
6
+ export type ErrorResponse401Data = ErrorResponse401DataAnyOf | null;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=errorResponse401Data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorResponse401Data.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/errorResponse401Data.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type ErrorResponse401DataAnyOf = {
6
+ [key: string]: unknown;
7
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=errorResponse401DataAnyOf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorResponse401DataAnyOf.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/errorResponse401DataAnyOf.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type ErrorResponse401Errors = {
6
+ [key: string]: unknown;
7
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=errorResponse401Errors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorResponse401Errors.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/errorResponse401Errors.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { ErrorResponse404Data } from './errorResponse404Data';
6
+ import type { ErrorResponse404Errors } from './errorResponse404Errors';
7
+ /**
8
+ * Error response for 404 status code
9
+ */
10
+ export interface ErrorResponse404 {
11
+ message: string;
12
+ data?: ErrorResponse404Data;
13
+ success: boolean;
14
+ status_code: number;
15
+ errors: ErrorResponse404Errors;
16
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=errorResponse404.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorResponse404.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/errorResponse404.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { ErrorResponse404DataAnyOf } from './errorResponse404DataAnyOf';
6
+ export type ErrorResponse404Data = ErrorResponse404DataAnyOf | null;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=errorResponse404Data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorResponse404Data.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/errorResponse404Data.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type ErrorResponse404DataAnyOf = {
6
+ [key: string]: unknown;
7
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=errorResponse404DataAnyOf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorResponse404DataAnyOf.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/errorResponse404DataAnyOf.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type ErrorResponse404Errors = {
6
+ [key: string]: unknown;
7
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=errorResponse404Errors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorResponse404Errors.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/errorResponse404Errors.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { ErrorResponse422Data } from './errorResponse422Data';
6
+ import type { ErrorResponse422Errors } from './errorResponse422Errors';
7
+ /**
8
+ * Error response for 422 status code
9
+ */
10
+ export interface ErrorResponse422 {
11
+ message: string;
12
+ data?: ErrorResponse422Data;
13
+ success: boolean;
14
+ status_code: number;
15
+ errors: ErrorResponse422Errors;
16
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=errorResponse422.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorResponse422.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/errorResponse422.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { ErrorResponse422DataAnyOf } from './errorResponse422DataAnyOf';
6
+ export type ErrorResponse422Data = ErrorResponse422DataAnyOf | null;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=errorResponse422Data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorResponse422Data.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/errorResponse422Data.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type ErrorResponse422DataAnyOf = {
6
+ [key: string]: unknown;
7
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=errorResponse422DataAnyOf.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorResponse422DataAnyOf.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/errorResponse422DataAnyOf.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type ErrorResponse422Errors = {
6
+ [key: string]: unknown;
7
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ //# sourceMappingURL=errorResponse422Errors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errorResponse422Errors.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/errorResponse422Errors.ts"],"names":[],"mappings":";AAAA;;;GAGG"}