@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
@@ -0,0 +1,8 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type GetCategoryaListNotificationCategoryListGetParams = {
6
+ page?: number;
7
+ without_limit?: boolean;
8
+ };
@@ -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=getCategoryaListNotificationCategoryListGetParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCategoryaListNotificationCategoryListGetParams.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/getCategoryaListNotificationCategoryListGetParams.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -6,4 +6,5 @@ export type GetNotificationNotificationSystemNotificationListGetParams = {
6
6
  page_number?: number;
7
7
  search?: string;
8
8
  category?: string;
9
+ language_code?: string;
9
10
  };
@@ -2,9 +2,12 @@
2
2
  * 30nama-SDK 🍺
3
3
  * Do not edit manually.
4
4
  */
5
+ import type { SortOrder } from './sortOrder';
5
6
  export type GetSendedNotifNotificationVideoContentSendedGetParams = {
6
- date?: string;
7
- video_content_id?: number;
7
+ start_date?: string;
8
+ end_date?: string;
9
+ video_content_id?: string[];
8
10
  search?: string;
11
+ sort_by?: SortOrder;
9
12
  page_number?: number;
10
13
  };
@@ -1,7 +1,3 @@
1
1
  "use strict";
2
- /**
3
- * 30nama-SDK 🍺
4
- * Do not edit manually.
5
- */
6
2
  Object.defineProperty(exports, "__esModule", { value: true });
7
3
  //# sourceMappingURL=getSendedNotifNotificationVideoContentSendedGetParams.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getSendedNotifNotificationVideoContentSendedGetParams.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/getSendedNotifNotificationVideoContentSendedGetParams.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
1
+ {"version":3,"file":"getSendedNotifNotificationVideoContentSendedGetParams.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/getSendedNotifNotificationVideoContentSendedGetParams.ts"],"names":[],"mappings":""}
@@ -3,5 +3,5 @@
3
3
  * Do not edit manually.
4
4
  */
5
5
  export type GetUserNotifNotificationUserReceivedGetParams = {
6
- unread?: boolean;
6
+ is_read?: boolean;
7
7
  };
@@ -6,9 +6,11 @@ export * from './addNotification';
6
6
  export * from './addNotificationRedirectUrl';
7
7
  export * from './addNotificationRedirectUrlCaption';
8
8
  export * from './allNotifToReadNotificationUserMarkAllAsReadGetParams';
9
+ export * from './category';
9
10
  export * from './deleteCategoryNotificationCategoryDeleteDeleteParams';
10
11
  export * from './deleteGroupNotificationUserGroupDeleteDeleteParams';
11
12
  export * from './deleteNotificationNotificationSystemNotificationDeleteDeleteParams';
13
+ export * from './description';
12
14
  export * from './editCategory';
13
15
  export * from './editGroup';
14
16
  export * from './editGroupAddIds';
@@ -18,14 +20,25 @@ export * from './editNotification';
18
20
  export * from './editNotificationCategoryId';
19
21
  export * from './editNotificationContent';
20
22
  export * from './editNotificationTitle';
23
+ export * from './errorResponse401';
24
+ export * from './errorResponse401Data';
25
+ export * from './errorResponse401DataAnyOf';
26
+ export * from './errorResponse401Errors';
27
+ export * from './errorResponse404';
28
+ export * from './errorResponse404Data';
29
+ export * from './errorResponse404DataAnyOf';
30
+ export * from './errorResponse404Errors';
31
+ export * from './errorResponse422';
32
+ export * from './errorResponse422Data';
33
+ export * from './errorResponse422DataAnyOf';
34
+ export * from './errorResponse422Errors';
35
+ export * from './getCategoryaListNotificationCategoryListGetParams';
21
36
  export * from './getNotificationNotificationSystemNotificationListGetParams';
22
37
  export * from './getRecivedNotifNotificationVideoContentReceivedGetParams';
23
38
  export * from './getSendedNotifNotificationSendListGetParams';
24
39
  export * from './getSendedNotifNotificationVideoContentSendedGetParams';
25
40
  export * from './getUserNotifNotificationUserReceivedGetParams';
26
- export * from './hTTPValidationError';
27
41
  export * from './notifToReadNotificationUserMarkAsReadGetParams';
28
- export * from './notificationCategory';
29
42
  export * from './notificationSetting';
30
43
  export * from './notificationSettingDurationKeepRead';
31
44
  export * from './notificationSettingDurationKeepUnread';
@@ -35,6 +48,21 @@ export * from './sendManualNotifIdsList';
35
48
  export * from './sendNotification';
36
49
  export * from './sendNotificationGroupId';
37
50
  export * from './sendNotificationIdsList';
51
+ export * from './sortOrder';
52
+ export * from './successResponseCategoryList';
53
+ export * from './successResponseCategoryListData';
54
+ export * from './successResponseCategoryListDataDataItem';
55
+ export * from './successResponseCategoryListErrors';
56
+ export * from './successResponseUnknown';
57
+ export * from './successResponseUnknownErrors';
58
+ export * from './successResponseUserNotifications';
59
+ export * from './successResponseUserNotificationsData';
60
+ export * from './successResponseUserNotificationsDataDataItem';
61
+ export * from './successResponseUserNotificationsErrors';
62
+ export * from './successResponseVideoContentNotifs';
63
+ export * from './successResponseVideoContentNotifsData';
64
+ export * from './successResponseVideoContentNotifsDataDataItem';
65
+ export * from './successResponseVideoContentNotifsErrors';
38
66
  export * from './userGroupAdd';
39
67
  export * from './validationError';
40
68
  export * from './validationErrorLocItem';
@@ -22,9 +22,11 @@ __exportStar(require("./addNotification"), exports);
22
22
  __exportStar(require("./addNotificationRedirectUrl"), exports);
23
23
  __exportStar(require("./addNotificationRedirectUrlCaption"), exports);
24
24
  __exportStar(require("./allNotifToReadNotificationUserMarkAllAsReadGetParams"), exports);
25
+ __exportStar(require("./category"), exports);
25
26
  __exportStar(require("./deleteCategoryNotificationCategoryDeleteDeleteParams"), exports);
26
27
  __exportStar(require("./deleteGroupNotificationUserGroupDeleteDeleteParams"), exports);
27
28
  __exportStar(require("./deleteNotificationNotificationSystemNotificationDeleteDeleteParams"), exports);
29
+ __exportStar(require("./description"), exports);
28
30
  __exportStar(require("./editCategory"), exports);
29
31
  __exportStar(require("./editGroup"), exports);
30
32
  __exportStar(require("./editGroupAddIds"), exports);
@@ -34,14 +36,25 @@ __exportStar(require("./editNotification"), exports);
34
36
  __exportStar(require("./editNotificationCategoryId"), exports);
35
37
  __exportStar(require("./editNotificationContent"), exports);
36
38
  __exportStar(require("./editNotificationTitle"), exports);
39
+ __exportStar(require("./errorResponse401"), exports);
40
+ __exportStar(require("./errorResponse401Data"), exports);
41
+ __exportStar(require("./errorResponse401DataAnyOf"), exports);
42
+ __exportStar(require("./errorResponse401Errors"), exports);
43
+ __exportStar(require("./errorResponse404"), exports);
44
+ __exportStar(require("./errorResponse404Data"), exports);
45
+ __exportStar(require("./errorResponse404DataAnyOf"), exports);
46
+ __exportStar(require("./errorResponse404Errors"), exports);
47
+ __exportStar(require("./errorResponse422"), exports);
48
+ __exportStar(require("./errorResponse422Data"), exports);
49
+ __exportStar(require("./errorResponse422DataAnyOf"), exports);
50
+ __exportStar(require("./errorResponse422Errors"), exports);
51
+ __exportStar(require("./getCategoryaListNotificationCategoryListGetParams"), exports);
37
52
  __exportStar(require("./getNotificationNotificationSystemNotificationListGetParams"), exports);
38
53
  __exportStar(require("./getRecivedNotifNotificationVideoContentReceivedGetParams"), exports);
39
54
  __exportStar(require("./getSendedNotifNotificationSendListGetParams"), exports);
40
55
  __exportStar(require("./getSendedNotifNotificationVideoContentSendedGetParams"), exports);
41
56
  __exportStar(require("./getUserNotifNotificationUserReceivedGetParams"), exports);
42
- __exportStar(require("./hTTPValidationError"), exports);
43
57
  __exportStar(require("./notifToReadNotificationUserMarkAsReadGetParams"), exports);
44
- __exportStar(require("./notificationCategory"), exports);
45
58
  __exportStar(require("./notificationSetting"), exports);
46
59
  __exportStar(require("./notificationSettingDurationKeepRead"), exports);
47
60
  __exportStar(require("./notificationSettingDurationKeepUnread"), exports);
@@ -51,6 +64,21 @@ __exportStar(require("./sendManualNotifIdsList"), exports);
51
64
  __exportStar(require("./sendNotification"), exports);
52
65
  __exportStar(require("./sendNotificationGroupId"), exports);
53
66
  __exportStar(require("./sendNotificationIdsList"), exports);
67
+ __exportStar(require("./sortOrder"), exports);
68
+ __exportStar(require("./successResponseCategoryList"), exports);
69
+ __exportStar(require("./successResponseCategoryListData"), exports);
70
+ __exportStar(require("./successResponseCategoryListDataDataItem"), exports);
71
+ __exportStar(require("./successResponseCategoryListErrors"), exports);
72
+ __exportStar(require("./successResponseUnknown"), exports);
73
+ __exportStar(require("./successResponseUnknownErrors"), exports);
74
+ __exportStar(require("./successResponseUserNotifications"), exports);
75
+ __exportStar(require("./successResponseUserNotificationsData"), exports);
76
+ __exportStar(require("./successResponseUserNotificationsDataDataItem"), exports);
77
+ __exportStar(require("./successResponseUserNotificationsErrors"), exports);
78
+ __exportStar(require("./successResponseVideoContentNotifs"), exports);
79
+ __exportStar(require("./successResponseVideoContentNotifsData"), exports);
80
+ __exportStar(require("./successResponseVideoContentNotifsDataDataItem"), exports);
81
+ __exportStar(require("./successResponseVideoContentNotifsErrors"), exports);
54
82
  __exportStar(require("./userGroupAdd"), exports);
55
83
  __exportStar(require("./validationError"), exports);
56
84
  __exportStar(require("./validationErrorLocItem"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;AAEH,oDAAiC;AACjC,+DAA4C;AAC5C,sEAAmD;AACnD,yFAAsE;AACtE,yFAAsE;AACtE,uFAAoE;AACpE,uGAAoF;AACpF,iDAA8B;AAC9B,8CAA2B;AAC3B,oDAAiC;AACjC,uDAAoC;AACpC,kDAA+B;AAC/B,qDAAkC;AAClC,+DAA4C;AAC5C,4DAAyC;AACzC,0DAAuC;AACvC,+FAA4E;AAC5E,6FAA0E;AAC1E,gFAA6D;AAC7D,0FAAuE;AACvE,kFAA+D;AAC/D,wDAAqC;AACrC,mFAAgE;AAChE,yDAAsC;AACtC,wDAAqC;AACrC,wEAAqD;AACrD,0EAAuD;AACvD,oDAAiC;AACjC,2DAAwC;AACxC,2DAAwC;AACxC,qDAAkC;AAClC,4DAAyC;AACzC,4DAAyC;AACzC,iDAA8B;AAC9B,oDAAiC;AACjC,2DAAwC;AACxC,qDAAkC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;AAEH,oDAAiC;AACjC,+DAA4C;AAC5C,sEAAmD;AACnD,yFAAsE;AACtE,6CAA0B;AAC1B,yFAAsE;AACtE,uFAAoE;AACpE,uGAAoF;AACpF,gDAA6B;AAC7B,iDAA8B;AAC9B,8CAA2B;AAC3B,oDAAiC;AACjC,uDAAoC;AACpC,kDAA+B;AAC/B,qDAAkC;AAClC,+DAA4C;AAC5C,4DAAyC;AACzC,0DAAuC;AACvC,qDAAkC;AAClC,yDAAsC;AACtC,8DAA2C;AAC3C,2DAAwC;AACxC,qDAAkC;AAClC,yDAAsC;AACtC,8DAA2C;AAC3C,2DAAwC;AACxC,qDAAkC;AAClC,yDAAsC;AACtC,8DAA2C;AAC3C,2DAAwC;AACxC,sFAAmE;AACnE,+FAA4E;AAC5E,6FAA0E;AAC1E,gFAA6D;AAC7D,0FAAuE;AACvE,kFAA+D;AAC/D,mFAAgE;AAChE,wDAAqC;AACrC,wEAAqD;AACrD,0EAAuD;AACvD,oDAAiC;AACjC,2DAAwC;AACxC,2DAAwC;AACxC,qDAAkC;AAClC,4DAAyC;AACzC,4DAAyC;AACzC,8CAA2B;AAC3B,gEAA6C;AAC7C,oEAAiD;AACjD,4EAAyD;AACzD,sEAAmD;AACnD,2DAAwC;AACxC,iEAA8C;AAC9C,qEAAkD;AAClD,yEAAsD;AACtD,iFAA8D;AAC9D,2EAAwD;AACxD,sEAAmD;AACnD,0EAAuD;AACvD,kFAA+D;AAC/D,4EAAyD;AACzD,iDAA8B;AAC9B,oDAAiC;AACjC,2DAAwC;AACxC,qDAAkC"}
@@ -7,7 +7,7 @@ import type { SendManualNotifGroupId } from './sendManualNotifGroupId';
7
7
  export interface SendManualNotif {
8
8
  title: string;
9
9
  content: string;
10
- language_id: string;
10
+ language_code: string;
11
11
  ids_list?: SendManualNotifIdsList;
12
12
  group_id?: SendManualNotifGroupId;
13
13
  }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
6
+ export declare const SortOrder: {
7
+ readonly asc: "asc";
8
+ readonly desc: "desc";
9
+ };
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ /**
3
+ * 30nama-SDK 🍺
4
+ * Do not edit manually.
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.SortOrder = void 0;
8
+ // eslint-disable-next-line @typescript-eslint/no-redeclare
9
+ exports.SortOrder = {
10
+ asc: 'asc',
11
+ desc: 'desc'
12
+ };
13
+ //# sourceMappingURL=sortOrder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sortOrder.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/sortOrder.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAIH,2DAA2D;AAC9C,QAAA,SAAS,GAAG;IACvB,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACJ,CAAA"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { SuccessResponseCategoryListData } from './successResponseCategoryListData';
6
+ import type { SuccessResponseCategoryListErrors } from './successResponseCategoryListErrors';
7
+ /**
8
+ * Successful response for 200 status code
9
+ */
10
+ export interface SuccessResponseCategoryList {
11
+ message: string;
12
+ data: SuccessResponseCategoryListData;
13
+ success: boolean;
14
+ status_code: number;
15
+ errors?: SuccessResponseCategoryListErrors;
16
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=successResponseCategoryList.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseCategoryList.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseCategoryList.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { SuccessResponseCategoryListDataDataItem } from './successResponseCategoryListDataDataItem';
6
+ export type SuccessResponseCategoryListData = {
7
+ count?: number;
8
+ data?: SuccessResponseCategoryListDataDataItem[];
9
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=successResponseCategoryListData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseCategoryListData.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseCategoryListData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type SuccessResponseCategoryListDataDataItem = {
6
+ id?: string;
7
+ name?: string;
8
+ };
@@ -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=successResponseCategoryListDataDataItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseCategoryListDataDataItem.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseCategoryListDataDataItem.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type SuccessResponseCategoryListErrors = {
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=successResponseCategoryListErrors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseCategoryListErrors.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseCategoryListErrors.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { SuccessResponseUnknownErrors } from './successResponseUnknownErrors';
6
+ /**
7
+ * Successful response for 200 status code
8
+ */
9
+ export interface SuccessResponseUnknown {
10
+ message: string;
11
+ data: unknown;
12
+ success: boolean;
13
+ status_code: number;
14
+ errors?: SuccessResponseUnknownErrors;
15
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=successResponseUnknown.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseUnknown.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseUnknown.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type SuccessResponseUnknownErrors = {
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=successResponseUnknownErrors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseUnknownErrors.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseUnknownErrors.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { SuccessResponseUserNotificationsData } from './successResponseUserNotificationsData';
6
+ import type { SuccessResponseUserNotificationsErrors } from './successResponseUserNotificationsErrors';
7
+ /**
8
+ * Successful response for 200 status code
9
+ */
10
+ export interface SuccessResponseUserNotifications {
11
+ message: string;
12
+ data: SuccessResponseUserNotificationsData;
13
+ success: boolean;
14
+ status_code: number;
15
+ errors?: SuccessResponseUserNotificationsErrors;
16
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=successResponseUserNotifications.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseUserNotifications.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseUserNotifications.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { SuccessResponseUserNotificationsDataDataItem } from './successResponseUserNotificationsDataDataItem';
6
+ export type SuccessResponseUserNotificationsData = {
7
+ count?: number;
8
+ data?: SuccessResponseUserNotificationsDataDataItem[];
9
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=successResponseUserNotificationsData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseUserNotificationsData.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseUserNotificationsData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type SuccessResponseUserNotificationsDataDataItem = {
6
+ id?: string;
7
+ is_read_site?: string;
8
+ is_read_browser?: string;
9
+ title?: string;
10
+ content?: string;
11
+ create_time?: string;
12
+ };
@@ -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=successResponseUserNotificationsDataDataItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseUserNotificationsDataDataItem.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseUserNotificationsDataDataItem.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type SuccessResponseUserNotificationsErrors = {
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=successResponseUserNotificationsErrors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseUserNotificationsErrors.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseUserNotificationsErrors.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { SuccessResponseVideoContentNotifsData } from './successResponseVideoContentNotifsData';
6
+ import type { SuccessResponseVideoContentNotifsErrors } from './successResponseVideoContentNotifsErrors';
7
+ /**
8
+ * Successful response for 200 status code
9
+ */
10
+ export interface SuccessResponseVideoContentNotifs {
11
+ message: string;
12
+ data: SuccessResponseVideoContentNotifsData;
13
+ success: boolean;
14
+ status_code: number;
15
+ errors?: SuccessResponseVideoContentNotifsErrors;
16
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=successResponseVideoContentNotifs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseVideoContentNotifs.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseVideoContentNotifs.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ import type { SuccessResponseVideoContentNotifsDataDataItem } from './successResponseVideoContentNotifsDataDataItem';
6
+ export type SuccessResponseVideoContentNotifsData = {
7
+ count?: number;
8
+ data?: SuccessResponseVideoContentNotifsDataDataItem[];
9
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=successResponseVideoContentNotifsData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseVideoContentNotifsData.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseVideoContentNotifsData.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type SuccessResponseVideoContentNotifsDataDataItem = {
6
+ content?: string;
7
+ description?: string;
8
+ date?: string;
9
+ };
@@ -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=successResponseVideoContentNotifsDataDataItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseVideoContentNotifsDataDataItem.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseVideoContentNotifsDataDataItem.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * 30nama-SDK 🍺
3
+ * Do not edit manually.
4
+ */
5
+ export type SuccessResponseVideoContentNotifsErrors = {
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=successResponseVideoContentNotifsErrors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"successResponseVideoContentNotifsErrors.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/successResponseVideoContentNotifsErrors.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
@@ -2,7 +2,9 @@
2
2
  * 30nama-SDK 🍺
3
3
  * Do not edit manually.
4
4
  */
5
+ import type { Description } from './description';
5
6
  export interface VideoContentSend {
6
7
  notification_id: string;
7
8
  video_content_id: number;
9
+ descriptions: Description[];
8
10
  }
@@ -1,7 +1,3 @@
1
1
  "use strict";
2
- /**
3
- * 30nama-SDK 🍺
4
- * Do not edit manually.
5
- */
6
2
  Object.defineProperty(exports, "__esModule", { value: true });
7
3
  //# sourceMappingURL=videoContentSend.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"videoContentSend.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/videoContentSend.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
1
+ {"version":3,"file":"videoContentSend.js","sourceRoot":"","sources":["../../../../src/generated/notification/models/videoContentSend.ts"],"names":[],"mappings":""}