@abyss-project/main 1.6.0 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. package/dist/api/admin-audit-log.admin.api.d.ts +2 -0
  2. package/dist/api/admin-audit-log.admin.api.js +11 -0
  3. package/dist/api/admin-audit-log.admin.api.js.map +1 -0
  4. package/dist/api/analytics-snapshot.admin.api.d.ts +2 -1
  5. package/dist/api/analytics-snapshot.admin.api.js +4 -2
  6. package/dist/api/analytics-snapshot.admin.api.js.map +1 -1
  7. package/dist/api/billing-trial.admin.api.d.ts +6 -0
  8. package/dist/api/billing-trial.admin.api.js +21 -0
  9. package/dist/api/billing-trial.admin.api.js.map +1 -0
  10. package/dist/api/billing.api.d.ts +3 -1
  11. package/dist/api/billing.api.js +10 -1
  12. package/dist/api/billing.api.js.map +1 -1
  13. package/dist/api/daily-digest.admin.api.d.ts +2 -1
  14. package/dist/api/daily-digest.admin.api.js +5 -1
  15. package/dist/api/daily-digest.admin.api.js.map +1 -1
  16. package/dist/api/daily-digest.api.d.ts +2 -2
  17. package/dist/api/daily-digest.api.js +1 -1
  18. package/dist/api/daily-digest.api.js.map +1 -1
  19. package/dist/api/gift-code.admin.api.js +1 -1
  20. package/dist/api/gift-code.admin.api.js.map +1 -1
  21. package/dist/api/gift-code.api.js +1 -3
  22. package/dist/api/gift-code.api.js.map +1 -1
  23. package/dist/api/index.d.ts +2 -0
  24. package/dist/api/index.js +2 -0
  25. package/dist/api/index.js.map +1 -1
  26. package/dist/api/organization-billing.api.d.ts +7 -2
  27. package/dist/api/organization-billing.api.js +13 -1
  28. package/dist/api/organization-billing.api.js.map +1 -1
  29. package/dist/api/personal-api-key.admin.api.d.ts +3 -2
  30. package/dist/api/personal-api-key.admin.api.js +5 -1
  31. package/dist/api/personal-api-key.admin.api.js.map +1 -1
  32. package/dist/api/report-notification-audience.api.d.ts +3 -0
  33. package/dist/api/report-notification-audience.api.js +13 -0
  34. package/dist/api/report-notification-audience.api.js.map +1 -0
  35. package/dist/api/report-notification-subscription.api.d.ts +3 -0
  36. package/dist/api/report-notification-subscription.api.js +13 -0
  37. package/dist/api/report-notification-subscription.api.js.map +1 -0
  38. package/dist/api/support-ticket.admin.api.d.ts +1 -2
  39. package/dist/api/support-ticket.admin.api.js +5 -5
  40. package/dist/api/support-ticket.admin.api.js.map +1 -1
  41. package/dist/api/user-billing.api.d.ts +3 -2
  42. package/dist/api/user-billing.api.js +7 -1
  43. package/dist/api/user-billing.api.js.map +1 -1
  44. package/dist/api/wrapped-report.admin.api.d.ts +1 -2
  45. package/dist/api/wrapped-report.admin.api.js +1 -5
  46. package/dist/api/wrapped-report.admin.api.js.map +1 -1
  47. package/dist/constants/index.d.ts +2 -0
  48. package/dist/constants/index.js +2 -0
  49. package/dist/constants/index.js.map +1 -1
  50. package/dist/constants/profile-picture.constants.d.ts +1 -0
  51. package/dist/constants/profile-picture.constants.js +5 -0
  52. package/dist/constants/profile-picture.constants.js.map +1 -0
  53. package/dist/constants/support-ticket.constants.d.ts +1 -0
  54. package/dist/constants/support-ticket.constants.js +5 -0
  55. package/dist/constants/support-ticket.constants.js.map +1 -0
  56. package/dist/index.d.ts +36 -2
  57. package/dist/index.js +36 -2
  58. package/dist/index.js.map +1 -1
  59. package/dist/types/enum/abyss-application-event.enum.d.ts +39 -1
  60. package/dist/types/enum/abyss-application-event.enum.js +38 -0
  61. package/dist/types/enum/abyss-application-event.enum.js.map +1 -1
  62. package/dist/types/enum/admin-audit-target-type.enum.d.ts +14 -0
  63. package/dist/types/enum/admin-audit-target-type.enum.js +19 -0
  64. package/dist/types/enum/admin-audit-target-type.enum.js.map +1 -0
  65. package/dist/types/enum/admin-role.enum.d.ts +6 -0
  66. package/dist/types/enum/admin-role.enum.js +11 -0
  67. package/dist/types/enum/admin-role.enum.js.map +1 -0
  68. package/dist/types/enum/api-error.enum.d.ts +2 -1
  69. package/dist/types/enum/api-error.enum.js +1 -0
  70. package/dist/types/enum/api-error.enum.js.map +1 -1
  71. package/dist/types/enum/digest-period.enum.d.ts +4 -0
  72. package/dist/types/enum/digest-period.enum.js +9 -0
  73. package/dist/types/enum/digest-period.enum.js.map +1 -0
  74. package/dist/types/enum/email-type.enum.d.ts +4 -1
  75. package/dist/types/enum/email-type.enum.js +3 -0
  76. package/dist/types/enum/email-type.enum.js.map +1 -1
  77. package/dist/types/enum/index.d.ts +6 -0
  78. package/dist/types/enum/index.js +6 -0
  79. package/dist/types/enum/index.js.map +1 -1
  80. package/dist/types/enum/organization-billing.enum.d.ts +2 -1
  81. package/dist/types/enum/organization-billing.enum.js +1 -0
  82. package/dist/types/enum/organization-billing.enum.js.map +1 -1
  83. package/dist/types/enum/report-notification-audience-mode.enum.d.ts +4 -0
  84. package/dist/types/enum/report-notification-audience-mode.enum.js +9 -0
  85. package/dist/types/enum/report-notification-audience-mode.enum.js.map +1 -0
  86. package/dist/types/enum/report-notification-type.enum.d.ts +5 -0
  87. package/dist/types/enum/report-notification-type.enum.js +10 -0
  88. package/dist/types/enum/report-notification-type.enum.js.map +1 -0
  89. package/dist/types/enum/support-ticket.enum.d.ts +1 -0
  90. package/dist/types/enum/support-ticket.enum.js +2 -0
  91. package/dist/types/enum/support-ticket.enum.js.map +1 -1
  92. package/dist/types/enum/trial-grant-source.enum.d.ts +4 -0
  93. package/dist/types/enum/trial-grant-source.enum.js +9 -0
  94. package/dist/types/enum/trial-grant-source.enum.js.map +1 -0
  95. package/dist/types/enum/trial-request-kind.enum.d.ts +4 -0
  96. package/dist/types/enum/trial-request-kind.enum.js +9 -0
  97. package/dist/types/enum/trial-request-kind.enum.js.map +1 -0
  98. package/dist/types/enum/user-notification-category.enum.js +2 -0
  99. package/dist/types/enum/user-notification-category.enum.js.map +1 -1
  100. package/dist/types/enum/user-notification-content-type.enum.d.ts +9 -0
  101. package/dist/types/enum/user-notification-content-type.enum.js +3 -1
  102. package/dist/types/enum/user-notification-content-type.enum.js.map +1 -1
  103. package/dist/types/interface/api/index.d.ts +10 -0
  104. package/dist/types/interface/api/index.js +10 -0
  105. package/dist/types/interface/api/index.js.map +1 -1
  106. package/dist/types/interface/api/requests/admin-audit-log.admin.request.d.ts +10 -0
  107. package/dist/types/interface/api/requests/admin-audit-log.admin.request.js +3 -0
  108. package/dist/types/interface/api/requests/admin-audit-log.admin.request.js.map +1 -0
  109. package/dist/types/interface/api/requests/billing-trial.admin.request.d.ts +17 -0
  110. package/dist/types/interface/api/requests/billing-trial.admin.request.js +3 -0
  111. package/dist/types/interface/api/requests/billing-trial.admin.request.js.map +1 -0
  112. package/dist/types/interface/api/requests/billing-trial.request.d.ts +6 -0
  113. package/dist/types/interface/api/requests/billing-trial.request.js +3 -0
  114. package/dist/types/interface/api/requests/billing-trial.request.js.map +1 -0
  115. package/dist/types/interface/api/requests/daily-digest.request.d.ts +11 -0
  116. package/dist/types/interface/api/requests/index.d.ts +3 -0
  117. package/dist/types/interface/api/requests/index.js +3 -0
  118. package/dist/types/interface/api/requests/index.js.map +1 -1
  119. package/dist/types/interface/api/requests/organization-billing.request.d.ts +12 -0
  120. package/dist/types/interface/api/requests/organization.admin.request.d.ts +3 -1
  121. package/dist/types/interface/api/requests/personal-api-key.request.d.ts +3 -0
  122. package/dist/types/interface/api/requests/report-notification-audience.request.d.ts +14 -0
  123. package/dist/types/interface/api/requests/report-notification-audience.request.js +3 -0
  124. package/dist/types/interface/api/requests/report-notification-audience.request.js.map +1 -0
  125. package/dist/types/interface/api/requests/report-notification-subscription.request.d.ts +12 -0
  126. package/dist/types/interface/api/requests/report-notification-subscription.request.js +3 -0
  127. package/dist/types/interface/api/requests/report-notification-subscription.request.js.map +1 -0
  128. package/dist/types/interface/api/requests/support-ticket-admin.request.d.ts +1 -6
  129. package/dist/types/interface/api/requests/user-billing.request.d.ts +3 -0
  130. package/dist/types/interface/api/requests/user.admin.request.d.ts +2 -0
  131. package/dist/types/interface/api/requests/wrapped-report.request.d.ts +0 -10
  132. package/dist/types/interface/api/responses/admin-audit-log.admin.response.d.ts +2 -0
  133. package/dist/types/interface/api/responses/admin-audit-log.admin.response.js +3 -0
  134. package/dist/types/interface/api/responses/admin-audit-log.admin.response.js.map +1 -0
  135. package/dist/types/interface/api/responses/analytics-snapshot.response.d.ts +28 -0
  136. package/dist/types/interface/api/responses/billing-trial.admin.response.d.ts +18 -0
  137. package/dist/types/interface/api/responses/billing-trial.admin.response.js +3 -0
  138. package/dist/types/interface/api/responses/billing-trial.admin.response.js.map +1 -0
  139. package/dist/types/interface/api/responses/billing-trial.response.d.ts +27 -0
  140. package/dist/types/interface/api/responses/billing-trial.response.js +3 -0
  141. package/dist/types/interface/api/responses/billing-trial.response.js.map +1 -0
  142. package/dist/types/interface/api/responses/index.d.ts +3 -0
  143. package/dist/types/interface/api/responses/index.js +3 -0
  144. package/dist/types/interface/api/responses/index.js.map +1 -1
  145. package/dist/types/interface/api/responses/organization-billing.response.d.ts +7 -0
  146. package/dist/types/interface/api/responses/personal-api-key.response.d.ts +1 -0
  147. package/dist/types/interface/api/responses/report-notification-audience.response.d.ts +10 -0
  148. package/dist/types/interface/api/responses/report-notification-audience.response.js +3 -0
  149. package/dist/types/interface/api/responses/report-notification-audience.response.js.map +1 -0
  150. package/dist/types/interface/api/responses/report-notification-subscription.response.d.ts +10 -0
  151. package/dist/types/interface/api/responses/report-notification-subscription.response.js +3 -0
  152. package/dist/types/interface/api/responses/report-notification-subscription.response.js.map +1 -0
  153. package/dist/types/interface/api/responses/support-ticket.response.d.ts +0 -4
  154. package/dist/types/interface/api/responses/user-billing.response.d.ts +17 -1
  155. package/dist/types/interface/index.d.ts +5 -0
  156. package/dist/types/interface/index.js +5 -0
  157. package/dist/types/interface/index.js.map +1 -1
  158. package/dist/types/interface/models/admin-audit-log.model.d.ts +10 -0
  159. package/dist/types/interface/models/admin-audit-log.model.js +3 -0
  160. package/dist/types/interface/models/admin-audit-log.model.js.map +1 -0
  161. package/dist/types/interface/models/billing-trial-grant.model.d.ts +13 -0
  162. package/dist/types/interface/models/billing-trial-grant.model.js +3 -0
  163. package/dist/types/interface/models/billing-trial-grant.model.js.map +1 -0
  164. package/dist/types/interface/models/daily-digest.model.d.ts +4 -0
  165. package/dist/types/interface/models/index.d.ts +2 -0
  166. package/dist/types/interface/models/index.js +2 -0
  167. package/dist/types/interface/models/index.js.map +1 -1
  168. package/dist/types/interface/models/report-notification-audience.model.d.ts +13 -0
  169. package/dist/types/interface/models/report-notification-audience.model.js +3 -0
  170. package/dist/types/interface/models/report-notification-audience.model.js.map +1 -0
  171. package/dist/types/interface/models/report-notification-subscription.model.d.ts +12 -0
  172. package/dist/types/interface/models/report-notification-subscription.model.js +3 -0
  173. package/dist/types/interface/models/report-notification-subscription.model.js.map +1 -0
  174. package/dist/types/interface/models/support-ticket.model.d.ts +1 -0
  175. package/dist/types/interface/models/wrapped-report.model.d.ts +1 -2
  176. package/dist/types/interface/models/wrapped-report.model.js +0 -1
  177. package/dist/types/interface/models/wrapped-report.model.js.map +1 -1
  178. package/dist/utils/resolve-user.utils.d.ts +0 -2
  179. package/dist/utils/resolve-user.utils.js +7 -11
  180. package/dist/utils/resolve-user.utils.js.map +1 -1
  181. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"user-notification-content-type.enum.js","sourceRoot":"","sources":["../../../src/types/enum/user-notification-content-type.enum.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"user-notification-content-type.enum.js","sourceRoot":"","sources":["../../../src/types/enum/user-notification-content-type.enum.ts"],"names":[],"mappings":"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"}
@@ -24,6 +24,8 @@ export * from './requests/asset.request';
24
24
  export * from './requests/wrapped-report.request';
25
25
  export * from './requests/daily-digest.request';
26
26
  export * from './requests/analytics-snapshot.request';
27
+ export * from './requests/report-notification-audience.request';
28
+ export * from './requests/report-notification-subscription.request';
27
29
  export * from './responses/auth.response';
28
30
  export * from './responses/user.response';
29
31
  export * from './responses/user.admin.response';
@@ -48,6 +50,8 @@ export * from './responses/asset.response';
48
50
  export * from './responses/wrapped-report.response';
49
51
  export * from './responses/daily-digest.response';
50
52
  export * from './responses/analytics-snapshot.response';
53
+ export * from './responses/report-notification-audience.response';
54
+ export * from './responses/report-notification-subscription.response';
51
55
  export * from './requests/organization.admin.request';
52
56
  export * from './responses/organization.admin.response';
53
57
  export * from './requests/organization.request';
@@ -61,6 +65,10 @@ export * from './requests/billing-plan.request';
61
65
  export * from './responses/billing-plan.response';
62
66
  export * from './requests/billing-account.admin.request';
63
67
  export * from './responses/billing-account.admin.response';
68
+ export * from './requests/billing-trial.admin.request';
69
+ export * from './responses/billing-trial.admin.response';
70
+ export * from './requests/billing-trial.request';
71
+ export * from './responses/billing-trial.response';
64
72
  export * from './requests/billing-addon-template.request';
65
73
  export * from './responses/billing-addon-template.response';
66
74
  export * from './requests/team.request';
@@ -87,3 +95,5 @@ export * from './responses/user-sidebar-pin.response';
87
95
  export * from './requests/user-cookie-consent.request';
88
96
  export * from './responses/user-cookie-consent.response';
89
97
  export * from './responses/user-feedback-state.response';
98
+ export * from './requests/admin-audit-log.admin.request';
99
+ export * from './responses/admin-audit-log.admin.response';
@@ -40,6 +40,8 @@ __exportStar(require("./requests/asset.request"), exports);
40
40
  __exportStar(require("./requests/wrapped-report.request"), exports);
41
41
  __exportStar(require("./requests/daily-digest.request"), exports);
42
42
  __exportStar(require("./requests/analytics-snapshot.request"), exports);
43
+ __exportStar(require("./requests/report-notification-audience.request"), exports);
44
+ __exportStar(require("./requests/report-notification-subscription.request"), exports);
43
45
  __exportStar(require("./responses/auth.response"), exports);
44
46
  __exportStar(require("./responses/user.response"), exports);
45
47
  __exportStar(require("./responses/user.admin.response"), exports);
@@ -64,6 +66,8 @@ __exportStar(require("./responses/asset.response"), exports);
64
66
  __exportStar(require("./responses/wrapped-report.response"), exports);
65
67
  __exportStar(require("./responses/daily-digest.response"), exports);
66
68
  __exportStar(require("./responses/analytics-snapshot.response"), exports);
69
+ __exportStar(require("./responses/report-notification-audience.response"), exports);
70
+ __exportStar(require("./responses/report-notification-subscription.response"), exports);
67
71
  __exportStar(require("./requests/organization.admin.request"), exports);
68
72
  __exportStar(require("./responses/organization.admin.response"), exports);
69
73
  __exportStar(require("./requests/organization.request"), exports);
@@ -77,6 +81,10 @@ __exportStar(require("./requests/billing-plan.request"), exports);
77
81
  __exportStar(require("./responses/billing-plan.response"), exports);
78
82
  __exportStar(require("./requests/billing-account.admin.request"), exports);
79
83
  __exportStar(require("./responses/billing-account.admin.response"), exports);
84
+ __exportStar(require("./requests/billing-trial.admin.request"), exports);
85
+ __exportStar(require("./responses/billing-trial.admin.response"), exports);
86
+ __exportStar(require("./requests/billing-trial.request"), exports);
87
+ __exportStar(require("./responses/billing-trial.response"), exports);
80
88
  __exportStar(require("./requests/billing-addon-template.request"), exports);
81
89
  __exportStar(require("./responses/billing-addon-template.response"), exports);
82
90
  __exportStar(require("./requests/team.request"), exports);
@@ -103,4 +111,6 @@ __exportStar(require("./responses/user-sidebar-pin.response"), exports);
103
111
  __exportStar(require("./requests/user-cookie-consent.request"), exports);
104
112
  __exportStar(require("./responses/user-cookie-consent.response"), exports);
105
113
  __exportStar(require("./responses/user-feedback-state.response"), exports);
114
+ __exportStar(require("./requests/admin-audit-log.admin.request"), exports);
115
+ __exportStar(require("./responses/admin-audit-log.admin.response"), exports);
106
116
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/interface/api/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,0DAAwC;AACxC,4DAA0C;AAC1C,+DAA6C;AAE7C,0DAAwC;AACxC,0DAAwC;AACxC,gEAA8C;AAC9C,uEAAqD;AACrD,6EAA2D;AAC3D,6EAA2D;AAC3D,+DAA6C;AAC7C,qEAAmD;AACnD,iEAA+C;AAC/C,uEAAqD;AACrD,mEAAiD;AACjD,6DAA2C;AAC3C,0EAAwD;AACxD,oEAAkD;AAClD,6DAA2C;AAC3C,sEAAoD;AACpD,mEAAiD;AACjD,yEAAuD;AACvD,2DAAyC;AACzC,oEAAkD;AAClD,kEAAgD;AAChD,wEAAsD;AAEtD,4DAA0C;AAC1C,4DAA0C;AAC1C,kEAAgD;AAChD,yEAAuD;AACvD,+EAA6D;AAC7D,+EAA6D;AAC7D,iEAA+C;AAC/C,uEAAqD;AACrD,qEAAmD;AACnD,+DAA6C;AAC7C,mEAAiD;AACjD,yEAAuD;AACvD,qEAAmD;AACnD,+DAA6C;AAC7C,4EAA0D;AAC1D,sEAAoD;AACpD,+DAA6C;AAC7C,wEAAsD;AACtD,qEAAmD;AACnD,2EAAyD;AACzD,6DAA2C;AAC3C,sEAAoD;AACpD,oEAAkD;AAClD,0EAAwD;AAExD,wEAAsD;AACtD,0EAAwD;AACxD,kEAAgD;AAChD,oEAAkD;AAClD,sFAAoE;AACpE,yEAAuD;AACvD,2EAAyD;AACzD,0EAAwD;AACxD,4EAA0D;AAC1D,kEAAgD;AAChD,oEAAkD;AAClD,2EAAyD;AACzD,6EAA2D;AAC3D,4EAA0D;AAC1D,8EAA4D;AAC5D,0DAAwC;AACxC,4DAA0C;AAC1C,qEAAmD;AACnD,uEAAqD;AAGrD,sEAAoD;AACpD,wEAAsD;AAEtD,kEAAgD;AAChD,oEAAkD;AAElD,oEAAkD;AAElD,mEAAiD;AACjD,qEAAmD;AAEnD,yEAAuD;AACvD,2EAAyD;AAEzD,oEAAkD;AAClD,wEAAsD;AACtD,0EAAwD;AACxD,sEAAoD;AAEpD,gEAA8C;AAC9C,kEAAgD;AAEhD,sEAAoD;AACpD,wEAAsD;AAEtD,yEAAuD;AACvD,2EAAyD;AAEzD,2EAAyD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/types/interface/api/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AACzC,0DAAwC;AACxC,4DAA0C;AAC1C,+DAA6C;AAE7C,0DAAwC;AACxC,0DAAwC;AACxC,gEAA8C;AAC9C,uEAAqD;AACrD,6EAA2D;AAC3D,6EAA2D;AAC3D,+DAA6C;AAC7C,qEAAmD;AACnD,iEAA+C;AAC/C,uEAAqD;AACrD,mEAAiD;AACjD,6DAA2C;AAC3C,0EAAwD;AACxD,oEAAkD;AAClD,6DAA2C;AAC3C,sEAAoD;AACpD,mEAAiD;AACjD,yEAAuD;AACvD,2DAAyC;AACzC,oEAAkD;AAClD,kEAAgD;AAChD,wEAAsD;AACtD,kFAAgE;AAChE,sFAAoE;AAEpE,4DAA0C;AAC1C,4DAA0C;AAC1C,kEAAgD;AAChD,yEAAuD;AACvD,+EAA6D;AAC7D,+EAA6D;AAC7D,iEAA+C;AAC/C,uEAAqD;AACrD,qEAAmD;AACnD,+DAA6C;AAC7C,mEAAiD;AACjD,yEAAuD;AACvD,qEAAmD;AACnD,+DAA6C;AAC7C,4EAA0D;AAC1D,sEAAoD;AACpD,+DAA6C;AAC7C,wEAAsD;AACtD,qEAAmD;AACnD,2EAAyD;AACzD,6DAA2C;AAC3C,sEAAoD;AACpD,oEAAkD;AAClD,0EAAwD;AACxD,oFAAkE;AAClE,wFAAsE;AAEtE,wEAAsD;AACtD,0EAAwD;AACxD,kEAAgD;AAChD,oEAAkD;AAClD,sFAAoE;AACpE,yEAAuD;AACvD,2EAAyD;AACzD,0EAAwD;AACxD,4EAA0D;AAC1D,kEAAgD;AAChD,oEAAkD;AAClD,2EAAyD;AACzD,6EAA2D;AAC3D,yEAAuD;AACvD,2EAAyD;AACzD,mEAAiD;AACjD,qEAAmD;AACnD,4EAA0D;AAC1D,8EAA4D;AAC5D,0DAAwC;AACxC,4DAA0C;AAC1C,qEAAmD;AACnD,uEAAqD;AAGrD,sEAAoD;AACpD,wEAAsD;AAEtD,kEAAgD;AAChD,oEAAkD;AAElD,oEAAkD;AAElD,mEAAiD;AACjD,qEAAmD;AAEnD,yEAAuD;AACvD,2EAAyD;AAEzD,oEAAkD;AAClD,wEAAsD;AACtD,0EAAwD;AACxD,sEAAoD;AAEpD,gEAA8C;AAC9C,kEAAgD;AAEhD,sEAAoD;AACpD,wEAAsD;AAEtD,yEAAuD;AACvD,2EAAyD;AAEzD,2EAAyD;AAGzD,2EAAyD;AACzD,6EAA2D"}
@@ -0,0 +1,10 @@
1
+ import { QueryPaginate } from '..';
2
+ import { AbyssApplicationEvent, AdminAuditTargetType } from '../../../enum';
3
+ export interface IPaginateAdminAuditLogAdminQuery extends QueryPaginate {
4
+ adminId?: string;
5
+ action?: AbyssApplicationEvent;
6
+ targetType?: AdminAuditTargetType;
7
+ targetId?: string;
8
+ dateFrom?: string;
9
+ dateTo?: string;
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=admin-audit-log.admin.request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"admin-audit-log.admin.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/admin-audit-log.admin.request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,17 @@
1
+ export interface IGrantTrialAdminBillingParams {
2
+ billingAccountId: string;
3
+ }
4
+ export interface IGrantTrialAdminBillingBody {
5
+ days: number;
6
+ supportTicketId?: string;
7
+ idempotencyKey?: string;
8
+ }
9
+ export interface IRejectTrialRequestAdminBillingParams {
10
+ supportTicketId: string;
11
+ }
12
+ export interface IRejectTrialRequestAdminBillingBody {
13
+ reason: string;
14
+ }
15
+ export interface IListTrialGrantsAdminBillingParams {
16
+ billingAccountId: string;
17
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=billing-trial.admin.request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"billing-trial.admin.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/billing-trial.admin.request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ import { TrialRequestKind } from '../../../enum';
2
+ export interface IRequestTrialBillingBody {
3
+ requestedDays: number;
4
+ kind: TrialRequestKind;
5
+ reason: string;
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=billing-trial.request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"billing-trial.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/billing-trial.request.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
+ import { DigestPeriod } from '../../../enum';
1
2
  import { QueryPaginate } from '../type-message/base-paginate';
2
3
  export interface IDigestIdParams {
3
4
  digestId: string;
@@ -9,13 +10,18 @@ export interface IDigestProjectIdDateParams {
9
10
  projectId: string;
10
11
  date: string;
11
12
  }
13
+ export interface IDigestByDateQuery {
14
+ period?: DigestPeriod;
15
+ }
12
16
  export interface IPaginateProjectDigestQuery extends QueryPaginate {
17
+ period?: DigestPeriod;
13
18
  dateFrom?: string;
14
19
  dateTo?: string;
15
20
  }
16
21
  export interface IPaginateDigestAdminQuery extends QueryPaginate {
17
22
  projectId?: string;
18
23
  organizationId?: string;
24
+ period?: DigestPeriod;
19
25
  dateFrom?: string;
20
26
  dateTo?: string;
21
27
  }
@@ -24,3 +30,8 @@ export interface IGenerateDailyDigestAdminBody {
24
30
  projectIds?: string[];
25
31
  skipProjectIds?: string[];
26
32
  }
33
+ export interface IGenerateMonthlyDigestAdminBody {
34
+ month?: string;
35
+ projectIds?: string[];
36
+ skipProjectIds?: string[];
37
+ }
@@ -1,3 +1,4 @@
1
+ export * from './admin-audit-log.admin.request';
1
2
  export * from './application.admin.request';
2
3
  export * from './application.request';
3
4
  export * from './asset.request';
@@ -5,6 +6,8 @@ export * from './auth.request';
5
6
  export * from './billing-account.admin.request';
6
7
  export * from './billing-addon-template.request';
7
8
  export * from './billing-plan.request';
9
+ export * from './billing-trial.admin.request';
10
+ export * from './billing-trial.request';
8
11
  export * from './billing.request';
9
12
  export * from './content-share.request';
10
13
  export * from './crash-report.public.request';
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./admin-audit-log.admin.request"), exports);
17
18
  __exportStar(require("./application.admin.request"), exports);
18
19
  __exportStar(require("./application.request"), exports);
19
20
  __exportStar(require("./asset.request"), exports);
@@ -21,6 +22,8 @@ __exportStar(require("./auth.request"), exports);
21
22
  __exportStar(require("./billing-account.admin.request"), exports);
22
23
  __exportStar(require("./billing-addon-template.request"), exports);
23
24
  __exportStar(require("./billing-plan.request"), exports);
25
+ __exportStar(require("./billing-trial.admin.request"), exports);
26
+ __exportStar(require("./billing-trial.request"), exports);
24
27
  __exportStar(require("./billing.request"), exports);
25
28
  __exportStar(require("./content-share.request"), exports);
26
29
  __exportStar(require("./crash-report.public.request"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,wDAAsC;AACtC,kDAAgC;AAChC,iDAA+B;AAC/B,kEAAgD;AAChD,mEAAiD;AACjD,yDAAuC;AACvC,oDAAkC;AAClC,0DAAwC;AACxC,gEAA8C;AAC9C,4DAA0C;AAC1C,sDAAoC;AACpC,uDAAqC;AACrC,0DAAwC;AACxC,6DAA2C;AAC3C,iEAA+C;AAC/C,6EAA2D;AAC3D,gEAA8C;AAC9C,+DAA6C;AAC7C,yDAAuC;AACvC,iEAA+C;AAC/C,2DAAyC;AACzC,4DAA0C;AAC1C,6DAA2C;AAC3C,0DAAwC;AACxC,oDAAkC;AAClC,iEAA+C;AAC/C,+DAA6C;AAC7C,2DAAyC;AACzC,iDAA+B;AAC/B,gEAA8C;AAC9C,yDAAuC;AACvC,oEAAkD;AAClD,8DAA4C;AAC5C,uDAAqC;AACrC,iDAA+B;AAC/B,6DAA2C;AAC3C,gEAA8C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD;AAChD,8DAA4C;AAC5C,wDAAsC;AACtC,kDAAgC;AAChC,iDAA+B;AAC/B,kEAAgD;AAChD,mEAAiD;AACjD,yDAAuC;AACvC,gEAA8C;AAC9C,0DAAwC;AACxC,oDAAkC;AAClC,0DAAwC;AACxC,gEAA8C;AAC9C,4DAA0C;AAC1C,sDAAoC;AACpC,uDAAqC;AACrC,0DAAwC;AACxC,6DAA2C;AAC3C,iEAA+C;AAC/C,6EAA2D;AAC3D,gEAA8C;AAC9C,+DAA6C;AAC7C,yDAAuC;AACvC,iEAA+C;AAC/C,2DAAyC;AACzC,4DAA0C;AAC1C,6DAA2C;AAC3C,0DAAwC;AACxC,oDAAkC;AAClC,iEAA+C;AAC/C,+DAA6C;AAC7C,2DAAyC;AACzC,iDAA+B;AAC/B,gEAA8C;AAC9C,yDAAuC;AACvC,oEAAkD;AAClD,8DAA4C;AAC5C,uDAAqC;AACrC,iDAA+B;AAC/B,6DAA2C;AAC3C,gEAA8C"}
@@ -20,9 +20,21 @@ export interface IUpdateBillingInfoOrganizationBody {
20
20
  export interface ISubscribePlanOrganizationParams {
21
21
  organizationId: string;
22
22
  }
23
+ export interface IPreviewPlanChangeOrganizationParams {
24
+ organizationId: string;
25
+ }
26
+ export interface IPreviewPlanChangeOrganizationQuery {
27
+ planTemplateId: string;
28
+ }
23
29
  export interface ICreatePlanRequestOrganizationParams {
24
30
  organizationId: string;
25
31
  }
32
+ export interface IRequestTrialOrganizationParams {
33
+ organizationId: string;
34
+ }
35
+ export interface IGetTrialRequestStateOrganizationParams {
36
+ organizationId: string;
37
+ }
26
38
  export interface ICancelScheduledDowngradeOrganizationParams {
27
39
  organizationId: string;
28
40
  }
@@ -1,4 +1,4 @@
1
- import { AbyssService, OrganizationIntegrationType } from '../../../enum';
1
+ import { AbyssService, OrganizationIntegrationType, OrganizationKind } from '../../../enum';
2
2
  import { QueryPaginate } from '../type-message/base-paginate';
3
3
  export type IPaginateOrganizationAdminQuery = {
4
4
  name?: string;
@@ -6,6 +6,8 @@ export type IPaginateOrganizationAdminQuery = {
6
6
  search?: string;
7
7
  includeBilling?: boolean;
8
8
  userId?: string;
9
+ kind?: OrganizationKind;
10
+ includeMembers?: boolean;
9
11
  } & QueryPaginate;
10
12
  export interface IGetOrganizationAdminParams {
11
13
  organizationId: string;
@@ -1,3 +1,6 @@
1
1
  export interface IResolvePersonalApiKeyAdminBody {
2
2
  keyLookupHash: string;
3
3
  }
4
+ export interface IRevokePersonalApiKeyAdminParams {
5
+ userId: string;
6
+ }
@@ -0,0 +1,14 @@
1
+ import { ReportAudienceMode } from '../../../enum/report-notification-audience-mode.enum';
2
+ import { ReportNotificationType } from '../../../enum/report-notification-type.enum';
3
+ import { ReportScope } from '../../models/wrapped-report.model';
4
+ export interface IListReportNotificationAudienceQuery {
5
+ scope: ReportScope;
6
+ scopeId: string;
7
+ }
8
+ export interface IUpsertReportNotificationAudienceBody {
9
+ scope: ReportScope;
10
+ scopeId: string;
11
+ reportType: ReportNotificationType;
12
+ mode: ReportAudienceMode;
13
+ memberUserIds: string[];
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=report-notification-audience.request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report-notification-audience.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/report-notification-audience.request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import { ReportNotificationType } from '../../../enum/report-notification-type.enum';
2
+ import { ReportScope } from '../../models/wrapped-report.model';
3
+ export interface IListReportNotificationSubscriptionQuery {
4
+ scope: ReportScope;
5
+ scopeId: string;
6
+ }
7
+ export interface ISetReportNotificationSubscriptionBody {
8
+ scope: ReportScope;
9
+ scopeId: string;
10
+ reportType: ReportNotificationType;
11
+ enabled: boolean;
12
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=report-notification-subscription.request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report-notification-subscription.request.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/requests/report-notification-subscription.request.ts"],"names":[],"mappings":""}
@@ -37,12 +37,6 @@ export interface IUpdateSupportTicketAdminBody {
37
37
  contextType?: string | null;
38
38
  contextId?: string | null;
39
39
  }
40
- export interface ICloseSupportTicketAdminParams {
41
- supportTicketId: string;
42
- }
43
- export interface ICloseSupportTicketAdminBody {
44
- closedReason?: string;
45
- }
46
40
  export interface IBulkCloseSupportTicketAdminBody {
47
41
  supportTicketIds: string[];
48
42
  closedReason?: string;
@@ -62,6 +56,7 @@ export interface ICreateSupportTicketAdminBody {
62
56
  service?: AbyssService | null;
63
57
  contextType?: string | null;
64
58
  contextId?: string | null;
59
+ contextData?: Record<string, unknown> | null;
65
60
  }
66
61
  export interface ICreateSupportTicketAttachmentAdminParams {
67
62
  supportTicketId: string;
@@ -27,6 +27,9 @@ export interface ISubscribeUserPlanBody {
27
27
  creditAmount?: number;
28
28
  eurAmount?: number;
29
29
  }
30
+ export interface IPreviewUserPlanChangeQuery {
31
+ planTemplateId: string;
32
+ }
30
33
  export interface ICheckUserQuotaBody {
31
34
  service: BillingService;
32
35
  metric: BillingMetric;
@@ -30,6 +30,7 @@ export type IPaginateUserAdminQuery = {
30
30
  search?: string;
31
31
  id?: string[];
32
32
  hasJoinedNewsletter?: boolean;
33
+ isAdmin?: boolean;
33
34
  includeBilling?: boolean;
34
35
  } & QueryPaginate;
35
36
  export interface IUpdateUserAdminParams {
@@ -44,6 +45,7 @@ export interface IUpdateUserAdminBody {
44
45
  password?: string;
45
46
  alias?: string;
46
47
  emailVerifiedAt?: Date | null;
48
+ birthDate?: string | null;
47
49
  }
48
50
  export interface IActivateServiceUserAdminParams {
49
51
  userId: string;
@@ -29,13 +29,3 @@ export interface IGenerateYearlyWrappedAdminBody {
29
29
  skipProjectIds?: string[];
30
30
  skipOrganizationIds?: string[];
31
31
  }
32
- export interface IGenerateMonthlyWrappedAdminBody {
33
- year: number;
34
- month: number;
35
- userIds?: string[];
36
- projectIds?: string[];
37
- organizationIds?: string[];
38
- skipUserIds?: string[];
39
- skipProjectIds?: string[];
40
- skipOrganizationIds?: string[];
41
- }
@@ -0,0 +1,2 @@
1
+ import { BasePaginate, IResponse, IAdminAuditLog } from '../..';
2
+ export type IPaginateAdminAuditLogAdminResponse = IResponse<BasePaginate<IAdminAuditLog>>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=admin-audit-log.admin.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"admin-audit-log.admin.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/admin-audit-log.admin.response.ts"],"names":[],"mappings":""}
@@ -1,5 +1,6 @@
1
1
  import { IAnalyticsSnapshot } from '../../models/analytics-snapshot.model';
2
2
  import { IReportDataV1 } from '../../models/wrapped-report.model';
3
+ import { BillingMetric, BillingService } from '../../../enum';
3
4
  import { BasePaginate } from '../type-message/base-paginate';
4
5
  import { IResponse } from '../type-message/response';
5
6
  export interface IAnalyticsData {
@@ -16,3 +17,30 @@ export type IAnalyticsResponse = IResponse<IAnalyticsData>;
16
17
  export type IGenerateAnalyticsResponse = IResponse<IGenerateAnalyticsData>;
17
18
  export type IShareAnalyticsResponse = IResponse<IShareAnalyticsData>;
18
19
  export type IPaginateAnalyticsResponse = IResponse<IPaginateAnalyticsData>;
20
+ export interface IUsageAnalyticsAdminData {
21
+ totals: {
22
+ users: number;
23
+ organizations: number;
24
+ projects: number;
25
+ applications: number;
26
+ };
27
+ activity: {
28
+ activeUsers7d: number;
29
+ activeUsers30d: number;
30
+ newUsers30d: number;
31
+ };
32
+ storage: {
33
+ totalBytes: number;
34
+ accountsWithStorage: number;
35
+ };
36
+ perService: Array<{
37
+ service: BillingService;
38
+ metrics: Array<{
39
+ metric: BillingMetric;
40
+ usedPeriod: number;
41
+ limit: number | null;
42
+ }>;
43
+ }>;
44
+ generatedAt: string;
45
+ }
46
+ export type IGetUsageAnalyticsAdminResponse = IResponse<IUsageAnalyticsAdminData>;
@@ -0,0 +1,18 @@
1
+ import { IResponse } from '../type-message/response';
2
+ import { IBillingAccount } from '../../models/billing-account.model';
3
+ import { IBillingTrialGrant } from '../../models/billing-trial-grant.model';
4
+ export interface IBackfillTrialAdminBillingData {
5
+ inserted: number;
6
+ skipped: number;
7
+ }
8
+ export type IBackfillTrialAdminBillingResponse = IResponse<IBackfillTrialAdminBillingData>;
9
+ export interface IGrantTrialAdminBillingData {
10
+ billingAccount: IBillingAccount;
11
+ grant: IBillingTrialGrant;
12
+ }
13
+ export type IGrantTrialAdminBillingResponse = IResponse<IGrantTrialAdminBillingData>;
14
+ export type IRejectTrialRequestAdminBillingResponse = IResponse<Record<string, never>>;
15
+ export interface IListTrialGrantsAdminBillingData {
16
+ trialGrants: IBillingTrialGrant[];
17
+ }
18
+ export type IListTrialGrantsAdminBillingResponse = IResponse<IListTrialGrantsAdminBillingData>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=billing-trial.admin.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"billing-trial.admin.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/billing-trial.admin.response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,27 @@
1
+ import { IResponse } from '../type-message/response';
2
+ import { TrialRequestKind } from '../../../enum';
3
+ export interface IRequestTrialBillingData {
4
+ supportTicketId: string;
5
+ }
6
+ export type IRequestTrialBillingResponse = IResponse<IRequestTrialBillingData>;
7
+ export interface IPendingTrialRequestDetails {
8
+ requestedDays: number;
9
+ kind: TrialRequestKind;
10
+ createdAt: string;
11
+ }
12
+ export interface ITrialStatus {
13
+ active: boolean;
14
+ endsAt: string;
15
+ daysRemaining: number | null;
16
+ planName: string | null;
17
+ endingSoon: boolean;
18
+ }
19
+ export interface IGetTrialRequestStateBillingData {
20
+ pending: boolean;
21
+ supportTicketId: string | null;
22
+ canRequestExtension: boolean;
23
+ canRequestNewTrial: boolean;
24
+ pendingRequest: IPendingTrialRequestDetails | null;
25
+ trial: ITrialStatus | null;
26
+ }
27
+ export type IGetTrialRequestStateBillingResponse = IResponse<IGetTrialRequestStateBillingData>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=billing-trial.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"billing-trial.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/billing-trial.response.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
+ export * from './admin-audit-log.admin.response';
1
2
  export * from './application.admin.response';
2
3
  export * from './application.response';
3
4
  export * from './asset.response';
@@ -5,6 +6,8 @@ export * from './auth.response';
5
6
  export * from './billing-account.admin.response';
6
7
  export * from './billing-addon-template.response';
7
8
  export * from './billing-plan.response';
9
+ export * from './billing-trial.admin.response';
10
+ export * from './billing-trial.response';
8
11
  export * from './billing.response';
9
12
  export * from './config.admin.response';
10
13
  export * from './content-share.response';
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./admin-audit-log.admin.response"), exports);
17
18
  __exportStar(require("./application.admin.response"), exports);
18
19
  __exportStar(require("./application.response"), exports);
19
20
  __exportStar(require("./asset.response"), exports);
@@ -21,6 +22,8 @@ __exportStar(require("./auth.response"), exports);
21
22
  __exportStar(require("./billing-account.admin.response"), exports);
22
23
  __exportStar(require("./billing-addon-template.response"), exports);
23
24
  __exportStar(require("./billing-plan.response"), exports);
25
+ __exportStar(require("./billing-trial.admin.response"), exports);
26
+ __exportStar(require("./billing-trial.response"), exports);
24
27
  __exportStar(require("./billing.response"), exports);
25
28
  __exportStar(require("./config.admin.response"), exports);
26
29
  __exportStar(require("./content-share.response"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAA6C;AAC7C,yDAAuC;AACvC,mDAAiC;AACjC,kDAAgC;AAChC,mEAAiD;AACjD,oEAAkD;AAClD,0DAAwC;AACxC,qDAAmC;AACnC,0DAAwC;AACxC,2DAAyC;AACzC,iEAA+C;AAC/C,6DAA2C;AAC3C,uDAAqC;AACrC,wDAAsC;AACtC,2DAAyC;AACzC,2DAAyC;AACzC,qDAAmC;AACnC,8DAA4C;AAC5C,kEAAgD;AAChD,iEAA+C;AAC/C,gEAA8C;AAC9C,0DAAwC;AACxC,kEAAgD;AAChD,4DAA0C;AAC1C,6DAA2C;AAC3C,8DAA4C;AAC5C,2DAAyC;AACzC,qDAAmC;AACnC,4DAA0C;AAC1C,kDAAgC;AAChC,iEAA+C;AAC/C,0DAAwC;AACxC,iEAA+C;AAC/C,iEAA+C;AAC/C,qEAAmD;AACnD,+DAA6C;AAC7C,wDAAsC;AACtC,kDAAgC;AAChC,8DAA4C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mEAAiD;AACjD,+DAA6C;AAC7C,yDAAuC;AACvC,mDAAiC;AACjC,kDAAgC;AAChC,mEAAiD;AACjD,oEAAkD;AAClD,0DAAwC;AACxC,iEAA+C;AAC/C,2DAAyC;AACzC,qDAAmC;AACnC,0DAAwC;AACxC,2DAAyC;AACzC,iEAA+C;AAC/C,6DAA2C;AAC3C,uDAAqC;AACrC,wDAAsC;AACtC,2DAAyC;AACzC,2DAAyC;AACzC,qDAAmC;AACnC,8DAA4C;AAC5C,kEAAgD;AAChD,iEAA+C;AAC/C,gEAA8C;AAC9C,0DAAwC;AACxC,kEAAgD;AAChD,4DAA0C;AAC1C,6DAA2C;AAC3C,8DAA4C;AAC5C,2DAAyC;AACzC,qDAAmC;AACnC,4DAA0C;AAC1C,kDAAgC;AAChC,iEAA+C;AAC/C,0DAAwC;AACxC,iEAA+C;AAC/C,iEAA+C;AAC/C,qEAAmD;AACnD,+DAA6C;AAC7C,wDAAsC;AACtC,kDAAgC;AAChC,8DAA4C"}
@@ -1,4 +1,5 @@
1
1
  import { IBillingAccount } from '../../models/billing-account.model';
2
+ import { IPlanChangeOverMetric } from './user-billing.response';
2
3
  import { IBillingQuotaCap } from '../../models/billing-quota-cap.model';
3
4
  import { ICreditTransaction } from '../../models/credit-transaction.model';
4
5
  import { IInvoice } from '../../models/invoice.model';
@@ -31,6 +32,12 @@ export interface ISubscribePlanOrganizationData {
31
32
  checkoutUrl?: string | null;
32
33
  }
33
34
  export type ISubscribePlanOrganizationResponse = IResponse<ISubscribePlanOrganizationData>;
35
+ export interface IPreviewOrganizationPlanChangeData {
36
+ hasCard: boolean;
37
+ effectiveDate: string;
38
+ overMetrics: IPlanChangeOverMetric[];
39
+ }
40
+ export type IPreviewOrganizationPlanChangeResponse = IResponse<IPreviewOrganizationPlanChangeData>;
34
41
  export interface IListInvoicesOrganizationData {
35
42
  invoices: IInvoice[];
36
43
  }
@@ -22,3 +22,4 @@ export interface IResolvePersonalApiKeyAdminData {
22
22
  revoked: boolean;
23
23
  }
24
24
  export type IResolvePersonalApiKeyAdminResponse = IResponse<IResolvePersonalApiKeyAdminData>;
25
+ export type IRevokePersonalApiKeyAdminResponse = void;
@@ -0,0 +1,10 @@
1
+ import { IReportNotificationAudience } from '../../models/report-notification-audience.model';
2
+ import { IResponse } from '../type-message/response';
3
+ export interface IListReportNotificationAudienceData {
4
+ audiences: IReportNotificationAudience[];
5
+ }
6
+ export type IListReportNotificationAudienceResponse = IResponse<IListReportNotificationAudienceData>;
7
+ export interface IUpsertReportNotificationAudienceData {
8
+ audience: IReportNotificationAudience;
9
+ }
10
+ export type IUpsertReportNotificationAudienceResponse = IResponse<IUpsertReportNotificationAudienceData>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=report-notification-audience.response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"report-notification-audience.response.js","sourceRoot":"","sources":["../../../../../src/types/interface/api/responses/report-notification-audience.response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import { IReportNotificationSubscription } from '../../models/report-notification-subscription.model';
2
+ import { IResponse } from '../type-message/response';
3
+ export interface IListReportNotificationSubscriptionData {
4
+ subscriptions: IReportNotificationSubscription[];
5
+ }
6
+ export type IListReportNotificationSubscriptionResponse = IResponse<IListReportNotificationSubscriptionData>;
7
+ export interface ISetReportNotificationSubscriptionData {
8
+ subscription: IReportNotificationSubscription;
9
+ }
10
+ export type ISetReportNotificationSubscriptionResponse = IResponse<ISetReportNotificationSubscriptionData>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=report-notification-subscription.response.js.map