/** * @public * @enum */ export declare const __EndpointTypesElement: { readonly ADM: "ADM"; readonly APNS: "APNS"; readonly APNS_SANDBOX: "APNS_SANDBOX"; readonly APNS_VOIP: "APNS_VOIP"; readonly APNS_VOIP_SANDBOX: "APNS_VOIP_SANDBOX"; readonly BAIDU: "BAIDU"; readonly CUSTOM: "CUSTOM"; readonly EMAIL: "EMAIL"; readonly GCM: "GCM"; readonly IN_APP: "IN_APP"; readonly PUSH: "PUSH"; readonly SMS: "SMS"; readonly VOICE: "VOICE"; }; /** * @public */ export type __EndpointTypesElement = (typeof __EndpointTypesElement)[keyof typeof __EndpointTypesElement]; /** * @public * @enum */ export declare const __TimezoneEstimationMethodsElement: { readonly PHONE_NUMBER: "PHONE_NUMBER"; readonly POSTAL_CODE: "POSTAL_CODE"; }; /** * @public */ export type __TimezoneEstimationMethodsElement = (typeof __TimezoneEstimationMethodsElement)[keyof typeof __TimezoneEstimationMethodsElement]; /** * @public * @enum */ export declare const Action: { readonly DEEP_LINK: "DEEP_LINK"; readonly OPEN_APP: "OPEN_APP"; readonly URL: "URL"; }; /** * @public */ export type Action = (typeof Action)[keyof typeof Action]; /** * @public * @enum */ export declare const AttributeType: { readonly AFTER: "AFTER"; readonly BEFORE: "BEFORE"; readonly BETWEEN: "BETWEEN"; readonly CONTAINS: "CONTAINS"; readonly EXCLUSIVE: "EXCLUSIVE"; readonly INCLUSIVE: "INCLUSIVE"; readonly ON: "ON"; }; /** * @public */ export type AttributeType = (typeof AttributeType)[keyof typeof AttributeType]; /** * @public * @enum */ export declare const DimensionType: { readonly EXCLUSIVE: "EXCLUSIVE"; readonly INCLUSIVE: "INCLUSIVE"; }; /** * @public */ export type DimensionType = (typeof DimensionType)[keyof typeof DimensionType]; /** * @public * @enum */ export declare const Duration: { readonly DAY_14: "DAY_14"; readonly DAY_30: "DAY_30"; readonly DAY_7: "DAY_7"; readonly HR_24: "HR_24"; }; /** * @public */ export type Duration = (typeof Duration)[keyof typeof Duration]; /** * @public * @enum */ export declare const RecencyType: { readonly ACTIVE: "ACTIVE"; readonly INACTIVE: "INACTIVE"; }; /** * @public */ export type RecencyType = (typeof RecencyType)[keyof typeof RecencyType]; /** * @public * @enum */ export declare const Operator: { readonly ALL: "ALL"; readonly ANY: "ANY"; }; /** * @public */ export type Operator = (typeof Operator)[keyof typeof Operator]; /** * @public * @enum */ export declare const MessageType: { readonly PROMOTIONAL: "PROMOTIONAL"; readonly TRANSACTIONAL: "TRANSACTIONAL"; }; /** * @public */ export type MessageType = (typeof MessageType)[keyof typeof MessageType]; /** * @public * @enum */ export declare const ChannelType: { readonly ADM: "ADM"; readonly APNS: "APNS"; readonly APNS_SANDBOX: "APNS_SANDBOX"; readonly APNS_VOIP: "APNS_VOIP"; readonly APNS_VOIP_SANDBOX: "APNS_VOIP_SANDBOX"; readonly BAIDU: "BAIDU"; readonly CUSTOM: "CUSTOM"; readonly EMAIL: "EMAIL"; readonly GCM: "GCM"; readonly IN_APP: "IN_APP"; readonly PUSH: "PUSH"; readonly SMS: "SMS"; readonly VOICE: "VOICE"; }; /** * @public */ export type ChannelType = (typeof ChannelType)[keyof typeof ChannelType]; /** * @public * @enum */ export declare const Alignment: { readonly CENTER: "CENTER"; readonly LEFT: "LEFT"; readonly RIGHT: "RIGHT"; }; /** * @public */ export type Alignment = (typeof Alignment)[keyof typeof Alignment]; /** * @public * @enum */ export declare const Mode: { readonly DELIVERY: "DELIVERY"; readonly FILTER: "FILTER"; }; /** * @public */ export type Mode = (typeof Mode)[keyof typeof Mode]; /** * @public * @enum */ export declare const ButtonAction: { readonly CLOSE: "CLOSE"; readonly DEEP_LINK: "DEEP_LINK"; readonly LINK: "LINK"; }; /** * @public */ export type ButtonAction = (typeof ButtonAction)[keyof typeof ButtonAction]; /** * @public * @enum */ export declare const FilterType: { readonly ENDPOINT: "ENDPOINT"; readonly SYSTEM: "SYSTEM"; }; /** * @public */ export type FilterType = (typeof FilterType)[keyof typeof FilterType]; /** * @public * @enum */ export declare const Layout: { readonly BOTTOM_BANNER: "BOTTOM_BANNER"; readonly CAROUSEL: "CAROUSEL"; readonly MIDDLE_BANNER: "MIDDLE_BANNER"; readonly MOBILE_FEED: "MOBILE_FEED"; readonly OVERLAYS: "OVERLAYS"; readonly TOP_BANNER: "TOP_BANNER"; }; /** * @public */ export type Layout = (typeof Layout)[keyof typeof Layout]; /** * @public * @enum */ export declare const Frequency: { readonly DAILY: "DAILY"; readonly EVENT: "EVENT"; readonly HOURLY: "HOURLY"; readonly IN_APP_EVENT: "IN_APP_EVENT"; readonly MONTHLY: "MONTHLY"; readonly ONCE: "ONCE"; readonly WEEKLY: "WEEKLY"; }; /** * @public */ export type Frequency = (typeof Frequency)[keyof typeof Frequency]; /** * @public * @enum */ export declare const CampaignStatus: { readonly COMPLETED: "COMPLETED"; readonly DELETED: "DELETED"; readonly EXECUTING: "EXECUTING"; readonly INVALID: "INVALID"; readonly PAUSED: "PAUSED"; readonly PENDING_NEXT_RUN: "PENDING_NEXT_RUN"; readonly SCHEDULED: "SCHEDULED"; }; /** * @public */ export type CampaignStatus = (typeof CampaignStatus)[keyof typeof CampaignStatus]; /** * @public * @enum */ export declare const JobStatus: { readonly COMPLETED: "COMPLETED"; readonly COMPLETING: "COMPLETING"; readonly CREATED: "CREATED"; readonly FAILED: "FAILED"; readonly FAILING: "FAILING"; readonly INITIALIZING: "INITIALIZING"; readonly PENDING_JOB: "PENDING_JOB"; readonly PREPARING_FOR_INITIALIZATION: "PREPARING_FOR_INITIALIZATION"; readonly PROCESSING: "PROCESSING"; }; /** * @public */ export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus]; /** * @public * @enum */ export declare const Format: { readonly CSV: "CSV"; readonly JSON: "JSON"; }; /** * @public */ export type Format = (typeof Format)[keyof typeof Format]; /** * @public * @enum */ export declare const DayOfWeek: { readonly FRIDAY: "FRIDAY"; readonly MONDAY: "MONDAY"; readonly SATURDAY: "SATURDAY"; readonly SUNDAY: "SUNDAY"; readonly THURSDAY: "THURSDAY"; readonly TUESDAY: "TUESDAY"; readonly WEDNESDAY: "WEDNESDAY"; }; /** * @public */ export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek]; /** * @public * @enum */ export declare const State: { readonly ACTIVE: "ACTIVE"; readonly CANCELLED: "CANCELLED"; readonly CLOSED: "CLOSED"; readonly COMPLETED: "COMPLETED"; readonly DRAFT: "DRAFT"; readonly PAUSED: "PAUSED"; }; /** * @public */ export type State = (typeof State)[keyof typeof State]; /** * @public * @enum */ export declare const SourceType: { readonly ALL: "ALL"; readonly ANY: "ANY"; readonly NONE: "NONE"; }; /** * @public */ export type SourceType = (typeof SourceType)[keyof typeof SourceType]; /** * @public * @enum */ export declare const Type: { readonly ALL: "ALL"; readonly ANY: "ANY"; readonly NONE: "NONE"; }; /** * @public */ export type Type = (typeof Type)[keyof typeof Type]; /** * @public * @enum */ export declare const Include: { readonly ALL: "ALL"; readonly ANY: "ANY"; readonly NONE: "NONE"; }; /** * @public */ export type Include = (typeof Include)[keyof typeof Include]; /** * @public * @enum */ export declare const SegmentType: { readonly DIMENSIONAL: "DIMENSIONAL"; readonly IMPORT: "IMPORT"; }; /** * @public */ export type SegmentType = (typeof SegmentType)[keyof typeof SegmentType]; /** * @public * @enum */ export declare const DeliveryStatus: { readonly DUPLICATE: "DUPLICATE"; readonly OPT_OUT: "OPT_OUT"; readonly PERMANENT_FAILURE: "PERMANENT_FAILURE"; readonly SUCCESSFUL: "SUCCESSFUL"; readonly TEMPORARY_FAILURE: "TEMPORARY_FAILURE"; readonly THROTTLED: "THROTTLED"; readonly UNKNOWN_FAILURE: "UNKNOWN_FAILURE"; }; /** * @public */ export type DeliveryStatus = (typeof DeliveryStatus)[keyof typeof DeliveryStatus]; /** * @public * @enum */ export declare const TemplateType: { readonly EMAIL: "EMAIL"; readonly INAPP: "INAPP"; readonly PUSH: "PUSH"; readonly SMS: "SMS"; readonly VOICE: "VOICE"; }; /** * @public */ export type TemplateType = (typeof TemplateType)[keyof typeof TemplateType]; /** * @public * @enum */ export declare const JourneyRunStatus: { readonly CANCELLED: "CANCELLED"; readonly COMPLETED: "COMPLETED"; readonly RUNNING: "RUNNING"; readonly SCHEDULED: "SCHEDULED"; }; /** * @public */ export type JourneyRunStatus = (typeof JourneyRunStatus)[keyof typeof JourneyRunStatus];