@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,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-profile-property.d.ts
4
+ declare const MixpanelDeleteProfilePropertyInput: z.ZodTypeAny;
5
+ declare const MixpanelDeleteProfilePropertyOutput: z.ZodTypeAny;
6
+ declare const mixpanelDeleteProfileProperty: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mixpanelDeleteProfileProperty };
9
+ //# sourceMappingURL=delete-profile-property.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-profile-property.d.mts","names":[],"sources":["../../src/actions/delete-profile-property.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAQsB;AAAA,cAC5D,mCAAA,EAAqC,CAAA,CAAE,UAGQ;AAAA,cAE/C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const mixpanelDeleteProfileProperty = action("MIXPANEL_DELETE_PROFILE_PROPERTY", {
4
+ slug: "mixpanel-delete-profile-property",
5
+ name: "Delete Profile Property",
6
+ description: "Tool to permanently delete properties from a Mixpanel user profile using the $unset operation. Use when you need to remove specific properties and their values from a profile. Properties are permanently removed and cannot be recovered. Useful when cleaning up properties or approaching Mixpanel's limit of 2000 properties per profile.",
7
+ input: z.object({
8
+ ip: z.string().describe("IP address for request attribution. Set to '0' to not update geolocation data.").optional(),
9
+ time: z.number().int().describe("Unix timestamp for when the operation occurred.").optional(),
10
+ token: z.string().describe("Project authentication token for API authentication."),
11
+ unset: z.array(z.string()).describe("List of property names to permanently remove from the profile. Properties are permanently deleted and cannot be recovered."),
12
+ distinct_id: z.string().describe("Unique identifier for the user profile to update."),
13
+ ignore_time: z.boolean().describe("If true, Mixpanel will not automatically update the 'Last Seen' property.").optional(),
14
+ ignore_alias: z.boolean().describe("If true, ignores alias processing and uses the distinct_id directly.").optional()
15
+ }).describe("Request model for deleting properties from a user profile."),
16
+ output: z.object({
17
+ error: z.string().describe("Error message if the operation fails. Present only when status indicates failure.").nullable().optional(),
18
+ status: z.union([z.string(), z.number().int()])
19
+ }).describe("Response model for profile property deletion.")
20
+ });
21
+ //#endregion
22
+ export { mixpanelDeleteProfileProperty };
23
+
24
+ //# sourceMappingURL=delete-profile-property.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-profile-property.mjs","names":[],"sources":["../../src/actions/delete-profile-property.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MixpanelDeleteProfilePropertyInput: z.ZodTypeAny = z.object({\n ip: z.string().describe(\"IP address for request attribution. Set to '0' to not update geolocation data.\").optional(),\n time: z.number().int().describe(\"Unix timestamp for when the operation occurred.\").optional(),\n token: z.string().describe(\"Project authentication token for API authentication.\"),\n unset: z.array(z.string()).describe(\"List of property names to permanently remove from the profile. Properties are permanently deleted and cannot be recovered.\"),\n distinct_id: z.string().describe(\"Unique identifier for the user profile to update.\"),\n ignore_time: z.boolean().describe(\"If true, Mixpanel will not automatically update the 'Last Seen' property.\").optional(),\n ignore_alias: z.boolean().describe(\"If true, ignores alias processing and uses the distinct_id directly.\").optional(),\n}).describe(\"Request model for deleting properties from a user profile.\");\nexport const MixpanelDeleteProfilePropertyOutput: z.ZodTypeAny = z.object({\n error: z.string().describe(\"Error message if the operation fails. Present only when status indicates failure.\").nullable().optional(),\n status: z.union([z.string(), z.number().int()]),\n}).describe(\"Response model for profile property deletion.\");\n\nexport const mixpanelDeleteProfileProperty = action(\"MIXPANEL_DELETE_PROFILE_PROPERTY\", {\n slug: \"mixpanel-delete-profile-property\",\n name: \"Delete Profile Property\",\n description: \"Tool to permanently delete properties from a Mixpanel user profile using the $unset operation. Use when you need to remove specific properties and their values from a profile. Properties are permanently removed and cannot be recovered. Useful when cleaning up properties or approaching Mixpanel's limit of 2000 properties per profile.\",\n input: MixpanelDeleteProfilePropertyInput,\n output: MixpanelDeleteProfilePropertyOutput,\n});\n"],"mappings":";;AAkBA,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB8D,EAAE,OAAO;EACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;EACnH,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EAC5F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EACjF,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4HAA4H;EAChK,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;EACpF,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS;EACxH,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CACtH,CAAC,CAAC,CAAC,SAAS,4DAUH;CACP,QAV+D,EAAE,OAAO;EACxE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpI,QAAQ,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;CAChD,CAAC,CAAC,CAAC,SAAS,+CAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-profile.ts
4
+ const MixpanelDeleteProfileInput = zod.z.object({
5
+ ip: zod.z.string().describe("IP address for request attribution. Set to '0' to not update geolocation data.").optional(),
6
+ token: zod.z.string().describe("Project authentication token for API authentication."),
7
+ distinct_id: zod.z.string().describe("Unique identifier for the user profile to permanently delete. This is the only parameter that determines which profile is deleted."),
8
+ ignore_time: zod.z.boolean().describe("If true, Mixpanel will not automatically update the 'Last Seen' property before deletion.").optional(),
9
+ ignore_alias: zod.z.boolean().describe("If true, prevents deletion of the original profile when deleting duplicates using an alias as distinct_id. Important for avoiding unintended deletions of merged profiles.").optional()
10
+ }).describe("Request model for deleting a user profile from Mixpanel.");
11
+ const MixpanelDeleteProfileOutput = zod.z.object({ status: zod.z.union([zod.z.string(), zod.z.number().int()]) }).describe("Response model for profile deletion.");
12
+ const mixpanelDeleteProfile = require_action.action("MIXPANEL_DELETE_PROFILE", {
13
+ slug: "mixpanel-delete-profile",
14
+ name: "Delete Profile",
15
+ description: "Tool to permanently delete a user profile from Mixpanel, along with all of its properties. Use when you need to completely remove a profile. The deletion is permanent and cannot be undone. Note that this only deletes the profile, not the associated events. For duplicate profiles, use $ignore_alias: true to avoid deleting the original profile.",
16
+ input: MixpanelDeleteProfileInput,
17
+ output: MixpanelDeleteProfileOutput
18
+ });
19
+ //#endregion
20
+ exports.mixpanelDeleteProfile = mixpanelDeleteProfile;
21
+
22
+ //# sourceMappingURL=delete-profile.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-profile.cjs","names":["z","action"],"sources":["../../src/actions/delete-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MixpanelDeleteProfileInput: z.ZodTypeAny = z.object({\n ip: z.string().describe(\"IP address for request attribution. Set to '0' to not update geolocation data.\").optional(),\n token: z.string().describe(\"Project authentication token for API authentication.\"),\n distinct_id: z.string().describe(\"Unique identifier for the user profile to permanently delete. This is the only parameter that determines which profile is deleted.\"),\n ignore_time: z.boolean().describe(\"If true, Mixpanel will not automatically update the 'Last Seen' property before deletion.\").optional(),\n ignore_alias: z.boolean().describe(\"If true, prevents deletion of the original profile when deleting duplicates using an alias as distinct_id. Important for avoiding unintended deletions of merged profiles.\").optional(),\n}).describe(\"Request model for deleting a user profile from Mixpanel.\");\nexport const MixpanelDeleteProfileOutput: z.ZodTypeAny = z.object({\n status: z.union([z.string(), z.number().int()]),\n}).describe(\"Response model for profile deletion.\");\n\nexport const mixpanelDeleteProfile = action(\"MIXPANEL_DELETE_PROFILE\", {\n slug: \"mixpanel-delete-profile\",\n name: \"Delete Profile\",\n description: \"Tool to permanently delete a user profile from Mixpanel, along with all of its properties. Use when you need to completely remove a profile. The deletion is permanent and cannot be undone. Note that this only deletes the profile, not the associated events. For duplicate profiles, use $ignore_alias: true to avoid deleting the original profile.\",\n input: MixpanelDeleteProfileInput,\n output: MixpanelDeleteProfileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACnH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI;CACrK,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CACxI,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;AAC5N,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,QAAQA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,EAChD,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-profile.d.ts
4
+ declare const MixpanelDeleteProfileInput: z.ZodTypeAny;
5
+ declare const MixpanelDeleteProfileOutput: z.ZodTypeAny;
6
+ declare const mixpanelDeleteProfile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mixpanelDeleteProfile };
9
+ //# sourceMappingURL=delete-profile.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-profile.d.cts","names":[],"sources":["../../src/actions/delete-profile.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAM4B;AAAA,cAC1D,2BAAA,EAA6B,CAAA,CAAE,UAEO;AAAA,cAEtC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-profile.d.ts
4
+ declare const MixpanelDeleteProfileInput: z.ZodTypeAny;
5
+ declare const MixpanelDeleteProfileOutput: z.ZodTypeAny;
6
+ declare const mixpanelDeleteProfile: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mixpanelDeleteProfile };
9
+ //# sourceMappingURL=delete-profile.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-profile.d.mts","names":[],"sources":["../../src/actions/delete-profile.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAM4B;AAAA,cAC1D,2BAAA,EAA6B,CAAA,CAAE,UAEO;AAAA,cAEtC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const mixpanelDeleteProfile = action("MIXPANEL_DELETE_PROFILE", {
4
+ slug: "mixpanel-delete-profile",
5
+ name: "Delete Profile",
6
+ description: "Tool to permanently delete a user profile from Mixpanel, along with all of its properties. Use when you need to completely remove a profile. The deletion is permanent and cannot be undone. Note that this only deletes the profile, not the associated events. For duplicate profiles, use $ignore_alias: true to avoid deleting the original profile.",
7
+ input: z.object({
8
+ ip: z.string().describe("IP address for request attribution. Set to '0' to not update geolocation data.").optional(),
9
+ token: z.string().describe("Project authentication token for API authentication."),
10
+ distinct_id: z.string().describe("Unique identifier for the user profile to permanently delete. This is the only parameter that determines which profile is deleted."),
11
+ ignore_time: z.boolean().describe("If true, Mixpanel will not automatically update the 'Last Seen' property before deletion.").optional(),
12
+ ignore_alias: z.boolean().describe("If true, prevents deletion of the original profile when deleting duplicates using an alias as distinct_id. Important for avoiding unintended deletions of merged profiles.").optional()
13
+ }).describe("Request model for deleting a user profile from Mixpanel."),
14
+ output: z.object({ status: z.union([z.string(), z.number().int()]) }).describe("Response model for profile deletion.")
15
+ });
16
+ //#endregion
17
+ export { mixpanelDeleteProfile };
18
+
19
+ //# sourceMappingURL=delete-profile.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-profile.mjs","names":[],"sources":["../../src/actions/delete-profile.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MixpanelDeleteProfileInput: z.ZodTypeAny = z.object({\n ip: z.string().describe(\"IP address for request attribution. Set to '0' to not update geolocation data.\").optional(),\n token: z.string().describe(\"Project authentication token for API authentication.\"),\n distinct_id: z.string().describe(\"Unique identifier for the user profile to permanently delete. This is the only parameter that determines which profile is deleted.\"),\n ignore_time: z.boolean().describe(\"If true, Mixpanel will not automatically update the 'Last Seen' property before deletion.\").optional(),\n ignore_alias: z.boolean().describe(\"If true, prevents deletion of the original profile when deleting duplicates using an alias as distinct_id. Important for avoiding unintended deletions of merged profiles.\").optional(),\n}).describe(\"Request model for deleting a user profile from Mixpanel.\");\nexport const MixpanelDeleteProfileOutput: z.ZodTypeAny = z.object({\n status: z.union([z.string(), z.number().int()]),\n}).describe(\"Response model for profile deletion.\");\n\nexport const mixpanelDeleteProfile = action(\"MIXPANEL_DELETE_PROFILE\", {\n slug: \"mixpanel-delete-profile\",\n name: \"Delete Profile\",\n description: \"Tool to permanently delete a user profile from Mixpanel, along with all of its properties. Use when you need to completely remove a profile. The deletion is permanent and cannot be undone. Note that this only deletes the profile, not the associated events. For duplicate profiles, use $ignore_alias: true to avoid deleting the original profile.\",\n input: MixpanelDeleteProfileInput,\n output: MixpanelDeleteProfileOutput,\n});\n"],"mappings":";;AAeA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;EACnH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;EACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI;EACrK,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;EACxI,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;CAC5N,CAAC,CAAC,CAAC,SAAS,0DASH;CACP,QATuD,EAAE,OAAO,EAChE,QAAQ,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,EAChD,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-all-projects.ts
4
+ const MixpanelGetAllProjectsInput = zod.z.object({}).describe("Request model for getting all projects from Mixpanel.\nNo parameters needed as this endpoint returns all projects for the authenticated user.");
5
+ const MixpanelGetAllProjectsOutput = zod.z.object({ projects: zod.z.object({}).describe("Dictionary of project IDs mapping to project details") }).describe("Response model for projects data.\nContains a dictionary of project IDs mapping to their details.");
6
+ const mixpanelGetAllProjects = require_action.action("MIXPANEL_GET_ALL_PROJECTS", {
7
+ slug: "mixpanel-get-all-projects",
8
+ name: "Get All Projects",
9
+ description: "Get all projects associated with the authenticated Mixpanel account. Returns project details including name, permissions, role, domain, and other configuration details. If a project appears inaccessible, verify the connection region matches the project's cluster before assuming a permissions issue.",
10
+ input: MixpanelGetAllProjectsInput,
11
+ output: MixpanelGetAllProjectsOutput
12
+ });
13
+ //#endregion
14
+ exports.mixpanelGetAllProjects = mixpanelGetAllProjects;
15
+
16
+ //# sourceMappingURL=get-all-projects.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-all-projects.cjs","names":["z","action"],"sources":["../../src/actions/get-all-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MixpanelGetAllProjectsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting all projects from Mixpanel.\\nNo parameters needed as this endpoint returns all projects for the authenticated user.\");\nexport const MixpanelGetAllProjectsOutput: z.ZodTypeAny = z.object({\n projects: z.object({}).describe(\"Dictionary of project IDs mapping to project details\"),\n}).describe(\"Response model for projects data.\\nContains a dictionary of project IDs mapping to their details.\");\n\nexport const mixpanelGetAllProjects = action(\"MIXPANEL_GET_ALL_PROJECTS\", {\n slug: \"mixpanel-get-all-projects\",\n name: \"Get All Projects\",\n description: \"Get all projects associated with the authenticated Mixpanel account. Returns project details including name, permissions, role, domain, and other configuration details. If a project appears inaccessible, verify the connection region matches the project's cluster before assuming a permissions issue.\",\n input: MixpanelGetAllProjectsInput,\n output: MixpanelGetAllProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+IAA+I;AAC9N,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sDAAsD,EACxF,CAAC,CAAC,CAAC,SAAS,mGAAmG;AAE/G,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-all-projects.d.ts
4
+ declare const MixpanelGetAllProjectsInput: z.ZodTypeAny;
5
+ declare const MixpanelGetAllProjectsOutput: z.ZodTypeAny;
6
+ declare const mixpanelGetAllProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mixpanelGetAllProjects };
9
+ //# sourceMappingURL=get-all-projects.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-all-projects.d.cts","names":[],"sources":["../../src/actions/get-all-projects.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAAmL;AAAA,cAClN,4BAAA,EAA8B,CAAA,CAAE,UAEmE;AAAA,cAEnG,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-all-projects.d.ts
4
+ declare const MixpanelGetAllProjectsInput: z.ZodTypeAny;
5
+ declare const MixpanelGetAllProjectsOutput: z.ZodTypeAny;
6
+ declare const mixpanelGetAllProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mixpanelGetAllProjects };
9
+ //# sourceMappingURL=get-all-projects.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-all-projects.d.mts","names":[],"sources":["../../src/actions/get-all-projects.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAAmL;AAAA,cAClN,4BAAA,EAA8B,CAAA,CAAE,UAEmE;AAAA,cAEnG,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const mixpanelGetAllProjects = action("MIXPANEL_GET_ALL_PROJECTS", {
4
+ slug: "mixpanel-get-all-projects",
5
+ name: "Get All Projects",
6
+ description: "Get all projects associated with the authenticated Mixpanel account. Returns project details including name, permissions, role, domain, and other configuration details. If a project appears inaccessible, verify the connection region matches the project's cluster before assuming a permissions issue.",
7
+ input: z.object({}).describe("Request model for getting all projects from Mixpanel.\nNo parameters needed as this endpoint returns all projects for the authenticated user."),
8
+ output: z.object({ projects: z.object({}).describe("Dictionary of project IDs mapping to project details") }).describe("Response model for projects data.\nContains a dictionary of project IDs mapping to their details.")
9
+ });
10
+ //#endregion
11
+ export { mixpanelGetAllProjects };
12
+
13
+ //# sourceMappingURL=get-all-projects.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-all-projects.mjs","names":[],"sources":["../../src/actions/get-all-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MixpanelGetAllProjectsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting all projects from Mixpanel.\\nNo parameters needed as this endpoint returns all projects for the authenticated user.\");\nexport const MixpanelGetAllProjectsOutput: z.ZodTypeAny = z.object({\n projects: z.object({}).describe(\"Dictionary of project IDs mapping to project details\"),\n}).describe(\"Response model for projects data.\\nContains a dictionary of project IDs mapping to their details.\");\n\nexport const mixpanelGetAllProjects = action(\"MIXPANEL_GET_ALL_PROJECTS\", {\n slug: \"mixpanel-get-all-projects\",\n name: \"Get All Projects\",\n description: \"Get all projects associated with the authenticated Mixpanel account. Returns project details including name, permissions, role, domain, and other configuration details. If a project appears inaccessible, verify the connection region matches the project's cluster before assuming a permissions issue.\",\n input: MixpanelGetAllProjectsInput,\n output: MixpanelGetAllProjectsOutput,\n});\n"],"mappings":";;AASA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATuD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+IAStE;CACP,QATwD,EAAE,OAAO,EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sDAAsD,EACxF,CAAC,CAAC,CAAC,SAAS,mGAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-annotation-tags-alt1.ts
4
+ const MixpanelGetAnnotationTagsAlt1Input = zod.z.object({ project_id: zod.z.string().describe("The unique identifier for the Mixpanel project") }).describe("Request model for getting annotation tags from a Mixpanel project.");
5
+ const MixpanelGetAnnotationTagsAlt1_AnnotationTagSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique tag identifier"),
7
+ name: zod.z.string().describe("Display text for the tag when applied to annotations"),
8
+ project_id: zod.z.number().int().describe("Associated project identifier"),
9
+ has_annotations: zod.z.boolean().describe("Whether the tag is currently attached to any annotations")
10
+ }).describe("Model representing a single annotation tag.");
11
+ const MixpanelGetAnnotationTagsAlt1Output = zod.z.object({ tags: zod.z.array(MixpanelGetAnnotationTagsAlt1_AnnotationTagSchema).describe("List of all tags that have been added to at least one annotation in the project").nullable().optional() }).describe("Response model for annotation tags data.");
12
+ const mixpanelGetAnnotationTagsAlt1 = require_action.action("MIXPANEL_GET_ANNOTATION_TAGS_ALT1", {
13
+ slug: "mixpanel-get-annotation-tags-alt1",
14
+ name: "Get Annotation Tags",
15
+ description: "Tool to get all annotation tags from a Mixpanel project. Use when you need to retrieve tags that have been added to annotations. Requires a role of at least Analyst.",
16
+ input: MixpanelGetAnnotationTagsAlt1Input,
17
+ output: MixpanelGetAnnotationTagsAlt1Output
18
+ });
19
+ //#endregion
20
+ exports.mixpanelGetAnnotationTagsAlt1 = mixpanelGetAnnotationTagsAlt1;
21
+
22
+ //# sourceMappingURL=get-annotation-tags-alt1.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-annotation-tags-alt1.cjs","names":["z","action"],"sources":["../../src/actions/get-annotation-tags-alt1.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MixpanelGetAnnotationTagsAlt1Input: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The unique identifier for the Mixpanel project\"),\n}).describe(\"Request model for getting annotation tags from a Mixpanel project.\");\nconst MixpanelGetAnnotationTagsAlt1_AnnotationTagSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique tag identifier\"),\n name: z.string().describe(\"Display text for the tag when applied to annotations\"),\n project_id: z.number().int().describe(\"Associated project identifier\"),\n has_annotations: z.boolean().describe(\"Whether the tag is currently attached to any annotations\"),\n}).describe(\"Model representing a single annotation tag.\");\nexport const MixpanelGetAnnotationTagsAlt1Output: z.ZodTypeAny = z.object({\n tags: z.array(MixpanelGetAnnotationTagsAlt1_AnnotationTagSchema).describe(\"List of all tags that have been added to at least one annotation in the project\").nullable().optional(),\n}).describe(\"Response model for annotation tags data.\");\n\nexport const mixpanelGetAnnotationTagsAlt1 = action(\"MIXPANEL_GET_ANNOTATION_TAGS_ALT1\", {\n slug: \"mixpanel-get-annotation-tags-alt1\",\n name: \"Get Annotation Tags\",\n description: \"Tool to get all annotation tags from a Mixpanel project. Use when you need to retrieve tags that have been added to annotations. Requires a role of at least Analyst.\",\n input: MixpanelGetAnnotationTagsAlt1Input,\n output: MixpanelGetAnnotationTagsAlt1Output,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAClF,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,oDAAkEA,IAAAA,EAAE,OAAO;CAC/E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB;CACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAChF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CACrE,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0DAA0D;AAClG,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,MAAMA,IAAAA,EAAE,MAAM,iDAAiD,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnL,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-annotation-tags-alt1.d.ts
4
+ declare const MixpanelGetAnnotationTagsAlt1Input: z.ZodTypeAny;
5
+ declare const MixpanelGetAnnotationTagsAlt1Output: z.ZodTypeAny;
6
+ declare const mixpanelGetAnnotationTagsAlt1: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mixpanelGetAnnotationTagsAlt1 };
9
+ //# sourceMappingURL=get-annotation-tags-alt1.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-annotation-tags-alt1.d.cts","names":[],"sources":["../../src/actions/get-annotation-tags-alt1.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAE8B;AAAA,cAOpE,mCAAA,EAAqC,CAAA,CAAE,UAEG;AAAA,cAE1C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-annotation-tags-alt1.d.ts
4
+ declare const MixpanelGetAnnotationTagsAlt1Input: z.ZodTypeAny;
5
+ declare const MixpanelGetAnnotationTagsAlt1Output: z.ZodTypeAny;
6
+ declare const mixpanelGetAnnotationTagsAlt1: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mixpanelGetAnnotationTagsAlt1 };
9
+ //# sourceMappingURL=get-annotation-tags-alt1.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-annotation-tags-alt1.d.mts","names":[],"sources":["../../src/actions/get-annotation-tags-alt1.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAE8B;AAAA,cAOpE,mCAAA,EAAqC,CAAA,CAAE,UAEG;AAAA,cAE1C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,21 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-annotation-tags-alt1.ts
4
+ const MixpanelGetAnnotationTagsAlt1Input = z.object({ project_id: z.string().describe("The unique identifier for the Mixpanel project") }).describe("Request model for getting annotation tags from a Mixpanel project.");
5
+ const MixpanelGetAnnotationTagsAlt1_AnnotationTagSchema = z.object({
6
+ id: z.number().int().describe("Unique tag identifier"),
7
+ name: z.string().describe("Display text for the tag when applied to annotations"),
8
+ project_id: z.number().int().describe("Associated project identifier"),
9
+ has_annotations: z.boolean().describe("Whether the tag is currently attached to any annotations")
10
+ }).describe("Model representing a single annotation tag.");
11
+ const mixpanelGetAnnotationTagsAlt1 = action("MIXPANEL_GET_ANNOTATION_TAGS_ALT1", {
12
+ slug: "mixpanel-get-annotation-tags-alt1",
13
+ name: "Get Annotation Tags",
14
+ description: "Tool to get all annotation tags from a Mixpanel project. Use when you need to retrieve tags that have been added to annotations. Requires a role of at least Analyst.",
15
+ input: MixpanelGetAnnotationTagsAlt1Input,
16
+ output: z.object({ tags: z.array(MixpanelGetAnnotationTagsAlt1_AnnotationTagSchema).describe("List of all tags that have been added to at least one annotation in the project").nullable().optional() }).describe("Response model for annotation tags data.")
17
+ });
18
+ //#endregion
19
+ export { mixpanelGetAnnotationTagsAlt1 };
20
+
21
+ //# sourceMappingURL=get-annotation-tags-alt1.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-annotation-tags-alt1.mjs","names":[],"sources":["../../src/actions/get-annotation-tags-alt1.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MixpanelGetAnnotationTagsAlt1Input: z.ZodTypeAny = z.object({\n project_id: z.string().describe(\"The unique identifier for the Mixpanel project\"),\n}).describe(\"Request model for getting annotation tags from a Mixpanel project.\");\nconst MixpanelGetAnnotationTagsAlt1_AnnotationTagSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique tag identifier\"),\n name: z.string().describe(\"Display text for the tag when applied to annotations\"),\n project_id: z.number().int().describe(\"Associated project identifier\"),\n has_annotations: z.boolean().describe(\"Whether the tag is currently attached to any annotations\"),\n}).describe(\"Model representing a single annotation tag.\");\nexport const MixpanelGetAnnotationTagsAlt1Output: z.ZodTypeAny = z.object({\n tags: z.array(MixpanelGetAnnotationTagsAlt1_AnnotationTagSchema).describe(\"List of all tags that have been added to at least one annotation in the project\").nullable().optional(),\n}).describe(\"Response model for annotation tags data.\");\n\nexport const mixpanelGetAnnotationTagsAlt1 = action(\"MIXPANEL_GET_ANNOTATION_TAGS_ALT1\", {\n slug: \"mixpanel-get-annotation-tags-alt1\",\n name: \"Get Annotation Tags\",\n description: \"Tool to get all annotation tags from a Mixpanel project. Use when you need to retrieve tags that have been added to annotations. Requires a role of at least Analyst.\",\n input: MixpanelGetAnnotationTagsAlt1Input,\n output: MixpanelGetAnnotationTagsAlt1Output,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO,EACvE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAClF,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,oDAAkE,EAAE,OAAO;CAC/E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB;CACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CAChF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CACrE,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,0DAA0D;AAClG,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAKzD,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,MAAM,EAAE,MAAM,iDAAiD,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnL,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
@@ -0,0 +1,37 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/group-batch-update.ts
4
+ const MixpanelGroupBatchUpdateInput = zod.z.object({
5
+ data: zod.z.array(zod.z.object({
6
+ set: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Set or overwrite property values. Key-value pairs where keys are property names and values are the new values.").optional(),
7
+ token: zod.z.string().describe("Your Mixpanel project token"),
8
+ union: zod.z.object({}).describe("Add values to list properties, ensuring uniqueness. Keys are list property names, values are arrays to merge.").optional(),
9
+ unset: zod.z.array(zod.z.string()).describe("Delete specified properties from the group profile. Array of property names to remove.").optional(),
10
+ "delete": zod.z.string().describe("Delete the entire group profile. Pass empty string to delete.").optional(),
11
+ remove: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Remove specific values from list properties. Keys are list property names, values are items to remove.").optional(),
12
+ group_id: zod.z.string().describe("The unique identifier for the group"),
13
+ set_once: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Set property values only if they don't already exist. Key-value pairs.").optional(),
14
+ group_key: zod.z.string().describe("The group category/type (e.g., 'company', 'organization')")
15
+ }).describe("Individual group profile update object.")).describe("A list of group profile update objects. Each object contains the group identifiers and operations to perform."),
16
+ response_format: zod.z.enum([
17
+ "IP",
18
+ "Strict",
19
+ "Verbose"
20
+ ]).describe("Controls response format. IP: returns '1' for valid data, Strict: returns error for any invalid records, Verbose: detailed response.").optional()
21
+ }).describe("Request model for batch updating group profiles in Mixpanel.");
22
+ const MixpanelGroupBatchUpdateOutput = zod.z.object({
23
+ code: zod.z.number().int().describe("HTTP status code"),
24
+ error: zod.z.string().describe("Error message if the request failed").nullable().optional(),
25
+ status: zod.z.string().describe("Status message indicating success or failure")
26
+ }).describe("Response model for group batch update operation.");
27
+ const mixpanelGroupBatchUpdate = require_action.action("MIXPANEL_GROUP_BATCH_UPDATE", {
28
+ slug: "mixpanel-group-batch-update",
29
+ name: "Batch Update Group Profiles",
30
+ description: "Tool to send a batch of group profile updates to Mixpanel. Use when you need to update multiple group profiles in a single request. Supports operations like $set, $set_once, $union, $remove, $unset, and $delete. Note: $add is NOT supported for group profiles.",
31
+ input: MixpanelGroupBatchUpdateInput,
32
+ output: MixpanelGroupBatchUpdateOutput
33
+ });
34
+ //#endregion
35
+ exports.mixpanelGroupBatchUpdate = mixpanelGroupBatchUpdate;
36
+
37
+ //# sourceMappingURL=group-batch-update.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-batch-update.cjs","names":["z","action"],"sources":["../../src/actions/group-batch-update.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MixpanelGroupBatchUpdateInput: z.ZodTypeAny = z.object({\n data: z.array(z.object({\n set: z.record(z.string(), z.unknown()).describe(\"Set or overwrite property values. Key-value pairs where keys are property names and values are the new values.\").optional(),\n token: z.string().describe(\"Your Mixpanel project token\"),\n union: z.object({}).describe(\"Add values to list properties, ensuring uniqueness. Keys are list property names, values are arrays to merge.\").optional(),\n unset: z.array(z.string()).describe(\"Delete specified properties from the group profile. Array of property names to remove.\").optional(),\n \"delete\": z.string().describe(\"Delete the entire group profile. Pass empty string to delete.\").optional(),\n remove: z.record(z.string(), z.unknown()).describe(\"Remove specific values from list properties. Keys are list property names, values are items to remove.\").optional(),\n group_id: z.string().describe(\"The unique identifier for the group\"),\n set_once: z.record(z.string(), z.unknown()).describe(\"Set property values only if they don't already exist. Key-value pairs.\").optional(),\n group_key: z.string().describe(\"The group category/type (e.g., 'company', 'organization')\"),\n}).describe(\"Individual group profile update object.\")).describe(\"A list of group profile update objects. Each object contains the group identifiers and operations to perform.\"),\n response_format: z.enum([\"IP\", \"Strict\", \"Verbose\"]).describe(\"Controls response format. IP: returns '1' for valid data, Strict: returns error for any invalid records, Verbose: detailed response.\").optional(),\n}).describe(\"Request model for batch updating group profiles in Mixpanel.\");\nexport const MixpanelGroupBatchUpdateOutput: z.ZodTypeAny = z.object({\n code: z.number().int().describe(\"HTTP status code\"),\n error: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n status: z.string().describe(\"Status message indicating success or failure\"),\n}).describe(\"Response model for group batch update operation.\");\n\nexport const mixpanelGroupBatchUpdate = action(\"MIXPANEL_GROUP_BATCH_UPDATE\", {\n slug: \"mixpanel-group-batch-update\",\n name: \"Batch Update Group Profiles\",\n description: \"Tool to send a batch of group profile updates to Mixpanel. Use when you need to update multiple group profiles in a single request. Supports operations like $set, $set_once, $union, $remove, $unset, and $delete. Note: $add is NOT supported for group profiles.\",\n input: MixpanelGroupBatchUpdateInput,\n output: MixpanelGroupBatchUpdateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EACvB,KAAKA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gHAAgH,CAAC,CAAC,SAAS;EAC3K,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;EACxD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;EACvJ,OAAOA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;EACvI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;EACxG,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;EACtK,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EACnE,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EACxI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC5F,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,CAAC,SAAS,+GAA+G;CAC9K,iBAAiBA,IAAAA,EAAE,KAAK;EAAC;EAAM;EAAU;CAAS,CAAC,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;AACjN,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kBAAkB;CAClD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;AAC5E,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/group-batch-update.d.ts
4
+ declare const MixpanelGroupBatchUpdateInput: z.ZodTypeAny;
5
+ declare const MixpanelGroupBatchUpdateOutput: z.ZodTypeAny;
6
+ declare const mixpanelGroupBatchUpdate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mixpanelGroupBatchUpdate };
9
+ //# sourceMappingURL=group-batch-update.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-batch-update.d.cts","names":[],"sources":["../../src/actions/group-batch-update.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAa6B;AAAA,cAC9D,8BAAA,EAAgC,CAAA,CAAE,UAIgB;AAAA,cAElD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/group-batch-update.d.ts
4
+ declare const MixpanelGroupBatchUpdateInput: z.ZodTypeAny;
5
+ declare const MixpanelGroupBatchUpdateOutput: z.ZodTypeAny;
6
+ declare const mixpanelGroupBatchUpdate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mixpanelGroupBatchUpdate };
9
+ //# sourceMappingURL=group-batch-update.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-batch-update.d.mts","names":[],"sources":["../../src/actions/group-batch-update.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAa6B;AAAA,cAC9D,8BAAA,EAAgC,CAAA,CAAE,UAIgB;AAAA,cAElD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,34 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const mixpanelGroupBatchUpdate = action("MIXPANEL_GROUP_BATCH_UPDATE", {
4
+ slug: "mixpanel-group-batch-update",
5
+ name: "Batch Update Group Profiles",
6
+ description: "Tool to send a batch of group profile updates to Mixpanel. Use when you need to update multiple group profiles in a single request. Supports operations like $set, $set_once, $union, $remove, $unset, and $delete. Note: $add is NOT supported for group profiles.",
7
+ input: z.object({
8
+ data: z.array(z.object({
9
+ set: z.record(z.string(), z.unknown()).describe("Set or overwrite property values. Key-value pairs where keys are property names and values are the new values.").optional(),
10
+ token: z.string().describe("Your Mixpanel project token"),
11
+ union: z.object({}).describe("Add values to list properties, ensuring uniqueness. Keys are list property names, values are arrays to merge.").optional(),
12
+ unset: z.array(z.string()).describe("Delete specified properties from the group profile. Array of property names to remove.").optional(),
13
+ "delete": z.string().describe("Delete the entire group profile. Pass empty string to delete.").optional(),
14
+ remove: z.record(z.string(), z.unknown()).describe("Remove specific values from list properties. Keys are list property names, values are items to remove.").optional(),
15
+ group_id: z.string().describe("The unique identifier for the group"),
16
+ set_once: z.record(z.string(), z.unknown()).describe("Set property values only if they don't already exist. Key-value pairs.").optional(),
17
+ group_key: z.string().describe("The group category/type (e.g., 'company', 'organization')")
18
+ }).describe("Individual group profile update object.")).describe("A list of group profile update objects. Each object contains the group identifiers and operations to perform."),
19
+ response_format: z.enum([
20
+ "IP",
21
+ "Strict",
22
+ "Verbose"
23
+ ]).describe("Controls response format. IP: returns '1' for valid data, Strict: returns error for any invalid records, Verbose: detailed response.").optional()
24
+ }).describe("Request model for batch updating group profiles in Mixpanel."),
25
+ output: z.object({
26
+ code: z.number().int().describe("HTTP status code"),
27
+ error: z.string().describe("Error message if the request failed").nullable().optional(),
28
+ status: z.string().describe("Status message indicating success or failure")
29
+ }).describe("Response model for group batch update operation.")
30
+ });
31
+ //#endregion
32
+ export { mixpanelGroupBatchUpdate };
33
+
34
+ //# sourceMappingURL=group-batch-update.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-batch-update.mjs","names":[],"sources":["../../src/actions/group-batch-update.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MixpanelGroupBatchUpdateInput: z.ZodTypeAny = z.object({\n data: z.array(z.object({\n set: z.record(z.string(), z.unknown()).describe(\"Set or overwrite property values. Key-value pairs where keys are property names and values are the new values.\").optional(),\n token: z.string().describe(\"Your Mixpanel project token\"),\n union: z.object({}).describe(\"Add values to list properties, ensuring uniqueness. Keys are list property names, values are arrays to merge.\").optional(),\n unset: z.array(z.string()).describe(\"Delete specified properties from the group profile. Array of property names to remove.\").optional(),\n \"delete\": z.string().describe(\"Delete the entire group profile. Pass empty string to delete.\").optional(),\n remove: z.record(z.string(), z.unknown()).describe(\"Remove specific values from list properties. Keys are list property names, values are items to remove.\").optional(),\n group_id: z.string().describe(\"The unique identifier for the group\"),\n set_once: z.record(z.string(), z.unknown()).describe(\"Set property values only if they don't already exist. Key-value pairs.\").optional(),\n group_key: z.string().describe(\"The group category/type (e.g., 'company', 'organization')\"),\n}).describe(\"Individual group profile update object.\")).describe(\"A list of group profile update objects. Each object contains the group identifiers and operations to perform.\"),\n response_format: z.enum([\"IP\", \"Strict\", \"Verbose\"]).describe(\"Controls response format. IP: returns '1' for valid data, Strict: returns error for any invalid records, Verbose: detailed response.\").optional(),\n}).describe(\"Request model for batch updating group profiles in Mixpanel.\");\nexport const MixpanelGroupBatchUpdateOutput: z.ZodTypeAny = z.object({\n code: z.number().int().describe(\"HTTP status code\"),\n error: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n status: z.string().describe(\"Status message indicating success or failure\"),\n}).describe(\"Response model for group batch update operation.\");\n\nexport const mixpanelGroupBatchUpdate = action(\"MIXPANEL_GROUP_BATCH_UPDATE\", {\n slug: \"mixpanel-group-batch-update\",\n name: \"Batch Update Group Profiles\",\n description: \"Tool to send a batch of group profile updates to Mixpanel. Use when you need to update multiple group profiles in a single request. Supports operations like $set, $set_once, $union, $remove, $unset, and $delete. Note: $add is NOT supported for group profiles.\",\n input: MixpanelGroupBatchUpdateInput,\n output: MixpanelGroupBatchUpdateOutput,\n});\n"],"mappings":";;AAwBA,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAxByD,EAAE,OAAO;EAClE,MAAM,EAAE,MAAM,EAAE,OAAO;GACvB,KAAK,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gHAAgH,CAAC,CAAC,SAAS;GAC3K,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;GACxD,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;GACvJ,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wFAAwF,CAAC,CAAC,SAAS;GACvI,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;GACxG,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wGAAwG,CAAC,CAAC,SAAS;GACtK,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;GACnE,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;GACxI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC5F,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,CAAC,SAAS,+GAA+G;EAC9K,iBAAiB,EAAE,KAAK;GAAC;GAAM;GAAU;EAAS,CAAC,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;CACjN,CAAC,CAAC,CAAC,SAAS,8DAWH;CACP,QAX0D,EAAE,OAAO;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kBAAkB;EAClD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC5E,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/group-delete-property.ts
4
+ const MixpanelGroupDeletePropertyInput = zod.z.object({
5
+ token: zod.z.string().describe("Your Mixpanel project authentication token"),
6
+ group_id: zod.z.string().describe("The unique identifier for the specific group to update"),
7
+ group_key: zod.z.string().describe("The group category/type identifier (e.g., 'company', 'organization', 'team')"),
8
+ properties: zod.z.array(zod.z.string()).describe("List of property names to delete/unset from the group profile")
9
+ }).describe("Request model for deleting properties from a group profile.");
10
+ const MixpanelGroupDeletePropertyOutput = zod.z.object({
11
+ code: zod.z.number().int().describe("HTTP status code (200 for success)"),
12
+ error: zod.z.string().describe("Error message if the request failed").nullable().optional(),
13
+ status: zod.z.union([zod.z.string(), zod.z.number().int()])
14
+ }).describe("Response model for group property deletion operation.");
15
+ const mixpanelGroupDeleteProperty = require_action.action("MIXPANEL_GROUP_DELETE_PROPERTY", {
16
+ slug: "mixpanel-group-delete-property",
17
+ name: "Delete Group Properties",
18
+ description: "Tool to delete specific properties from a Mixpanel group profile. Use when you need to permanently remove unwanted properties from a group (company, organization, team, etc.). The operation uses the $unset operation to permanently remove the specified properties.",
19
+ input: MixpanelGroupDeletePropertyInput,
20
+ output: MixpanelGroupDeletePropertyOutput
21
+ });
22
+ //#endregion
23
+ exports.mixpanelGroupDeleteProperty = mixpanelGroupDeleteProperty;
24
+
25
+ //# sourceMappingURL=group-delete-property.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-delete-property.cjs","names":["z","action"],"sources":["../../src/actions/group-delete-property.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MixpanelGroupDeletePropertyInput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Your Mixpanel project authentication token\"),\n group_id: z.string().describe(\"The unique identifier for the specific group to update\"),\n group_key: z.string().describe(\"The group category/type identifier (e.g., 'company', 'organization', 'team')\"),\n properties: z.array(z.string()).describe(\"List of property names to delete/unset from the group profile\"),\n}).describe(\"Request model for deleting properties from a group profile.\");\nexport const MixpanelGroupDeletePropertyOutput: z.ZodTypeAny = z.object({\n code: z.number().int().describe(\"HTTP status code (200 for success)\"),\n error: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n status: z.union([z.string(), z.number().int()]),\n}).describe(\"Response model for group property deletion operation.\");\n\nexport const mixpanelGroupDeleteProperty = action(\"MIXPANEL_GROUP_DELETE_PROPERTY\", {\n slug: \"mixpanel-group-delete-property\",\n name: \"Delete Group Properties\",\n description: \"Tool to delete specific properties from a Mixpanel group profile. Use when you need to permanently remove unwanted properties from a group (company, organization, team, etc.). The operation uses the $unset operation to permanently remove the specified properties.\",\n input: MixpanelGroupDeletePropertyInput,\n output: MixpanelGroupDeletePropertyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACtF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;CAC7G,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC1G,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;AAChD,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/group-delete-property.d.ts
4
+ declare const MixpanelGroupDeletePropertyInput: z.ZodTypeAny;
5
+ declare const MixpanelGroupDeletePropertyOutput: z.ZodTypeAny;
6
+ declare const mixpanelGroupDeleteProperty: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mixpanelGroupDeleteProperty };
9
+ //# sourceMappingURL=group-delete-property.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-delete-property.d.cts","names":[],"sources":["../../src/actions/group-delete-property.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAKyB;AAAA,cAC7D,iCAAA,EAAmC,CAAA,CAAE,UAIkB;AAAA,cAEvD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/group-delete-property.d.ts
4
+ declare const MixpanelGroupDeletePropertyInput: z.ZodTypeAny;
5
+ declare const MixpanelGroupDeletePropertyOutput: z.ZodTypeAny;
6
+ declare const mixpanelGroupDeleteProperty: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mixpanelGroupDeleteProperty };
9
+ //# sourceMappingURL=group-delete-property.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-delete-property.d.mts","names":[],"sources":["../../src/actions/group-delete-property.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAKyB;AAAA,cAC7D,iCAAA,EAAmC,CAAA,CAAE,UAIkB;AAAA,cAEvD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const mixpanelGroupDeleteProperty = action("MIXPANEL_GROUP_DELETE_PROPERTY", {
4
+ slug: "mixpanel-group-delete-property",
5
+ name: "Delete Group Properties",
6
+ description: "Tool to delete specific properties from a Mixpanel group profile. Use when you need to permanently remove unwanted properties from a group (company, organization, team, etc.). The operation uses the $unset operation to permanently remove the specified properties.",
7
+ input: z.object({
8
+ token: z.string().describe("Your Mixpanel project authentication token"),
9
+ group_id: z.string().describe("The unique identifier for the specific group to update"),
10
+ group_key: z.string().describe("The group category/type identifier (e.g., 'company', 'organization', 'team')"),
11
+ properties: z.array(z.string()).describe("List of property names to delete/unset from the group profile")
12
+ }).describe("Request model for deleting properties from a group profile."),
13
+ output: z.object({
14
+ code: z.number().int().describe("HTTP status code (200 for success)"),
15
+ error: z.string().describe("Error message if the request failed").nullable().optional(),
16
+ status: z.union([z.string(), z.number().int()])
17
+ }).describe("Response model for group property deletion operation.")
18
+ });
19
+ //#endregion
20
+ export { mixpanelGroupDeleteProperty };
21
+
22
+ //# sourceMappingURL=group-delete-property.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"group-delete-property.mjs","names":[],"sources":["../../src/actions/group-delete-property.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MixpanelGroupDeletePropertyInput: z.ZodTypeAny = z.object({\n token: z.string().describe(\"Your Mixpanel project authentication token\"),\n group_id: z.string().describe(\"The unique identifier for the specific group to update\"),\n group_key: z.string().describe(\"The group category/type identifier (e.g., 'company', 'organization', 'team')\"),\n properties: z.array(z.string()).describe(\"List of property names to delete/unset from the group profile\"),\n}).describe(\"Request model for deleting properties from a group profile.\");\nexport const MixpanelGroupDeletePropertyOutput: z.ZodTypeAny = z.object({\n code: z.number().int().describe(\"HTTP status code (200 for success)\"),\n error: z.string().describe(\"Error message if the request failed\").nullable().optional(),\n status: z.union([z.string(), z.number().int()]),\n}).describe(\"Response model for group property deletion operation.\");\n\nexport const mixpanelGroupDeleteProperty = action(\"MIXPANEL_GROUP_DELETE_PROPERTY\", {\n slug: \"mixpanel-group-delete-property\",\n name: \"Delete Group Properties\",\n description: \"Tool to delete specific properties from a Mixpanel group profile. Use when you need to permanently remove unwanted properties from a group (company, organization, team, etc.). The operation uses the $unset operation to permanently remove the specified properties.\",\n input: MixpanelGroupDeletePropertyInput,\n output: MixpanelGroupDeletePropertyOutput,\n});\n"],"mappings":";;AAgBA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB4D,EAAE,OAAO;EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;EACtF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;EAC7G,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+DAA+D;CAC1G,CAAC,CAAC,CAAC,SAAS,6DAWH;CACP,QAX6D,EAAE,OAAO;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;EACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,QAAQ,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC;CAChD,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/identity-create-alias.ts
4
+ const MixpanelIdentityCreateAliasInput = zod.z.object({
5
+ alias: zod.z.string().describe("A new distinct_id value that will be interpreted as the existing distinct_id. Each alias can only map to one distinct_id. Typically set during user signup to connect anonymous pre-signup events with post-signup activity."),
6
+ token: zod.z.string().describe("Project authentication token for client-side authentication."),
7
+ distinct_id: zod.z.string().describe("The existing distinct ID to be merged with the alias. This is the original identifier that the alias will map to.")
8
+ }).describe("Request model for creating an identity alias in Mixpanel.");
9
+ const MixpanelIdentityCreateAliasOutput = zod.z.object({ status: zod.z.number().int().describe("Status of the request. 1 indicates the alias was successfully created.") }).describe("Response model for identity alias creation.");
10
+ const mixpanelIdentityCreateAlias = require_action.action("MIXPANEL_IDENTITY_CREATE_ALIAS", {
11
+ slug: "mixpanel-identity-create-alias",
12
+ name: "Create Identity Alias",
13
+ description: "Tool to create an alias mapping between two distinct IDs in Mixpanel. Use when you need to link a new identifier with an existing one. This is only available for projects using the Original ID Merge system and Legacy ID Management System; it has no effect in the Simplified ID Merge system. Typically called once during user signup to connect anonymous pre-signup events with post-signup activity. Each alias can only map to one distinct_id.",
14
+ input: MixpanelIdentityCreateAliasInput,
15
+ output: MixpanelIdentityCreateAliasOutput
16
+ });
17
+ //#endregion
18
+ exports.mixpanelIdentityCreateAlias = mixpanelIdentityCreateAlias;
19
+
20
+ //# sourceMappingURL=identity-create-alias.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"identity-create-alias.cjs","names":["z","action"],"sources":["../../src/actions/identity-create-alias.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const MixpanelIdentityCreateAliasInput: z.ZodTypeAny = z.object({\n alias: z.string().describe(\"A new distinct_id value that will be interpreted as the existing distinct_id. Each alias can only map to one distinct_id. Typically set during user signup to connect anonymous pre-signup events with post-signup activity.\"),\n token: z.string().describe(\"Project authentication token for client-side authentication.\"),\n distinct_id: z.string().describe(\"The existing distinct ID to be merged with the alias. This is the original identifier that the alias will map to.\"),\n}).describe(\"Request model for creating an identity alias in Mixpanel.\");\nexport const MixpanelIdentityCreateAliasOutput: z.ZodTypeAny = z.object({\n status: z.number().int().describe(\"Status of the request. 1 indicates the alias was successfully created.\"),\n}).describe(\"Response model for identity alias creation.\");\n\nexport const mixpanelIdentityCreateAlias = action(\"MIXPANEL_IDENTITY_CREATE_ALIAS\", {\n slug: \"mixpanel-identity-create-alias\",\n name: \"Create Identity Alias\",\n description: \"Tool to create an alias mapping between two distinct IDs in Mixpanel. Use when you need to link a new identifier with an existing one. This is only available for projects using the Original ID Merge system and Legacy ID Management System; it has no effect in the Simplified ID Merge system. Typically called once during user signup to connect anonymous pre-signup events with post-signup activity. Each alias can only map to one distinct_id.\",\n input: MixpanelIdentityCreateAliasInput,\n output: MixpanelIdentityCreateAliasOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8NAA8N;CACzP,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH;AACtJ,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wEAAwE,EAC5G,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/identity-create-alias.d.ts
4
+ declare const MixpanelIdentityCreateAliasInput: z.ZodTypeAny;
5
+ declare const MixpanelIdentityCreateAliasOutput: z.ZodTypeAny;
6
+ declare const mixpanelIdentityCreateAlias: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { mixpanelIdentityCreateAlias };
9
+ //# sourceMappingURL=identity-create-alias.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"identity-create-alias.d.cts","names":[],"sources":["../../src/actions/identity-create-alias.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAIuB;AAAA,cAC3D,iCAAA,EAAmC,CAAA,CAAE,UAEQ;AAAA,cAE7C,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}