diff --git a/packages/purchasely/src/types.ts b/packages/purchasely/src/types.ts index 2736532..9aa1e5d 100644 --- a/packages/purchasely/src/types.ts +++ b/packages/purchasely/src/types.ts @@ -223,6 +223,57 @@ export type PurchaselyEventProperties = { selected_product?: string; plan_change_type?: string; running_subscriptions?: PurchaselyEventPropertySubscription[]; + event_created_at_ms_original?: number; + event_created_at_original?: string; + is_fallback_presentation?: boolean; + presentation_type?: string; + audience_id?: string; + ab_test_id?: string; + ab_test_variant_id?: string; + content_id?: string; + campaign_id?: string; + flow_id?: string; + step_id?: string; + flow_version?: string; + flow_session_id?: string; + from_action_id?: string; + from_step_id?: string; + display_mode?: string; + display_method?: string; + method_to_display?: string; + orientation?: string; + paywall_request_duration_in_ms?: number; + paywall_display_time_in_ms?: number; + paywall_rendering_time_in_ms?: number; + promo_offer?: string; + eligible_to_intro_offer?: boolean; + eligible_to_intro_offer_sk2?: boolean; + eligible_to_promo_offer?: boolean; + eligible_to_promo_offer_sk2?: boolean; + billing_plan_type?: string; + commitment?: string; + commitment_progress?: string; + storekit_version?: string; + selected_option_id?: string; + selected_options?: string[]; + displayed_options?: string[]; + session_id?: string; + session_duration?: number; + session_count?: number; + app_installed_at?: string; + app_installed_at_ms?: number; + screen_duration?: number; + screen_displayed_at?: string; + screen_displayed_at_ms?: number; + is_sdk_started?: boolean; + sdk_start_error?: string; + sdk_start_duration_in_ms?: number; + error_code?: string; + web_checkout_provider?: string; + web_checkout_url?: string; + client_reference_id?: string; + stripe_checkout_session_id?: string; + stripe_purchase_id?: string; }; export type PLYPresentationPlan = {