@formsort/constants
Advanced tools
Comparing version 1.10.1 to 1.11.0
import { AnalyticsEventType, WebEmbedMessage, IFlowAnswers } from '../'; | ||
export interface IBaseEventData { | ||
answers?: IFlowAnswers; | ||
responder: { | ||
responderUuid: string; | ||
sessionUuid: string; | ||
isReturningResponder?: boolean; | ||
}; | ||
} | ||
@@ -15,2 +20,4 @@ export interface IRedirectEventData extends IBaseEventData { | ||
variantRevisionUuid: string; | ||
stepId?: string; | ||
stepIndex?: number; | ||
} | ||
@@ -17,0 +24,0 @@ export declare enum TokenRequestPayload { |
{ | ||
"name": "@formsort/constants", | ||
"version": "1.10.1", | ||
"version": "1.11.0", | ||
"description": "Constants used across Formsort projects. Not intended to be used directly", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11314
190