@iblai/iblai-api 3.35.3-core → 3.35.4-core

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 (178) hide show
  1. package/dist/index.cjs.js +13134 -3071
  2. package/dist/index.cjs.js.map +1 -1
  3. package/dist/index.esm.js +13128 -3072
  4. package/dist/index.esm.js.map +1 -1
  5. package/dist/index.umd.js +13134 -3071
  6. package/dist/index.umd.js.map +1 -1
  7. package/dist/types/index.d.ts +80 -1
  8. package/dist/types/models/AWSTenantLaunchRequest.d.ts +20 -0
  9. package/dist/types/models/ActivateUserFreeTrial.d.ts +11 -0
  10. package/dist/types/models/App.d.ts +10 -0
  11. package/dist/types/models/AppleSubscriptionStatusRequest.d.ts +3 -0
  12. package/dist/types/models/AppleSubscriptionStatusView.d.ts +3 -0
  13. package/dist/types/models/AppleVerifyTransactionId.d.ts +3 -0
  14. package/dist/types/models/AssociateAccountResponse.d.ts +5 -0
  15. package/dist/types/models/AssociateAppleAccount.d.ts +3 -0
  16. package/dist/types/models/AuthToken.d.ts +10 -0
  17. package/dist/types/models/BaseErrorResponse.d.ts +5 -0
  18. package/dist/types/models/BaseResponse.d.ts +5 -0
  19. package/dist/types/models/CeleryHeartbeat.d.ts +5 -0
  20. package/dist/types/models/CeleryHeartbeatFail.d.ts +5 -0
  21. package/dist/types/models/CeleryHeartbeatFailStatusEnum.d.ts +8 -0
  22. package/dist/types/models/CeleryHeartbeatStatusEnum.d.ts +8 -0
  23. package/dist/types/models/DesiredRole.d.ts +4 -0
  24. package/dist/types/models/EdxSignalReceiverRequest.d.ts +4 -0
  25. package/dist/types/models/GCPTenantLaunchRequest.d.ts +24 -0
  26. package/dist/types/models/GooglePayAccountResponse.d.ts +15 -0
  27. package/dist/types/models/GooglePayAccountResponseStatusEnum.d.ts +8 -0
  28. package/dist/types/models/GooglePayVerifyToken.d.ts +6 -0
  29. package/dist/types/models/ItemTypeEnum.d.ts +18 -0
  30. package/dist/types/models/LauncherViewPostRequest.d.ts +9 -0
  31. package/dist/types/models/ManagerAuthToken.d.ts +13 -0
  32. package/dist/types/models/MediaResource.d.ts +71 -0
  33. package/dist/types/models/MediaTypeEnum.d.ts +14 -0
  34. package/dist/types/models/ModeEnum.d.ts +10 -0
  35. package/dist/types/models/Notification.d.ts +2 -2
  36. package/dist/types/models/{StatusEnum.d.ts → NotificationStatusEnum.d.ts} +1 -1
  37. package/dist/types/models/OnboardingStatusUpdate.d.ts +7 -0
  38. package/dist/types/models/PaginatedUserAppList.d.ts +7 -0
  39. package/dist/types/models/PatchedMediaResource.d.ts +71 -0
  40. package/dist/types/models/PatchedNotification.d.ts +2 -2
  41. package/dist/types/models/Platform.d.ts +29 -0
  42. package/dist/types/models/PlatformApiKey.d.ts +30 -0
  43. package/dist/types/models/PlatformList.d.ts +29 -0
  44. package/dist/types/models/PlatformListStatusEnum.d.ts +22 -0
  45. package/dist/types/models/PlatformUpdatePostRequest.d.ts +9 -0
  46. package/dist/types/models/ReportedRole.d.ts +4 -0
  47. package/dist/types/models/Resource.d.ts +22 -0
  48. package/dist/types/models/ResourceCreateUpdate.d.ts +42 -0
  49. package/dist/types/models/Role.d.ts +7 -0
  50. package/dist/types/models/StripeCheckoutSessionRequest.d.ts +54 -0
  51. package/dist/types/models/StripeCheckoutSessionResponse.d.ts +6 -0
  52. package/dist/types/models/StripeCustomerPortalRequest.d.ts +3 -0
  53. package/dist/types/models/StripeCustomerPortalResponse.d.ts +3 -0
  54. package/dist/types/models/StripeLocalProduct.d.ts +8 -0
  55. package/dist/types/models/StripeSubscriptionRenewalRequest.d.ts +4 -0
  56. package/dist/types/models/StripeSubscriptionRenewalResponse.d.ts +3 -0
  57. package/dist/types/models/TenantLaunchError.d.ts +10 -0
  58. package/dist/types/models/TenantLaunchFailed.d.ts +15 -0
  59. package/dist/types/models/TenantLaunchRequest.d.ts +16 -0
  60. package/dist/types/models/TenantLaunchResponse.d.ts +15 -0
  61. package/dist/types/models/TokenProxyInput.d.ts +21 -0
  62. package/dist/types/models/TokenProxyOutput.d.ts +7 -0
  63. package/dist/types/models/TokenProxyOutputSerializerData.d.ts +20 -0
  64. package/dist/types/models/TokenProxyUser.d.ts +25 -0
  65. package/dist/types/models/UserApp.d.ts +27 -0
  66. package/dist/types/models/UserDeleteAPIError.d.ts +3 -0
  67. package/dist/types/models/UserDeleteAPIRequest.d.ts +3 -0
  68. package/dist/types/models/UserDeleteAPIResponse.d.ts +3 -0
  69. package/dist/types/models/UserPlatformLink.d.ts +17 -0
  70. package/dist/types/models/UserPlatformManagementListViewGetResponse.d.ts +6 -0
  71. package/dist/types/models/UserPlatformViewPostRequest.d.ts +8 -0
  72. package/dist/types/models/UserProxyBulkRequest.d.ts +3 -0
  73. package/dist/types/models/UserProxyGetResponse.d.ts +8 -0
  74. package/dist/types/models/UserProxyPostRequest.d.ts +7 -0
  75. package/dist/types/models/UserProxyPostResponse.d.ts +8 -0
  76. package/dist/types/models/UserSearchViewGetResponse.d.ts +6 -0
  77. package/dist/types/models/VerifyGCPMarketPlaceFailedResponse.d.ts +11 -0
  78. package/dist/types/models/VerifyGCPMarketPlaceRequest.d.ts +3 -0
  79. package/dist/types/models/VerifyGCPMarketPlaceResponse.d.ts +11 -0
  80. package/dist/types/models/WatchedVideosPerCourse.d.ts +8 -0
  81. package/dist/types/models/WatchedVideosPerCourseData.d.ts +18 -0
  82. package/dist/types/models/WhitelistedDomain.d.ts +4 -0
  83. package/dist/types/services/CatalogService.d.ts +6904 -0
  84. package/dist/types/services/CoreService.d.ts +442 -0
  85. package/dist/types/services/FeaturesService.d.ts +75 -0
  86. package/dist/types/services/MediaResourcesService.d.ts +112 -0
  87. package/dist/types/services/PlatformService.d.ts +314 -0
  88. package/dist/types/services/ProvidersService.d.ts +142 -0
  89. package/dist/types/services/ProvisionService.d.ts +14 -0
  90. package/dist/types/services/RolesService.d.ts +57 -0
  91. package/dist/types/services/ServiceService.d.ts +170 -0
  92. package/package.json +1 -1
  93. package/src/core/OpenAPI.ts +1 -1
  94. package/src/index.ts +80 -1
  95. package/src/models/AWSTenantLaunchRequest.ts +25 -0
  96. package/src/models/ActivateUserFreeTrial.ts +16 -0
  97. package/src/models/App.ts +15 -0
  98. package/src/models/AppleSubscriptionStatusRequest.ts +8 -0
  99. package/src/models/AppleSubscriptionStatusView.ts +8 -0
  100. package/src/models/AppleVerifyTransactionId.ts +8 -0
  101. package/src/models/AssociateAccountResponse.ts +10 -0
  102. package/src/models/AssociateAppleAccount.ts +8 -0
  103. package/src/models/AuthToken.ts +15 -0
  104. package/src/models/BaseErrorResponse.ts +10 -0
  105. package/src/models/BaseResponse.ts +10 -0
  106. package/src/models/CeleryHeartbeat.ts +10 -0
  107. package/src/models/CeleryHeartbeatFail.ts +10 -0
  108. package/src/models/CeleryHeartbeatFailStatusEnum.ts +12 -0
  109. package/src/models/CeleryHeartbeatStatusEnum.ts +12 -0
  110. package/src/models/DesiredRole.ts +9 -0
  111. package/src/models/EdxSignalReceiverRequest.ts +9 -0
  112. package/src/models/GCPTenantLaunchRequest.ts +29 -0
  113. package/src/models/GooglePayAccountResponse.ts +20 -0
  114. package/src/models/GooglePayAccountResponseStatusEnum.ts +12 -0
  115. package/src/models/GooglePayVerifyToken.ts +11 -0
  116. package/src/models/ItemTypeEnum.ts +22 -0
  117. package/src/models/LauncherViewPostRequest.ts +14 -0
  118. package/src/models/ManagerAuthToken.ts +18 -0
  119. package/src/models/MediaResource.ts +76 -0
  120. package/src/models/MediaTypeEnum.ts +18 -0
  121. package/src/models/ModeEnum.ts +14 -0
  122. package/src/models/Notification.ts +2 -2
  123. package/src/models/{StatusEnum.ts → NotificationStatusEnum.ts} +1 -1
  124. package/src/models/OnboardingStatusUpdate.ts +12 -0
  125. package/src/models/PaginatedUserAppList.ts +12 -0
  126. package/src/models/PatchedMediaResource.ts +76 -0
  127. package/src/models/PatchedNotification.ts +2 -2
  128. package/src/models/Platform.ts +34 -0
  129. package/src/models/PlatformApiKey.ts +35 -0
  130. package/src/models/PlatformList.ts +34 -0
  131. package/src/models/PlatformListStatusEnum.ts +26 -0
  132. package/src/models/PlatformUpdatePostRequest.ts +14 -0
  133. package/src/models/ReportedRole.ts +9 -0
  134. package/src/models/Resource.ts +27 -0
  135. package/src/models/ResourceCreateUpdate.ts +47 -0
  136. package/src/models/Role.ts +12 -0
  137. package/src/models/StripeCheckoutSessionRequest.ts +59 -0
  138. package/src/models/StripeCheckoutSessionResponse.ts +11 -0
  139. package/src/models/StripeCustomerPortalRequest.ts +8 -0
  140. package/src/models/StripeCustomerPortalResponse.ts +8 -0
  141. package/src/models/StripeLocalProduct.ts +13 -0
  142. package/src/models/StripeSubscriptionRenewalRequest.ts +9 -0
  143. package/src/models/StripeSubscriptionRenewalResponse.ts +8 -0
  144. package/src/models/TenantLaunchError.ts +15 -0
  145. package/src/models/TenantLaunchFailed.ts +20 -0
  146. package/src/models/TenantLaunchRequest.ts +21 -0
  147. package/src/models/TenantLaunchResponse.ts +20 -0
  148. package/src/models/TokenProxyInput.ts +26 -0
  149. package/src/models/TokenProxyOutput.ts +12 -0
  150. package/src/models/TokenProxyOutputSerializerData.ts +25 -0
  151. package/src/models/TokenProxyUser.ts +30 -0
  152. package/src/models/UserApp.ts +32 -0
  153. package/src/models/UserDeleteAPIError.ts +8 -0
  154. package/src/models/UserDeleteAPIRequest.ts +8 -0
  155. package/src/models/UserDeleteAPIResponse.ts +8 -0
  156. package/src/models/UserPlatformLink.ts +22 -0
  157. package/src/models/UserPlatformManagementListViewGetResponse.ts +11 -0
  158. package/src/models/UserPlatformViewPostRequest.ts +13 -0
  159. package/src/models/UserProxyBulkRequest.ts +8 -0
  160. package/src/models/UserProxyGetResponse.ts +13 -0
  161. package/src/models/UserProxyPostRequest.ts +12 -0
  162. package/src/models/UserProxyPostResponse.ts +13 -0
  163. package/src/models/UserSearchViewGetResponse.ts +11 -0
  164. package/src/models/VerifyGCPMarketPlaceFailedResponse.ts +16 -0
  165. package/src/models/VerifyGCPMarketPlaceRequest.ts +8 -0
  166. package/src/models/VerifyGCPMarketPlaceResponse.ts +16 -0
  167. package/src/models/WatchedVideosPerCourse.ts +13 -0
  168. package/src/models/WatchedVideosPerCourseData.ts +23 -0
  169. package/src/models/WhitelistedDomain.ts +9 -0
  170. package/src/services/CatalogService.ts +7769 -0
  171. package/src/services/CoreService.ts +792 -1
  172. package/src/services/FeaturesService.ts +126 -0
  173. package/src/services/MediaResourcesService.ts +319 -0
  174. package/src/services/PlatformService.ts +582 -0
  175. package/src/services/ProvidersService.ts +271 -0
  176. package/src/services/ProvisionService.ts +30 -0
  177. package/src/services/RolesService.ts +87 -0
  178. package/src/services/ServiceService.ts +320 -0
@@ -1 +1 @@
1
- {"version":3,"file":"index.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -3,22 +3,37 @@ export { CancelablePromise, CancelError } from './core/CancelablePromise';
3
3
  export { OpenAPI } from './core/OpenAPI';
4
4
  export type { OpenAPIConfig } from './core/OpenAPI';
5
5
  export { AcceptanceEnum } from './models/AcceptanceEnum';
6
+ export type { ActivateUserFreeTrial } from './models/ActivateUserFreeTrial';
6
7
  export type { ActiveUsersData } from './models/ActiveUsersData';
7
8
  export type { ActiveUsersList } from './models/ActiveUsersList';
8
9
  export type { ActiveUsersPerCourse } from './models/ActiveUsersPerCourse';
9
10
  export type { ActiveUsersPerCourseData } from './models/ActiveUsersPerCourseData';
10
11
  export type { ActivityAPI } from './models/ActivityAPI';
11
12
  export type { ActivityData } from './models/ActivityData';
13
+ export type { App } from './models/App';
14
+ export type { AppleSubscriptionStatusRequest } from './models/AppleSubscriptionStatusRequest';
15
+ export type { AppleSubscriptionStatusView } from './models/AppleSubscriptionStatusView';
16
+ export type { AppleVerifyTransactionId } from './models/AppleVerifyTransactionId';
12
17
  export type { Assertion } from './models/Assertion';
18
+ export type { AssociateAccountResponse } from './models/AssociateAccountResponse';
19
+ export type { AssociateAppleAccount } from './models/AssociateAppleAccount';
20
+ export type { AuthToken } from './models/AuthToken';
13
21
  export type { Average } from './models/Average';
14
22
  export type { AverageData } from './models/AverageData';
15
23
  export type { AverageOvertime } from './models/AverageOvertime';
16
24
  export type { AvgCourseGradeWithCutoff } from './models/AvgCourseGradeWithCutoff';
17
25
  export type { AvgCourseGradeWithCutoffData } from './models/AvgCourseGradeWithCutoffData';
26
+ export type { AWSTenantLaunchRequest } from './models/AWSTenantLaunchRequest';
27
+ export type { BaseErrorResponse } from './models/BaseErrorResponse';
28
+ export type { BaseResponse } from './models/BaseResponse';
18
29
  export { BlankEnum } from './models/BlankEnum';
19
30
  export type { BulkCreateAssertion } from './models/BulkCreateAssertion';
20
31
  export type { CampaignEnablement } from './models/CampaignEnablement';
21
32
  export type { CampaignExclusion } from './models/CampaignExclusion';
33
+ export type { CeleryHeartbeat } from './models/CeleryHeartbeat';
34
+ export type { CeleryHeartbeatFail } from './models/CeleryHeartbeatFail';
35
+ export { CeleryHeartbeatFailStatusEnum } from './models/CeleryHeartbeatFailStatusEnum';
36
+ export { CeleryHeartbeatStatusEnum } from './models/CeleryHeartbeatStatusEnum';
22
37
  export type { Company } from './models/Company';
23
38
  export type { ContextResponse } from './models/ContextResponse';
24
39
  export type { Count } from './models/Count';
@@ -36,11 +51,13 @@ export type { CourseGradingDetailData } from './models/CourseGradingDetailData';
36
51
  export type { CoursePoint } from './models/CoursePoint';
37
52
  export type { CourseSkill } from './models/CourseSkill';
38
53
  export type { Credential } from './models/Credential';
54
+ export type { DesiredRole } from './models/DesiredRole';
39
55
  export type { DesiredSkill } from './models/DesiredSkill';
40
56
  export type { DetailedGradeSubsection } from './models/DetailedGradeSubsection';
41
57
  export type { DetailedGradeView } from './models/DetailedGradeView';
42
58
  export type { DetailedGradeViewData } from './models/DetailedGradeViewData';
43
59
  export type { Education } from './models/Education';
60
+ export type { EdxSignalReceiverRequest } from './models/EdxSignalReceiverRequest';
44
61
  export type { EngagementPerCourse } from './models/EngagementPerCourse';
45
62
  export type { EngagementPerCourseData } from './models/EngagementPerCourseData';
46
63
  export type { Enrollments } from './models/Enrollments';
@@ -50,6 +67,10 @@ export type { EnrollmentsPerUserData } from './models/EnrollmentsPerUserData';
50
67
  export type { ErrorResponse } from './models/ErrorResponse';
51
68
  export type { Experience } from './models/Experience';
52
69
  export type { FloatOverTime } from './models/FloatOverTime';
70
+ export type { GCPTenantLaunchRequest } from './models/GCPTenantLaunchRequest';
71
+ export type { GooglePayAccountResponse } from './models/GooglePayAccountResponse';
72
+ export { GooglePayAccountResponseStatusEnum } from './models/GooglePayAccountResponseStatusEnum';
73
+ export type { GooglePayVerifyToken } from './models/GooglePayVerifyToken';
53
74
  export type { GradingPerUser } from './models/GradingPerUser';
54
75
  export type { GradingPerUserData } from './models/GradingPerUserData';
55
76
  export type { GroupList } from './models/GroupList';
@@ -59,11 +80,17 @@ export type { Institution } from './models/Institution';
59
80
  export { InstitutionTypeEnum } from './models/InstitutionTypeEnum';
60
81
  export type { Issuer } from './models/Issuer';
61
82
  export type { IssuerAuthority } from './models/IssuerAuthority';
83
+ export { ItemTypeEnum } from './models/ItemTypeEnum';
84
+ export type { LauncherViewPostRequest } from './models/LauncherViewPostRequest';
62
85
  export type { LearnerInformationAPI } from './models/LearnerInformationAPI';
63
86
  export type { LearnerInformationAPIData } from './models/LearnerInformationAPIData';
64
87
  export type { LtiKey } from './models/LtiKey';
65
88
  export type { LtiLaunchGate } from './models/LtiLaunchGate';
66
89
  export type { LtiTool } from './models/LtiTool';
90
+ export type { ManagerAuthToken } from './models/ManagerAuthToken';
91
+ export type { MediaResource } from './models/MediaResource';
92
+ export { MediaTypeEnum } from './models/MediaTypeEnum';
93
+ export { ModeEnum } from './models/ModeEnum';
67
94
  export type { NetRevenueOverTime } from './models/NetRevenueOverTime';
68
95
  export type { NewPerLearnerList } from './models/NewPerLearnerList';
69
96
  export type { NewPerLearnerListData } from './models/NewPerLearnerListData';
@@ -71,13 +98,17 @@ export type { Notification } from './models/Notification';
71
98
  export type { NotificationCount } from './models/NotificationCount';
72
99
  export type { NotificationPreview } from './models/NotificationPreview';
73
100
  export type { NotificationSource } from './models/NotificationSource';
101
+ export { NotificationStatusEnum } from './models/NotificationStatusEnum';
74
102
  export type { NotificationTemplateData } from './models/NotificationTemplateData';
103
+ export type { OnboardingStatusUpdate } from './models/OnboardingStatusUpdate';
75
104
  export type { Order } from './models/Order';
76
105
  export type { OverTime } from './models/OverTime';
77
106
  export type { OvertimeMeta } from './models/OvertimeMeta';
78
107
  export type { OvertimeWithChangeInfo } from './models/OvertimeWithChangeInfo';
79
108
  export type { OverTimeWithTotal } from './models/OverTimeWithTotal';
109
+ export type { PaginatedUserAppList } from './models/PaginatedUserAppList';
80
110
  export type { Pagination } from './models/Pagination';
111
+ export type { PatchedMediaResource } from './models/PatchedMediaResource';
81
112
  export type { PatchedNotification } from './models/PatchedNotification';
82
113
  export type { PatchedPlatformPublicMetadata } from './models/PatchedPlatformPublicMetadata';
83
114
  export type { PatchedSkillThreshold } from './models/PatchedSkillThreshold';
@@ -101,7 +132,12 @@ export type { PerLearnerLastAccessData } from './models/PerLearnerLastAccessData
101
132
  export type { PerLearnerTimeSpentInCourseTree } from './models/PerLearnerTimeSpentInCourseTree';
102
133
  export type { PerlearnerUserList } from './models/PerlearnerUserList';
103
134
  export type { PerlearnerUserListData } from './models/PerlearnerUserListData';
135
+ export type { Platform } from './models/Platform';
136
+ export type { PlatformApiKey } from './models/PlatformApiKey';
137
+ export type { PlatformList } from './models/PlatformList';
138
+ export { PlatformListStatusEnum } from './models/PlatformListStatusEnum';
104
139
  export type { PlatformPublicMetadata } from './models/PlatformPublicMetadata';
140
+ export type { PlatformUpdatePostRequest } from './models/PlatformUpdatePostRequest';
105
141
  export type { PointsPercentile } from './models/PointsPercentile';
106
142
  export type { PreviewResponse } from './models/PreviewResponse';
107
143
  export type { Product } from './models/Product';
@@ -115,12 +151,16 @@ export type { RedirectTokenResponse } from './models/RedirectTokenResponse';
115
151
  export type { ReportCreate } from './models/ReportCreate';
116
152
  export type { ReportData } from './models/ReportData';
117
153
  export type { ReportDetail } from './models/ReportDetail';
154
+ export type { ReportedRole } from './models/ReportedRole';
118
155
  export type { ReportedSkill } from './models/ReportedSkill';
119
156
  export type { ReportList } from './models/ReportList';
120
157
  export type { ReportRequest } from './models/ReportRequest';
121
158
  export type { ReportStatus } from './models/ReportStatus';
159
+ export type { Resource } from './models/Resource';
160
+ export type { ResourceCreateUpdate } from './models/ResourceCreateUpdate';
122
161
  export type { ResourcePoint } from './models/ResourcePoint';
123
162
  export type { RevenueByProduct } from './models/RevenueByProduct';
163
+ export type { Role } from './models/Role';
124
164
  export type { SendNotification } from './models/SendNotification';
125
165
  export type { SendResponse } from './models/SendResponse';
126
166
  export type { Skill } from './models/Skill';
@@ -128,9 +168,19 @@ export type { SkillDetail } from './models/SkillDetail';
128
168
  export type { SkillInfo } from './models/SkillInfo';
129
169
  export type { SkillThreshold } from './models/SkillThreshold';
130
170
  export { StateEnum } from './models/StateEnum';
131
- export { StatusEnum } from './models/StatusEnum';
171
+ export type { StripeCheckoutSessionRequest } from './models/StripeCheckoutSessionRequest';
172
+ export type { StripeCheckoutSessionResponse } from './models/StripeCheckoutSessionResponse';
173
+ export type { StripeCustomerPortalRequest } from './models/StripeCustomerPortalRequest';
174
+ export type { StripeCustomerPortalResponse } from './models/StripeCustomerPortalResponse';
175
+ export type { StripeLocalProduct } from './models/StripeLocalProduct';
176
+ export type { StripeSubscriptionRenewalRequest } from './models/StripeSubscriptionRenewalRequest';
177
+ export type { StripeSubscriptionRenewalResponse } from './models/StripeSubscriptionRenewalResponse';
132
178
  export type { SubTimeChild } from './models/SubTimeChild';
133
179
  export type { Summary } from './models/Summary';
180
+ export type { TenantLaunchError } from './models/TenantLaunchError';
181
+ export type { TenantLaunchFailed } from './models/TenantLaunchFailed';
182
+ export type { TenantLaunchRequest } from './models/TenantLaunchRequest';
183
+ export type { TenantLaunchResponse } from './models/TenantLaunchResponse';
134
184
  export type { TimeChildData } from './models/TimeChildData';
135
185
  export type { TimeDetail } from './models/TimeDetail';
136
186
  export type { TimeDetailChild } from './models/TimeDetailChild';
@@ -142,14 +192,33 @@ export type { TimeSpentPerCourseData } from './models/TimeSpentPerCourseData';
142
192
  export type { TimeSpentPerUserResponse } from './models/TimeSpentPerUserResponse';
143
193
  export type { TimeSpentUpdateRequest } from './models/TimeSpentUpdateRequest';
144
194
  export type { TimeSpentUpdateResponse } from './models/TimeSpentUpdateResponse';
195
+ export type { TokenProxyInput } from './models/TokenProxyInput';
196
+ export type { TokenProxyOutput } from './models/TokenProxyOutput';
197
+ export type { TokenProxyOutputSerializerData } from './models/TokenProxyOutputSerializerData';
198
+ export type { TokenProxyUser } from './models/TokenProxyUser';
145
199
  export { TypeEnum } from './models/TypeEnum';
146
200
  export type { UploadedImage } from './models/UploadedImage';
201
+ export type { UserApp } from './models/UserApp';
202
+ export type { UserDeleteAPIError } from './models/UserDeleteAPIError';
203
+ export type { UserDeleteAPIRequest } from './models/UserDeleteAPIRequest';
204
+ export type { UserDeleteAPIResponse } from './models/UserDeleteAPIResponse';
147
205
  export type { UserInfo } from './models/UserInfo';
206
+ export type { UserPlatformLink } from './models/UserPlatformLink';
207
+ export type { UserPlatformManagementListViewGetResponse } from './models/UserPlatformManagementListViewGetResponse';
208
+ export type { UserPlatformViewPostRequest } from './models/UserPlatformViewPostRequest';
209
+ export type { UserProxyBulkRequest } from './models/UserProxyBulkRequest';
210
+ export type { UserProxyGetResponse } from './models/UserProxyGetResponse';
211
+ export type { UserProxyPostRequest } from './models/UserProxyPostRequest';
212
+ export type { UserProxyPostResponse } from './models/UserProxyPostResponse';
213
+ export type { UserSearchViewGetResponse } from './models/UserSearchViewGetResponse';
148
214
  export type { UserSkill } from './models/UserSkill';
149
215
  export type { UserSkillPointsPercentile } from './models/UserSkillPointsPercentile';
150
216
  export type { ValidateSourceResponse } from './models/ValidateSourceResponse';
151
217
  export type { Value } from './models/Value';
152
218
  export type { ValueData } from './models/ValueData';
219
+ export type { VerifyGCPMarketPlaceFailedResponse } from './models/VerifyGCPMarketPlaceFailedResponse';
220
+ export type { VerifyGCPMarketPlaceRequest } from './models/VerifyGCPMarketPlaceRequest';
221
+ export type { VerifyGCPMarketPlaceResponse } from './models/VerifyGCPMarketPlaceResponse';
153
222
  export type { VideoBlock } from './models/VideoBlock';
154
223
  export type { VideoEngagementPerCourse } from './models/VideoEngagementPerCourse';
155
224
  export type { VideoEngagementPerCourseData } from './models/VideoEngagementPerCourseData';
@@ -160,24 +229,34 @@ export type { VideosInCourseSummaryData } from './models/VideosInCourseSummaryDa
160
229
  export type { VideosSpecificCourse } from './models/VideosSpecificCourse';
161
230
  export type { VideosSpecificCourseData } from './models/VideosSpecificCourseData';
162
231
  export type { VideosWatchedSubSection } from './models/VideosWatchedSubSection';
232
+ export type { WatchedVideosPerCourse } from './models/WatchedVideosPerCourse';
233
+ export type { WatchedVideosPerCourseData } from './models/WatchedVideosPerCourseData';
163
234
  export type { WatchedVideosPerUser } from './models/WatchedVideosPerUser';
164
235
  export type { WatchedVideosPerUserData } from './models/WatchedVideosPerUserData';
236
+ export type { WhitelistedDomain } from './models/WhitelistedDomain';
165
237
  export { AnalyticsService } from './services/AnalyticsService';
166
238
  export { AudienceService } from './services/AudienceService';
167
239
  export { CareerService } from './services/CareerService';
240
+ export { CatalogService } from './services/CatalogService';
168
241
  export { CoreService } from './services/CoreService';
169
242
  export { CredentialsService } from './services/CredentialsService';
170
243
  export { DepartmentsService } from './services/DepartmentsService';
171
244
  export { EngagementService } from './services/EngagementService';
245
+ export { FeaturesService } from './services/FeaturesService';
172
246
  export { FinanceService } from './services/FinanceService';
247
+ export { MediaResourcesService } from './services/MediaResourcesService';
173
248
  export { NotificationService } from './services/NotificationService';
174
249
  export { NotificationBuilderService } from './services/NotificationBuilderService';
175
250
  export { OverviewService } from './services/OverviewService';
176
251
  export { PerformanceService } from './services/PerformanceService';
177
252
  export { PerlearnerService } from './services/PerlearnerService';
178
253
  export { PlatformService } from './services/PlatformService';
254
+ export { ProvidersService } from './services/ProvidersService';
255
+ export { ProvisionService } from './services/ProvisionService';
179
256
  export { RecommendationsService } from './services/RecommendationsService';
180
257
  export { ReportsService } from './services/ReportsService';
258
+ export { RolesService } from './services/RolesService';
181
259
  export { SearchService } from './services/SearchService';
260
+ export { ServiceService } from './services/ServiceService';
182
261
  export { SkillsService } from './services/SkillsService';
183
262
  export { UserGroupsService } from './services/UserGroupsService';
@@ -0,0 +1,20 @@
1
+ export type AWSTenantLaunchRequest = {
2
+ username: string;
3
+ email: string;
4
+ firstname?: string;
5
+ lastname?: string;
6
+ password?: string;
7
+ /**
8
+ * Organization name
9
+ */
10
+ name: string;
11
+ /**
12
+ * Unique key for the organization
13
+ */
14
+ key: string;
15
+ ignore_user_exists?: boolean;
16
+ /**
17
+ * AWS Marketplace Customer Id and Product Code Identifier
18
+ */
19
+ aws_transaction_id: string;
20
+ };
@@ -0,0 +1,11 @@
1
+ export type ActivateUserFreeTrial = {
2
+ free_trial_started?: boolean;
3
+ /**
4
+ * The app url or name or id
5
+ */
6
+ app: string;
7
+ /**
8
+ * The platform key
9
+ */
10
+ platform: string;
11
+ };
@@ -0,0 +1,10 @@
1
+ export type App = {
2
+ name: string;
3
+ url: string;
4
+ type: string;
5
+ metadata?: any;
6
+ /**
7
+ * If true, users will be required to complete onboarding before using this app
8
+ */
9
+ onboarding_required?: boolean;
10
+ };
@@ -0,0 +1,3 @@
1
+ export type AppleSubscriptionStatusRequest = {
2
+ bundle_id?: string;
3
+ };
@@ -0,0 +1,3 @@
1
+ export type AppleSubscriptionStatusView = {
2
+ data: any;
3
+ };
@@ -0,0 +1,3 @@
1
+ export type AppleVerifyTransactionId = {
2
+ apple_transaction_id: string;
3
+ };
@@ -0,0 +1,5 @@
1
+ export type AssociateAccountResponse = {
2
+ success?: boolean;
3
+ message: any;
4
+ data: any;
5
+ };
@@ -0,0 +1,3 @@
1
+ export type AssociateAppleAccount = {
2
+ app_receipt: string;
3
+ };
@@ -0,0 +1,10 @@
1
+ export type AuthToken = {
2
+ /**
3
+ * Token
4
+ */
5
+ token: string;
6
+ /**
7
+ * Token Expiration Date
8
+ */
9
+ expires: string;
10
+ };
@@ -0,0 +1,5 @@
1
+ export type BaseErrorResponse = {
2
+ success?: boolean;
3
+ message: any;
4
+ data?: any;
5
+ };
@@ -0,0 +1,5 @@
1
+ export type BaseResponse = {
2
+ success?: boolean;
3
+ message: any;
4
+ data?: any;
5
+ };
@@ -0,0 +1,5 @@
1
+ import type { CeleryHeartbeatStatusEnum } from './CeleryHeartbeatStatusEnum';
2
+ export type CeleryHeartbeat = {
3
+ status: CeleryHeartbeatStatusEnum;
4
+ message: string;
5
+ };
@@ -0,0 +1,5 @@
1
+ import type { CeleryHeartbeatFailStatusEnum } from './CeleryHeartbeatFailStatusEnum';
2
+ export type CeleryHeartbeatFail = {
3
+ status: CeleryHeartbeatFailStatusEnum;
4
+ message: string;
5
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * * `unhealthy` - unhealthy
3
+ * * `healthy` - healthy
4
+ */
5
+ export declare enum CeleryHeartbeatFailStatusEnum {
6
+ UNHEALTHY = "unhealthy",
7
+ HEALTHY = "healthy"
8
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * * `healthy` - healthy
3
+ * * `unhealthy` - unhealthy
4
+ */
5
+ export declare enum CeleryHeartbeatStatusEnum {
6
+ HEALTHY = "healthy",
7
+ UNHEALTHY = "unhealthy"
8
+ }
@@ -0,0 +1,4 @@
1
+ import type { Role } from './Role';
2
+ export type DesiredRole = {
3
+ roles: Array<Role>;
4
+ };
@@ -0,0 +1,4 @@
1
+ export type EdxSignalReceiverRequest = {
2
+ type: string;
3
+ data: any;
4
+ };
@@ -0,0 +1,24 @@
1
+ export type GCPTenantLaunchRequest = {
2
+ username: string;
3
+ email: string;
4
+ firstname?: string;
5
+ lastname?: string;
6
+ password?: string;
7
+ /**
8
+ * Organization name
9
+ */
10
+ name: string;
11
+ /**
12
+ * Unique key for the organization
13
+ */
14
+ key: string;
15
+ ignore_user_exists?: boolean;
16
+ /**
17
+ * GCP Marketplace token
18
+ */
19
+ x_gcp_marketplace_token: string;
20
+ /**
21
+ * GCP product to subscribe to
22
+ */
23
+ product_id?: string;
24
+ };
@@ -0,0 +1,15 @@
1
+ import type { GooglePayAccountResponseStatusEnum } from './GooglePayAccountResponseStatusEnum';
2
+ export type GooglePayAccountResponse = {
3
+ account_id: string;
4
+ /**
5
+ * The bundle id of the app
6
+ */
7
+ bundle_id?: string;
8
+ status?: GooglePayAccountResponseStatusEnum;
9
+ readonly created_on: string;
10
+ readonly last_updated: string;
11
+ /**
12
+ * edX user ID
13
+ */
14
+ user?: number | null;
15
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * * `ACCOUNT_ACTIVE` - Account Active
3
+ * * `ACCOUNT_PENDING` - Account Pending
4
+ */
5
+ export declare enum GooglePayAccountResponseStatusEnum {
6
+ ACCOUNT_ACTIVE = "ACCOUNT_ACTIVE",
7
+ ACCOUNT_PENDING = "ACCOUNT_PENDING"
8
+ }
@@ -0,0 +1,6 @@
1
+ export type GooglePayVerifyToken = {
2
+ google_pay_receipt: string;
3
+ bundle_id?: string;
4
+ key?: string;
5
+ name?: string;
6
+ };
@@ -0,0 +1,18 @@
1
+ /**
2
+ * * `course` - Course
3
+ * * `unit` - Unit
4
+ * * `resource` - Resource
5
+ * * `course_unit` - Course and Unit
6
+ * * `course_resource` - Course and Resource
7
+ * * `unit_resource` - Unit and Resource
8
+ * * `all` - Course, Unit, and Resource
9
+ */
10
+ export declare enum ItemTypeEnum {
11
+ COURSE = "course",
12
+ UNIT = "unit",
13
+ RESOURCE = "resource",
14
+ COURSE_UNIT = "course_unit",
15
+ COURSE_RESOURCE = "course_resource",
16
+ UNIT_RESOURCE = "unit_resource",
17
+ ALL = "all"
18
+ }
@@ -0,0 +1,9 @@
1
+ export type LauncherViewPostRequest = {
2
+ user_id: number;
3
+ key: string;
4
+ name?: string;
5
+ org?: string;
6
+ lms_url?: string;
7
+ cms_url?: string;
8
+ portal_url?: string;
9
+ };
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Manager auth token serializer
3
+ */
4
+ export type ManagerAuthToken = {
5
+ /**
6
+ * Token key
7
+ */
8
+ readonly token: string;
9
+ /**
10
+ * Token expiration
11
+ */
12
+ expires: string;
13
+ };
@@ -0,0 +1,71 @@
1
+ import type { ItemTypeEnum } from './ItemTypeEnum';
2
+ import type { MediaTypeEnum } from './MediaTypeEnum';
3
+ export type MediaResource = {
4
+ readonly id: number;
5
+ /**
6
+ * Title of the media resource
7
+ */
8
+ title: string;
9
+ /**
10
+ * Description of the media resource
11
+ */
12
+ description?: string | null;
13
+ /**
14
+ * Type of media
15
+ *
16
+ * * `video` - Video
17
+ * * `image` - Image
18
+ * * `document` - Document
19
+ * * `audio` - Audio
20
+ * * `other` - Other
21
+ */
22
+ media_type: MediaTypeEnum;
23
+ /**
24
+ * Type of item this media is associated with
25
+ *
26
+ * * `course` - Course
27
+ * * `unit` - Unit
28
+ * * `resource` - Resource
29
+ * * `course_unit` - Course and Unit
30
+ * * `course_resource` - Course and Resource
31
+ * * `unit_resource` - Unit and Resource
32
+ * * `all` - Course, Unit, and Resource
33
+ */
34
+ readonly item_type: ItemTypeEnum;
35
+ /**
36
+ * ID of the associated course
37
+ */
38
+ course_id?: string | null;
39
+ /**
40
+ * ID of the associated unit
41
+ */
42
+ unit_id?: string | null;
43
+ /**
44
+ * ID of the associated item (resource)
45
+ */
46
+ item_id?: string | null;
47
+ /**
48
+ * The platform this media resource belongs to
49
+ */
50
+ readonly platform: number;
51
+ /**
52
+ * External URL for the media resource
53
+ */
54
+ file_url?: string | null;
55
+ /**
56
+ * Uploaded media file
57
+ */
58
+ file?: string | null;
59
+ /**
60
+ * User who created this media resource
61
+ */
62
+ readonly created_by: number | null;
63
+ /**
64
+ * When this record was created
65
+ */
66
+ readonly created_at: string;
67
+ /**
68
+ * When this record was last updated
69
+ */
70
+ readonly updated_at: string;
71
+ };
@@ -0,0 +1,14 @@
1
+ /**
2
+ * * `video` - Video
3
+ * * `image` - Image
4
+ * * `document` - Document
5
+ * * `audio` - Audio
6
+ * * `other` - Other
7
+ */
8
+ export declare enum MediaTypeEnum {
9
+ VIDEO = "video",
10
+ IMAGE = "image",
11
+ DOCUMENT = "document",
12
+ AUDIO = "audio",
13
+ OTHER = "other"
14
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * * `subscription` - subscription
3
+ * * `payment` - payment
4
+ * * `setup` - setup
5
+ */
6
+ export declare enum ModeEnum {
7
+ SUBSCRIPTION = "subscription",
8
+ PAYMENT = "payment",
9
+ SETUP = "setup"
10
+ }
@@ -1,11 +1,11 @@
1
1
  import type { BlankEnum } from './BlankEnum';
2
- import type { StatusEnum } from './StatusEnum';
2
+ import type { NotificationStatusEnum } from './NotificationStatusEnum';
3
3
  export type Notification = {
4
4
  readonly id: string;
5
5
  username: string;
6
6
  readonly title: string;
7
7
  readonly body: string;
8
- status?: (StatusEnum | BlankEnum);
8
+ status?: (NotificationStatusEnum | BlankEnum);
9
9
  readonly channel: string | null;
10
10
  context?: any;
11
11
  readonly short_message: string;