@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.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-unique-to-profile-list-property.cjs +31 -0
- package/dist/actions/add-unique-to-profile-list-property.cjs.map +1 -0
- package/dist/actions/add-unique-to-profile-list-property.d.cts +9 -0
- package/dist/actions/add-unique-to-profile-list-property.d.cts.map +1 -0
- package/dist/actions/add-unique-to-profile-list-property.d.mts +9 -0
- package/dist/actions/add-unique-to-profile-list-property.d.mts.map +1 -0
- package/dist/actions/add-unique-to-profile-list-property.mjs +28 -0
- package/dist/actions/add-unique-to-profile-list-property.mjs.map +1 -0
- package/dist/actions/aggregate-events.cjs +46 -0
- package/dist/actions/aggregate-events.cjs.map +1 -0
- package/dist/actions/aggregate-events.d.cts +9 -0
- package/dist/actions/aggregate-events.d.cts.map +1 -0
- package/dist/actions/aggregate-events.d.mts +9 -0
- package/dist/actions/aggregate-events.d.mts.map +1 -0
- package/dist/actions/aggregate-events.mjs +45 -0
- package/dist/actions/aggregate-events.mjs.map +1 -0
- package/dist/actions/aggregated-event-property-values.cjs +46 -0
- package/dist/actions/aggregated-event-property-values.cjs.map +1 -0
- package/dist/actions/aggregated-event-property-values.d.cts +9 -0
- package/dist/actions/aggregated-event-property-values.d.cts.map +1 -0
- package/dist/actions/aggregated-event-property-values.d.mts +9 -0
- package/dist/actions/aggregated-event-property-values.d.mts.map +1 -0
- package/dist/actions/aggregated-event-property-values.mjs +45 -0
- package/dist/actions/aggregated-event-property-values.mjs.map +1 -0
- package/dist/actions/cohorts-list.cjs +28 -0
- package/dist/actions/cohorts-list.cjs.map +1 -0
- package/dist/actions/cohorts-list.d.cts +9 -0
- package/dist/actions/cohorts-list.d.cts.map +1 -0
- package/dist/actions/cohorts-list.d.mts +9 -0
- package/dist/actions/cohorts-list.d.mts.map +1 -0
- package/dist/actions/cohorts-list.mjs +27 -0
- package/dist/actions/cohorts-list.mjs.map +1 -0
- package/dist/actions/create-annotation-tag.cjs +24 -0
- package/dist/actions/create-annotation-tag.cjs.map +1 -0
- package/dist/actions/create-annotation-tag.d.cts +9 -0
- package/dist/actions/create-annotation-tag.d.cts.map +1 -0
- package/dist/actions/create-annotation-tag.d.mts +9 -0
- package/dist/actions/create-annotation-tag.d.mts.map +1 -0
- package/dist/actions/create-annotation-tag.mjs +21 -0
- package/dist/actions/create-annotation-tag.mjs.map +1 -0
- package/dist/actions/create-identity.cjs +25 -0
- package/dist/actions/create-identity.cjs.map +1 -0
- package/dist/actions/create-identity.d.cts +9 -0
- package/dist/actions/create-identity.d.cts.map +1 -0
- package/dist/actions/create-identity.d.mts +9 -0
- package/dist/actions/create-identity.d.mts.map +1 -0
- package/dist/actions/create-identity.mjs +22 -0
- package/dist/actions/create-identity.mjs.map +1 -0
- package/dist/actions/create-service-account.cjs +48 -0
- package/dist/actions/create-service-account.cjs.map +1 -0
- package/dist/actions/create-service-account.d.cts +9 -0
- package/dist/actions/create-service-account.d.cts.map +1 -0
- package/dist/actions/create-service-account.d.mts +9 -0
- package/dist/actions/create-service-account.d.mts.map +1 -0
- package/dist/actions/create-service-account.mjs +47 -0
- package/dist/actions/create-service-account.mjs.map +1 -0
- package/dist/actions/delete-group.cjs +24 -0
- package/dist/actions/delete-group.cjs.map +1 -0
- package/dist/actions/delete-group.d.cts +9 -0
- package/dist/actions/delete-group.d.cts.map +1 -0
- package/dist/actions/delete-group.d.mts +9 -0
- package/dist/actions/delete-group.d.mts.map +1 -0
- package/dist/actions/delete-group.mjs +21 -0
- package/dist/actions/delete-group.mjs.map +1 -0
- package/dist/actions/delete-profile-batch.cjs +24 -0
- package/dist/actions/delete-profile-batch.cjs.map +1 -0
- package/dist/actions/delete-profile-batch.d.cts +9 -0
- package/dist/actions/delete-profile-batch.d.cts.map +1 -0
- package/dist/actions/delete-profile-batch.d.mts +9 -0
- package/dist/actions/delete-profile-batch.d.mts.map +1 -0
- package/dist/actions/delete-profile-batch.mjs +21 -0
- package/dist/actions/delete-profile-batch.mjs.map +1 -0
- package/dist/actions/delete-profile-property.cjs +27 -0
- package/dist/actions/delete-profile-property.cjs.map +1 -0
- package/dist/actions/delete-profile-property.d.cts +9 -0
- package/dist/actions/delete-profile-property.d.cts.map +1 -0
- package/dist/actions/delete-profile-property.d.mts +9 -0
- package/dist/actions/delete-profile-property.d.mts.map +1 -0
- package/dist/actions/delete-profile-property.mjs +24 -0
- package/dist/actions/delete-profile-property.mjs.map +1 -0
- package/dist/actions/delete-profile.cjs +22 -0
- package/dist/actions/delete-profile.cjs.map +1 -0
- package/dist/actions/delete-profile.d.cts +9 -0
- package/dist/actions/delete-profile.d.cts.map +1 -0
- package/dist/actions/delete-profile.d.mts +9 -0
- package/dist/actions/delete-profile.d.mts.map +1 -0
- package/dist/actions/delete-profile.mjs +19 -0
- package/dist/actions/delete-profile.mjs.map +1 -0
- package/dist/actions/get-all-projects.cjs +16 -0
- package/dist/actions/get-all-projects.cjs.map +1 -0
- package/dist/actions/get-all-projects.d.cts +9 -0
- package/dist/actions/get-all-projects.d.cts.map +1 -0
- package/dist/actions/get-all-projects.d.mts +9 -0
- package/dist/actions/get-all-projects.d.mts.map +1 -0
- package/dist/actions/get-all-projects.mjs +13 -0
- package/dist/actions/get-all-projects.mjs.map +1 -0
- package/dist/actions/get-annotation-tags-alt1.cjs +22 -0
- package/dist/actions/get-annotation-tags-alt1.cjs.map +1 -0
- package/dist/actions/get-annotation-tags-alt1.d.cts +9 -0
- package/dist/actions/get-annotation-tags-alt1.d.cts.map +1 -0
- package/dist/actions/get-annotation-tags-alt1.d.mts +9 -0
- package/dist/actions/get-annotation-tags-alt1.d.mts.map +1 -0
- package/dist/actions/get-annotation-tags-alt1.mjs +21 -0
- package/dist/actions/get-annotation-tags-alt1.mjs.map +1 -0
- package/dist/actions/group-batch-update.cjs +37 -0
- package/dist/actions/group-batch-update.cjs.map +1 -0
- package/dist/actions/group-batch-update.d.cts +9 -0
- package/dist/actions/group-batch-update.d.cts.map +1 -0
- package/dist/actions/group-batch-update.d.mts +9 -0
- package/dist/actions/group-batch-update.d.mts.map +1 -0
- package/dist/actions/group-batch-update.mjs +34 -0
- package/dist/actions/group-batch-update.mjs.map +1 -0
- package/dist/actions/group-delete-property.cjs +25 -0
- package/dist/actions/group-delete-property.cjs.map +1 -0
- package/dist/actions/group-delete-property.d.cts +9 -0
- package/dist/actions/group-delete-property.d.cts.map +1 -0
- package/dist/actions/group-delete-property.d.mts +9 -0
- package/dist/actions/group-delete-property.d.mts.map +1 -0
- package/dist/actions/group-delete-property.mjs +22 -0
- package/dist/actions/group-delete-property.mjs.map +1 -0
- package/dist/actions/identity-create-alias.cjs +20 -0
- package/dist/actions/identity-create-alias.cjs.map +1 -0
- package/dist/actions/identity-create-alias.d.cts +9 -0
- package/dist/actions/identity-create-alias.d.cts.map +1 -0
- package/dist/actions/identity-create-alias.d.mts +9 -0
- package/dist/actions/identity-create-alias.d.mts.map +1 -0
- package/dist/actions/identity-create-alias.mjs +17 -0
- package/dist/actions/identity-create-alias.mjs.map +1 -0
- package/dist/actions/index.cjs +87 -0
- package/dist/actions/index.d.cts +44 -0
- package/dist/actions/index.d.mts +44 -0
- package/dist/actions/index.mjs +44 -0
- package/dist/actions/jql-query.cjs +28 -0
- package/dist/actions/jql-query.cjs.map +1 -0
- package/dist/actions/jql-query.d.cts +9 -0
- package/dist/actions/jql-query.d.cts.map +1 -0
- package/dist/actions/jql-query.d.mts +9 -0
- package/dist/actions/jql-query.d.mts.map +1 -0
- package/dist/actions/jql-query.mjs +25 -0
- package/dist/actions/jql-query.mjs.map +1 -0
- package/dist/actions/list-funnels.cjs +23 -0
- package/dist/actions/list-funnels.cjs.map +1 -0
- package/dist/actions/list-funnels.d.cts +9 -0
- package/dist/actions/list-funnels.d.cts.map +1 -0
- package/dist/actions/list-funnels.d.mts +9 -0
- package/dist/actions/list-funnels.d.mts.map +1 -0
- package/dist/actions/list-funnels.mjs +22 -0
- package/dist/actions/list-funnels.mjs.map +1 -0
- package/dist/actions/list-service-accounts.cjs +28 -0
- package/dist/actions/list-service-accounts.cjs.map +1 -0
- package/dist/actions/list-service-accounts.d.cts +9 -0
- package/dist/actions/list-service-accounts.d.cts.map +1 -0
- package/dist/actions/list-service-accounts.d.mts +9 -0
- package/dist/actions/list-service-accounts.d.mts.map +1 -0
- package/dist/actions/list-service-accounts.mjs +27 -0
- package/dist/actions/list-service-accounts.mjs.map +1 -0
- package/dist/actions/profile-append-to-list-property.cjs +28 -0
- package/dist/actions/profile-append-to-list-property.cjs.map +1 -0
- package/dist/actions/profile-append-to-list-property.d.cts +9 -0
- package/dist/actions/profile-append-to-list-property.d.cts.map +1 -0
- package/dist/actions/profile-append-to-list-property.d.mts +9 -0
- package/dist/actions/profile-append-to-list-property.d.mts.map +1 -0
- package/dist/actions/profile-append-to-list-property.mjs +25 -0
- package/dist/actions/profile-append-to-list-property.mjs.map +1 -0
- package/dist/actions/profile-batch-update.cjs +41 -0
- package/dist/actions/profile-batch-update.cjs.map +1 -0
- package/dist/actions/profile-batch-update.d.cts +9 -0
- package/dist/actions/profile-batch-update.d.cts.map +1 -0
- package/dist/actions/profile-batch-update.d.mts +9 -0
- package/dist/actions/profile-batch-update.d.mts.map +1 -0
- package/dist/actions/profile-batch-update.mjs +40 -0
- package/dist/actions/profile-batch-update.mjs.map +1 -0
- package/dist/actions/profile-event-activity.cjs +67 -0
- package/dist/actions/profile-event-activity.cjs.map +1 -0
- package/dist/actions/profile-event-activity.d.cts +9 -0
- package/dist/actions/profile-event-activity.d.cts.map +1 -0
- package/dist/actions/profile-event-activity.d.mts +9 -0
- package/dist/actions/profile-event-activity.d.mts.map +1 -0
- package/dist/actions/profile-event-activity.mjs +66 -0
- package/dist/actions/profile-event-activity.mjs.map +1 -0
- package/dist/actions/profile-numerical-add.cjs +27 -0
- package/dist/actions/profile-numerical-add.cjs.map +1 -0
- package/dist/actions/profile-numerical-add.d.cts +9 -0
- package/dist/actions/profile-numerical-add.d.cts.map +1 -0
- package/dist/actions/profile-numerical-add.d.mts +9 -0
- package/dist/actions/profile-numerical-add.d.mts.map +1 -0
- package/dist/actions/profile-numerical-add.mjs +24 -0
- package/dist/actions/profile-numerical-add.mjs.map +1 -0
- package/dist/actions/profile-remove-from-list-property.cjs +28 -0
- package/dist/actions/profile-remove-from-list-property.cjs.map +1 -0
- package/dist/actions/profile-remove-from-list-property.d.cts +9 -0
- package/dist/actions/profile-remove-from-list-property.d.cts.map +1 -0
- package/dist/actions/profile-remove-from-list-property.d.mts +9 -0
- package/dist/actions/profile-remove-from-list-property.d.mts.map +1 -0
- package/dist/actions/profile-remove-from-list-property.mjs +25 -0
- package/dist/actions/profile-remove-from-list-property.mjs.map +1 -0
- package/dist/actions/profile-set.cjs +26 -0
- package/dist/actions/profile-set.cjs.map +1 -0
- package/dist/actions/profile-set.d.cts +9 -0
- package/dist/actions/profile-set.d.cts.map +1 -0
- package/dist/actions/profile-set.d.mts +9 -0
- package/dist/actions/profile-set.d.mts.map +1 -0
- package/dist/actions/profile-set.mjs +23 -0
- package/dist/actions/profile-set.mjs.map +1 -0
- package/dist/actions/query-frequency-report.cjs +31 -0
- package/dist/actions/query-frequency-report.cjs.map +1 -0
- package/dist/actions/query-frequency-report.d.cts +9 -0
- package/dist/actions/query-frequency-report.d.cts.map +1 -0
- package/dist/actions/query-frequency-report.d.mts +9 -0
- package/dist/actions/query-frequency-report.d.mts.map +1 -0
- package/dist/actions/query-frequency-report.mjs +28 -0
- package/dist/actions/query-frequency-report.mjs.map +1 -0
- package/dist/actions/query-funnel.cjs +42 -0
- package/dist/actions/query-funnel.cjs.map +1 -0
- package/dist/actions/query-funnel.d.cts +9 -0
- package/dist/actions/query-funnel.d.cts.map +1 -0
- package/dist/actions/query-funnel.d.mts +9 -0
- package/dist/actions/query-funnel.d.mts.map +1 -0
- package/dist/actions/query-funnel.mjs +41 -0
- package/dist/actions/query-funnel.mjs.map +1 -0
- package/dist/actions/query-insight.cjs +29 -0
- package/dist/actions/query-insight.cjs.map +1 -0
- package/dist/actions/query-insight.d.cts +9 -0
- package/dist/actions/query-insight.d.cts.map +1 -0
- package/dist/actions/query-insight.d.mts +9 -0
- package/dist/actions/query-insight.d.mts.map +1 -0
- package/dist/actions/query-insight.mjs +28 -0
- package/dist/actions/query-insight.mjs.map +1 -0
- package/dist/actions/query-numeric-average.cjs +28 -0
- package/dist/actions/query-numeric-average.cjs.map +1 -0
- package/dist/actions/query-numeric-average.d.cts +9 -0
- package/dist/actions/query-numeric-average.d.cts.map +1 -0
- package/dist/actions/query-numeric-average.d.mts +9 -0
- package/dist/actions/query-numeric-average.d.mts.map +1 -0
- package/dist/actions/query-numeric-average.mjs +25 -0
- package/dist/actions/query-numeric-average.mjs.map +1 -0
- package/dist/actions/query-numeric-sum.cjs +29 -0
- package/dist/actions/query-numeric-sum.cjs.map +1 -0
- package/dist/actions/query-numeric-sum.d.cts +9 -0
- package/dist/actions/query-numeric-sum.d.cts.map +1 -0
- package/dist/actions/query-numeric-sum.d.mts +9 -0
- package/dist/actions/query-numeric-sum.d.mts.map +1 -0
- package/dist/actions/query-numeric-sum.mjs +26 -0
- package/dist/actions/query-numeric-sum.mjs.map +1 -0
- package/dist/actions/query-profiles.cjs +41 -0
- package/dist/actions/query-profiles.cjs.map +1 -0
- package/dist/actions/query-profiles.d.cts +9 -0
- package/dist/actions/query-profiles.d.cts.map +1 -0
- package/dist/actions/query-profiles.d.mts +9 -0
- package/dist/actions/query-profiles.d.mts.map +1 -0
- package/dist/actions/query-profiles.mjs +40 -0
- package/dist/actions/query-profiles.mjs.map +1 -0
- package/dist/actions/query-retention-report.cjs +35 -0
- package/dist/actions/query-retention-report.cjs.map +1 -0
- package/dist/actions/query-retention-report.d.cts +9 -0
- package/dist/actions/query-retention-report.d.cts.map +1 -0
- package/dist/actions/query-retention-report.d.mts +9 -0
- package/dist/actions/query-retention-report.d.mts.map +1 -0
- package/dist/actions/query-retention-report.mjs +32 -0
- package/dist/actions/query-retention-report.mjs.map +1 -0
- package/dist/actions/query-segmentation.cjs +43 -0
- package/dist/actions/query-segmentation.cjs.map +1 -0
- package/dist/actions/query-segmentation.d.cts +9 -0
- package/dist/actions/query-segmentation.d.cts.map +1 -0
- package/dist/actions/query-segmentation.d.mts +9 -0
- package/dist/actions/query-segmentation.d.mts.map +1 -0
- package/dist/actions/query-segmentation.mjs +42 -0
- package/dist/actions/query-segmentation.mjs.map +1 -0
- package/dist/actions/query-top-events.cjs +38 -0
- package/dist/actions/query-top-events.cjs.map +1 -0
- package/dist/actions/query-top-events.d.cts +9 -0
- package/dist/actions/query-top-events.d.cts.map +1 -0
- package/dist/actions/query-top-events.d.mts +9 -0
- package/dist/actions/query-top-events.d.mts.map +1 -0
- package/dist/actions/query-top-events.mjs +37 -0
- package/dist/actions/query-top-events.mjs.map +1 -0
- package/dist/actions/remove-from-group-list-property.cjs +25 -0
- package/dist/actions/remove-from-group-list-property.cjs.map +1 -0
- package/dist/actions/remove-from-group-list-property.d.cts +9 -0
- package/dist/actions/remove-from-group-list-property.d.cts.map +1 -0
- package/dist/actions/remove-from-group-list-property.d.mts +9 -0
- package/dist/actions/remove-from-group-list-property.d.mts.map +1 -0
- package/dist/actions/remove-from-group-list-property.mjs +22 -0
- package/dist/actions/remove-from-group-list-property.mjs.map +1 -0
- package/dist/actions/remove-from-list-property.cjs +26 -0
- package/dist/actions/remove-from-list-property.cjs.map +1 -0
- package/dist/actions/remove-from-list-property.d.cts +9 -0
- package/dist/actions/remove-from-list-property.d.cts.map +1 -0
- package/dist/actions/remove-from-list-property.d.mts +9 -0
- package/dist/actions/remove-from-list-property.d.mts.map +1 -0
- package/dist/actions/remove-from-list-property.mjs +23 -0
- package/dist/actions/remove-from-list-property.mjs.map +1 -0
- package/dist/actions/segmentation-numeric-query.cjs +39 -0
- package/dist/actions/segmentation-numeric-query.cjs.map +1 -0
- package/dist/actions/segmentation-numeric-query.d.cts +9 -0
- package/dist/actions/segmentation-numeric-query.d.cts.map +1 -0
- package/dist/actions/segmentation-numeric-query.d.mts +9 -0
- package/dist/actions/segmentation-numeric-query.d.mts.map +1 -0
- package/dist/actions/segmentation-numeric-query.mjs +36 -0
- package/dist/actions/segmentation-numeric-query.mjs.map +1 -0
- package/dist/actions/set-group-property-once.cjs +25 -0
- package/dist/actions/set-group-property-once.cjs.map +1 -0
- package/dist/actions/set-group-property-once.d.cts +9 -0
- package/dist/actions/set-group-property-once.d.cts.map +1 -0
- package/dist/actions/set-group-property-once.d.mts +9 -0
- package/dist/actions/set-group-property-once.d.mts.map +1 -0
- package/dist/actions/set-group-property-once.mjs +22 -0
- package/dist/actions/set-group-property-once.mjs.map +1 -0
- package/dist/actions/set-profile-property-once.cjs +26 -0
- package/dist/actions/set-profile-property-once.cjs.map +1 -0
- package/dist/actions/set-profile-property-once.d.cts +9 -0
- package/dist/actions/set-profile-property-once.d.cts.map +1 -0
- package/dist/actions/set-profile-property-once.d.mts +9 -0
- package/dist/actions/set-profile-property-once.d.mts.map +1 -0
- package/dist/actions/set-profile-property-once.mjs +23 -0
- package/dist/actions/set-profile-property-once.mjs.map +1 -0
- package/dist/actions/top-event-properties.cjs +21 -0
- package/dist/actions/top-event-properties.cjs.map +1 -0
- package/dist/actions/top-event-properties.d.cts +9 -0
- package/dist/actions/top-event-properties.d.cts.map +1 -0
- package/dist/actions/top-event-properties.d.mts +9 -0
- package/dist/actions/top-event-properties.d.mts.map +1 -0
- package/dist/actions/top-event-properties.mjs +18 -0
- package/dist/actions/top-event-properties.mjs.map +1 -0
- package/dist/actions/top-event-property-values.cjs +22 -0
- package/dist/actions/top-event-property-values.cjs.map +1 -0
- package/dist/actions/top-event-property-values.d.cts +9 -0
- package/dist/actions/top-event-property-values.d.cts.map +1 -0
- package/dist/actions/top-event-property-values.d.mts +9 -0
- package/dist/actions/top-event-property-values.d.mts.map +1 -0
- package/dist/actions/top-event-property-values.mjs +19 -0
- package/dist/actions/top-event-property-values.mjs.map +1 -0
- package/dist/actions/top-events.cjs +25 -0
- package/dist/actions/top-events.cjs.map +1 -0
- package/dist/actions/top-events.d.cts +9 -0
- package/dist/actions/top-events.d.cts.map +1 -0
- package/dist/actions/top-events.d.mts +9 -0
- package/dist/actions/top-events.d.mts.map +1 -0
- package/dist/actions/top-events.mjs +22 -0
- package/dist/actions/top-events.mjs.map +1 -0
- package/dist/actions/update-group-list-property.cjs +29 -0
- package/dist/actions/update-group-list-property.cjs.map +1 -0
- package/dist/actions/update-group-list-property.d.cts +9 -0
- package/dist/actions/update-group-list-property.d.cts.map +1 -0
- package/dist/actions/update-group-list-property.d.mts +9 -0
- package/dist/actions/update-group-list-property.d.mts.map +1 -0
- package/dist/actions/update-group-list-property.mjs +26 -0
- package/dist/actions/update-group-list-property.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +92 -0
- package/dist/index.d.cts +46 -0
- package/dist/index.d.mts +46 -0
- package/dist/index.mjs +47 -0
- 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"}
|
package/dist/catalog.mjs
ADDED
|
@@ -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"}
|
package/dist/execute.cjs
ADDED
|
@@ -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"}
|
package/dist/execute.mjs
ADDED
|
@@ -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;
|
package/dist/index.d.cts
ADDED
|
@@ -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 };
|
package/dist/index.d.mts
ADDED
|
@@ -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
|
+
}
|