@keystrokehq/mixpanel 0.1.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 (378) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-unique-to-profile-list-property.cjs +31 -0
  7. package/dist/actions/add-unique-to-profile-list-property.cjs.map +1 -0
  8. package/dist/actions/add-unique-to-profile-list-property.d.cts +9 -0
  9. package/dist/actions/add-unique-to-profile-list-property.d.cts.map +1 -0
  10. package/dist/actions/add-unique-to-profile-list-property.d.mts +9 -0
  11. package/dist/actions/add-unique-to-profile-list-property.d.mts.map +1 -0
  12. package/dist/actions/add-unique-to-profile-list-property.mjs +28 -0
  13. package/dist/actions/add-unique-to-profile-list-property.mjs.map +1 -0
  14. package/dist/actions/aggregate-events.cjs +46 -0
  15. package/dist/actions/aggregate-events.cjs.map +1 -0
  16. package/dist/actions/aggregate-events.d.cts +9 -0
  17. package/dist/actions/aggregate-events.d.cts.map +1 -0
  18. package/dist/actions/aggregate-events.d.mts +9 -0
  19. package/dist/actions/aggregate-events.d.mts.map +1 -0
  20. package/dist/actions/aggregate-events.mjs +45 -0
  21. package/dist/actions/aggregate-events.mjs.map +1 -0
  22. package/dist/actions/aggregated-event-property-values.cjs +46 -0
  23. package/dist/actions/aggregated-event-property-values.cjs.map +1 -0
  24. package/dist/actions/aggregated-event-property-values.d.cts +9 -0
  25. package/dist/actions/aggregated-event-property-values.d.cts.map +1 -0
  26. package/dist/actions/aggregated-event-property-values.d.mts +9 -0
  27. package/dist/actions/aggregated-event-property-values.d.mts.map +1 -0
  28. package/dist/actions/aggregated-event-property-values.mjs +45 -0
  29. package/dist/actions/aggregated-event-property-values.mjs.map +1 -0
  30. package/dist/actions/cohorts-list.cjs +28 -0
  31. package/dist/actions/cohorts-list.cjs.map +1 -0
  32. package/dist/actions/cohorts-list.d.cts +9 -0
  33. package/dist/actions/cohorts-list.d.cts.map +1 -0
  34. package/dist/actions/cohorts-list.d.mts +9 -0
  35. package/dist/actions/cohorts-list.d.mts.map +1 -0
  36. package/dist/actions/cohorts-list.mjs +27 -0
  37. package/dist/actions/cohorts-list.mjs.map +1 -0
  38. package/dist/actions/create-annotation-tag.cjs +24 -0
  39. package/dist/actions/create-annotation-tag.cjs.map +1 -0
  40. package/dist/actions/create-annotation-tag.d.cts +9 -0
  41. package/dist/actions/create-annotation-tag.d.cts.map +1 -0
  42. package/dist/actions/create-annotation-tag.d.mts +9 -0
  43. package/dist/actions/create-annotation-tag.d.mts.map +1 -0
  44. package/dist/actions/create-annotation-tag.mjs +21 -0
  45. package/dist/actions/create-annotation-tag.mjs.map +1 -0
  46. package/dist/actions/create-identity.cjs +25 -0
  47. package/dist/actions/create-identity.cjs.map +1 -0
  48. package/dist/actions/create-identity.d.cts +9 -0
  49. package/dist/actions/create-identity.d.cts.map +1 -0
  50. package/dist/actions/create-identity.d.mts +9 -0
  51. package/dist/actions/create-identity.d.mts.map +1 -0
  52. package/dist/actions/create-identity.mjs +22 -0
  53. package/dist/actions/create-identity.mjs.map +1 -0
  54. package/dist/actions/create-service-account.cjs +48 -0
  55. package/dist/actions/create-service-account.cjs.map +1 -0
  56. package/dist/actions/create-service-account.d.cts +9 -0
  57. package/dist/actions/create-service-account.d.cts.map +1 -0
  58. package/dist/actions/create-service-account.d.mts +9 -0
  59. package/dist/actions/create-service-account.d.mts.map +1 -0
  60. package/dist/actions/create-service-account.mjs +47 -0
  61. package/dist/actions/create-service-account.mjs.map +1 -0
  62. package/dist/actions/delete-group.cjs +24 -0
  63. package/dist/actions/delete-group.cjs.map +1 -0
  64. package/dist/actions/delete-group.d.cts +9 -0
  65. package/dist/actions/delete-group.d.cts.map +1 -0
  66. package/dist/actions/delete-group.d.mts +9 -0
  67. package/dist/actions/delete-group.d.mts.map +1 -0
  68. package/dist/actions/delete-group.mjs +21 -0
  69. package/dist/actions/delete-group.mjs.map +1 -0
  70. package/dist/actions/delete-profile-batch.cjs +24 -0
  71. package/dist/actions/delete-profile-batch.cjs.map +1 -0
  72. package/dist/actions/delete-profile-batch.d.cts +9 -0
  73. package/dist/actions/delete-profile-batch.d.cts.map +1 -0
  74. package/dist/actions/delete-profile-batch.d.mts +9 -0
  75. package/dist/actions/delete-profile-batch.d.mts.map +1 -0
  76. package/dist/actions/delete-profile-batch.mjs +21 -0
  77. package/dist/actions/delete-profile-batch.mjs.map +1 -0
  78. package/dist/actions/delete-profile-property.cjs +27 -0
  79. package/dist/actions/delete-profile-property.cjs.map +1 -0
  80. package/dist/actions/delete-profile-property.d.cts +9 -0
  81. package/dist/actions/delete-profile-property.d.cts.map +1 -0
  82. package/dist/actions/delete-profile-property.d.mts +9 -0
  83. package/dist/actions/delete-profile-property.d.mts.map +1 -0
  84. package/dist/actions/delete-profile-property.mjs +24 -0
  85. package/dist/actions/delete-profile-property.mjs.map +1 -0
  86. package/dist/actions/delete-profile.cjs +22 -0
  87. package/dist/actions/delete-profile.cjs.map +1 -0
  88. package/dist/actions/delete-profile.d.cts +9 -0
  89. package/dist/actions/delete-profile.d.cts.map +1 -0
  90. package/dist/actions/delete-profile.d.mts +9 -0
  91. package/dist/actions/delete-profile.d.mts.map +1 -0
  92. package/dist/actions/delete-profile.mjs +19 -0
  93. package/dist/actions/delete-profile.mjs.map +1 -0
  94. package/dist/actions/get-all-projects.cjs +16 -0
  95. package/dist/actions/get-all-projects.cjs.map +1 -0
  96. package/dist/actions/get-all-projects.d.cts +9 -0
  97. package/dist/actions/get-all-projects.d.cts.map +1 -0
  98. package/dist/actions/get-all-projects.d.mts +9 -0
  99. package/dist/actions/get-all-projects.d.mts.map +1 -0
  100. package/dist/actions/get-all-projects.mjs +13 -0
  101. package/dist/actions/get-all-projects.mjs.map +1 -0
  102. package/dist/actions/get-annotation-tags-alt1.cjs +22 -0
  103. package/dist/actions/get-annotation-tags-alt1.cjs.map +1 -0
  104. package/dist/actions/get-annotation-tags-alt1.d.cts +9 -0
  105. package/dist/actions/get-annotation-tags-alt1.d.cts.map +1 -0
  106. package/dist/actions/get-annotation-tags-alt1.d.mts +9 -0
  107. package/dist/actions/get-annotation-tags-alt1.d.mts.map +1 -0
  108. package/dist/actions/get-annotation-tags-alt1.mjs +21 -0
  109. package/dist/actions/get-annotation-tags-alt1.mjs.map +1 -0
  110. package/dist/actions/group-batch-update.cjs +37 -0
  111. package/dist/actions/group-batch-update.cjs.map +1 -0
  112. package/dist/actions/group-batch-update.d.cts +9 -0
  113. package/dist/actions/group-batch-update.d.cts.map +1 -0
  114. package/dist/actions/group-batch-update.d.mts +9 -0
  115. package/dist/actions/group-batch-update.d.mts.map +1 -0
  116. package/dist/actions/group-batch-update.mjs +34 -0
  117. package/dist/actions/group-batch-update.mjs.map +1 -0
  118. package/dist/actions/group-delete-property.cjs +25 -0
  119. package/dist/actions/group-delete-property.cjs.map +1 -0
  120. package/dist/actions/group-delete-property.d.cts +9 -0
  121. package/dist/actions/group-delete-property.d.cts.map +1 -0
  122. package/dist/actions/group-delete-property.d.mts +9 -0
  123. package/dist/actions/group-delete-property.d.mts.map +1 -0
  124. package/dist/actions/group-delete-property.mjs +22 -0
  125. package/dist/actions/group-delete-property.mjs.map +1 -0
  126. package/dist/actions/identity-create-alias.cjs +20 -0
  127. package/dist/actions/identity-create-alias.cjs.map +1 -0
  128. package/dist/actions/identity-create-alias.d.cts +9 -0
  129. package/dist/actions/identity-create-alias.d.cts.map +1 -0
  130. package/dist/actions/identity-create-alias.d.mts +9 -0
  131. package/dist/actions/identity-create-alias.d.mts.map +1 -0
  132. package/dist/actions/identity-create-alias.mjs +17 -0
  133. package/dist/actions/identity-create-alias.mjs.map +1 -0
  134. package/dist/actions/index.cjs +87 -0
  135. package/dist/actions/index.d.cts +44 -0
  136. package/dist/actions/index.d.mts +44 -0
  137. package/dist/actions/index.mjs +44 -0
  138. package/dist/actions/jql-query.cjs +28 -0
  139. package/dist/actions/jql-query.cjs.map +1 -0
  140. package/dist/actions/jql-query.d.cts +9 -0
  141. package/dist/actions/jql-query.d.cts.map +1 -0
  142. package/dist/actions/jql-query.d.mts +9 -0
  143. package/dist/actions/jql-query.d.mts.map +1 -0
  144. package/dist/actions/jql-query.mjs +25 -0
  145. package/dist/actions/jql-query.mjs.map +1 -0
  146. package/dist/actions/list-funnels.cjs +23 -0
  147. package/dist/actions/list-funnels.cjs.map +1 -0
  148. package/dist/actions/list-funnels.d.cts +9 -0
  149. package/dist/actions/list-funnels.d.cts.map +1 -0
  150. package/dist/actions/list-funnels.d.mts +9 -0
  151. package/dist/actions/list-funnels.d.mts.map +1 -0
  152. package/dist/actions/list-funnels.mjs +22 -0
  153. package/dist/actions/list-funnels.mjs.map +1 -0
  154. package/dist/actions/list-service-accounts.cjs +28 -0
  155. package/dist/actions/list-service-accounts.cjs.map +1 -0
  156. package/dist/actions/list-service-accounts.d.cts +9 -0
  157. package/dist/actions/list-service-accounts.d.cts.map +1 -0
  158. package/dist/actions/list-service-accounts.d.mts +9 -0
  159. package/dist/actions/list-service-accounts.d.mts.map +1 -0
  160. package/dist/actions/list-service-accounts.mjs +27 -0
  161. package/dist/actions/list-service-accounts.mjs.map +1 -0
  162. package/dist/actions/profile-append-to-list-property.cjs +28 -0
  163. package/dist/actions/profile-append-to-list-property.cjs.map +1 -0
  164. package/dist/actions/profile-append-to-list-property.d.cts +9 -0
  165. package/dist/actions/profile-append-to-list-property.d.cts.map +1 -0
  166. package/dist/actions/profile-append-to-list-property.d.mts +9 -0
  167. package/dist/actions/profile-append-to-list-property.d.mts.map +1 -0
  168. package/dist/actions/profile-append-to-list-property.mjs +25 -0
  169. package/dist/actions/profile-append-to-list-property.mjs.map +1 -0
  170. package/dist/actions/profile-batch-update.cjs +41 -0
  171. package/dist/actions/profile-batch-update.cjs.map +1 -0
  172. package/dist/actions/profile-batch-update.d.cts +9 -0
  173. package/dist/actions/profile-batch-update.d.cts.map +1 -0
  174. package/dist/actions/profile-batch-update.d.mts +9 -0
  175. package/dist/actions/profile-batch-update.d.mts.map +1 -0
  176. package/dist/actions/profile-batch-update.mjs +40 -0
  177. package/dist/actions/profile-batch-update.mjs.map +1 -0
  178. package/dist/actions/profile-event-activity.cjs +67 -0
  179. package/dist/actions/profile-event-activity.cjs.map +1 -0
  180. package/dist/actions/profile-event-activity.d.cts +9 -0
  181. package/dist/actions/profile-event-activity.d.cts.map +1 -0
  182. package/dist/actions/profile-event-activity.d.mts +9 -0
  183. package/dist/actions/profile-event-activity.d.mts.map +1 -0
  184. package/dist/actions/profile-event-activity.mjs +66 -0
  185. package/dist/actions/profile-event-activity.mjs.map +1 -0
  186. package/dist/actions/profile-numerical-add.cjs +27 -0
  187. package/dist/actions/profile-numerical-add.cjs.map +1 -0
  188. package/dist/actions/profile-numerical-add.d.cts +9 -0
  189. package/dist/actions/profile-numerical-add.d.cts.map +1 -0
  190. package/dist/actions/profile-numerical-add.d.mts +9 -0
  191. package/dist/actions/profile-numerical-add.d.mts.map +1 -0
  192. package/dist/actions/profile-numerical-add.mjs +24 -0
  193. package/dist/actions/profile-numerical-add.mjs.map +1 -0
  194. package/dist/actions/profile-remove-from-list-property.cjs +28 -0
  195. package/dist/actions/profile-remove-from-list-property.cjs.map +1 -0
  196. package/dist/actions/profile-remove-from-list-property.d.cts +9 -0
  197. package/dist/actions/profile-remove-from-list-property.d.cts.map +1 -0
  198. package/dist/actions/profile-remove-from-list-property.d.mts +9 -0
  199. package/dist/actions/profile-remove-from-list-property.d.mts.map +1 -0
  200. package/dist/actions/profile-remove-from-list-property.mjs +25 -0
  201. package/dist/actions/profile-remove-from-list-property.mjs.map +1 -0
  202. package/dist/actions/profile-set.cjs +26 -0
  203. package/dist/actions/profile-set.cjs.map +1 -0
  204. package/dist/actions/profile-set.d.cts +9 -0
  205. package/dist/actions/profile-set.d.cts.map +1 -0
  206. package/dist/actions/profile-set.d.mts +9 -0
  207. package/dist/actions/profile-set.d.mts.map +1 -0
  208. package/dist/actions/profile-set.mjs +23 -0
  209. package/dist/actions/profile-set.mjs.map +1 -0
  210. package/dist/actions/query-frequency-report.cjs +31 -0
  211. package/dist/actions/query-frequency-report.cjs.map +1 -0
  212. package/dist/actions/query-frequency-report.d.cts +9 -0
  213. package/dist/actions/query-frequency-report.d.cts.map +1 -0
  214. package/dist/actions/query-frequency-report.d.mts +9 -0
  215. package/dist/actions/query-frequency-report.d.mts.map +1 -0
  216. package/dist/actions/query-frequency-report.mjs +28 -0
  217. package/dist/actions/query-frequency-report.mjs.map +1 -0
  218. package/dist/actions/query-funnel.cjs +42 -0
  219. package/dist/actions/query-funnel.cjs.map +1 -0
  220. package/dist/actions/query-funnel.d.cts +9 -0
  221. package/dist/actions/query-funnel.d.cts.map +1 -0
  222. package/dist/actions/query-funnel.d.mts +9 -0
  223. package/dist/actions/query-funnel.d.mts.map +1 -0
  224. package/dist/actions/query-funnel.mjs +41 -0
  225. package/dist/actions/query-funnel.mjs.map +1 -0
  226. package/dist/actions/query-insight.cjs +29 -0
  227. package/dist/actions/query-insight.cjs.map +1 -0
  228. package/dist/actions/query-insight.d.cts +9 -0
  229. package/dist/actions/query-insight.d.cts.map +1 -0
  230. package/dist/actions/query-insight.d.mts +9 -0
  231. package/dist/actions/query-insight.d.mts.map +1 -0
  232. package/dist/actions/query-insight.mjs +28 -0
  233. package/dist/actions/query-insight.mjs.map +1 -0
  234. package/dist/actions/query-numeric-average.cjs +28 -0
  235. package/dist/actions/query-numeric-average.cjs.map +1 -0
  236. package/dist/actions/query-numeric-average.d.cts +9 -0
  237. package/dist/actions/query-numeric-average.d.cts.map +1 -0
  238. package/dist/actions/query-numeric-average.d.mts +9 -0
  239. package/dist/actions/query-numeric-average.d.mts.map +1 -0
  240. package/dist/actions/query-numeric-average.mjs +25 -0
  241. package/dist/actions/query-numeric-average.mjs.map +1 -0
  242. package/dist/actions/query-numeric-sum.cjs +29 -0
  243. package/dist/actions/query-numeric-sum.cjs.map +1 -0
  244. package/dist/actions/query-numeric-sum.d.cts +9 -0
  245. package/dist/actions/query-numeric-sum.d.cts.map +1 -0
  246. package/dist/actions/query-numeric-sum.d.mts +9 -0
  247. package/dist/actions/query-numeric-sum.d.mts.map +1 -0
  248. package/dist/actions/query-numeric-sum.mjs +26 -0
  249. package/dist/actions/query-numeric-sum.mjs.map +1 -0
  250. package/dist/actions/query-profiles.cjs +41 -0
  251. package/dist/actions/query-profiles.cjs.map +1 -0
  252. package/dist/actions/query-profiles.d.cts +9 -0
  253. package/dist/actions/query-profiles.d.cts.map +1 -0
  254. package/dist/actions/query-profiles.d.mts +9 -0
  255. package/dist/actions/query-profiles.d.mts.map +1 -0
  256. package/dist/actions/query-profiles.mjs +40 -0
  257. package/dist/actions/query-profiles.mjs.map +1 -0
  258. package/dist/actions/query-retention-report.cjs +35 -0
  259. package/dist/actions/query-retention-report.cjs.map +1 -0
  260. package/dist/actions/query-retention-report.d.cts +9 -0
  261. package/dist/actions/query-retention-report.d.cts.map +1 -0
  262. package/dist/actions/query-retention-report.d.mts +9 -0
  263. package/dist/actions/query-retention-report.d.mts.map +1 -0
  264. package/dist/actions/query-retention-report.mjs +32 -0
  265. package/dist/actions/query-retention-report.mjs.map +1 -0
  266. package/dist/actions/query-segmentation.cjs +43 -0
  267. package/dist/actions/query-segmentation.cjs.map +1 -0
  268. package/dist/actions/query-segmentation.d.cts +9 -0
  269. package/dist/actions/query-segmentation.d.cts.map +1 -0
  270. package/dist/actions/query-segmentation.d.mts +9 -0
  271. package/dist/actions/query-segmentation.d.mts.map +1 -0
  272. package/dist/actions/query-segmentation.mjs +42 -0
  273. package/dist/actions/query-segmentation.mjs.map +1 -0
  274. package/dist/actions/query-top-events.cjs +38 -0
  275. package/dist/actions/query-top-events.cjs.map +1 -0
  276. package/dist/actions/query-top-events.d.cts +9 -0
  277. package/dist/actions/query-top-events.d.cts.map +1 -0
  278. package/dist/actions/query-top-events.d.mts +9 -0
  279. package/dist/actions/query-top-events.d.mts.map +1 -0
  280. package/dist/actions/query-top-events.mjs +37 -0
  281. package/dist/actions/query-top-events.mjs.map +1 -0
  282. package/dist/actions/remove-from-group-list-property.cjs +25 -0
  283. package/dist/actions/remove-from-group-list-property.cjs.map +1 -0
  284. package/dist/actions/remove-from-group-list-property.d.cts +9 -0
  285. package/dist/actions/remove-from-group-list-property.d.cts.map +1 -0
  286. package/dist/actions/remove-from-group-list-property.d.mts +9 -0
  287. package/dist/actions/remove-from-group-list-property.d.mts.map +1 -0
  288. package/dist/actions/remove-from-group-list-property.mjs +22 -0
  289. package/dist/actions/remove-from-group-list-property.mjs.map +1 -0
  290. package/dist/actions/remove-from-list-property.cjs +26 -0
  291. package/dist/actions/remove-from-list-property.cjs.map +1 -0
  292. package/dist/actions/remove-from-list-property.d.cts +9 -0
  293. package/dist/actions/remove-from-list-property.d.cts.map +1 -0
  294. package/dist/actions/remove-from-list-property.d.mts +9 -0
  295. package/dist/actions/remove-from-list-property.d.mts.map +1 -0
  296. package/dist/actions/remove-from-list-property.mjs +23 -0
  297. package/dist/actions/remove-from-list-property.mjs.map +1 -0
  298. package/dist/actions/segmentation-numeric-query.cjs +39 -0
  299. package/dist/actions/segmentation-numeric-query.cjs.map +1 -0
  300. package/dist/actions/segmentation-numeric-query.d.cts +9 -0
  301. package/dist/actions/segmentation-numeric-query.d.cts.map +1 -0
  302. package/dist/actions/segmentation-numeric-query.d.mts +9 -0
  303. package/dist/actions/segmentation-numeric-query.d.mts.map +1 -0
  304. package/dist/actions/segmentation-numeric-query.mjs +36 -0
  305. package/dist/actions/segmentation-numeric-query.mjs.map +1 -0
  306. package/dist/actions/set-group-property-once.cjs +25 -0
  307. package/dist/actions/set-group-property-once.cjs.map +1 -0
  308. package/dist/actions/set-group-property-once.d.cts +9 -0
  309. package/dist/actions/set-group-property-once.d.cts.map +1 -0
  310. package/dist/actions/set-group-property-once.d.mts +9 -0
  311. package/dist/actions/set-group-property-once.d.mts.map +1 -0
  312. package/dist/actions/set-group-property-once.mjs +22 -0
  313. package/dist/actions/set-group-property-once.mjs.map +1 -0
  314. package/dist/actions/set-profile-property-once.cjs +26 -0
  315. package/dist/actions/set-profile-property-once.cjs.map +1 -0
  316. package/dist/actions/set-profile-property-once.d.cts +9 -0
  317. package/dist/actions/set-profile-property-once.d.cts.map +1 -0
  318. package/dist/actions/set-profile-property-once.d.mts +9 -0
  319. package/dist/actions/set-profile-property-once.d.mts.map +1 -0
  320. package/dist/actions/set-profile-property-once.mjs +23 -0
  321. package/dist/actions/set-profile-property-once.mjs.map +1 -0
  322. package/dist/actions/top-event-properties.cjs +21 -0
  323. package/dist/actions/top-event-properties.cjs.map +1 -0
  324. package/dist/actions/top-event-properties.d.cts +9 -0
  325. package/dist/actions/top-event-properties.d.cts.map +1 -0
  326. package/dist/actions/top-event-properties.d.mts +9 -0
  327. package/dist/actions/top-event-properties.d.mts.map +1 -0
  328. package/dist/actions/top-event-properties.mjs +18 -0
  329. package/dist/actions/top-event-properties.mjs.map +1 -0
  330. package/dist/actions/top-event-property-values.cjs +22 -0
  331. package/dist/actions/top-event-property-values.cjs.map +1 -0
  332. package/dist/actions/top-event-property-values.d.cts +9 -0
  333. package/dist/actions/top-event-property-values.d.cts.map +1 -0
  334. package/dist/actions/top-event-property-values.d.mts +9 -0
  335. package/dist/actions/top-event-property-values.d.mts.map +1 -0
  336. package/dist/actions/top-event-property-values.mjs +19 -0
  337. package/dist/actions/top-event-property-values.mjs.map +1 -0
  338. package/dist/actions/top-events.cjs +25 -0
  339. package/dist/actions/top-events.cjs.map +1 -0
  340. package/dist/actions/top-events.d.cts +9 -0
  341. package/dist/actions/top-events.d.cts.map +1 -0
  342. package/dist/actions/top-events.d.mts +9 -0
  343. package/dist/actions/top-events.d.mts.map +1 -0
  344. package/dist/actions/top-events.mjs +22 -0
  345. package/dist/actions/top-events.mjs.map +1 -0
  346. package/dist/actions/update-group-list-property.cjs +29 -0
  347. package/dist/actions/update-group-list-property.cjs.map +1 -0
  348. package/dist/actions/update-group-list-property.d.cts +9 -0
  349. package/dist/actions/update-group-list-property.d.cts.map +1 -0
  350. package/dist/actions/update-group-list-property.d.mts +9 -0
  351. package/dist/actions/update-group-list-property.d.mts.map +1 -0
  352. package/dist/actions/update-group-list-property.mjs +26 -0
  353. package/dist/actions/update-group-list-property.mjs.map +1 -0
  354. package/dist/app.cjs +9 -0
  355. package/dist/app.cjs.map +1 -0
  356. package/dist/app.d.cts +5 -0
  357. package/dist/app.d.cts.map +1 -0
  358. package/dist/app.d.mts +5 -0
  359. package/dist/app.d.mts.map +1 -0
  360. package/dist/app.mjs +10 -0
  361. package/dist/app.mjs.map +1 -0
  362. package/dist/catalog.cjs +15 -0
  363. package/dist/catalog.cjs.map +1 -0
  364. package/dist/catalog.d.cts +14 -0
  365. package/dist/catalog.d.cts.map +1 -0
  366. package/dist/catalog.d.mts +14 -0
  367. package/dist/catalog.d.mts.map +1 -0
  368. package/dist/catalog.mjs +15 -0
  369. package/dist/catalog.mjs.map +1 -0
  370. package/dist/execute.cjs +18 -0
  371. package/dist/execute.cjs.map +1 -0
  372. package/dist/execute.mjs +18 -0
  373. package/dist/execute.mjs.map +1 -0
  374. package/dist/index.cjs +92 -0
  375. package/dist/index.d.cts +46 -0
  376. package/dist/index.d.mts +46 -0
  377. package/dist/index.mjs +47 -0
  378. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const mixpanelCatalog = {\n \"slug\": \"mixpanel\",\n \"name\": \"Mixpanel\",\n \"description\": \"Mixpanel is a product analytics platform tracking user interactions and engagement, providing cohort analysis, funnels, and A/B testing to improve user experiences\",\n \"category\": \"Analytics\",\n \"logo\": \"https://logos.composio.dev/api/mixpanel\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const mixpanelCatalog: {
4
+ readonly slug: "mixpanel";
5
+ readonly name: "Mixpanel";
6
+ readonly description: "Mixpanel is a product analytics platform tracking user interactions and engagement, providing cohort analysis, funnels, and A/B testing to improve user experiences";
7
+ readonly category: "Analytics";
8
+ readonly logo: "https://logos.composio.dev/api/mixpanel";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { mixpanelCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const mixpanelCatalog: {
4
+ readonly slug: "mixpanel";
5
+ readonly name: "Mixpanel";
6
+ readonly description: "Mixpanel is a product analytics platform tracking user interactions and engagement, providing cohort analysis, funnels, and A/B testing to improve user experiences";
7
+ readonly category: "Analytics";
8
+ readonly logo: "https://logos.composio.dev/api/mixpanel";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { mixpanelCatalog };
14
+ //# sourceMappingURL=catalog.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,eAAA;EAAA"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const mixpanelCatalog = {
4
+ "slug": "mixpanel",
5
+ "name": "Mixpanel",
6
+ "description": "Mixpanel is a product analytics platform tracking user interactions and engagement, providing cohort analysis, funnels, and A/B testing to improve user experiences",
7
+ "category": "Analytics",
8
+ "logo": "https://logos.composio.dev/api/mixpanel",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ export { mixpanelCatalog };
14
+
15
+ //# sourceMappingURL=catalog.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const mixpanelCatalog = {\n \"slug\": \"mixpanel\",\n \"name\": \"Mixpanel\",\n \"description\": \"Mixpanel is a product analytics platform tracking user interactions and engagement, providing cohort analysis, funnels, and A/B testing to improve user experiences\",\n \"category\": \"Analytics\",\n \"logo\": \"https://logos.composio.dev/api/mixpanel\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,18 @@
1
+ let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "mixpanel";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeMixpanelTool(tool, args) {
7
+ const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ exports.executeMixpanelTool = executeMixpanelTool;
17
+
18
+ //# sourceMappingURL=execute.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"mixpanel\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeMixpanelTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
@@ -0,0 +1,18 @@
1
+ import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "mixpanel";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260615_00";
6
+ async function executeMixpanelTool(tool, args) {
7
+ const { result } = await createKeystrokeClient().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ export { executeMixpanelTool };
17
+
18
+ //# sourceMappingURL=execute.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"mixpanel\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeMixpanelTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,oBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
package/dist/index.cjs ADDED
@@ -0,0 +1,92 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_app = require("./app.cjs");
3
+ const require_catalog = require("./catalog.cjs");
4
+ const require_add_unique_to_profile_list_property = require("./actions/add-unique-to-profile-list-property.cjs");
5
+ const require_aggregate_events = require("./actions/aggregate-events.cjs");
6
+ const require_aggregated_event_property_values = require("./actions/aggregated-event-property-values.cjs");
7
+ const require_cohorts_list = require("./actions/cohorts-list.cjs");
8
+ const require_create_annotation_tag = require("./actions/create-annotation-tag.cjs");
9
+ const require_create_identity = require("./actions/create-identity.cjs");
10
+ const require_create_service_account = require("./actions/create-service-account.cjs");
11
+ const require_delete_group = require("./actions/delete-group.cjs");
12
+ const require_delete_profile = require("./actions/delete-profile.cjs");
13
+ const require_delete_profile_batch = require("./actions/delete-profile-batch.cjs");
14
+ const require_delete_profile_property = require("./actions/delete-profile-property.cjs");
15
+ const require_get_all_projects = require("./actions/get-all-projects.cjs");
16
+ const require_get_annotation_tags_alt1 = require("./actions/get-annotation-tags-alt1.cjs");
17
+ const require_group_batch_update = require("./actions/group-batch-update.cjs");
18
+ const require_group_delete_property = require("./actions/group-delete-property.cjs");
19
+ const require_identity_create_alias = require("./actions/identity-create-alias.cjs");
20
+ const require_jql_query = require("./actions/jql-query.cjs");
21
+ const require_list_funnels = require("./actions/list-funnels.cjs");
22
+ const require_list_service_accounts = require("./actions/list-service-accounts.cjs");
23
+ const require_profile_append_to_list_property = require("./actions/profile-append-to-list-property.cjs");
24
+ const require_profile_batch_update = require("./actions/profile-batch-update.cjs");
25
+ const require_profile_event_activity = require("./actions/profile-event-activity.cjs");
26
+ const require_profile_numerical_add = require("./actions/profile-numerical-add.cjs");
27
+ const require_profile_remove_from_list_property = require("./actions/profile-remove-from-list-property.cjs");
28
+ const require_profile_set = require("./actions/profile-set.cjs");
29
+ const require_query_frequency_report = require("./actions/query-frequency-report.cjs");
30
+ const require_query_funnel = require("./actions/query-funnel.cjs");
31
+ const require_query_insight = require("./actions/query-insight.cjs");
32
+ const require_query_numeric_average = require("./actions/query-numeric-average.cjs");
33
+ const require_query_numeric_sum = require("./actions/query-numeric-sum.cjs");
34
+ const require_query_profiles = require("./actions/query-profiles.cjs");
35
+ const require_query_retention_report = require("./actions/query-retention-report.cjs");
36
+ const require_query_segmentation = require("./actions/query-segmentation.cjs");
37
+ const require_query_top_events = require("./actions/query-top-events.cjs");
38
+ const require_remove_from_group_list_property = require("./actions/remove-from-group-list-property.cjs");
39
+ const require_remove_from_list_property = require("./actions/remove-from-list-property.cjs");
40
+ const require_segmentation_numeric_query = require("./actions/segmentation-numeric-query.cjs");
41
+ const require_set_group_property_once = require("./actions/set-group-property-once.cjs");
42
+ const require_set_profile_property_once = require("./actions/set-profile-property-once.cjs");
43
+ const require_top_event_properties = require("./actions/top-event-properties.cjs");
44
+ const require_top_event_property_values = require("./actions/top-event-property-values.cjs");
45
+ const require_top_events = require("./actions/top-events.cjs");
46
+ const require_update_group_list_property = require("./actions/update-group-list-property.cjs");
47
+ require("./actions/index.cjs");
48
+ exports.mixpanel = require_app.mixpanel;
49
+ exports.mixpanelAddUniqueToProfileListProperty = require_add_unique_to_profile_list_property.mixpanelAddUniqueToProfileListProperty;
50
+ exports.mixpanelAggregateEvents = require_aggregate_events.mixpanelAggregateEvents;
51
+ exports.mixpanelAggregatedEventPropertyValues = require_aggregated_event_property_values.mixpanelAggregatedEventPropertyValues;
52
+ exports.mixpanelCatalog = require_catalog.mixpanelCatalog;
53
+ exports.mixpanelCohortsList = require_cohorts_list.mixpanelCohortsList;
54
+ exports.mixpanelCreateAnnotationTag = require_create_annotation_tag.mixpanelCreateAnnotationTag;
55
+ exports.mixpanelCreateIdentity = require_create_identity.mixpanelCreateIdentity;
56
+ exports.mixpanelCreateServiceAccount = require_create_service_account.mixpanelCreateServiceAccount;
57
+ exports.mixpanelDeleteGroup = require_delete_group.mixpanelDeleteGroup;
58
+ exports.mixpanelDeleteProfile = require_delete_profile.mixpanelDeleteProfile;
59
+ exports.mixpanelDeleteProfileBatch = require_delete_profile_batch.mixpanelDeleteProfileBatch;
60
+ exports.mixpanelDeleteProfileProperty = require_delete_profile_property.mixpanelDeleteProfileProperty;
61
+ exports.mixpanelGetAllProjects = require_get_all_projects.mixpanelGetAllProjects;
62
+ exports.mixpanelGetAnnotationTagsAlt1 = require_get_annotation_tags_alt1.mixpanelGetAnnotationTagsAlt1;
63
+ exports.mixpanelGroupBatchUpdate = require_group_batch_update.mixpanelGroupBatchUpdate;
64
+ exports.mixpanelGroupDeleteProperty = require_group_delete_property.mixpanelGroupDeleteProperty;
65
+ exports.mixpanelIdentityCreateAlias = require_identity_create_alias.mixpanelIdentityCreateAlias;
66
+ exports.mixpanelJqlQuery = require_jql_query.mixpanelJqlQuery;
67
+ exports.mixpanelListFunnels = require_list_funnels.mixpanelListFunnels;
68
+ exports.mixpanelListServiceAccounts = require_list_service_accounts.mixpanelListServiceAccounts;
69
+ exports.mixpanelProfileAppendToListProperty = require_profile_append_to_list_property.mixpanelProfileAppendToListProperty;
70
+ exports.mixpanelProfileBatchUpdate = require_profile_batch_update.mixpanelProfileBatchUpdate;
71
+ exports.mixpanelProfileEventActivity = require_profile_event_activity.mixpanelProfileEventActivity;
72
+ exports.mixpanelProfileNumericalAdd = require_profile_numerical_add.mixpanelProfileNumericalAdd;
73
+ exports.mixpanelProfileRemoveFromListProperty = require_profile_remove_from_list_property.mixpanelProfileRemoveFromListProperty;
74
+ exports.mixpanelProfileSet = require_profile_set.mixpanelProfileSet;
75
+ exports.mixpanelQueryFrequencyReport = require_query_frequency_report.mixpanelQueryFrequencyReport;
76
+ exports.mixpanelQueryFunnel = require_query_funnel.mixpanelQueryFunnel;
77
+ exports.mixpanelQueryInsight = require_query_insight.mixpanelQueryInsight;
78
+ exports.mixpanelQueryNumericAverage = require_query_numeric_average.mixpanelQueryNumericAverage;
79
+ exports.mixpanelQueryNumericSum = require_query_numeric_sum.mixpanelQueryNumericSum;
80
+ exports.mixpanelQueryProfiles = require_query_profiles.mixpanelQueryProfiles;
81
+ exports.mixpanelQueryRetentionReport = require_query_retention_report.mixpanelQueryRetentionReport;
82
+ exports.mixpanelQuerySegmentation = require_query_segmentation.mixpanelQuerySegmentation;
83
+ exports.mixpanelQueryTopEvents = require_query_top_events.mixpanelQueryTopEvents;
84
+ exports.mixpanelRemoveFromGroupListProperty = require_remove_from_group_list_property.mixpanelRemoveFromGroupListProperty;
85
+ exports.mixpanelRemoveFromListProperty = require_remove_from_list_property.mixpanelRemoveFromListProperty;
86
+ exports.mixpanelSegmentationNumericQuery = require_segmentation_numeric_query.mixpanelSegmentationNumericQuery;
87
+ exports.mixpanelSetGroupPropertyOnce = require_set_group_property_once.mixpanelSetGroupPropertyOnce;
88
+ exports.mixpanelSetProfilePropertyOnce = require_set_profile_property_once.mixpanelSetProfilePropertyOnce;
89
+ exports.mixpanelTopEventProperties = require_top_event_properties.mixpanelTopEventProperties;
90
+ exports.mixpanelTopEventPropertyValues = require_top_event_property_values.mixpanelTopEventPropertyValues;
91
+ exports.mixpanelTopEvents = require_top_events.mixpanelTopEvents;
92
+ exports.mixpanelUpdateGroupListProperty = require_update_group_list_property.mixpanelUpdateGroupListProperty;
@@ -0,0 +1,46 @@
1
+ import { mixpanelAddUniqueToProfileListProperty } from "./actions/add-unique-to-profile-list-property.cjs";
2
+ import { mixpanelAggregateEvents } from "./actions/aggregate-events.cjs";
3
+ import { mixpanelAggregatedEventPropertyValues } from "./actions/aggregated-event-property-values.cjs";
4
+ import { mixpanelCohortsList } from "./actions/cohorts-list.cjs";
5
+ import { mixpanelCreateAnnotationTag } from "./actions/create-annotation-tag.cjs";
6
+ import { mixpanelCreateIdentity } from "./actions/create-identity.cjs";
7
+ import { mixpanelCreateServiceAccount } from "./actions/create-service-account.cjs";
8
+ import { mixpanelDeleteGroup } from "./actions/delete-group.cjs";
9
+ import { mixpanelDeleteProfile } from "./actions/delete-profile.cjs";
10
+ import { mixpanelDeleteProfileBatch } from "./actions/delete-profile-batch.cjs";
11
+ import { mixpanelDeleteProfileProperty } from "./actions/delete-profile-property.cjs";
12
+ import { mixpanelGetAllProjects } from "./actions/get-all-projects.cjs";
13
+ import { mixpanelGetAnnotationTagsAlt1 } from "./actions/get-annotation-tags-alt1.cjs";
14
+ import { mixpanelGroupBatchUpdate } from "./actions/group-batch-update.cjs";
15
+ import { mixpanelGroupDeleteProperty } from "./actions/group-delete-property.cjs";
16
+ import { mixpanelIdentityCreateAlias } from "./actions/identity-create-alias.cjs";
17
+ import { mixpanelJqlQuery } from "./actions/jql-query.cjs";
18
+ import { mixpanelListFunnels } from "./actions/list-funnels.cjs";
19
+ import { mixpanelListServiceAccounts } from "./actions/list-service-accounts.cjs";
20
+ import { mixpanelProfileAppendToListProperty } from "./actions/profile-append-to-list-property.cjs";
21
+ import { mixpanelProfileBatchUpdate } from "./actions/profile-batch-update.cjs";
22
+ import { mixpanelProfileEventActivity } from "./actions/profile-event-activity.cjs";
23
+ import { mixpanelProfileNumericalAdd } from "./actions/profile-numerical-add.cjs";
24
+ import { mixpanelProfileRemoveFromListProperty } from "./actions/profile-remove-from-list-property.cjs";
25
+ import { mixpanelProfileSet } from "./actions/profile-set.cjs";
26
+ import { mixpanelQueryFrequencyReport } from "./actions/query-frequency-report.cjs";
27
+ import { mixpanelQueryFunnel } from "./actions/query-funnel.cjs";
28
+ import { mixpanelQueryInsight } from "./actions/query-insight.cjs";
29
+ import { mixpanelQueryNumericAverage } from "./actions/query-numeric-average.cjs";
30
+ import { mixpanelQueryNumericSum } from "./actions/query-numeric-sum.cjs";
31
+ import { mixpanelQueryProfiles } from "./actions/query-profiles.cjs";
32
+ import { mixpanelQueryRetentionReport } from "./actions/query-retention-report.cjs";
33
+ import { mixpanelQuerySegmentation } from "./actions/query-segmentation.cjs";
34
+ import { mixpanelQueryTopEvents } from "./actions/query-top-events.cjs";
35
+ import { mixpanelRemoveFromGroupListProperty } from "./actions/remove-from-group-list-property.cjs";
36
+ import { mixpanelRemoveFromListProperty } from "./actions/remove-from-list-property.cjs";
37
+ import { mixpanelSegmentationNumericQuery } from "./actions/segmentation-numeric-query.cjs";
38
+ import { mixpanelSetGroupPropertyOnce } from "./actions/set-group-property-once.cjs";
39
+ import { mixpanelSetProfilePropertyOnce } from "./actions/set-profile-property-once.cjs";
40
+ import { mixpanelTopEventProperties } from "./actions/top-event-properties.cjs";
41
+ import { mixpanelTopEventPropertyValues } from "./actions/top-event-property-values.cjs";
42
+ import { mixpanelTopEvents } from "./actions/top-events.cjs";
43
+ import { mixpanelUpdateGroupListProperty } from "./actions/update-group-list-property.cjs";
44
+ import { mixpanel } from "./app.cjs";
45
+ import { mixpanelCatalog } from "./catalog.cjs";
46
+ export { mixpanel, mixpanelAddUniqueToProfileListProperty, mixpanelAggregateEvents, mixpanelAggregatedEventPropertyValues, mixpanelCatalog, mixpanelCohortsList, mixpanelCreateAnnotationTag, mixpanelCreateIdentity, mixpanelCreateServiceAccount, mixpanelDeleteGroup, mixpanelDeleteProfile, mixpanelDeleteProfileBatch, mixpanelDeleteProfileProperty, mixpanelGetAllProjects, mixpanelGetAnnotationTagsAlt1, mixpanelGroupBatchUpdate, mixpanelGroupDeleteProperty, mixpanelIdentityCreateAlias, mixpanelJqlQuery, mixpanelListFunnels, mixpanelListServiceAccounts, mixpanelProfileAppendToListProperty, mixpanelProfileBatchUpdate, mixpanelProfileEventActivity, mixpanelProfileNumericalAdd, mixpanelProfileRemoveFromListProperty, mixpanelProfileSet, mixpanelQueryFrequencyReport, mixpanelQueryFunnel, mixpanelQueryInsight, mixpanelQueryNumericAverage, mixpanelQueryNumericSum, mixpanelQueryProfiles, mixpanelQueryRetentionReport, mixpanelQuerySegmentation, mixpanelQueryTopEvents, mixpanelRemoveFromGroupListProperty, mixpanelRemoveFromListProperty, mixpanelSegmentationNumericQuery, mixpanelSetGroupPropertyOnce, mixpanelSetProfilePropertyOnce, mixpanelTopEventProperties, mixpanelTopEventPropertyValues, mixpanelTopEvents, mixpanelUpdateGroupListProperty };
@@ -0,0 +1,46 @@
1
+ import { mixpanelAddUniqueToProfileListProperty } from "./actions/add-unique-to-profile-list-property.mjs";
2
+ import { mixpanelAggregateEvents } from "./actions/aggregate-events.mjs";
3
+ import { mixpanelAggregatedEventPropertyValues } from "./actions/aggregated-event-property-values.mjs";
4
+ import { mixpanelCohortsList } from "./actions/cohorts-list.mjs";
5
+ import { mixpanelCreateAnnotationTag } from "./actions/create-annotation-tag.mjs";
6
+ import { mixpanelCreateIdentity } from "./actions/create-identity.mjs";
7
+ import { mixpanelCreateServiceAccount } from "./actions/create-service-account.mjs";
8
+ import { mixpanelDeleteGroup } from "./actions/delete-group.mjs";
9
+ import { mixpanelDeleteProfile } from "./actions/delete-profile.mjs";
10
+ import { mixpanelDeleteProfileBatch } from "./actions/delete-profile-batch.mjs";
11
+ import { mixpanelDeleteProfileProperty } from "./actions/delete-profile-property.mjs";
12
+ import { mixpanelGetAllProjects } from "./actions/get-all-projects.mjs";
13
+ import { mixpanelGetAnnotationTagsAlt1 } from "./actions/get-annotation-tags-alt1.mjs";
14
+ import { mixpanelGroupBatchUpdate } from "./actions/group-batch-update.mjs";
15
+ import { mixpanelGroupDeleteProperty } from "./actions/group-delete-property.mjs";
16
+ import { mixpanelIdentityCreateAlias } from "./actions/identity-create-alias.mjs";
17
+ import { mixpanelJqlQuery } from "./actions/jql-query.mjs";
18
+ import { mixpanelListFunnels } from "./actions/list-funnels.mjs";
19
+ import { mixpanelListServiceAccounts } from "./actions/list-service-accounts.mjs";
20
+ import { mixpanelProfileAppendToListProperty } from "./actions/profile-append-to-list-property.mjs";
21
+ import { mixpanelProfileBatchUpdate } from "./actions/profile-batch-update.mjs";
22
+ import { mixpanelProfileEventActivity } from "./actions/profile-event-activity.mjs";
23
+ import { mixpanelProfileNumericalAdd } from "./actions/profile-numerical-add.mjs";
24
+ import { mixpanelProfileRemoveFromListProperty } from "./actions/profile-remove-from-list-property.mjs";
25
+ import { mixpanelProfileSet } from "./actions/profile-set.mjs";
26
+ import { mixpanelQueryFrequencyReport } from "./actions/query-frequency-report.mjs";
27
+ import { mixpanelQueryFunnel } from "./actions/query-funnel.mjs";
28
+ import { mixpanelQueryInsight } from "./actions/query-insight.mjs";
29
+ import { mixpanelQueryNumericAverage } from "./actions/query-numeric-average.mjs";
30
+ import { mixpanelQueryNumericSum } from "./actions/query-numeric-sum.mjs";
31
+ import { mixpanelQueryProfiles } from "./actions/query-profiles.mjs";
32
+ import { mixpanelQueryRetentionReport } from "./actions/query-retention-report.mjs";
33
+ import { mixpanelQuerySegmentation } from "./actions/query-segmentation.mjs";
34
+ import { mixpanelQueryTopEvents } from "./actions/query-top-events.mjs";
35
+ import { mixpanelRemoveFromGroupListProperty } from "./actions/remove-from-group-list-property.mjs";
36
+ import { mixpanelRemoveFromListProperty } from "./actions/remove-from-list-property.mjs";
37
+ import { mixpanelSegmentationNumericQuery } from "./actions/segmentation-numeric-query.mjs";
38
+ import { mixpanelSetGroupPropertyOnce } from "./actions/set-group-property-once.mjs";
39
+ import { mixpanelSetProfilePropertyOnce } from "./actions/set-profile-property-once.mjs";
40
+ import { mixpanelTopEventProperties } from "./actions/top-event-properties.mjs";
41
+ import { mixpanelTopEventPropertyValues } from "./actions/top-event-property-values.mjs";
42
+ import { mixpanelTopEvents } from "./actions/top-events.mjs";
43
+ import { mixpanelUpdateGroupListProperty } from "./actions/update-group-list-property.mjs";
44
+ import { mixpanel } from "./app.mjs";
45
+ import { mixpanelCatalog } from "./catalog.mjs";
46
+ export { mixpanel, mixpanelAddUniqueToProfileListProperty, mixpanelAggregateEvents, mixpanelAggregatedEventPropertyValues, mixpanelCatalog, mixpanelCohortsList, mixpanelCreateAnnotationTag, mixpanelCreateIdentity, mixpanelCreateServiceAccount, mixpanelDeleteGroup, mixpanelDeleteProfile, mixpanelDeleteProfileBatch, mixpanelDeleteProfileProperty, mixpanelGetAllProjects, mixpanelGetAnnotationTagsAlt1, mixpanelGroupBatchUpdate, mixpanelGroupDeleteProperty, mixpanelIdentityCreateAlias, mixpanelJqlQuery, mixpanelListFunnels, mixpanelListServiceAccounts, mixpanelProfileAppendToListProperty, mixpanelProfileBatchUpdate, mixpanelProfileEventActivity, mixpanelProfileNumericalAdd, mixpanelProfileRemoveFromListProperty, mixpanelProfileSet, mixpanelQueryFrequencyReport, mixpanelQueryFunnel, mixpanelQueryInsight, mixpanelQueryNumericAverage, mixpanelQueryNumericSum, mixpanelQueryProfiles, mixpanelQueryRetentionReport, mixpanelQuerySegmentation, mixpanelQueryTopEvents, mixpanelRemoveFromGroupListProperty, mixpanelRemoveFromListProperty, mixpanelSegmentationNumericQuery, mixpanelSetGroupPropertyOnce, mixpanelSetProfilePropertyOnce, mixpanelTopEventProperties, mixpanelTopEventPropertyValues, mixpanelTopEvents, mixpanelUpdateGroupListProperty };
package/dist/index.mjs ADDED
@@ -0,0 +1,47 @@
1
+ import { mixpanel } from "./app.mjs";
2
+ import { mixpanelCatalog } from "./catalog.mjs";
3
+ import { mixpanelAddUniqueToProfileListProperty } from "./actions/add-unique-to-profile-list-property.mjs";
4
+ import { mixpanelAggregateEvents } from "./actions/aggregate-events.mjs";
5
+ import { mixpanelAggregatedEventPropertyValues } from "./actions/aggregated-event-property-values.mjs";
6
+ import { mixpanelCohortsList } from "./actions/cohorts-list.mjs";
7
+ import { mixpanelCreateAnnotationTag } from "./actions/create-annotation-tag.mjs";
8
+ import { mixpanelCreateIdentity } from "./actions/create-identity.mjs";
9
+ import { mixpanelCreateServiceAccount } from "./actions/create-service-account.mjs";
10
+ import { mixpanelDeleteGroup } from "./actions/delete-group.mjs";
11
+ import { mixpanelDeleteProfile } from "./actions/delete-profile.mjs";
12
+ import { mixpanelDeleteProfileBatch } from "./actions/delete-profile-batch.mjs";
13
+ import { mixpanelDeleteProfileProperty } from "./actions/delete-profile-property.mjs";
14
+ import { mixpanelGetAllProjects } from "./actions/get-all-projects.mjs";
15
+ import { mixpanelGetAnnotationTagsAlt1 } from "./actions/get-annotation-tags-alt1.mjs";
16
+ import { mixpanelGroupBatchUpdate } from "./actions/group-batch-update.mjs";
17
+ import { mixpanelGroupDeleteProperty } from "./actions/group-delete-property.mjs";
18
+ import { mixpanelIdentityCreateAlias } from "./actions/identity-create-alias.mjs";
19
+ import { mixpanelJqlQuery } from "./actions/jql-query.mjs";
20
+ import { mixpanelListFunnels } from "./actions/list-funnels.mjs";
21
+ import { mixpanelListServiceAccounts } from "./actions/list-service-accounts.mjs";
22
+ import { mixpanelProfileAppendToListProperty } from "./actions/profile-append-to-list-property.mjs";
23
+ import { mixpanelProfileBatchUpdate } from "./actions/profile-batch-update.mjs";
24
+ import { mixpanelProfileEventActivity } from "./actions/profile-event-activity.mjs";
25
+ import { mixpanelProfileNumericalAdd } from "./actions/profile-numerical-add.mjs";
26
+ import { mixpanelProfileRemoveFromListProperty } from "./actions/profile-remove-from-list-property.mjs";
27
+ import { mixpanelProfileSet } from "./actions/profile-set.mjs";
28
+ import { mixpanelQueryFrequencyReport } from "./actions/query-frequency-report.mjs";
29
+ import { mixpanelQueryFunnel } from "./actions/query-funnel.mjs";
30
+ import { mixpanelQueryInsight } from "./actions/query-insight.mjs";
31
+ import { mixpanelQueryNumericAverage } from "./actions/query-numeric-average.mjs";
32
+ import { mixpanelQueryNumericSum } from "./actions/query-numeric-sum.mjs";
33
+ import { mixpanelQueryProfiles } from "./actions/query-profiles.mjs";
34
+ import { mixpanelQueryRetentionReport } from "./actions/query-retention-report.mjs";
35
+ import { mixpanelQuerySegmentation } from "./actions/query-segmentation.mjs";
36
+ import { mixpanelQueryTopEvents } from "./actions/query-top-events.mjs";
37
+ import { mixpanelRemoveFromGroupListProperty } from "./actions/remove-from-group-list-property.mjs";
38
+ import { mixpanelRemoveFromListProperty } from "./actions/remove-from-list-property.mjs";
39
+ import { mixpanelSegmentationNumericQuery } from "./actions/segmentation-numeric-query.mjs";
40
+ import { mixpanelSetGroupPropertyOnce } from "./actions/set-group-property-once.mjs";
41
+ import { mixpanelSetProfilePropertyOnce } from "./actions/set-profile-property-once.mjs";
42
+ import { mixpanelTopEventProperties } from "./actions/top-event-properties.mjs";
43
+ import { mixpanelTopEventPropertyValues } from "./actions/top-event-property-values.mjs";
44
+ import { mixpanelTopEvents } from "./actions/top-events.mjs";
45
+ import { mixpanelUpdateGroupListProperty } from "./actions/update-group-list-property.mjs";
46
+ import "./actions/index.mjs";
47
+ export { mixpanel, mixpanelAddUniqueToProfileListProperty, mixpanelAggregateEvents, mixpanelAggregatedEventPropertyValues, mixpanelCatalog, mixpanelCohortsList, mixpanelCreateAnnotationTag, mixpanelCreateIdentity, mixpanelCreateServiceAccount, mixpanelDeleteGroup, mixpanelDeleteProfile, mixpanelDeleteProfileBatch, mixpanelDeleteProfileProperty, mixpanelGetAllProjects, mixpanelGetAnnotationTagsAlt1, mixpanelGroupBatchUpdate, mixpanelGroupDeleteProperty, mixpanelIdentityCreateAlias, mixpanelJqlQuery, mixpanelListFunnels, mixpanelListServiceAccounts, mixpanelProfileAppendToListProperty, mixpanelProfileBatchUpdate, mixpanelProfileEventActivity, mixpanelProfileNumericalAdd, mixpanelProfileRemoveFromListProperty, mixpanelProfileSet, mixpanelQueryFrequencyReport, mixpanelQueryFunnel, mixpanelQueryInsight, mixpanelQueryNumericAverage, mixpanelQueryNumericSum, mixpanelQueryProfiles, mixpanelQueryRetentionReport, mixpanelQuerySegmentation, mixpanelQueryTopEvents, mixpanelRemoveFromGroupListProperty, mixpanelRemoveFromListProperty, mixpanelSegmentationNumericQuery, mixpanelSetGroupPropertyOnce, mixpanelSetProfilePropertyOnce, mixpanelTopEventProperties, mixpanelTopEventPropertyValues, mixpanelTopEvents, mixpanelUpdateGroupListProperty };
package/package.json ADDED
@@ -0,0 +1,49 @@
1
+ {
2
+ "name": "@keystrokehq/mixpanel",
3
+ "version": "0.1.0",
4
+ "publishConfig": {
5
+ "access": "public",
6
+ "registry": "https://registry.npmjs.org"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/keystrokehq/keystroke.git",
11
+ "directory": "packages/integrations/mixpanel"
12
+ },
13
+ "files": [
14
+ "dist"
15
+ ],
16
+ "sideEffects": false,
17
+ "type": "module",
18
+ "main": "./dist/index.cjs",
19
+ "module": "./dist/index.mjs",
20
+ "types": "./dist/index.d.mts",
21
+ "exports": {
22
+ ".": {
23
+ "types": "./dist/index.d.mts",
24
+ "import": "./dist/index.mjs",
25
+ "require": "./dist/index.cjs"
26
+ },
27
+ "./actions": {
28
+ "types": "./dist/actions/index.d.mts",
29
+ "import": "./dist/actions/index.mjs",
30
+ "require": "./dist/actions/index.cjs"
31
+ }
32
+ },
33
+ "peerDependencies": {
34
+ "@keystrokehq/keystroke": "^0.1.4",
35
+ "zod": "^4.4.3"
36
+ },
37
+ "devDependencies": {
38
+ "@keystrokehq/keystroke": "link:../../keystroke",
39
+ "@types/node": "^25.9.1",
40
+ "tsdown": "^0.22.0",
41
+ "typescript": "^6.0.3",
42
+ "zod": "^4.4.3"
43
+ },
44
+ "scripts": {
45
+ "build": "tsdown",
46
+ "dev": "tsdown --watch --no-clean",
47
+ "typecheck": "tsc --noEmit"
48
+ }
49
+ }