arky-sdk 0.9.16 → 0.9.17

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.
@@ -229,7 +229,7 @@ interface SocialDestinationMetadata {
229
229
  handle: string | null;
230
230
  avatar_url: string | null;
231
231
  }
232
- type SocialConnectionType = "facebook_page" | "instagram_business" | "youtube_channel" | "x_account";
232
+ type SocialConnectionType = "facebook_page" | "instagram_business" | "youtube_channel" | "tiktok_account" | "x_account";
233
233
  interface SocialConnectionProviderData {
234
234
  credential: SocialConnectionCredential;
235
235
  destination: SocialDestinationMetadata;
@@ -237,6 +237,7 @@ interface SocialConnectionProviderData {
237
237
  type SocialConnectionData = SocialConnectionProviderData;
238
238
  type SocialPublicationStatus = "draft" | "scheduled" | "publishing" | "published" | "failed" | "unknown" | "cancelled";
239
239
  type YoutubePrivacy = "public" | "unlisted" | "private";
240
+ type TiktokPrivacy = "public" | "friends" | "private";
240
241
  type InstagramPlacement = "feed" | "reel" | "story";
241
242
  interface FacebookPageContent {
242
243
  type: "facebook_page";
@@ -258,12 +259,18 @@ interface YoutubeChannelContent {
258
259
  video_media_id: string;
259
260
  privacy: YoutubePrivacy;
260
261
  }
262
+ interface TiktokAccountContent {
263
+ type: "tiktok_account";
264
+ caption?: string | null;
265
+ video_media_id: string;
266
+ privacy: TiktokPrivacy;
267
+ }
261
268
  interface XAccountContent {
262
269
  type: "x_account";
263
270
  text?: string | null;
264
271
  media_ids: string[];
265
272
  }
266
- type SocialPublicationContent = FacebookPageContent | InstagramBusinessContent | YoutubeChannelContent | XAccountContent;
273
+ type SocialPublicationContent = FacebookPageContent | InstagramBusinessContent | YoutubeChannelContent | TiktokAccountContent | XAccountContent;
267
274
  interface ValidationError {
268
275
  field: string;
269
276
  error: string;
@@ -440,6 +447,15 @@ type SocialPublicationEffectRequest = {
440
447
  media_id: string;
441
448
  total_bytes: number;
442
449
  has_upload_session: boolean;
450
+ } | {
451
+ type: "tiktok_initialize_upload";
452
+ media_id: string;
453
+ } | {
454
+ type: "tiktok_upload";
455
+ media_id: string;
456
+ publish_id: string;
457
+ total_bytes: number;
458
+ has_upload_session: boolean;
443
459
  };
444
460
  interface SocialPublicationEffectEvidence {
445
461
  provider_object_id?: string | null;
@@ -5078,4 +5094,4 @@ interface MergeContactsParams {
5078
5094
  store_id?: string;
5079
5095
  }
5080
5096
 
5081
- export { type FindDigitalAccessGrantsParams as $, type AvailabilityResponse as A, type Block as B, type CollectionEntry as C, type GetProductParams as D, type EshopCartItem as E, type Form as F, type GetCollectionParams as G, type GetProductsParams as H, type InventoryLevel as I, type GetServiceParams as J, type GetServicesParams as K, type FindServiceProvidersParams as L, type Market as M, type GetAvailabilityParams as N, type OrderMoney as O, type Product as P, type GetProviderParams as Q, type RequestOptions as R, type Service as S, type Taxonomy as T, type GetProvidersParams as U, type GetOrderParams as V, type Order as W, type GetOrdersParams as X, type DownloadDigitalAccessParams as Y, type ZoneLocation as Z, type DigitalAccessDownloadResponse as _, type FormValues as a, type CreatePortalSessionParams as a$, type DigitalAccessGrant as a0, type GetDigitalAccessGrantParams as a1, type ProductVariant as a2, type OrderCheckoutItemInput as a3, type GetContactListParams as a4, type StorefrontContactList as a5, type FindStorefrontContactListsParams as a6, type FindStorefrontContactListPlansParams as a7, type StorefrontContactListPlan as a8, type FindStorefrontContactListMembershipsParams as a9, type DeleteAccountParams as aA, type GetMeParams as aB, type Account as aC, type SearchAccountsParams as aD, type AccountApiToken as aE, type CreateAccountApiTokenParams as aF, type AccountApiTokenCreated as aG, type UpdateAccountApiTokenParams as aH, type AccountSession as aI, type AuthCodeVerifyParams as aJ, type AuthToken as aK, type CreateStoreParams as aL, type UpdateStoreParams as aM, type GetStoreParams as aN, type GetStoresParams as aO, type GetStoreSubscriptionParams as aP, type StoreSubscription as aQ, type GetSubscriptionPlansParams as aR, type SubscriptionPlan as aS, type CreateStoreSubscriptionActionParams as aT, type StoreSubscriptionAction as aU, type FindStoreSubscriptionActionsParams as aV, type GetStoreSubscriptionActionParams as aW, type RetryStoreSubscriptionActionParams as aX, type FindStoreSubscriptionActionEffectsParams as aY, type StoreSubscriptionEffect as aZ, type GetStoreSubscriptionActionEffectParams as a_, type StorefrontContactListMembership as aa, type SubscribeContactListParams as ab, type ContactListSubscribeResponse as ac, type ContactListAccessParams as ad, type ContactListAccessResponse as ae, type ContactListContentAccessParams as af, type ContactListContentAccessResponse as ag, type ContactListManagementResponse as ah, type Store as ai, type Location as aj, type FormValue as ak, type HttpClientConfig as al, type AuthStorage as am, type ContactSessionIssued as an, type VerificationChallengeResponse as ao, type GetCurrentCartParams as ap, type GetCartParams as aq, type UpdateCartParams as ar, type AddCartItemParams as as, type RemoveCartItemParams as at, type ClearCartParams as au, type QuoteCartParams as av, type CheckoutCartParams as aw, type HttpClient as ax, type UpdateAccountContactParams as ay, type AccountUpdateResponse as az, type Provider as b, type GetSocialPublicationParams as b$, type AddMemberParams as b0, type FindStoreMembersParams as b1, type StoreMember as b2, type StoreMembership as b3, type RemoveMemberParams as b4, type ListBuildHooksParams as b5, type BuildHook as b6, type CreateBuildHookParams as b7, type UpdateBuildHookParams as b8, type DeleteBuildHookParams as b9, type EmailSendResult as bA, type GetEmailDeliveryParams as bB, type EmailDelivery as bC, type RetryEmailDeliveryParams as bD, type ConnectGoogleMailboxParams as bE, type GoogleMailboxConnectUrl as bF, type CreateMailboxParams as bG, type Mailbox as bH, type UpdateMailboxParams as bI, type GetMailboxParams as bJ, type TestMailboxParams as bK, type TestMailboxResult as bL, type PrepareMailboxParams as bM, type FindMailboxesParams as bN, type GetSocialCapabilitiesParams as bO, type SocialProviderCapability as bP, type ListSocialConnectionsParams as bQ, type SocialConnection as bR, type ConnectSocialConnectionParams as bS, type SocialConnectResponse as bT, type GetSocialOAuthAttemptParams as bU, type SocialOAuthCallbackResponse as bV, type SelectSocialDestinationParams as bW, type DeleteSocialConnectionParams as bX, type CreateSocialPublicationParams as bY, type SocialPublicationMutationResponse as bZ, type UpdateSocialPublicationParams as b_, type TestWebhookParams as ba, type TestWebhookResponse as bb, type ListWebhooksParams as bc, type Webhook as bd, type CreateWebhookParams as be, type UpdateWebhookParams as bf, type DeleteWebhookParams as bg, type CreateLocationParams as bh, type UpdateLocationParams as bi, type DeleteLocationParams as bj, type CreateMarketParams as bk, type UpdateMarketParams as bl, type DeleteMarketParams as bm, type ListPaymentProvidersParams as bn, type PaymentProvider as bo, type RefreshPaymentProvidersParams as bp, type ConnectStripePaymentProviderParams as bq, type StripePaymentProviderConnectResponse as br, type DeletePaymentProviderParams as bs, type GetMediaParams as bt, type Media as bu, type UploadStoreMediaParams as bv, type DeleteStoreMediaParams as bw, type GetStoreMediaParams as bx, type UpdateMediaParams as by, type EmailSendRequest as bz, type ServiceProvider as c, type OrderRefund as c$, type SocialPublication as c0, type FindSocialPublicationsParams as c1, type ValidateSocialPublicationParams as c2, type SocialPublicationValidation as c3, type ScheduleSocialPublicationParams as c4, type CancelSocialPublicationParams as c5, type GetSocialPublicationCommentsParams as c6, type SocialPublicationComment as c7, type SyncSocialPublicationCommentsParams as c8, type GetSocialPublicationCommentThreadParams as c9, type CreateFormParams as cA, type UpdateFormParams as cB, type DeleteFormParams as cC, type GetFormsParams as cD, type GetFormSubmissionsParams as cE, type GetFormSubmissionParams as cF, type UpdateFormSubmissionParams as cG, type CreateTaxonomyParams as cH, type UpdateTaxonomyParams as cI, type DeleteTaxonomyParams as cJ, type GetTaxonomiesParams as cK, type CreateEmailTemplateParams as cL, type EmailTemplate as cM, type UpdateEmailTemplateParams as cN, type DeleteEmailTemplateParams as cO, type GetEmailTemplateParams as cP, type GetEmailTemplatesParams as cQ, type PreviewEmailTemplateParams as cR, type PreviewEmailTemplateResponse as cS, type CreateProductParams as cT, type UpdateProductParams as cU, type DeleteProductParams as cV, type UpdateOrderParams as cW, type GetQuoteParams as cX, type CreateOrderRefundParams as cY, type CreateOrderRefundResponse as cZ, type GetOrderRefundParams as c_, type SyncSocialPublicationCommentThreadParams as ca, type FindSocialPublicationCommentsParams as cb, type ClassifySocialPublicationCommentsParams as cc, type SocialPublicationCommentClassificationResult as cd, type CreateSocialCommentReplyParams as ce, type SocialPublicationCommentReplyResponse as cf, type ListSocialCommentRepliesParams as cg, type SocialCommentReply as ch, type GetSocialCommentReplyParams as ci, type RetrySocialCommentReplyParams as cj, type ListSocialPublicationEffectsParams as ck, type SocialPublicationEffect as cl, type GetSocialPublicationEffectParams as cm, type GetSocialPublicationMetricsParams as cn, type SocialPublicationMetricSnapshot as co, type SyncSocialPublicationMetricsParams as cp, type SyncSocialEngagementParams as cq, type SocialPublicationEngagementSyncResult as cr, type CreateCollectionParams as cs, type UpdateCollectionParams as ct, type DeleteCollectionParams as cu, type GetCollectionsParams as cv, type CreateEntryParams as cw, type UpdateEntryParams as cx, type DeleteEntryParams as cy, type GetEntryParams as cz, type OrderQuote as d, type UpdateContactListParams as d$, type FindOrderRefundsParams as d0, type RetryOrderRefundParams as d1, type GetOrderPaymentParams as d2, type OrderPayment as d3, type RetryPaymentTransactionParams as d4, type PaymentTransaction as d5, type FindPaymentTransactionsParams as d6, type GetPaymentTransactionParams as d7, type ActivateDigitalAccessGrantParams as d8, type RevokeDigitalAccessGrantParams as d9, type DeleteServiceParams as dA, type CreateServiceProviderParams as dB, type UpdateServiceProviderParams as dC, type DeleteServiceProviderParams as dD, type CreateProviderParams as dE, type UpdateProviderParams as dF, type DeleteProviderParams as dG, type CreatePromoCodeParams as dH, type PromoCode as dI, type UpdatePromoCodeParams as dJ, type DeletePromoCodeParams as dK, type GetPromoCodeParams as dL, type GetPromoCodesParams as dM, type CreateContactParams as dN, type Contact as dO, type GetContactParams as dP, type FindContactsParams as dQ, type UpdateContactParams as dR, type MergeContactsParams as dS, type ImportContactsParams as dT, type ImportContactsResult as dU, type FindContactSessionsParams as dV, type ContactSessionRecord as dW, type RevokeContactSessionParams as dX, type RevokeAllContactSessionsParams as dY, type CreateContactListParams as dZ, type ContactList as d_, type GetShippingRatesParams as da, type ShippingRate as db, type CreateShipmentParams as dc, type CreateShipmentResponse as dd, type GetShipmentParams as de, type Shipment as df, type FindShipmentsParams as dg, type RetryShipmentParams as dh, type FindFulfillmentOrdersParams as di, type FulfillmentOrder as dj, type GetFulfillmentOrderParams as dk, type RequestShippingLabelRefundParams as dl, type ShippingLabelRefund as dm, type GetShippingLabelRefundParams as dn, type FindShippingLabelRefundsParams as dp, type RetryShippingLabelRefundParams as dq, type FindShippingLabelAdjustmentsParams as dr, type ShippingLabelAdjustment as ds, type FindShippingLabelSettlementsParams as dt, type ShippingLabelSettlement as du, type RetryShippingLabelSettlementParams as dv, type CreateCartParams as dw, type FindCartsParams as dx, type CreateServiceParams as dy, type UpdateServiceParams as dz, type Currency as e, type GetLeadResearchRunParams as e$, type FindContactListsParams as e0, type ImportContactsIntoContactListParams as e1, type ImportContactsIntoContactListResult as e2, type ImportContactListPreviewParams as e3, type ImportContactsPreviewResult as e4, type AddContactListContactParams as e5, type ContactListMember as e6, type UpdateContactListContactParams as e7, type RemoveContactListContactParams as e8, type FindContactListContactsParams as e9, type LaunchCampaignParams as eA, type DuplicateCampaignParams as eB, type GetCampaignLaunchReadinessParams as eC, type CampaignLaunchReadiness as eD, type ImportCampaignEnrollmentsParams as eE, type CampaignEnrollmentImportResult as eF, type GenerateOutreachPersonalizedDraftsParams as eG, type FindCampaignEnrollmentsParams as eH, type CampaignEnrollment as eI, type GetCampaignEnrollmentConversationParams as eJ, type CampaignEnrollmentConversationResponse as eK, type UpdateCampaignEnrollmentParams as eL, type UpdateCampaignEnrollmentDraftParams as eM, type UpdateCampaignEnrollmentStepExecutionParams as eN, type ReplyCampaignEnrollmentParams as eO, type StopCampaignEnrollmentParams as eP, type FindCampaignMessagesParams as eQ, type CampaignMessage as eR, type UpdateCampaignMessageParams as eS, type CreateSuppressionParams as eT, type Suppression as eU, type UpdateSuppressionParams as eV, type GetSuppressionParams as eW, type FindSuppressionsParams as eX, type CreateLeadResearchRunParams as eY, type LeadResearchRun as eZ, type FindLeadResearchRunsParams as e_, type CreateContactListPlanParams as ea, type ContactListPlan as eb, type UpdateContactListPlanParams as ec, type GetContactListPlanParams as ed, type FindContactListPlansParams as ee, type RetryContactListPlanCatalogParams as ef, type RefundContactListMembershipParams as eg, type RefundContactListMembershipResult as eh, type FindContactListMembershipPaymentAttemptsParams as ei, type ContactListMembershipPaymentAttempt as ej, type GetContactListMembershipPaymentAttemptParams as ek, type FindContactListMembershipRefundsParams as el, type ContactListMembershipRefund as em, type GetContactListMembershipRefundParams as en, type RetryContactListMembershipRefundParams as eo, type FindContactListMembershipCancellationsParams as ep, type ContactListMembershipCancellation as eq, type GetContactListMembershipCancellationParams as er, type RetryContactListMembershipCancellationParams as es, type Action as et, type FindActionsParams as eu, type CreateCampaignParams as ev, type Campaign as ew, type UpdateCampaignParams as ex, type GetCampaignParams as ey, type FindCampaignsParams as ez, type PaymentMethod as f, type PaymentTransactionRequestType as f$, type UpdateLeadResearchRunParams as f0, type CancelLeadResearchRunParams as f1, type SendLeadResearchMessageParams as f2, type SendLeadResearchMessageResult as f3, type FindLeadResearchMessagesParams as f4, type LeadResearchMessage as f5, type ValidateLeadEmailParams as f6, type LeadEmailValidationResult as f7, type CreateWorkflowParams as f8, type Workflow as f9, type SocialConnectionProviderData as fA, type SocialConnectionType as fB, type InstagramPlacement as fC, type SocialAnalyticsCapabilities as fD, type SocialEngagementCapabilities as fE, type SocialPublicationCommentIntent as fF, type SocialPublicationCommentPriority as fG, type SocialCommentReplyError as fH, type SocialCommentReplyEvidence as fI, type SocialCommentReplyStatus as fJ, type SocialPublicationCommentStatus as fK, type SocialPublicationContent as fL, type SocialPublicationEffectError as fM, type SocialPublicationEffectEvidence as fN, type SocialPublicationEffectRequest as fO, type SocialPublicationEffectStatus as fP, type SocialPublicationStatus as fQ, type ValidationError as fR, type YoutubePrivacy as fS, type OrderFinancialSummary as fT, type PaymentProviderConnection as fU, type PaymentProviderConnectionError as fV, type PaymentProviderConnectionStatus as fW, type OrderPaymentTax as fX, type OrderPaymentTaxLine as fY, type OrderPaymentPromoCode as fZ, type PaymentTransactionProvider as f_, type UpdateWorkflowParams as fa, type DeleteWorkflowParams as fb, type GetWorkflowParams as fc, type GetWorkflowsParams as fd, type TriggerWorkflowParams as fe, type WorkflowExecution as ff, type GetWorkflowExecutionsParams as fg, type GetWorkflowExecutionParams as fh, type GetWorkflowEffectsParams as fi, type WorkflowEffect as fj, type GetWorkflowEffectParams as fk, type GetWorkflowConnectionsParams as fl, type WorkflowConnection as fm, type GetWorkflowConnectionConnectUrlParams as fn, type WorkflowConnectionConnectUrl as fo, type DeleteWorkflowConnectionParams as fp, type CartOrigin as fq, type CartStatus as fr, type EshopStoreState as fs, type WebhookEventSubscription as ft, type BuildHookType as fu, type SocialDestinationMetadata as fv, type SocialOAuthCallbackStatus as fw, type SocialOAuthDestinationOption as fx, type SocialConnectionCredential as fy, type SocialConnectionData as fz, type SlotRange as g, type WorkflowExecutionInput as g$, type PaymentTransactionType as g0, type PaymentTransactionStatus as g1, type RefundStatus as g2, type CheckoutPaymentAction as g3, type StoreSubscriptionActionError as g4, type StoreSubscriptionActionRequest as g5, type StoreSubscriptionActionResult as g6, type StoreSubscriptionActionStatus as g7, type StoreSubscriptionEffectError as g8, type StoreSubscriptionEffectStatus as g9, type Coordinates as gA, type ProviderWithTimeline as gB, type BlockSchema as gC, type BlockSchemaProperties as gD, type BlockSchemaType as gE, type EntryBlockQuery as gF, type MediaRef as gG, type FieldOperation as gH, type WorkflowNode as gI, type WorkflowEdge as gJ, type WorkflowTriggerNode as gK, type WorkflowHttpNode as gL, type WorkflowDeployWebhookNode as gM, type WorkflowGoogleDriveUploadNode as gN, type WorkflowConnectionData as gO, type WorkflowConnectionType as gP, type GoogleDriveWorkflowConnectionData as gQ, type GoogleDriveWorkflowProfile as gR, type WorkflowSwitchNode as gS, type WorkflowSwitchRule as gT, type WorkflowTransformNode as gU, type WorkflowLoopNode as gV, type WorkflowHttpMethod as gW, type WorkflowEffectEvidence as gX, type WorkflowEffectError as gY, type WorkflowEffectStatus as gZ, type WorkflowEffectType as g_, type StoreSubscriptionEffectType as ga, type StoreSubscriptionPayment as gb, type StoreSubscriptionStatus as gc, type SubscriptionPlanFeature as gd, type SubscriptionPlanFeatureType as ge, type SubscriptionPrice as gf, type ContactListMembershipCancellationSafeError as gg, type ContactListMembershipCancellationStatus as gh, type ContactListMembershipCancellationType as gi, type ContactListMembershipPaymentAttemptSafeError as gj, type ContactListMembershipPaymentAttemptStatus as gk, type ContactListMembershipPaymentAttemptType as gl, type ContactListMembershipRefundSafeError as gm, type ContactListMembershipRefundStatus as gn, type ContactListMembershipRefundType as go, type StorefrontContactListType as gp, type StorefrontContactListPaymentAttemptSummary as gq, type ShippingMethod as gr, type ShippingWeightTier as gs, type Zone as gt, type GeoLocation as gu, type PromoCodeValidation as gv, type Language as gw, type Access as gx, type MediaSize as gy, type MediaResolution as gz, type FormEntry as h, type HistoryEntry as h$, type ExecutionStatus as h0, type NodeResult as h1, type ContactListType as h2, type ContactListPlanCatalogSafeError as h3, type ContactListPlanCatalogStatus as h4, type ContactListPlanCatalogType as h5, type ContactListPlanStatus as h6, type ContactListContentAccess as h7, type ContactListContentAccessStatus as h8, type ContactListContentAccessTarget as h9, type ProviderTimelinePoint as hA, type TimelinePoint as hB, type WorkingHour as hC, type WorkingDay as hD, type SpecificDate as hE, type OrderItem as hF, type OrderItemSnapshot as hG, type ProductLineItem as hH, type ServiceLineItem as hI, type ProductLineItemSnapshot as hJ, type ServiceLineItemSnapshot as hK, type DiscountAllocation as hL, type TaxLine as hM, type LineMoneySnapshot as hN, type OrderItemFulfillmentStatus as hO, type BookingOrderItemStatus as hP, type QuoteLine as hQ, type ProductQuoteLine as hR, type ServiceQuoteLine as hS, type ProductQuoteLineAvailability as hT, type ServiceQuoteLineAvailability as hU, type OrderItemStatus as hV, type OrderStatus as hW, type OrderPaymentSummaryStatus as hX, type OrderFulfillmentStatus as hY, type OrderPaymentStatus as hZ, type OrderCancellationReason as h_, type ContactListManagementContactList as ha, type ContactListManagementMembership as hb, type Event as hc, type EventAction as hd, type ShippingStatus as he, type ShippingProvider as hf, type ShippingRateLine as hg, type ShippingLine as hh, type FulfillmentOrderStatus as hi, type FulfillmentOrderRequestStatus as hj, type FulfillmentOrderLine as hk, type OrderFulfillmentSummary as hl, type Parcel as hm, type ShippingLabelStatus as hn, type ShippingLabelRefundStatus as ho, type ShippingLabelRefundReconciliationStatus as hp, type ShippingLabelAdjustmentStatus as hq, type ShippingLabelSettlementDirection as hr, type ShippingLabelSettlementStatus as hs, type ShippingLabelSettlementType as ht, type ShipmentAllocationStatus as hu, type ShipmentLine as hv, type CustomsItem as hw, type CustomsDeclaration as hx, type GeoLocationBlock as hy, type ServiceDuration as hz, type Price as i, type ProviderStatus as i$, type DigitalAccessGrantStatus as i0, type ProductInventory as i1, type DigitalAssetType as i2, type DigitalAssetStatus as i3, type DigitalDeliveryPolicy as i4, type DigitalAsset as i5, type GalleryItem as i6, type EmailTemplateType as i7, type EmailRecipients as i8, type EmailSend as i9, type MailboxConnectionSecurity as iA, type MailboxPreset as iB, type MailboxSyncStatus as iC, type GoogleMailboxProvider as iD, type SmtpImapMailboxProviderInput as iE, type SmtpImapMailboxProvider as iF, type OutreachStep as iG, type OutreachStepType as iH, type ManualTaskContinueBehavior as iI, type CampaignManualTaskOutcome as iJ, type OutreachPersonalizationCounters as iK, type OutreachPersonalizationState as iL, type CampaignLaunchState as iM, type CampaignEnrollmentImportResult$1 as iN, type LeadResearchRunStatus as iO, type LeadScores as iP, type LeadInsight as iQ, type CampaignRoute as iR, type ChannelMessage as iS, type LeadEmailClassification as iT, type LeadValidationCheck as iU, type LeadValidationCheckStatus as iV, type LeadResearchMessageRole as iW, type ResearchContactListMember as iX, type Discount as iY, type Condition as iZ, type ServiceStatus as i_, type EmailSendDeliveryResult as ia, type EmailDeliveryError as ib, type EmailDeliveryErrorKind as ic, type EmailDeliveryStatus as id, type EmailDeliveryType as ie, type EmailSendTemplateData as ig, type FormSchemaType as ih, type FormFieldType as ii, type TaxonomyEntry as ij, type TaxonomyQuery as ik, type TaxonomySchema as il, type TaxonomySchemaType as im, type TaxonomyField as io, type TaxonomyFieldQuery as ip, type ContactSessionRecord$1 as iq, type ContactSessionStatus$1 as ir, type ContactChannel as is, type ChannelType as it, type OpportunityStage as iu, type OpportunityType as iv, type OpportunitySource as iw, type ActionData as ix, type ActionContext as iy, type ContactListMembership as iz, type OrderCheckoutResult as j, type YoutubeChannelContent as j$, type ProductStatus as j0, type ContactStatus as j1, type ContactListStatus as j2, type ContactListSource as j3, type ContactListMembershipStatus as j4, type MailboxStatus as j5, type CampaignStatus as j6, type CampaignLaunchStatus as j7, type CampaignEnrollmentStatus as j8, type CampaignEnrollmentImportSource as j9, type Slot as jA, type ConditionValue as jB, type ProductQuoteItemInput as jC, type ServiceQuoteItemInput as jD, type OrderQuoteItemInput as jE, type TrustedProductCheckoutItemInput as jF, type TrustedServiceCheckoutItemInput as jG, type TrustedOrderCheckoutItemInput as jH, type SystemTemplateKey as jI, type ImportFieldMapping as jJ, type ImportPreviewRow as jK, type ImportContactsPreviewParams as jL, type WebhookDeliveryStatus as jM, type ContactListPlanPriceInput as jN, type ImportContactRowInput as jO, type ImportContactRowError as jP, type ImportContactRowResult as jQ, type ImportContactListRowResult as jR, type MarketZoneInput as jS, type CreateProductVariantInput as jT, type UpdateProductVariantInput as jU, type ProductInventoryInput as jV, type IntervalPeriod as jW, type SubscriptionInterval as jX, type PriceProvider as jY, type FacebookPageContent as jZ, type InstagramBusinessContent as j_, type CampaignMessageCopySource as ja, type CampaignMessageDirection as jb, type CampaignMessageType as jc, type CampaignMessageStatus as jd, type OutreachPersonalizationStatus as je, type OutreachThreadMode as jf, type SuppressionStatus as jg, type SuppressionTargetType as jh, type SuppressionScopeType as ji, type SuppressionReason as jj, type SuppressionSource as jk, type WorkflowStatus as jl, type MutableWorkflowStatus as jm, type WorkflowSendEmailNode as jn, type PromoCodeStatus as jo, type CollectionStatus as jp, type EntryStatus as jq, type EmailTemplateStatus as jr, type EmailTemplateVariable as js, type EmailTemplateVariableSource as jt, type FormStatus as ju, type TaxonomyStatus as jv, PaymentMethodType as jw, type AvailabilitySlot as jx, type DaySlots as jy, type ProviderAvailability as jz, type Address as k, type XAccountContent as k0, type StoreEmails as k1, type BlockType as k2, type GeoLocationBlockProperties as k3, type AccountApiTokenStatus as k4, type AccountLifecycle as k5, type GoogleMailboxProfile as k6, type TimeRange as k7, type PromoUsage$1 as k8, type ContactChannelConsentStatus as k9, type ActionLocation as ka, type ActionDevice as kb, type ActionSession as kc, type SocialActionAuthor as kd, type OrderCheckoutParams as ke, type LoginAccountParams as kf, type GetAnalyticsParams as kg, type GetAnalyticsHealthParams as kh, type GetDeliveryStatsParams as ki, type StoreRole as kj, type AccountSortField as kk, type ServiceProviderInput as kl, type SearchOrderServiceItemsParams as km, type PreviewEmailTemplateWarning as kn, type LogoutParams as ko, type SetupAnalyticsParams as kp, type ContactInfo as kq, type SetContactEmailParams as kr, type Cart as l, type FormSchema as m, type FormField as n, type ProductCheckoutItemInput as o, type ServiceCheckoutItemInput as p, type PaymentStoreConfig as q, type Contact$1 as r, type Collection as s, type GetEntriesParams as t, type PaginatedResponse as u, type GetFormParams as v, type SubmitFormParams as w, type FormSubmission as x, type GetTaxonomyParams as y, type GetTaxonomyChildrenParams as z };
5097
+ export { type FindDigitalAccessGrantsParams as $, type AvailabilityResponse as A, type Block as B, type CollectionEntry as C, type GetProductParams as D, type EshopCartItem as E, type Form as F, type GetCollectionParams as G, type GetProductsParams as H, type InventoryLevel as I, type GetServiceParams as J, type GetServicesParams as K, type FindServiceProvidersParams as L, type Market as M, type GetAvailabilityParams as N, type OrderMoney as O, type Product as P, type GetProviderParams as Q, type RequestOptions as R, type Service as S, type Taxonomy as T, type GetProvidersParams as U, type GetOrderParams as V, type Order as W, type GetOrdersParams as X, type DownloadDigitalAccessParams as Y, type ZoneLocation as Z, type DigitalAccessDownloadResponse as _, type FormValues as a, type CreatePortalSessionParams as a$, type DigitalAccessGrant as a0, type GetDigitalAccessGrantParams as a1, type ProductVariant as a2, type OrderCheckoutItemInput as a3, type GetContactListParams as a4, type StorefrontContactList as a5, type FindStorefrontContactListsParams as a6, type FindStorefrontContactListPlansParams as a7, type StorefrontContactListPlan as a8, type FindStorefrontContactListMembershipsParams as a9, type DeleteAccountParams as aA, type GetMeParams as aB, type Account as aC, type SearchAccountsParams as aD, type AccountApiToken as aE, type CreateAccountApiTokenParams as aF, type AccountApiTokenCreated as aG, type UpdateAccountApiTokenParams as aH, type AccountSession as aI, type AuthCodeVerifyParams as aJ, type AuthToken as aK, type CreateStoreParams as aL, type UpdateStoreParams as aM, type GetStoreParams as aN, type GetStoresParams as aO, type GetStoreSubscriptionParams as aP, type StoreSubscription as aQ, type GetSubscriptionPlansParams as aR, type SubscriptionPlan as aS, type CreateStoreSubscriptionActionParams as aT, type StoreSubscriptionAction as aU, type FindStoreSubscriptionActionsParams as aV, type GetStoreSubscriptionActionParams as aW, type RetryStoreSubscriptionActionParams as aX, type FindStoreSubscriptionActionEffectsParams as aY, type StoreSubscriptionEffect as aZ, type GetStoreSubscriptionActionEffectParams as a_, type StorefrontContactListMembership as aa, type SubscribeContactListParams as ab, type ContactListSubscribeResponse as ac, type ContactListAccessParams as ad, type ContactListAccessResponse as ae, type ContactListContentAccessParams as af, type ContactListContentAccessResponse as ag, type ContactListManagementResponse as ah, type Store as ai, type Location as aj, type FormValue as ak, type HttpClientConfig as al, type AuthStorage as am, type ContactSessionIssued as an, type VerificationChallengeResponse as ao, type GetCurrentCartParams as ap, type GetCartParams as aq, type UpdateCartParams as ar, type AddCartItemParams as as, type RemoveCartItemParams as at, type ClearCartParams as au, type QuoteCartParams as av, type CheckoutCartParams as aw, type HttpClient as ax, type UpdateAccountContactParams as ay, type AccountUpdateResponse as az, type Provider as b, type GetSocialPublicationParams as b$, type AddMemberParams as b0, type FindStoreMembersParams as b1, type StoreMember as b2, type StoreMembership as b3, type RemoveMemberParams as b4, type ListBuildHooksParams as b5, type BuildHook as b6, type CreateBuildHookParams as b7, type UpdateBuildHookParams as b8, type DeleteBuildHookParams as b9, type EmailSendResult as bA, type GetEmailDeliveryParams as bB, type EmailDelivery as bC, type RetryEmailDeliveryParams as bD, type ConnectGoogleMailboxParams as bE, type GoogleMailboxConnectUrl as bF, type CreateMailboxParams as bG, type Mailbox as bH, type UpdateMailboxParams as bI, type GetMailboxParams as bJ, type TestMailboxParams as bK, type TestMailboxResult as bL, type PrepareMailboxParams as bM, type FindMailboxesParams as bN, type GetSocialCapabilitiesParams as bO, type SocialProviderCapability as bP, type ListSocialConnectionsParams as bQ, type SocialConnection as bR, type ConnectSocialConnectionParams as bS, type SocialConnectResponse as bT, type GetSocialOAuthAttemptParams as bU, type SocialOAuthCallbackResponse as bV, type SelectSocialDestinationParams as bW, type DeleteSocialConnectionParams as bX, type CreateSocialPublicationParams as bY, type SocialPublicationMutationResponse as bZ, type UpdateSocialPublicationParams as b_, type TestWebhookParams as ba, type TestWebhookResponse as bb, type ListWebhooksParams as bc, type Webhook as bd, type CreateWebhookParams as be, type UpdateWebhookParams as bf, type DeleteWebhookParams as bg, type CreateLocationParams as bh, type UpdateLocationParams as bi, type DeleteLocationParams as bj, type CreateMarketParams as bk, type UpdateMarketParams as bl, type DeleteMarketParams as bm, type ListPaymentProvidersParams as bn, type PaymentProvider as bo, type RefreshPaymentProvidersParams as bp, type ConnectStripePaymentProviderParams as bq, type StripePaymentProviderConnectResponse as br, type DeletePaymentProviderParams as bs, type GetMediaParams as bt, type Media as bu, type UploadStoreMediaParams as bv, type DeleteStoreMediaParams as bw, type GetStoreMediaParams as bx, type UpdateMediaParams as by, type EmailSendRequest as bz, type ServiceProvider as c, type OrderRefund as c$, type SocialPublication as c0, type FindSocialPublicationsParams as c1, type ValidateSocialPublicationParams as c2, type SocialPublicationValidation as c3, type ScheduleSocialPublicationParams as c4, type CancelSocialPublicationParams as c5, type GetSocialPublicationCommentsParams as c6, type SocialPublicationComment as c7, type SyncSocialPublicationCommentsParams as c8, type GetSocialPublicationCommentThreadParams as c9, type CreateFormParams as cA, type UpdateFormParams as cB, type DeleteFormParams as cC, type GetFormsParams as cD, type GetFormSubmissionsParams as cE, type GetFormSubmissionParams as cF, type UpdateFormSubmissionParams as cG, type CreateTaxonomyParams as cH, type UpdateTaxonomyParams as cI, type DeleteTaxonomyParams as cJ, type GetTaxonomiesParams as cK, type CreateEmailTemplateParams as cL, type EmailTemplate as cM, type UpdateEmailTemplateParams as cN, type DeleteEmailTemplateParams as cO, type GetEmailTemplateParams as cP, type GetEmailTemplatesParams as cQ, type PreviewEmailTemplateParams as cR, type PreviewEmailTemplateResponse as cS, type CreateProductParams as cT, type UpdateProductParams as cU, type DeleteProductParams as cV, type UpdateOrderParams as cW, type GetQuoteParams as cX, type CreateOrderRefundParams as cY, type CreateOrderRefundResponse as cZ, type GetOrderRefundParams as c_, type SyncSocialPublicationCommentThreadParams as ca, type FindSocialPublicationCommentsParams as cb, type ClassifySocialPublicationCommentsParams as cc, type SocialPublicationCommentClassificationResult as cd, type CreateSocialCommentReplyParams as ce, type SocialPublicationCommentReplyResponse as cf, type ListSocialCommentRepliesParams as cg, type SocialCommentReply as ch, type GetSocialCommentReplyParams as ci, type RetrySocialCommentReplyParams as cj, type ListSocialPublicationEffectsParams as ck, type SocialPublicationEffect as cl, type GetSocialPublicationEffectParams as cm, type GetSocialPublicationMetricsParams as cn, type SocialPublicationMetricSnapshot as co, type SyncSocialPublicationMetricsParams as cp, type SyncSocialEngagementParams as cq, type SocialPublicationEngagementSyncResult as cr, type CreateCollectionParams as cs, type UpdateCollectionParams as ct, type DeleteCollectionParams as cu, type GetCollectionsParams as cv, type CreateEntryParams as cw, type UpdateEntryParams as cx, type DeleteEntryParams as cy, type GetEntryParams as cz, type OrderQuote as d, type UpdateContactListParams as d$, type FindOrderRefundsParams as d0, type RetryOrderRefundParams as d1, type GetOrderPaymentParams as d2, type OrderPayment as d3, type RetryPaymentTransactionParams as d4, type PaymentTransaction as d5, type FindPaymentTransactionsParams as d6, type GetPaymentTransactionParams as d7, type ActivateDigitalAccessGrantParams as d8, type RevokeDigitalAccessGrantParams as d9, type DeleteServiceParams as dA, type CreateServiceProviderParams as dB, type UpdateServiceProviderParams as dC, type DeleteServiceProviderParams as dD, type CreateProviderParams as dE, type UpdateProviderParams as dF, type DeleteProviderParams as dG, type CreatePromoCodeParams as dH, type PromoCode as dI, type UpdatePromoCodeParams as dJ, type DeletePromoCodeParams as dK, type GetPromoCodeParams as dL, type GetPromoCodesParams as dM, type CreateContactParams as dN, type Contact as dO, type GetContactParams as dP, type FindContactsParams as dQ, type UpdateContactParams as dR, type MergeContactsParams as dS, type ImportContactsParams as dT, type ImportContactsResult as dU, type FindContactSessionsParams as dV, type ContactSessionRecord as dW, type RevokeContactSessionParams as dX, type RevokeAllContactSessionsParams as dY, type CreateContactListParams as dZ, type ContactList as d_, type GetShippingRatesParams as da, type ShippingRate as db, type CreateShipmentParams as dc, type CreateShipmentResponse as dd, type GetShipmentParams as de, type Shipment as df, type FindShipmentsParams as dg, type RetryShipmentParams as dh, type FindFulfillmentOrdersParams as di, type FulfillmentOrder as dj, type GetFulfillmentOrderParams as dk, type RequestShippingLabelRefundParams as dl, type ShippingLabelRefund as dm, type GetShippingLabelRefundParams as dn, type FindShippingLabelRefundsParams as dp, type RetryShippingLabelRefundParams as dq, type FindShippingLabelAdjustmentsParams as dr, type ShippingLabelAdjustment as ds, type FindShippingLabelSettlementsParams as dt, type ShippingLabelSettlement as du, type RetryShippingLabelSettlementParams as dv, type CreateCartParams as dw, type FindCartsParams as dx, type CreateServiceParams as dy, type UpdateServiceParams as dz, type Currency as e, type GetLeadResearchRunParams as e$, type FindContactListsParams as e0, type ImportContactsIntoContactListParams as e1, type ImportContactsIntoContactListResult as e2, type ImportContactListPreviewParams as e3, type ImportContactsPreviewResult as e4, type AddContactListContactParams as e5, type ContactListMember as e6, type UpdateContactListContactParams as e7, type RemoveContactListContactParams as e8, type FindContactListContactsParams as e9, type LaunchCampaignParams as eA, type DuplicateCampaignParams as eB, type GetCampaignLaunchReadinessParams as eC, type CampaignLaunchReadiness as eD, type ImportCampaignEnrollmentsParams as eE, type CampaignEnrollmentImportResult as eF, type GenerateOutreachPersonalizedDraftsParams as eG, type FindCampaignEnrollmentsParams as eH, type CampaignEnrollment as eI, type GetCampaignEnrollmentConversationParams as eJ, type CampaignEnrollmentConversationResponse as eK, type UpdateCampaignEnrollmentParams as eL, type UpdateCampaignEnrollmentDraftParams as eM, type UpdateCampaignEnrollmentStepExecutionParams as eN, type ReplyCampaignEnrollmentParams as eO, type StopCampaignEnrollmentParams as eP, type FindCampaignMessagesParams as eQ, type CampaignMessage as eR, type UpdateCampaignMessageParams as eS, type CreateSuppressionParams as eT, type Suppression as eU, type UpdateSuppressionParams as eV, type GetSuppressionParams as eW, type FindSuppressionsParams as eX, type CreateLeadResearchRunParams as eY, type LeadResearchRun as eZ, type FindLeadResearchRunsParams as e_, type CreateContactListPlanParams as ea, type ContactListPlan as eb, type UpdateContactListPlanParams as ec, type GetContactListPlanParams as ed, type FindContactListPlansParams as ee, type RetryContactListPlanCatalogParams as ef, type RefundContactListMembershipParams as eg, type RefundContactListMembershipResult as eh, type FindContactListMembershipPaymentAttemptsParams as ei, type ContactListMembershipPaymentAttempt as ej, type GetContactListMembershipPaymentAttemptParams as ek, type FindContactListMembershipRefundsParams as el, type ContactListMembershipRefund as em, type GetContactListMembershipRefundParams as en, type RetryContactListMembershipRefundParams as eo, type FindContactListMembershipCancellationsParams as ep, type ContactListMembershipCancellation as eq, type GetContactListMembershipCancellationParams as er, type RetryContactListMembershipCancellationParams as es, type Action as et, type FindActionsParams as eu, type CreateCampaignParams as ev, type Campaign as ew, type UpdateCampaignParams as ex, type GetCampaignParams as ey, type FindCampaignsParams as ez, type PaymentMethod as f, type PaymentTransactionProvider as f$, type UpdateLeadResearchRunParams as f0, type CancelLeadResearchRunParams as f1, type SendLeadResearchMessageParams as f2, type SendLeadResearchMessageResult as f3, type FindLeadResearchMessagesParams as f4, type LeadResearchMessage as f5, type ValidateLeadEmailParams as f6, type LeadEmailValidationResult as f7, type CreateWorkflowParams as f8, type Workflow as f9, type SocialConnectionProviderData as fA, type SocialConnectionType as fB, type InstagramPlacement as fC, type SocialAnalyticsCapabilities as fD, type SocialEngagementCapabilities as fE, type SocialPublicationCommentIntent as fF, type SocialPublicationCommentPriority as fG, type SocialCommentReplyError as fH, type SocialCommentReplyEvidence as fI, type SocialCommentReplyStatus as fJ, type SocialPublicationCommentStatus as fK, type SocialPublicationContent as fL, type SocialPublicationEffectError as fM, type SocialPublicationEffectEvidence as fN, type SocialPublicationEffectRequest as fO, type SocialPublicationEffectStatus as fP, type SocialPublicationStatus as fQ, type TiktokPrivacy as fR, type ValidationError as fS, type YoutubePrivacy as fT, type OrderFinancialSummary as fU, type PaymentProviderConnection as fV, type PaymentProviderConnectionError as fW, type PaymentProviderConnectionStatus as fX, type OrderPaymentTax as fY, type OrderPaymentTaxLine as fZ, type OrderPaymentPromoCode as f_, type UpdateWorkflowParams as fa, type DeleteWorkflowParams as fb, type GetWorkflowParams as fc, type GetWorkflowsParams as fd, type TriggerWorkflowParams as fe, type WorkflowExecution as ff, type GetWorkflowExecutionsParams as fg, type GetWorkflowExecutionParams as fh, type GetWorkflowEffectsParams as fi, type WorkflowEffect as fj, type GetWorkflowEffectParams as fk, type GetWorkflowConnectionsParams as fl, type WorkflowConnection as fm, type GetWorkflowConnectionConnectUrlParams as fn, type WorkflowConnectionConnectUrl as fo, type DeleteWorkflowConnectionParams as fp, type CartOrigin as fq, type CartStatus as fr, type EshopStoreState as fs, type WebhookEventSubscription as ft, type BuildHookType as fu, type SocialDestinationMetadata as fv, type SocialOAuthCallbackStatus as fw, type SocialOAuthDestinationOption as fx, type SocialConnectionCredential as fy, type SocialConnectionData as fz, type SlotRange as g, type WorkflowEffectType as g$, type PaymentTransactionRequestType as g0, type PaymentTransactionType as g1, type PaymentTransactionStatus as g2, type RefundStatus as g3, type CheckoutPaymentAction as g4, type StoreSubscriptionActionError as g5, type StoreSubscriptionActionRequest as g6, type StoreSubscriptionActionResult as g7, type StoreSubscriptionActionStatus as g8, type StoreSubscriptionEffectError as g9, type MediaResolution as gA, type Coordinates as gB, type ProviderWithTimeline as gC, type BlockSchema as gD, type BlockSchemaProperties as gE, type BlockSchemaType as gF, type EntryBlockQuery as gG, type MediaRef as gH, type FieldOperation as gI, type WorkflowNode as gJ, type WorkflowEdge as gK, type WorkflowTriggerNode as gL, type WorkflowHttpNode as gM, type WorkflowDeployWebhookNode as gN, type WorkflowGoogleDriveUploadNode as gO, type WorkflowConnectionData as gP, type WorkflowConnectionType as gQ, type GoogleDriveWorkflowConnectionData as gR, type GoogleDriveWorkflowProfile as gS, type WorkflowSwitchNode as gT, type WorkflowSwitchRule as gU, type WorkflowTransformNode as gV, type WorkflowLoopNode as gW, type WorkflowHttpMethod as gX, type WorkflowEffectEvidence as gY, type WorkflowEffectError as gZ, type WorkflowEffectStatus as g_, type StoreSubscriptionEffectStatus as ga, type StoreSubscriptionEffectType as gb, type StoreSubscriptionPayment as gc, type StoreSubscriptionStatus as gd, type SubscriptionPlanFeature as ge, type SubscriptionPlanFeatureType as gf, type SubscriptionPrice as gg, type ContactListMembershipCancellationSafeError as gh, type ContactListMembershipCancellationStatus as gi, type ContactListMembershipCancellationType as gj, type ContactListMembershipPaymentAttemptSafeError as gk, type ContactListMembershipPaymentAttemptStatus as gl, type ContactListMembershipPaymentAttemptType as gm, type ContactListMembershipRefundSafeError as gn, type ContactListMembershipRefundStatus as go, type ContactListMembershipRefundType as gp, type StorefrontContactListType as gq, type StorefrontContactListPaymentAttemptSummary as gr, type ShippingMethod as gs, type ShippingWeightTier as gt, type Zone as gu, type GeoLocation as gv, type PromoCodeValidation as gw, type Language as gx, type Access as gy, type MediaSize as gz, type FormEntry as h, type OrderCancellationReason as h$, type WorkflowExecutionInput as h0, type ExecutionStatus as h1, type NodeResult as h2, type ContactListType as h3, type ContactListPlanCatalogSafeError as h4, type ContactListPlanCatalogStatus as h5, type ContactListPlanCatalogType as h6, type ContactListPlanStatus as h7, type ContactListContentAccess as h8, type ContactListContentAccessStatus as h9, type ServiceDuration as hA, type ProviderTimelinePoint as hB, type TimelinePoint as hC, type WorkingHour as hD, type WorkingDay as hE, type SpecificDate as hF, type OrderItem as hG, type OrderItemSnapshot as hH, type ProductLineItem as hI, type ServiceLineItem as hJ, type ProductLineItemSnapshot as hK, type ServiceLineItemSnapshot as hL, type DiscountAllocation as hM, type TaxLine as hN, type LineMoneySnapshot as hO, type OrderItemFulfillmentStatus as hP, type BookingOrderItemStatus as hQ, type QuoteLine as hR, type ProductQuoteLine as hS, type ServiceQuoteLine as hT, type ProductQuoteLineAvailability as hU, type ServiceQuoteLineAvailability as hV, type OrderItemStatus as hW, type OrderStatus as hX, type OrderPaymentSummaryStatus as hY, type OrderFulfillmentStatus as hZ, type OrderPaymentStatus as h_, type ContactListContentAccessTarget as ha, type ContactListManagementContactList as hb, type ContactListManagementMembership as hc, type Event as hd, type EventAction as he, type ShippingStatus as hf, type ShippingProvider as hg, type ShippingRateLine as hh, type ShippingLine as hi, type FulfillmentOrderStatus as hj, type FulfillmentOrderRequestStatus as hk, type FulfillmentOrderLine as hl, type OrderFulfillmentSummary as hm, type Parcel as hn, type ShippingLabelStatus as ho, type ShippingLabelRefundStatus as hp, type ShippingLabelRefundReconciliationStatus as hq, type ShippingLabelAdjustmentStatus as hr, type ShippingLabelSettlementDirection as hs, type ShippingLabelSettlementStatus as ht, type ShippingLabelSettlementType as hu, type ShipmentAllocationStatus as hv, type ShipmentLine as hw, type CustomsItem as hx, type CustomsDeclaration as hy, type GeoLocationBlock as hz, type Price as i, type ServiceStatus as i$, type HistoryEntry as i0, type DigitalAccessGrantStatus as i1, type ProductInventory as i2, type DigitalAssetType as i3, type DigitalAssetStatus as i4, type DigitalDeliveryPolicy as i5, type DigitalAsset as i6, type GalleryItem as i7, type EmailTemplateType as i8, type EmailRecipients as i9, type ContactListMembership as iA, type MailboxConnectionSecurity as iB, type MailboxPreset as iC, type MailboxSyncStatus as iD, type GoogleMailboxProvider as iE, type SmtpImapMailboxProviderInput as iF, type SmtpImapMailboxProvider as iG, type OutreachStep as iH, type OutreachStepType as iI, type ManualTaskContinueBehavior as iJ, type CampaignManualTaskOutcome as iK, type OutreachPersonalizationCounters as iL, type OutreachPersonalizationState as iM, type CampaignLaunchState as iN, type CampaignEnrollmentImportResult$1 as iO, type LeadResearchRunStatus as iP, type LeadScores as iQ, type LeadInsight as iR, type CampaignRoute as iS, type ChannelMessage as iT, type LeadEmailClassification as iU, type LeadValidationCheck as iV, type LeadValidationCheckStatus as iW, type LeadResearchMessageRole as iX, type ResearchContactListMember as iY, type Discount as iZ, type Condition as i_, type EmailSend as ia, type EmailSendDeliveryResult as ib, type EmailDeliveryError as ic, type EmailDeliveryErrorKind as id, type EmailDeliveryStatus as ie, type EmailDeliveryType as ig, type EmailSendTemplateData as ih, type FormSchemaType as ii, type FormFieldType as ij, type TaxonomyEntry as ik, type TaxonomyQuery as il, type TaxonomySchema as im, type TaxonomySchemaType as io, type TaxonomyField as ip, type TaxonomyFieldQuery as iq, type ContactSessionRecord$1 as ir, type ContactSessionStatus$1 as is, type ContactChannel as it, type ChannelType as iu, type OpportunityStage as iv, type OpportunityType as iw, type OpportunitySource as ix, type ActionData as iy, type ActionContext as iz, type OrderCheckoutResult as j, type InstagramBusinessContent as j$, type ProviderStatus as j0, type ProductStatus as j1, type ContactStatus as j2, type ContactListStatus as j3, type ContactListSource as j4, type ContactListMembershipStatus as j5, type MailboxStatus as j6, type CampaignStatus as j7, type CampaignLaunchStatus as j8, type CampaignEnrollmentStatus as j9, type ProviderAvailability as jA, type Slot as jB, type ConditionValue as jC, type ProductQuoteItemInput as jD, type ServiceQuoteItemInput as jE, type OrderQuoteItemInput as jF, type TrustedProductCheckoutItemInput as jG, type TrustedServiceCheckoutItemInput as jH, type TrustedOrderCheckoutItemInput as jI, type SystemTemplateKey as jJ, type ImportFieldMapping as jK, type ImportPreviewRow as jL, type ImportContactsPreviewParams as jM, type WebhookDeliveryStatus as jN, type ContactListPlanPriceInput as jO, type ImportContactRowInput as jP, type ImportContactRowError as jQ, type ImportContactRowResult as jR, type ImportContactListRowResult as jS, type MarketZoneInput as jT, type CreateProductVariantInput as jU, type UpdateProductVariantInput as jV, type ProductInventoryInput as jW, type IntervalPeriod as jX, type SubscriptionInterval as jY, type PriceProvider as jZ, type FacebookPageContent as j_, type CampaignEnrollmentImportSource as ja, type CampaignMessageCopySource as jb, type CampaignMessageDirection as jc, type CampaignMessageType as jd, type CampaignMessageStatus as je, type OutreachPersonalizationStatus as jf, type OutreachThreadMode as jg, type SuppressionStatus as jh, type SuppressionTargetType as ji, type SuppressionScopeType as jj, type SuppressionReason as jk, type SuppressionSource as jl, type WorkflowStatus as jm, type MutableWorkflowStatus as jn, type WorkflowSendEmailNode as jo, type PromoCodeStatus as jp, type CollectionStatus as jq, type EntryStatus as jr, type EmailTemplateStatus as js, type EmailTemplateVariable as jt, type EmailTemplateVariableSource as ju, type FormStatus as jv, type TaxonomyStatus as jw, PaymentMethodType as jx, type AvailabilitySlot as jy, type DaySlots as jz, type Address as k, type YoutubeChannelContent as k0, type TiktokAccountContent as k1, type XAccountContent as k2, type StoreEmails as k3, type BlockType as k4, type GeoLocationBlockProperties as k5, type AccountApiTokenStatus as k6, type AccountLifecycle as k7, type GoogleMailboxProfile as k8, type TimeRange as k9, type PromoUsage$1 as ka, type ContactChannelConsentStatus as kb, type ActionLocation as kc, type ActionDevice as kd, type ActionSession as ke, type SocialActionAuthor as kf, type OrderCheckoutParams as kg, type LoginAccountParams as kh, type GetAnalyticsParams as ki, type GetAnalyticsHealthParams as kj, type GetDeliveryStatsParams as kk, type StoreRole as kl, type AccountSortField as km, type ServiceProviderInput as kn, type SearchOrderServiceItemsParams as ko, type PreviewEmailTemplateWarning as kp, type LogoutParams as kq, type SetupAnalyticsParams as kr, type ContactInfo as ks, type SetContactEmailParams as kt, type Cart as l, type FormSchema as m, type FormField as n, type ProductCheckoutItemInput as o, type ServiceCheckoutItemInput as p, type PaymentStoreConfig as q, type Contact$1 as r, type Collection as s, type GetEntriesParams as t, type PaginatedResponse as u, type GetFormParams as v, type SubmitFormParams as w, type FormSubmission as x, type GetTaxonomyParams as y, type GetTaxonomyChildrenParams as z };
@@ -229,7 +229,7 @@ interface SocialDestinationMetadata {
229
229
  handle: string | null;
230
230
  avatar_url: string | null;
231
231
  }
232
- type SocialConnectionType = "facebook_page" | "instagram_business" | "youtube_channel" | "x_account";
232
+ type SocialConnectionType = "facebook_page" | "instagram_business" | "youtube_channel" | "tiktok_account" | "x_account";
233
233
  interface SocialConnectionProviderData {
234
234
  credential: SocialConnectionCredential;
235
235
  destination: SocialDestinationMetadata;
@@ -237,6 +237,7 @@ interface SocialConnectionProviderData {
237
237
  type SocialConnectionData = SocialConnectionProviderData;
238
238
  type SocialPublicationStatus = "draft" | "scheduled" | "publishing" | "published" | "failed" | "unknown" | "cancelled";
239
239
  type YoutubePrivacy = "public" | "unlisted" | "private";
240
+ type TiktokPrivacy = "public" | "friends" | "private";
240
241
  type InstagramPlacement = "feed" | "reel" | "story";
241
242
  interface FacebookPageContent {
242
243
  type: "facebook_page";
@@ -258,12 +259,18 @@ interface YoutubeChannelContent {
258
259
  video_media_id: string;
259
260
  privacy: YoutubePrivacy;
260
261
  }
262
+ interface TiktokAccountContent {
263
+ type: "tiktok_account";
264
+ caption?: string | null;
265
+ video_media_id: string;
266
+ privacy: TiktokPrivacy;
267
+ }
261
268
  interface XAccountContent {
262
269
  type: "x_account";
263
270
  text?: string | null;
264
271
  media_ids: string[];
265
272
  }
266
- type SocialPublicationContent = FacebookPageContent | InstagramBusinessContent | YoutubeChannelContent | XAccountContent;
273
+ type SocialPublicationContent = FacebookPageContent | InstagramBusinessContent | YoutubeChannelContent | TiktokAccountContent | XAccountContent;
267
274
  interface ValidationError {
268
275
  field: string;
269
276
  error: string;
@@ -440,6 +447,15 @@ type SocialPublicationEffectRequest = {
440
447
  media_id: string;
441
448
  total_bytes: number;
442
449
  has_upload_session: boolean;
450
+ } | {
451
+ type: "tiktok_initialize_upload";
452
+ media_id: string;
453
+ } | {
454
+ type: "tiktok_upload";
455
+ media_id: string;
456
+ publish_id: string;
457
+ total_bytes: number;
458
+ has_upload_session: boolean;
443
459
  };
444
460
  interface SocialPublicationEffectEvidence {
445
461
  provider_object_id?: string | null;
@@ -5078,4 +5094,4 @@ interface MergeContactsParams {
5078
5094
  store_id?: string;
5079
5095
  }
5080
5096
 
5081
- export { type FindDigitalAccessGrantsParams as $, type AvailabilityResponse as A, type Block as B, type CollectionEntry as C, type GetProductParams as D, type EshopCartItem as E, type Form as F, type GetCollectionParams as G, type GetProductsParams as H, type InventoryLevel as I, type GetServiceParams as J, type GetServicesParams as K, type FindServiceProvidersParams as L, type Market as M, type GetAvailabilityParams as N, type OrderMoney as O, type Product as P, type GetProviderParams as Q, type RequestOptions as R, type Service as S, type Taxonomy as T, type GetProvidersParams as U, type GetOrderParams as V, type Order as W, type GetOrdersParams as X, type DownloadDigitalAccessParams as Y, type ZoneLocation as Z, type DigitalAccessDownloadResponse as _, type FormValues as a, type CreatePortalSessionParams as a$, type DigitalAccessGrant as a0, type GetDigitalAccessGrantParams as a1, type ProductVariant as a2, type OrderCheckoutItemInput as a3, type GetContactListParams as a4, type StorefrontContactList as a5, type FindStorefrontContactListsParams as a6, type FindStorefrontContactListPlansParams as a7, type StorefrontContactListPlan as a8, type FindStorefrontContactListMembershipsParams as a9, type DeleteAccountParams as aA, type GetMeParams as aB, type Account as aC, type SearchAccountsParams as aD, type AccountApiToken as aE, type CreateAccountApiTokenParams as aF, type AccountApiTokenCreated as aG, type UpdateAccountApiTokenParams as aH, type AccountSession as aI, type AuthCodeVerifyParams as aJ, type AuthToken as aK, type CreateStoreParams as aL, type UpdateStoreParams as aM, type GetStoreParams as aN, type GetStoresParams as aO, type GetStoreSubscriptionParams as aP, type StoreSubscription as aQ, type GetSubscriptionPlansParams as aR, type SubscriptionPlan as aS, type CreateStoreSubscriptionActionParams as aT, type StoreSubscriptionAction as aU, type FindStoreSubscriptionActionsParams as aV, type GetStoreSubscriptionActionParams as aW, type RetryStoreSubscriptionActionParams as aX, type FindStoreSubscriptionActionEffectsParams as aY, type StoreSubscriptionEffect as aZ, type GetStoreSubscriptionActionEffectParams as a_, type StorefrontContactListMembership as aa, type SubscribeContactListParams as ab, type ContactListSubscribeResponse as ac, type ContactListAccessParams as ad, type ContactListAccessResponse as ae, type ContactListContentAccessParams as af, type ContactListContentAccessResponse as ag, type ContactListManagementResponse as ah, type Store as ai, type Location as aj, type FormValue as ak, type HttpClientConfig as al, type AuthStorage as am, type ContactSessionIssued as an, type VerificationChallengeResponse as ao, type GetCurrentCartParams as ap, type GetCartParams as aq, type UpdateCartParams as ar, type AddCartItemParams as as, type RemoveCartItemParams as at, type ClearCartParams as au, type QuoteCartParams as av, type CheckoutCartParams as aw, type HttpClient as ax, type UpdateAccountContactParams as ay, type AccountUpdateResponse as az, type Provider as b, type GetSocialPublicationParams as b$, type AddMemberParams as b0, type FindStoreMembersParams as b1, type StoreMember as b2, type StoreMembership as b3, type RemoveMemberParams as b4, type ListBuildHooksParams as b5, type BuildHook as b6, type CreateBuildHookParams as b7, type UpdateBuildHookParams as b8, type DeleteBuildHookParams as b9, type EmailSendResult as bA, type GetEmailDeliveryParams as bB, type EmailDelivery as bC, type RetryEmailDeliveryParams as bD, type ConnectGoogleMailboxParams as bE, type GoogleMailboxConnectUrl as bF, type CreateMailboxParams as bG, type Mailbox as bH, type UpdateMailboxParams as bI, type GetMailboxParams as bJ, type TestMailboxParams as bK, type TestMailboxResult as bL, type PrepareMailboxParams as bM, type FindMailboxesParams as bN, type GetSocialCapabilitiesParams as bO, type SocialProviderCapability as bP, type ListSocialConnectionsParams as bQ, type SocialConnection as bR, type ConnectSocialConnectionParams as bS, type SocialConnectResponse as bT, type GetSocialOAuthAttemptParams as bU, type SocialOAuthCallbackResponse as bV, type SelectSocialDestinationParams as bW, type DeleteSocialConnectionParams as bX, type CreateSocialPublicationParams as bY, type SocialPublicationMutationResponse as bZ, type UpdateSocialPublicationParams as b_, type TestWebhookParams as ba, type TestWebhookResponse as bb, type ListWebhooksParams as bc, type Webhook as bd, type CreateWebhookParams as be, type UpdateWebhookParams as bf, type DeleteWebhookParams as bg, type CreateLocationParams as bh, type UpdateLocationParams as bi, type DeleteLocationParams as bj, type CreateMarketParams as bk, type UpdateMarketParams as bl, type DeleteMarketParams as bm, type ListPaymentProvidersParams as bn, type PaymentProvider as bo, type RefreshPaymentProvidersParams as bp, type ConnectStripePaymentProviderParams as bq, type StripePaymentProviderConnectResponse as br, type DeletePaymentProviderParams as bs, type GetMediaParams as bt, type Media as bu, type UploadStoreMediaParams as bv, type DeleteStoreMediaParams as bw, type GetStoreMediaParams as bx, type UpdateMediaParams as by, type EmailSendRequest as bz, type ServiceProvider as c, type OrderRefund as c$, type SocialPublication as c0, type FindSocialPublicationsParams as c1, type ValidateSocialPublicationParams as c2, type SocialPublicationValidation as c3, type ScheduleSocialPublicationParams as c4, type CancelSocialPublicationParams as c5, type GetSocialPublicationCommentsParams as c6, type SocialPublicationComment as c7, type SyncSocialPublicationCommentsParams as c8, type GetSocialPublicationCommentThreadParams as c9, type CreateFormParams as cA, type UpdateFormParams as cB, type DeleteFormParams as cC, type GetFormsParams as cD, type GetFormSubmissionsParams as cE, type GetFormSubmissionParams as cF, type UpdateFormSubmissionParams as cG, type CreateTaxonomyParams as cH, type UpdateTaxonomyParams as cI, type DeleteTaxonomyParams as cJ, type GetTaxonomiesParams as cK, type CreateEmailTemplateParams as cL, type EmailTemplate as cM, type UpdateEmailTemplateParams as cN, type DeleteEmailTemplateParams as cO, type GetEmailTemplateParams as cP, type GetEmailTemplatesParams as cQ, type PreviewEmailTemplateParams as cR, type PreviewEmailTemplateResponse as cS, type CreateProductParams as cT, type UpdateProductParams as cU, type DeleteProductParams as cV, type UpdateOrderParams as cW, type GetQuoteParams as cX, type CreateOrderRefundParams as cY, type CreateOrderRefundResponse as cZ, type GetOrderRefundParams as c_, type SyncSocialPublicationCommentThreadParams as ca, type FindSocialPublicationCommentsParams as cb, type ClassifySocialPublicationCommentsParams as cc, type SocialPublicationCommentClassificationResult as cd, type CreateSocialCommentReplyParams as ce, type SocialPublicationCommentReplyResponse as cf, type ListSocialCommentRepliesParams as cg, type SocialCommentReply as ch, type GetSocialCommentReplyParams as ci, type RetrySocialCommentReplyParams as cj, type ListSocialPublicationEffectsParams as ck, type SocialPublicationEffect as cl, type GetSocialPublicationEffectParams as cm, type GetSocialPublicationMetricsParams as cn, type SocialPublicationMetricSnapshot as co, type SyncSocialPublicationMetricsParams as cp, type SyncSocialEngagementParams as cq, type SocialPublicationEngagementSyncResult as cr, type CreateCollectionParams as cs, type UpdateCollectionParams as ct, type DeleteCollectionParams as cu, type GetCollectionsParams as cv, type CreateEntryParams as cw, type UpdateEntryParams as cx, type DeleteEntryParams as cy, type GetEntryParams as cz, type OrderQuote as d, type UpdateContactListParams as d$, type FindOrderRefundsParams as d0, type RetryOrderRefundParams as d1, type GetOrderPaymentParams as d2, type OrderPayment as d3, type RetryPaymentTransactionParams as d4, type PaymentTransaction as d5, type FindPaymentTransactionsParams as d6, type GetPaymentTransactionParams as d7, type ActivateDigitalAccessGrantParams as d8, type RevokeDigitalAccessGrantParams as d9, type DeleteServiceParams as dA, type CreateServiceProviderParams as dB, type UpdateServiceProviderParams as dC, type DeleteServiceProviderParams as dD, type CreateProviderParams as dE, type UpdateProviderParams as dF, type DeleteProviderParams as dG, type CreatePromoCodeParams as dH, type PromoCode as dI, type UpdatePromoCodeParams as dJ, type DeletePromoCodeParams as dK, type GetPromoCodeParams as dL, type GetPromoCodesParams as dM, type CreateContactParams as dN, type Contact as dO, type GetContactParams as dP, type FindContactsParams as dQ, type UpdateContactParams as dR, type MergeContactsParams as dS, type ImportContactsParams as dT, type ImportContactsResult as dU, type FindContactSessionsParams as dV, type ContactSessionRecord as dW, type RevokeContactSessionParams as dX, type RevokeAllContactSessionsParams as dY, type CreateContactListParams as dZ, type ContactList as d_, type GetShippingRatesParams as da, type ShippingRate as db, type CreateShipmentParams as dc, type CreateShipmentResponse as dd, type GetShipmentParams as de, type Shipment as df, type FindShipmentsParams as dg, type RetryShipmentParams as dh, type FindFulfillmentOrdersParams as di, type FulfillmentOrder as dj, type GetFulfillmentOrderParams as dk, type RequestShippingLabelRefundParams as dl, type ShippingLabelRefund as dm, type GetShippingLabelRefundParams as dn, type FindShippingLabelRefundsParams as dp, type RetryShippingLabelRefundParams as dq, type FindShippingLabelAdjustmentsParams as dr, type ShippingLabelAdjustment as ds, type FindShippingLabelSettlementsParams as dt, type ShippingLabelSettlement as du, type RetryShippingLabelSettlementParams as dv, type CreateCartParams as dw, type FindCartsParams as dx, type CreateServiceParams as dy, type UpdateServiceParams as dz, type Currency as e, type GetLeadResearchRunParams as e$, type FindContactListsParams as e0, type ImportContactsIntoContactListParams as e1, type ImportContactsIntoContactListResult as e2, type ImportContactListPreviewParams as e3, type ImportContactsPreviewResult as e4, type AddContactListContactParams as e5, type ContactListMember as e6, type UpdateContactListContactParams as e7, type RemoveContactListContactParams as e8, type FindContactListContactsParams as e9, type LaunchCampaignParams as eA, type DuplicateCampaignParams as eB, type GetCampaignLaunchReadinessParams as eC, type CampaignLaunchReadiness as eD, type ImportCampaignEnrollmentsParams as eE, type CampaignEnrollmentImportResult as eF, type GenerateOutreachPersonalizedDraftsParams as eG, type FindCampaignEnrollmentsParams as eH, type CampaignEnrollment as eI, type GetCampaignEnrollmentConversationParams as eJ, type CampaignEnrollmentConversationResponse as eK, type UpdateCampaignEnrollmentParams as eL, type UpdateCampaignEnrollmentDraftParams as eM, type UpdateCampaignEnrollmentStepExecutionParams as eN, type ReplyCampaignEnrollmentParams as eO, type StopCampaignEnrollmentParams as eP, type FindCampaignMessagesParams as eQ, type CampaignMessage as eR, type UpdateCampaignMessageParams as eS, type CreateSuppressionParams as eT, type Suppression as eU, type UpdateSuppressionParams as eV, type GetSuppressionParams as eW, type FindSuppressionsParams as eX, type CreateLeadResearchRunParams as eY, type LeadResearchRun as eZ, type FindLeadResearchRunsParams as e_, type CreateContactListPlanParams as ea, type ContactListPlan as eb, type UpdateContactListPlanParams as ec, type GetContactListPlanParams as ed, type FindContactListPlansParams as ee, type RetryContactListPlanCatalogParams as ef, type RefundContactListMembershipParams as eg, type RefundContactListMembershipResult as eh, type FindContactListMembershipPaymentAttemptsParams as ei, type ContactListMembershipPaymentAttempt as ej, type GetContactListMembershipPaymentAttemptParams as ek, type FindContactListMembershipRefundsParams as el, type ContactListMembershipRefund as em, type GetContactListMembershipRefundParams as en, type RetryContactListMembershipRefundParams as eo, type FindContactListMembershipCancellationsParams as ep, type ContactListMembershipCancellation as eq, type GetContactListMembershipCancellationParams as er, type RetryContactListMembershipCancellationParams as es, type Action as et, type FindActionsParams as eu, type CreateCampaignParams as ev, type Campaign as ew, type UpdateCampaignParams as ex, type GetCampaignParams as ey, type FindCampaignsParams as ez, type PaymentMethod as f, type PaymentTransactionRequestType as f$, type UpdateLeadResearchRunParams as f0, type CancelLeadResearchRunParams as f1, type SendLeadResearchMessageParams as f2, type SendLeadResearchMessageResult as f3, type FindLeadResearchMessagesParams as f4, type LeadResearchMessage as f5, type ValidateLeadEmailParams as f6, type LeadEmailValidationResult as f7, type CreateWorkflowParams as f8, type Workflow as f9, type SocialConnectionProviderData as fA, type SocialConnectionType as fB, type InstagramPlacement as fC, type SocialAnalyticsCapabilities as fD, type SocialEngagementCapabilities as fE, type SocialPublicationCommentIntent as fF, type SocialPublicationCommentPriority as fG, type SocialCommentReplyError as fH, type SocialCommentReplyEvidence as fI, type SocialCommentReplyStatus as fJ, type SocialPublicationCommentStatus as fK, type SocialPublicationContent as fL, type SocialPublicationEffectError as fM, type SocialPublicationEffectEvidence as fN, type SocialPublicationEffectRequest as fO, type SocialPublicationEffectStatus as fP, type SocialPublicationStatus as fQ, type ValidationError as fR, type YoutubePrivacy as fS, type OrderFinancialSummary as fT, type PaymentProviderConnection as fU, type PaymentProviderConnectionError as fV, type PaymentProviderConnectionStatus as fW, type OrderPaymentTax as fX, type OrderPaymentTaxLine as fY, type OrderPaymentPromoCode as fZ, type PaymentTransactionProvider as f_, type UpdateWorkflowParams as fa, type DeleteWorkflowParams as fb, type GetWorkflowParams as fc, type GetWorkflowsParams as fd, type TriggerWorkflowParams as fe, type WorkflowExecution as ff, type GetWorkflowExecutionsParams as fg, type GetWorkflowExecutionParams as fh, type GetWorkflowEffectsParams as fi, type WorkflowEffect as fj, type GetWorkflowEffectParams as fk, type GetWorkflowConnectionsParams as fl, type WorkflowConnection as fm, type GetWorkflowConnectionConnectUrlParams as fn, type WorkflowConnectionConnectUrl as fo, type DeleteWorkflowConnectionParams as fp, type CartOrigin as fq, type CartStatus as fr, type EshopStoreState as fs, type WebhookEventSubscription as ft, type BuildHookType as fu, type SocialDestinationMetadata as fv, type SocialOAuthCallbackStatus as fw, type SocialOAuthDestinationOption as fx, type SocialConnectionCredential as fy, type SocialConnectionData as fz, type SlotRange as g, type WorkflowExecutionInput as g$, type PaymentTransactionType as g0, type PaymentTransactionStatus as g1, type RefundStatus as g2, type CheckoutPaymentAction as g3, type StoreSubscriptionActionError as g4, type StoreSubscriptionActionRequest as g5, type StoreSubscriptionActionResult as g6, type StoreSubscriptionActionStatus as g7, type StoreSubscriptionEffectError as g8, type StoreSubscriptionEffectStatus as g9, type Coordinates as gA, type ProviderWithTimeline as gB, type BlockSchema as gC, type BlockSchemaProperties as gD, type BlockSchemaType as gE, type EntryBlockQuery as gF, type MediaRef as gG, type FieldOperation as gH, type WorkflowNode as gI, type WorkflowEdge as gJ, type WorkflowTriggerNode as gK, type WorkflowHttpNode as gL, type WorkflowDeployWebhookNode as gM, type WorkflowGoogleDriveUploadNode as gN, type WorkflowConnectionData as gO, type WorkflowConnectionType as gP, type GoogleDriveWorkflowConnectionData as gQ, type GoogleDriveWorkflowProfile as gR, type WorkflowSwitchNode as gS, type WorkflowSwitchRule as gT, type WorkflowTransformNode as gU, type WorkflowLoopNode as gV, type WorkflowHttpMethod as gW, type WorkflowEffectEvidence as gX, type WorkflowEffectError as gY, type WorkflowEffectStatus as gZ, type WorkflowEffectType as g_, type StoreSubscriptionEffectType as ga, type StoreSubscriptionPayment as gb, type StoreSubscriptionStatus as gc, type SubscriptionPlanFeature as gd, type SubscriptionPlanFeatureType as ge, type SubscriptionPrice as gf, type ContactListMembershipCancellationSafeError as gg, type ContactListMembershipCancellationStatus as gh, type ContactListMembershipCancellationType as gi, type ContactListMembershipPaymentAttemptSafeError as gj, type ContactListMembershipPaymentAttemptStatus as gk, type ContactListMembershipPaymentAttemptType as gl, type ContactListMembershipRefundSafeError as gm, type ContactListMembershipRefundStatus as gn, type ContactListMembershipRefundType as go, type StorefrontContactListType as gp, type StorefrontContactListPaymentAttemptSummary as gq, type ShippingMethod as gr, type ShippingWeightTier as gs, type Zone as gt, type GeoLocation as gu, type PromoCodeValidation as gv, type Language as gw, type Access as gx, type MediaSize as gy, type MediaResolution as gz, type FormEntry as h, type HistoryEntry as h$, type ExecutionStatus as h0, type NodeResult as h1, type ContactListType as h2, type ContactListPlanCatalogSafeError as h3, type ContactListPlanCatalogStatus as h4, type ContactListPlanCatalogType as h5, type ContactListPlanStatus as h6, type ContactListContentAccess as h7, type ContactListContentAccessStatus as h8, type ContactListContentAccessTarget as h9, type ProviderTimelinePoint as hA, type TimelinePoint as hB, type WorkingHour as hC, type WorkingDay as hD, type SpecificDate as hE, type OrderItem as hF, type OrderItemSnapshot as hG, type ProductLineItem as hH, type ServiceLineItem as hI, type ProductLineItemSnapshot as hJ, type ServiceLineItemSnapshot as hK, type DiscountAllocation as hL, type TaxLine as hM, type LineMoneySnapshot as hN, type OrderItemFulfillmentStatus as hO, type BookingOrderItemStatus as hP, type QuoteLine as hQ, type ProductQuoteLine as hR, type ServiceQuoteLine as hS, type ProductQuoteLineAvailability as hT, type ServiceQuoteLineAvailability as hU, type OrderItemStatus as hV, type OrderStatus as hW, type OrderPaymentSummaryStatus as hX, type OrderFulfillmentStatus as hY, type OrderPaymentStatus as hZ, type OrderCancellationReason as h_, type ContactListManagementContactList as ha, type ContactListManagementMembership as hb, type Event as hc, type EventAction as hd, type ShippingStatus as he, type ShippingProvider as hf, type ShippingRateLine as hg, type ShippingLine as hh, type FulfillmentOrderStatus as hi, type FulfillmentOrderRequestStatus as hj, type FulfillmentOrderLine as hk, type OrderFulfillmentSummary as hl, type Parcel as hm, type ShippingLabelStatus as hn, type ShippingLabelRefundStatus as ho, type ShippingLabelRefundReconciliationStatus as hp, type ShippingLabelAdjustmentStatus as hq, type ShippingLabelSettlementDirection as hr, type ShippingLabelSettlementStatus as hs, type ShippingLabelSettlementType as ht, type ShipmentAllocationStatus as hu, type ShipmentLine as hv, type CustomsItem as hw, type CustomsDeclaration as hx, type GeoLocationBlock as hy, type ServiceDuration as hz, type Price as i, type ProviderStatus as i$, type DigitalAccessGrantStatus as i0, type ProductInventory as i1, type DigitalAssetType as i2, type DigitalAssetStatus as i3, type DigitalDeliveryPolicy as i4, type DigitalAsset as i5, type GalleryItem as i6, type EmailTemplateType as i7, type EmailRecipients as i8, type EmailSend as i9, type MailboxConnectionSecurity as iA, type MailboxPreset as iB, type MailboxSyncStatus as iC, type GoogleMailboxProvider as iD, type SmtpImapMailboxProviderInput as iE, type SmtpImapMailboxProvider as iF, type OutreachStep as iG, type OutreachStepType as iH, type ManualTaskContinueBehavior as iI, type CampaignManualTaskOutcome as iJ, type OutreachPersonalizationCounters as iK, type OutreachPersonalizationState as iL, type CampaignLaunchState as iM, type CampaignEnrollmentImportResult$1 as iN, type LeadResearchRunStatus as iO, type LeadScores as iP, type LeadInsight as iQ, type CampaignRoute as iR, type ChannelMessage as iS, type LeadEmailClassification as iT, type LeadValidationCheck as iU, type LeadValidationCheckStatus as iV, type LeadResearchMessageRole as iW, type ResearchContactListMember as iX, type Discount as iY, type Condition as iZ, type ServiceStatus as i_, type EmailSendDeliveryResult as ia, type EmailDeliveryError as ib, type EmailDeliveryErrorKind as ic, type EmailDeliveryStatus as id, type EmailDeliveryType as ie, type EmailSendTemplateData as ig, type FormSchemaType as ih, type FormFieldType as ii, type TaxonomyEntry as ij, type TaxonomyQuery as ik, type TaxonomySchema as il, type TaxonomySchemaType as im, type TaxonomyField as io, type TaxonomyFieldQuery as ip, type ContactSessionRecord$1 as iq, type ContactSessionStatus$1 as ir, type ContactChannel as is, type ChannelType as it, type OpportunityStage as iu, type OpportunityType as iv, type OpportunitySource as iw, type ActionData as ix, type ActionContext as iy, type ContactListMembership as iz, type OrderCheckoutResult as j, type YoutubeChannelContent as j$, type ProductStatus as j0, type ContactStatus as j1, type ContactListStatus as j2, type ContactListSource as j3, type ContactListMembershipStatus as j4, type MailboxStatus as j5, type CampaignStatus as j6, type CampaignLaunchStatus as j7, type CampaignEnrollmentStatus as j8, type CampaignEnrollmentImportSource as j9, type Slot as jA, type ConditionValue as jB, type ProductQuoteItemInput as jC, type ServiceQuoteItemInput as jD, type OrderQuoteItemInput as jE, type TrustedProductCheckoutItemInput as jF, type TrustedServiceCheckoutItemInput as jG, type TrustedOrderCheckoutItemInput as jH, type SystemTemplateKey as jI, type ImportFieldMapping as jJ, type ImportPreviewRow as jK, type ImportContactsPreviewParams as jL, type WebhookDeliveryStatus as jM, type ContactListPlanPriceInput as jN, type ImportContactRowInput as jO, type ImportContactRowError as jP, type ImportContactRowResult as jQ, type ImportContactListRowResult as jR, type MarketZoneInput as jS, type CreateProductVariantInput as jT, type UpdateProductVariantInput as jU, type ProductInventoryInput as jV, type IntervalPeriod as jW, type SubscriptionInterval as jX, type PriceProvider as jY, type FacebookPageContent as jZ, type InstagramBusinessContent as j_, type CampaignMessageCopySource as ja, type CampaignMessageDirection as jb, type CampaignMessageType as jc, type CampaignMessageStatus as jd, type OutreachPersonalizationStatus as je, type OutreachThreadMode as jf, type SuppressionStatus as jg, type SuppressionTargetType as jh, type SuppressionScopeType as ji, type SuppressionReason as jj, type SuppressionSource as jk, type WorkflowStatus as jl, type MutableWorkflowStatus as jm, type WorkflowSendEmailNode as jn, type PromoCodeStatus as jo, type CollectionStatus as jp, type EntryStatus as jq, type EmailTemplateStatus as jr, type EmailTemplateVariable as js, type EmailTemplateVariableSource as jt, type FormStatus as ju, type TaxonomyStatus as jv, PaymentMethodType as jw, type AvailabilitySlot as jx, type DaySlots as jy, type ProviderAvailability as jz, type Address as k, type XAccountContent as k0, type StoreEmails as k1, type BlockType as k2, type GeoLocationBlockProperties as k3, type AccountApiTokenStatus as k4, type AccountLifecycle as k5, type GoogleMailboxProfile as k6, type TimeRange as k7, type PromoUsage$1 as k8, type ContactChannelConsentStatus as k9, type ActionLocation as ka, type ActionDevice as kb, type ActionSession as kc, type SocialActionAuthor as kd, type OrderCheckoutParams as ke, type LoginAccountParams as kf, type GetAnalyticsParams as kg, type GetAnalyticsHealthParams as kh, type GetDeliveryStatsParams as ki, type StoreRole as kj, type AccountSortField as kk, type ServiceProviderInput as kl, type SearchOrderServiceItemsParams as km, type PreviewEmailTemplateWarning as kn, type LogoutParams as ko, type SetupAnalyticsParams as kp, type ContactInfo as kq, type SetContactEmailParams as kr, type Cart as l, type FormSchema as m, type FormField as n, type ProductCheckoutItemInput as o, type ServiceCheckoutItemInput as p, type PaymentStoreConfig as q, type Contact$1 as r, type Collection as s, type GetEntriesParams as t, type PaginatedResponse as u, type GetFormParams as v, type SubmitFormParams as w, type FormSubmission as x, type GetTaxonomyParams as y, type GetTaxonomyChildrenParams as z };
5097
+ export { type FindDigitalAccessGrantsParams as $, type AvailabilityResponse as A, type Block as B, type CollectionEntry as C, type GetProductParams as D, type EshopCartItem as E, type Form as F, type GetCollectionParams as G, type GetProductsParams as H, type InventoryLevel as I, type GetServiceParams as J, type GetServicesParams as K, type FindServiceProvidersParams as L, type Market as M, type GetAvailabilityParams as N, type OrderMoney as O, type Product as P, type GetProviderParams as Q, type RequestOptions as R, type Service as S, type Taxonomy as T, type GetProvidersParams as U, type GetOrderParams as V, type Order as W, type GetOrdersParams as X, type DownloadDigitalAccessParams as Y, type ZoneLocation as Z, type DigitalAccessDownloadResponse as _, type FormValues as a, type CreatePortalSessionParams as a$, type DigitalAccessGrant as a0, type GetDigitalAccessGrantParams as a1, type ProductVariant as a2, type OrderCheckoutItemInput as a3, type GetContactListParams as a4, type StorefrontContactList as a5, type FindStorefrontContactListsParams as a6, type FindStorefrontContactListPlansParams as a7, type StorefrontContactListPlan as a8, type FindStorefrontContactListMembershipsParams as a9, type DeleteAccountParams as aA, type GetMeParams as aB, type Account as aC, type SearchAccountsParams as aD, type AccountApiToken as aE, type CreateAccountApiTokenParams as aF, type AccountApiTokenCreated as aG, type UpdateAccountApiTokenParams as aH, type AccountSession as aI, type AuthCodeVerifyParams as aJ, type AuthToken as aK, type CreateStoreParams as aL, type UpdateStoreParams as aM, type GetStoreParams as aN, type GetStoresParams as aO, type GetStoreSubscriptionParams as aP, type StoreSubscription as aQ, type GetSubscriptionPlansParams as aR, type SubscriptionPlan as aS, type CreateStoreSubscriptionActionParams as aT, type StoreSubscriptionAction as aU, type FindStoreSubscriptionActionsParams as aV, type GetStoreSubscriptionActionParams as aW, type RetryStoreSubscriptionActionParams as aX, type FindStoreSubscriptionActionEffectsParams as aY, type StoreSubscriptionEffect as aZ, type GetStoreSubscriptionActionEffectParams as a_, type StorefrontContactListMembership as aa, type SubscribeContactListParams as ab, type ContactListSubscribeResponse as ac, type ContactListAccessParams as ad, type ContactListAccessResponse as ae, type ContactListContentAccessParams as af, type ContactListContentAccessResponse as ag, type ContactListManagementResponse as ah, type Store as ai, type Location as aj, type FormValue as ak, type HttpClientConfig as al, type AuthStorage as am, type ContactSessionIssued as an, type VerificationChallengeResponse as ao, type GetCurrentCartParams as ap, type GetCartParams as aq, type UpdateCartParams as ar, type AddCartItemParams as as, type RemoveCartItemParams as at, type ClearCartParams as au, type QuoteCartParams as av, type CheckoutCartParams as aw, type HttpClient as ax, type UpdateAccountContactParams as ay, type AccountUpdateResponse as az, type Provider as b, type GetSocialPublicationParams as b$, type AddMemberParams as b0, type FindStoreMembersParams as b1, type StoreMember as b2, type StoreMembership as b3, type RemoveMemberParams as b4, type ListBuildHooksParams as b5, type BuildHook as b6, type CreateBuildHookParams as b7, type UpdateBuildHookParams as b8, type DeleteBuildHookParams as b9, type EmailSendResult as bA, type GetEmailDeliveryParams as bB, type EmailDelivery as bC, type RetryEmailDeliveryParams as bD, type ConnectGoogleMailboxParams as bE, type GoogleMailboxConnectUrl as bF, type CreateMailboxParams as bG, type Mailbox as bH, type UpdateMailboxParams as bI, type GetMailboxParams as bJ, type TestMailboxParams as bK, type TestMailboxResult as bL, type PrepareMailboxParams as bM, type FindMailboxesParams as bN, type GetSocialCapabilitiesParams as bO, type SocialProviderCapability as bP, type ListSocialConnectionsParams as bQ, type SocialConnection as bR, type ConnectSocialConnectionParams as bS, type SocialConnectResponse as bT, type GetSocialOAuthAttemptParams as bU, type SocialOAuthCallbackResponse as bV, type SelectSocialDestinationParams as bW, type DeleteSocialConnectionParams as bX, type CreateSocialPublicationParams as bY, type SocialPublicationMutationResponse as bZ, type UpdateSocialPublicationParams as b_, type TestWebhookParams as ba, type TestWebhookResponse as bb, type ListWebhooksParams as bc, type Webhook as bd, type CreateWebhookParams as be, type UpdateWebhookParams as bf, type DeleteWebhookParams as bg, type CreateLocationParams as bh, type UpdateLocationParams as bi, type DeleteLocationParams as bj, type CreateMarketParams as bk, type UpdateMarketParams as bl, type DeleteMarketParams as bm, type ListPaymentProvidersParams as bn, type PaymentProvider as bo, type RefreshPaymentProvidersParams as bp, type ConnectStripePaymentProviderParams as bq, type StripePaymentProviderConnectResponse as br, type DeletePaymentProviderParams as bs, type GetMediaParams as bt, type Media as bu, type UploadStoreMediaParams as bv, type DeleteStoreMediaParams as bw, type GetStoreMediaParams as bx, type UpdateMediaParams as by, type EmailSendRequest as bz, type ServiceProvider as c, type OrderRefund as c$, type SocialPublication as c0, type FindSocialPublicationsParams as c1, type ValidateSocialPublicationParams as c2, type SocialPublicationValidation as c3, type ScheduleSocialPublicationParams as c4, type CancelSocialPublicationParams as c5, type GetSocialPublicationCommentsParams as c6, type SocialPublicationComment as c7, type SyncSocialPublicationCommentsParams as c8, type GetSocialPublicationCommentThreadParams as c9, type CreateFormParams as cA, type UpdateFormParams as cB, type DeleteFormParams as cC, type GetFormsParams as cD, type GetFormSubmissionsParams as cE, type GetFormSubmissionParams as cF, type UpdateFormSubmissionParams as cG, type CreateTaxonomyParams as cH, type UpdateTaxonomyParams as cI, type DeleteTaxonomyParams as cJ, type GetTaxonomiesParams as cK, type CreateEmailTemplateParams as cL, type EmailTemplate as cM, type UpdateEmailTemplateParams as cN, type DeleteEmailTemplateParams as cO, type GetEmailTemplateParams as cP, type GetEmailTemplatesParams as cQ, type PreviewEmailTemplateParams as cR, type PreviewEmailTemplateResponse as cS, type CreateProductParams as cT, type UpdateProductParams as cU, type DeleteProductParams as cV, type UpdateOrderParams as cW, type GetQuoteParams as cX, type CreateOrderRefundParams as cY, type CreateOrderRefundResponse as cZ, type GetOrderRefundParams as c_, type SyncSocialPublicationCommentThreadParams as ca, type FindSocialPublicationCommentsParams as cb, type ClassifySocialPublicationCommentsParams as cc, type SocialPublicationCommentClassificationResult as cd, type CreateSocialCommentReplyParams as ce, type SocialPublicationCommentReplyResponse as cf, type ListSocialCommentRepliesParams as cg, type SocialCommentReply as ch, type GetSocialCommentReplyParams as ci, type RetrySocialCommentReplyParams as cj, type ListSocialPublicationEffectsParams as ck, type SocialPublicationEffect as cl, type GetSocialPublicationEffectParams as cm, type GetSocialPublicationMetricsParams as cn, type SocialPublicationMetricSnapshot as co, type SyncSocialPublicationMetricsParams as cp, type SyncSocialEngagementParams as cq, type SocialPublicationEngagementSyncResult as cr, type CreateCollectionParams as cs, type UpdateCollectionParams as ct, type DeleteCollectionParams as cu, type GetCollectionsParams as cv, type CreateEntryParams as cw, type UpdateEntryParams as cx, type DeleteEntryParams as cy, type GetEntryParams as cz, type OrderQuote as d, type UpdateContactListParams as d$, type FindOrderRefundsParams as d0, type RetryOrderRefundParams as d1, type GetOrderPaymentParams as d2, type OrderPayment as d3, type RetryPaymentTransactionParams as d4, type PaymentTransaction as d5, type FindPaymentTransactionsParams as d6, type GetPaymentTransactionParams as d7, type ActivateDigitalAccessGrantParams as d8, type RevokeDigitalAccessGrantParams as d9, type DeleteServiceParams as dA, type CreateServiceProviderParams as dB, type UpdateServiceProviderParams as dC, type DeleteServiceProviderParams as dD, type CreateProviderParams as dE, type UpdateProviderParams as dF, type DeleteProviderParams as dG, type CreatePromoCodeParams as dH, type PromoCode as dI, type UpdatePromoCodeParams as dJ, type DeletePromoCodeParams as dK, type GetPromoCodeParams as dL, type GetPromoCodesParams as dM, type CreateContactParams as dN, type Contact as dO, type GetContactParams as dP, type FindContactsParams as dQ, type UpdateContactParams as dR, type MergeContactsParams as dS, type ImportContactsParams as dT, type ImportContactsResult as dU, type FindContactSessionsParams as dV, type ContactSessionRecord as dW, type RevokeContactSessionParams as dX, type RevokeAllContactSessionsParams as dY, type CreateContactListParams as dZ, type ContactList as d_, type GetShippingRatesParams as da, type ShippingRate as db, type CreateShipmentParams as dc, type CreateShipmentResponse as dd, type GetShipmentParams as de, type Shipment as df, type FindShipmentsParams as dg, type RetryShipmentParams as dh, type FindFulfillmentOrdersParams as di, type FulfillmentOrder as dj, type GetFulfillmentOrderParams as dk, type RequestShippingLabelRefundParams as dl, type ShippingLabelRefund as dm, type GetShippingLabelRefundParams as dn, type FindShippingLabelRefundsParams as dp, type RetryShippingLabelRefundParams as dq, type FindShippingLabelAdjustmentsParams as dr, type ShippingLabelAdjustment as ds, type FindShippingLabelSettlementsParams as dt, type ShippingLabelSettlement as du, type RetryShippingLabelSettlementParams as dv, type CreateCartParams as dw, type FindCartsParams as dx, type CreateServiceParams as dy, type UpdateServiceParams as dz, type Currency as e, type GetLeadResearchRunParams as e$, type FindContactListsParams as e0, type ImportContactsIntoContactListParams as e1, type ImportContactsIntoContactListResult as e2, type ImportContactListPreviewParams as e3, type ImportContactsPreviewResult as e4, type AddContactListContactParams as e5, type ContactListMember as e6, type UpdateContactListContactParams as e7, type RemoveContactListContactParams as e8, type FindContactListContactsParams as e9, type LaunchCampaignParams as eA, type DuplicateCampaignParams as eB, type GetCampaignLaunchReadinessParams as eC, type CampaignLaunchReadiness as eD, type ImportCampaignEnrollmentsParams as eE, type CampaignEnrollmentImportResult as eF, type GenerateOutreachPersonalizedDraftsParams as eG, type FindCampaignEnrollmentsParams as eH, type CampaignEnrollment as eI, type GetCampaignEnrollmentConversationParams as eJ, type CampaignEnrollmentConversationResponse as eK, type UpdateCampaignEnrollmentParams as eL, type UpdateCampaignEnrollmentDraftParams as eM, type UpdateCampaignEnrollmentStepExecutionParams as eN, type ReplyCampaignEnrollmentParams as eO, type StopCampaignEnrollmentParams as eP, type FindCampaignMessagesParams as eQ, type CampaignMessage as eR, type UpdateCampaignMessageParams as eS, type CreateSuppressionParams as eT, type Suppression as eU, type UpdateSuppressionParams as eV, type GetSuppressionParams as eW, type FindSuppressionsParams as eX, type CreateLeadResearchRunParams as eY, type LeadResearchRun as eZ, type FindLeadResearchRunsParams as e_, type CreateContactListPlanParams as ea, type ContactListPlan as eb, type UpdateContactListPlanParams as ec, type GetContactListPlanParams as ed, type FindContactListPlansParams as ee, type RetryContactListPlanCatalogParams as ef, type RefundContactListMembershipParams as eg, type RefundContactListMembershipResult as eh, type FindContactListMembershipPaymentAttemptsParams as ei, type ContactListMembershipPaymentAttempt as ej, type GetContactListMembershipPaymentAttemptParams as ek, type FindContactListMembershipRefundsParams as el, type ContactListMembershipRefund as em, type GetContactListMembershipRefundParams as en, type RetryContactListMembershipRefundParams as eo, type FindContactListMembershipCancellationsParams as ep, type ContactListMembershipCancellation as eq, type GetContactListMembershipCancellationParams as er, type RetryContactListMembershipCancellationParams as es, type Action as et, type FindActionsParams as eu, type CreateCampaignParams as ev, type Campaign as ew, type UpdateCampaignParams as ex, type GetCampaignParams as ey, type FindCampaignsParams as ez, type PaymentMethod as f, type PaymentTransactionProvider as f$, type UpdateLeadResearchRunParams as f0, type CancelLeadResearchRunParams as f1, type SendLeadResearchMessageParams as f2, type SendLeadResearchMessageResult as f3, type FindLeadResearchMessagesParams as f4, type LeadResearchMessage as f5, type ValidateLeadEmailParams as f6, type LeadEmailValidationResult as f7, type CreateWorkflowParams as f8, type Workflow as f9, type SocialConnectionProviderData as fA, type SocialConnectionType as fB, type InstagramPlacement as fC, type SocialAnalyticsCapabilities as fD, type SocialEngagementCapabilities as fE, type SocialPublicationCommentIntent as fF, type SocialPublicationCommentPriority as fG, type SocialCommentReplyError as fH, type SocialCommentReplyEvidence as fI, type SocialCommentReplyStatus as fJ, type SocialPublicationCommentStatus as fK, type SocialPublicationContent as fL, type SocialPublicationEffectError as fM, type SocialPublicationEffectEvidence as fN, type SocialPublicationEffectRequest as fO, type SocialPublicationEffectStatus as fP, type SocialPublicationStatus as fQ, type TiktokPrivacy as fR, type ValidationError as fS, type YoutubePrivacy as fT, type OrderFinancialSummary as fU, type PaymentProviderConnection as fV, type PaymentProviderConnectionError as fW, type PaymentProviderConnectionStatus as fX, type OrderPaymentTax as fY, type OrderPaymentTaxLine as fZ, type OrderPaymentPromoCode as f_, type UpdateWorkflowParams as fa, type DeleteWorkflowParams as fb, type GetWorkflowParams as fc, type GetWorkflowsParams as fd, type TriggerWorkflowParams as fe, type WorkflowExecution as ff, type GetWorkflowExecutionsParams as fg, type GetWorkflowExecutionParams as fh, type GetWorkflowEffectsParams as fi, type WorkflowEffect as fj, type GetWorkflowEffectParams as fk, type GetWorkflowConnectionsParams as fl, type WorkflowConnection as fm, type GetWorkflowConnectionConnectUrlParams as fn, type WorkflowConnectionConnectUrl as fo, type DeleteWorkflowConnectionParams as fp, type CartOrigin as fq, type CartStatus as fr, type EshopStoreState as fs, type WebhookEventSubscription as ft, type BuildHookType as fu, type SocialDestinationMetadata as fv, type SocialOAuthCallbackStatus as fw, type SocialOAuthDestinationOption as fx, type SocialConnectionCredential as fy, type SocialConnectionData as fz, type SlotRange as g, type WorkflowEffectType as g$, type PaymentTransactionRequestType as g0, type PaymentTransactionType as g1, type PaymentTransactionStatus as g2, type RefundStatus as g3, type CheckoutPaymentAction as g4, type StoreSubscriptionActionError as g5, type StoreSubscriptionActionRequest as g6, type StoreSubscriptionActionResult as g7, type StoreSubscriptionActionStatus as g8, type StoreSubscriptionEffectError as g9, type MediaResolution as gA, type Coordinates as gB, type ProviderWithTimeline as gC, type BlockSchema as gD, type BlockSchemaProperties as gE, type BlockSchemaType as gF, type EntryBlockQuery as gG, type MediaRef as gH, type FieldOperation as gI, type WorkflowNode as gJ, type WorkflowEdge as gK, type WorkflowTriggerNode as gL, type WorkflowHttpNode as gM, type WorkflowDeployWebhookNode as gN, type WorkflowGoogleDriveUploadNode as gO, type WorkflowConnectionData as gP, type WorkflowConnectionType as gQ, type GoogleDriveWorkflowConnectionData as gR, type GoogleDriveWorkflowProfile as gS, type WorkflowSwitchNode as gT, type WorkflowSwitchRule as gU, type WorkflowTransformNode as gV, type WorkflowLoopNode as gW, type WorkflowHttpMethod as gX, type WorkflowEffectEvidence as gY, type WorkflowEffectError as gZ, type WorkflowEffectStatus as g_, type StoreSubscriptionEffectStatus as ga, type StoreSubscriptionEffectType as gb, type StoreSubscriptionPayment as gc, type StoreSubscriptionStatus as gd, type SubscriptionPlanFeature as ge, type SubscriptionPlanFeatureType as gf, type SubscriptionPrice as gg, type ContactListMembershipCancellationSafeError as gh, type ContactListMembershipCancellationStatus as gi, type ContactListMembershipCancellationType as gj, type ContactListMembershipPaymentAttemptSafeError as gk, type ContactListMembershipPaymentAttemptStatus as gl, type ContactListMembershipPaymentAttemptType as gm, type ContactListMembershipRefundSafeError as gn, type ContactListMembershipRefundStatus as go, type ContactListMembershipRefundType as gp, type StorefrontContactListType as gq, type StorefrontContactListPaymentAttemptSummary as gr, type ShippingMethod as gs, type ShippingWeightTier as gt, type Zone as gu, type GeoLocation as gv, type PromoCodeValidation as gw, type Language as gx, type Access as gy, type MediaSize as gz, type FormEntry as h, type OrderCancellationReason as h$, type WorkflowExecutionInput as h0, type ExecutionStatus as h1, type NodeResult as h2, type ContactListType as h3, type ContactListPlanCatalogSafeError as h4, type ContactListPlanCatalogStatus as h5, type ContactListPlanCatalogType as h6, type ContactListPlanStatus as h7, type ContactListContentAccess as h8, type ContactListContentAccessStatus as h9, type ServiceDuration as hA, type ProviderTimelinePoint as hB, type TimelinePoint as hC, type WorkingHour as hD, type WorkingDay as hE, type SpecificDate as hF, type OrderItem as hG, type OrderItemSnapshot as hH, type ProductLineItem as hI, type ServiceLineItem as hJ, type ProductLineItemSnapshot as hK, type ServiceLineItemSnapshot as hL, type DiscountAllocation as hM, type TaxLine as hN, type LineMoneySnapshot as hO, type OrderItemFulfillmentStatus as hP, type BookingOrderItemStatus as hQ, type QuoteLine as hR, type ProductQuoteLine as hS, type ServiceQuoteLine as hT, type ProductQuoteLineAvailability as hU, type ServiceQuoteLineAvailability as hV, type OrderItemStatus as hW, type OrderStatus as hX, type OrderPaymentSummaryStatus as hY, type OrderFulfillmentStatus as hZ, type OrderPaymentStatus as h_, type ContactListContentAccessTarget as ha, type ContactListManagementContactList as hb, type ContactListManagementMembership as hc, type Event as hd, type EventAction as he, type ShippingStatus as hf, type ShippingProvider as hg, type ShippingRateLine as hh, type ShippingLine as hi, type FulfillmentOrderStatus as hj, type FulfillmentOrderRequestStatus as hk, type FulfillmentOrderLine as hl, type OrderFulfillmentSummary as hm, type Parcel as hn, type ShippingLabelStatus as ho, type ShippingLabelRefundStatus as hp, type ShippingLabelRefundReconciliationStatus as hq, type ShippingLabelAdjustmentStatus as hr, type ShippingLabelSettlementDirection as hs, type ShippingLabelSettlementStatus as ht, type ShippingLabelSettlementType as hu, type ShipmentAllocationStatus as hv, type ShipmentLine as hw, type CustomsItem as hx, type CustomsDeclaration as hy, type GeoLocationBlock as hz, type Price as i, type ServiceStatus as i$, type HistoryEntry as i0, type DigitalAccessGrantStatus as i1, type ProductInventory as i2, type DigitalAssetType as i3, type DigitalAssetStatus as i4, type DigitalDeliveryPolicy as i5, type DigitalAsset as i6, type GalleryItem as i7, type EmailTemplateType as i8, type EmailRecipients as i9, type ContactListMembership as iA, type MailboxConnectionSecurity as iB, type MailboxPreset as iC, type MailboxSyncStatus as iD, type GoogleMailboxProvider as iE, type SmtpImapMailboxProviderInput as iF, type SmtpImapMailboxProvider as iG, type OutreachStep as iH, type OutreachStepType as iI, type ManualTaskContinueBehavior as iJ, type CampaignManualTaskOutcome as iK, type OutreachPersonalizationCounters as iL, type OutreachPersonalizationState as iM, type CampaignLaunchState as iN, type CampaignEnrollmentImportResult$1 as iO, type LeadResearchRunStatus as iP, type LeadScores as iQ, type LeadInsight as iR, type CampaignRoute as iS, type ChannelMessage as iT, type LeadEmailClassification as iU, type LeadValidationCheck as iV, type LeadValidationCheckStatus as iW, type LeadResearchMessageRole as iX, type ResearchContactListMember as iY, type Discount as iZ, type Condition as i_, type EmailSend as ia, type EmailSendDeliveryResult as ib, type EmailDeliveryError as ic, type EmailDeliveryErrorKind as id, type EmailDeliveryStatus as ie, type EmailDeliveryType as ig, type EmailSendTemplateData as ih, type FormSchemaType as ii, type FormFieldType as ij, type TaxonomyEntry as ik, type TaxonomyQuery as il, type TaxonomySchema as im, type TaxonomySchemaType as io, type TaxonomyField as ip, type TaxonomyFieldQuery as iq, type ContactSessionRecord$1 as ir, type ContactSessionStatus$1 as is, type ContactChannel as it, type ChannelType as iu, type OpportunityStage as iv, type OpportunityType as iw, type OpportunitySource as ix, type ActionData as iy, type ActionContext as iz, type OrderCheckoutResult as j, type InstagramBusinessContent as j$, type ProviderStatus as j0, type ProductStatus as j1, type ContactStatus as j2, type ContactListStatus as j3, type ContactListSource as j4, type ContactListMembershipStatus as j5, type MailboxStatus as j6, type CampaignStatus as j7, type CampaignLaunchStatus as j8, type CampaignEnrollmentStatus as j9, type ProviderAvailability as jA, type Slot as jB, type ConditionValue as jC, type ProductQuoteItemInput as jD, type ServiceQuoteItemInput as jE, type OrderQuoteItemInput as jF, type TrustedProductCheckoutItemInput as jG, type TrustedServiceCheckoutItemInput as jH, type TrustedOrderCheckoutItemInput as jI, type SystemTemplateKey as jJ, type ImportFieldMapping as jK, type ImportPreviewRow as jL, type ImportContactsPreviewParams as jM, type WebhookDeliveryStatus as jN, type ContactListPlanPriceInput as jO, type ImportContactRowInput as jP, type ImportContactRowError as jQ, type ImportContactRowResult as jR, type ImportContactListRowResult as jS, type MarketZoneInput as jT, type CreateProductVariantInput as jU, type UpdateProductVariantInput as jV, type ProductInventoryInput as jW, type IntervalPeriod as jX, type SubscriptionInterval as jY, type PriceProvider as jZ, type FacebookPageContent as j_, type CampaignEnrollmentImportSource as ja, type CampaignMessageCopySource as jb, type CampaignMessageDirection as jc, type CampaignMessageType as jd, type CampaignMessageStatus as je, type OutreachPersonalizationStatus as jf, type OutreachThreadMode as jg, type SuppressionStatus as jh, type SuppressionTargetType as ji, type SuppressionScopeType as jj, type SuppressionReason as jk, type SuppressionSource as jl, type WorkflowStatus as jm, type MutableWorkflowStatus as jn, type WorkflowSendEmailNode as jo, type PromoCodeStatus as jp, type CollectionStatus as jq, type EntryStatus as jr, type EmailTemplateStatus as js, type EmailTemplateVariable as jt, type EmailTemplateVariableSource as ju, type FormStatus as jv, type TaxonomyStatus as jw, PaymentMethodType as jx, type AvailabilitySlot as jy, type DaySlots as jz, type Address as k, type YoutubeChannelContent as k0, type TiktokAccountContent as k1, type XAccountContent as k2, type StoreEmails as k3, type BlockType as k4, type GeoLocationBlockProperties as k5, type AccountApiTokenStatus as k6, type AccountLifecycle as k7, type GoogleMailboxProfile as k8, type TimeRange as k9, type PromoUsage$1 as ka, type ContactChannelConsentStatus as kb, type ActionLocation as kc, type ActionDevice as kd, type ActionSession as ke, type SocialActionAuthor as kf, type OrderCheckoutParams as kg, type LoginAccountParams as kh, type GetAnalyticsParams as ki, type GetAnalyticsHealthParams as kj, type GetDeliveryStatsParams as kk, type StoreRole as kl, type AccountSortField as km, type ServiceProviderInput as kn, type SearchOrderServiceItemsParams as ko, type PreviewEmailTemplateWarning as kp, type LogoutParams as kq, type SetupAnalyticsParams as kr, type ContactInfo as ks, type SetContactEmailParams as kt, type Cart as l, type FormSchema as m, type FormField as n, type ProductCheckoutItemInput as o, type ServiceCheckoutItemInput as p, type PaymentStoreConfig as q, type Contact$1 as r, type Collection as s, type GetEntriesParams as t, type PaginatedResponse as u, type GetFormParams as v, type SubmitFormParams as w, type FormSubmission as x, type GetTaxonomyParams as y, type GetTaxonomyChildrenParams as z };
package/dist/index.cjs CHANGED
@@ -4151,7 +4151,7 @@ function getFirstAvailableFCId(variant, quantity = 1) {
4151
4151
  }
4152
4152
 
4153
4153
  // src/index.ts
4154
- var SDK_VERSION = "0.9.16";
4154
+ var SDK_VERSION = "0.9.17";
4155
4155
  var SUPPORTED_FRAMEWORKS = [
4156
4156
  "astro",
4157
4157
  "react",