@wix/pricing-plans 1.0.80 → 1.0.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/pricing-plans",
3
- "version": "1.0.80",
3
+ "version": "1.0.82",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,8 +18,8 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/pricing-plans_orders": "1.0.30",
22
- "@wix/pricing-plans_plans": "1.0.35"
21
+ "@wix/pricing-plans_orders": "1.0.32",
22
+ "@wix/pricing-plans_plans": "1.0.36"
23
23
  },
24
24
  "devDependencies": {
25
25
  "glob": "^10.4.1",
@@ -44,5 +44,5 @@
44
44
  "fqdn": ""
45
45
  }
46
46
  },
47
- "falconPackageHash": "e43325a84f07d0d2a60c9a59ec57f68ee170691b78905924aefb8191"
47
+ "falconPackageHash": "7a48d29b982714f494e1a5ef52e528e11531c404ea04e288e214105a"
48
48
  }
@@ -612,6 +612,8 @@ interface Automation extends AutomationOriginInfoOneOf {
612
612
  * @readonly
613
613
  */
614
614
  draftInfo?: DraftInfo;
615
+ /** Namespace */
616
+ namespace?: string | null;
615
617
  }
616
618
  /** @oneof */
617
619
  interface AutomationOriginInfoOneOf {
@@ -2266,36 +2268,21 @@ declare const onOrderMarkedAsPaid$1: EventDefinition<OrderMarkedAsPaidEnvelope,
2266
2268
  declare const onOrderPaused$1: EventDefinition<OrderPausedEnvelope, "wix.pricing_plans.v2.order_paused">;
2267
2269
  declare const onOrderResumed$1: EventDefinition<OrderResumedEnvelope, "wix.pricing_plans.v2.order_resumed">;
2268
2270
 
2269
- declare function createRESTModule$1<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
2270
-
2271
2271
  declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
2272
2272
 
2273
- type _publicMemberGetOrderType = typeof memberGetOrder$1;
2274
- declare const memberGetOrder: ReturnType<typeof createRESTModule$1<_publicMemberGetOrderType>>;
2275
- type _publicMemberListOrdersType = typeof memberListOrders$1;
2276
- declare const memberListOrders: ReturnType<typeof createRESTModule$1<_publicMemberListOrdersType>>;
2277
- type _publicRequestCancellationType = typeof requestCancellation$1;
2278
- declare const requestCancellation: ReturnType<typeof createRESTModule$1<_publicRequestCancellationType>>;
2279
- type _publicCreateOfflineOrderType = typeof createOfflineOrder$1;
2280
- declare const createOfflineOrder: ReturnType<typeof createRESTModule$1<_publicCreateOfflineOrderType>>;
2281
- type _publicGetOfflineOrderPreviewType = typeof getOfflineOrderPreview$1;
2282
- declare const getOfflineOrderPreview: ReturnType<typeof createRESTModule$1<_publicGetOfflineOrderPreviewType>>;
2283
- type _publicGetPricePreviewType = typeof getPricePreview$1;
2284
- declare const getPricePreview: ReturnType<typeof createRESTModule$1<_publicGetPricePreviewType>>;
2285
- type _publicManagementGetOrderType = typeof managementGetOrder$1;
2286
- declare const managementGetOrder: ReturnType<typeof createRESTModule$1<_publicManagementGetOrderType>>;
2287
- type _publicManagementListOrdersType = typeof managementListOrders$1;
2288
- declare const managementListOrders: ReturnType<typeof createRESTModule$1<_publicManagementListOrdersType>>;
2289
- type _publicPostponeEndDateType = typeof postponeEndDate$1;
2290
- declare const postponeEndDate: ReturnType<typeof createRESTModule$1<_publicPostponeEndDateType>>;
2291
- type _publicCancelOrderType = typeof cancelOrder$1;
2292
- declare const cancelOrder: ReturnType<typeof createRESTModule$1<_publicCancelOrderType>>;
2293
- type _publicMarkAsPaidType = typeof markAsPaid$1;
2294
- declare const markAsPaid: ReturnType<typeof createRESTModule$1<_publicMarkAsPaidType>>;
2295
- type _publicPauseOrderType = typeof pauseOrder$1;
2296
- declare const pauseOrder: ReturnType<typeof createRESTModule$1<_publicPauseOrderType>>;
2297
- type _publicResumeOrderType = typeof resumeOrder$1;
2298
- declare const resumeOrder: ReturnType<typeof createRESTModule$1<_publicResumeOrderType>>;
2273
+ declare const memberGetOrder: BuildRESTFunction<typeof memberGetOrder$1> & typeof memberGetOrder$1;
2274
+ declare const memberListOrders: BuildRESTFunction<typeof memberListOrders$1> & typeof memberListOrders$1;
2275
+ declare const requestCancellation: BuildRESTFunction<typeof requestCancellation$1> & typeof requestCancellation$1;
2276
+ declare const createOfflineOrder: BuildRESTFunction<typeof createOfflineOrder$1> & typeof createOfflineOrder$1;
2277
+ declare const getOfflineOrderPreview: BuildRESTFunction<typeof getOfflineOrderPreview$1> & typeof getOfflineOrderPreview$1;
2278
+ declare const getPricePreview: BuildRESTFunction<typeof getPricePreview$1> & typeof getPricePreview$1;
2279
+ declare const managementGetOrder: BuildRESTFunction<typeof managementGetOrder$1> & typeof managementGetOrder$1;
2280
+ declare const managementListOrders: BuildRESTFunction<typeof managementListOrders$1> & typeof managementListOrders$1;
2281
+ declare const postponeEndDate: BuildRESTFunction<typeof postponeEndDate$1> & typeof postponeEndDate$1;
2282
+ declare const cancelOrder: BuildRESTFunction<typeof cancelOrder$1> & typeof cancelOrder$1;
2283
+ declare const markAsPaid: BuildRESTFunction<typeof markAsPaid$1> & typeof markAsPaid$1;
2284
+ declare const pauseOrder: BuildRESTFunction<typeof pauseOrder$1> & typeof pauseOrder$1;
2285
+ declare const resumeOrder: BuildRESTFunction<typeof resumeOrder$1> & typeof resumeOrder$1;
2299
2286
 
2300
2287
  type _publicOnOrderCreatedType = typeof onOrderCreated$1;
2301
2288
  /**
@@ -2575,15 +2562,6 @@ type context$1_Trigger = Trigger;
2575
2562
  type context$1_Type = Type;
2576
2563
  declare const context$1_Type: typeof Type;
2577
2564
  type context$1_UpdatedWithPreviousEntity = UpdatedWithPreviousEntity;
2578
- type context$1__publicCancelOrderType = _publicCancelOrderType;
2579
- type context$1__publicCreateOfflineOrderType = _publicCreateOfflineOrderType;
2580
- type context$1__publicGetOfflineOrderPreviewType = _publicGetOfflineOrderPreviewType;
2581
- type context$1__publicGetPricePreviewType = _publicGetPricePreviewType;
2582
- type context$1__publicManagementGetOrderType = _publicManagementGetOrderType;
2583
- type context$1__publicManagementListOrdersType = _publicManagementListOrdersType;
2584
- type context$1__publicMarkAsPaidType = _publicMarkAsPaidType;
2585
- type context$1__publicMemberGetOrderType = _publicMemberGetOrderType;
2586
- type context$1__publicMemberListOrdersType = _publicMemberListOrdersType;
2587
2565
  type context$1__publicOnOrderAutoRenewCanceledType = _publicOnOrderAutoRenewCanceledType;
2588
2566
  type context$1__publicOnOrderCanceledType = _publicOnOrderCanceledType;
2589
2567
  type context$1__publicOnOrderCreatedType = _publicOnOrderCreatedType;
@@ -2597,10 +2575,6 @@ type context$1__publicOnOrderResumedType = _publicOnOrderResumedType;
2597
2575
  type context$1__publicOnOrderStartDateChangedType = _publicOnOrderStartDateChangedType;
2598
2576
  type context$1__publicOnOrderStartedType = _publicOnOrderStartedType;
2599
2577
  type context$1__publicOnOrderUpdatedType = _publicOnOrderUpdatedType;
2600
- type context$1__publicPauseOrderType = _publicPauseOrderType;
2601
- type context$1__publicPostponeEndDateType = _publicPostponeEndDateType;
2602
- type context$1__publicRequestCancellationType = _publicRequestCancellationType;
2603
- type context$1__publicResumeOrderType = _publicResumeOrderType;
2604
2578
  declare const context$1_cancelOrder: typeof cancelOrder;
2605
2579
  declare const context$1_createOfflineOrder: typeof createOfflineOrder;
2606
2580
  declare const context$1_getOfflineOrderPreview: typeof getOfflineOrderPreview;
@@ -2628,7 +2602,7 @@ declare const context$1_postponeEndDate: typeof postponeEndDate;
2628
2602
  declare const context$1_requestCancellation: typeof requestCancellation;
2629
2603
  declare const context$1_resumeOrder: typeof resumeOrder;
2630
2604
  declare namespace context$1 {
2631
- export { type context$1_Action as Action, type ActionEvent$1 as ActionEvent, type context$1_ActionInfoOneOf as ActionInfoOneOf, type context$1_ActionSettings as ActionSettings, type context$1_AppDefinedAction as AppDefinedAction, type ApplicationError$1 as ApplicationError, type context$1_ApplicationOrigin as ApplicationOrigin, type context$1_ApplyCouponRequest as ApplyCouponRequest, type context$1_ApplyCouponResponse as ApplyCouponResponse, type context$1_AuditInfo as AuditInfo, type context$1_AuditInfoIdOneOf as AuditInfoIdOneOf, type context$1_Automation as Automation, type context$1_AutomationConfiguration as AutomationConfiguration, context$1_AutomationConfigurationStatus as AutomationConfigurationStatus, type context$1_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type context$1_AutomationSettings as AutomationSettings, type BaseEventMetadata$1 as BaseEventMetadata, type BulkActionMetadata$1 as BulkActionMetadata, type context$1_BulkOrderResult as BulkOrderResult, type context$1_BulkPauseOrderRequest as BulkPauseOrderRequest, type context$1_BulkPauseOrderResponse as BulkPauseOrderResponse, type context$1_BulkResumeOrderRequest as BulkResumeOrderRequest, type context$1_BulkResumeOrderResponse as BulkResumeOrderResponse, type context$1_Buyer as Buyer, type context$1_CancelOrderRequest as CancelOrderRequest, type context$1_CancelOrderResponse as CancelOrderResponse, type context$1_Cancellation as Cancellation, context$1_CancellationCause as CancellationCause, context$1_CancellationEffectiveAt as CancellationEffectiveAt, type context$1_Captcha as Captcha, type context$1_ChangeStartDateRequest as ChangeStartDateRequest, type context$1_ChangeStartDateResponse as ChangeStartDateResponse, type context$1_ConditionAction as ConditionAction, type context$1_ConditionExpressionGroup as ConditionExpressionGroup, type context$1_Coupon as Coupon, type context$1_CouponsError as CouponsError, type context$1_CreateExternalOrderRequest as CreateExternalOrderRequest, type context$1_CreateExternalOrderResponse as CreateExternalOrderResponse, type context$1_CreateGuestOnlineOrderRequest as CreateGuestOnlineOrderRequest, type context$1_CreateGuestOnlineOrderResponse as CreateGuestOnlineOrderResponse, type context$1_CreateOfflineOrderOptions as CreateOfflineOrderOptions, type context$1_CreateOfflineOrderRequest as CreateOfflineOrderRequest, type context$1_CreateOfflineOrderResponse as CreateOfflineOrderResponse, type context$1_CreateOfflineOrderResponseNonNullableFields as CreateOfflineOrderResponseNonNullableFields, type context$1_CreateOnlineOrderRequest as CreateOnlineOrderRequest, type context$1_CreateOnlineOrderResponse as CreateOnlineOrderResponse, type context$1_CurrentCycle as CurrentCycle, type context$1_CursorPaging as CursorPaging, type Cursors$1 as Cursors, type context$1_DelayAction as DelayAction, type context$1_DeletedWithEntity as DeletedWithEntity, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type context$1_DraftInfo as DraftInfo, type Duration$1 as Duration, type context$1_Empty as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type Fee$1 as Fee, type context$1_Filter as Filter, type context$1_FormData as FormData, type context$1_FutureDateActivationOffset as FutureDateActivationOffset, type context$1_GetAvailableOrderActionsRequest as GetAvailableOrderActionsRequest, type context$1_GetAvailableOrderActionsResponse as GetAvailableOrderActionsResponse, type context$1_GetGuestOnlineOrderPreviewRequest as GetGuestOnlineOrderPreviewRequest, type context$1_GetGuestOnlineOrderPreviewResponse as GetGuestOnlineOrderPreviewResponse, type context$1_GetOfflineOrderPreviewOptions as GetOfflineOrderPreviewOptions, type context$1_GetOfflineOrderPreviewRequest as GetOfflineOrderPreviewRequest, type context$1_GetOfflineOrderPreviewResponse as GetOfflineOrderPreviewResponse, type context$1_GetOfflineOrderPreviewResponseNonNullableFields as GetOfflineOrderPreviewResponseNonNullableFields, type context$1_GetOnlineOrderPreviewRequest as GetOnlineOrderPreviewRequest, type context$1_GetOnlineOrderPreviewResponse as GetOnlineOrderPreviewResponse, type context$1_GetOrderRequest as GetOrderRequest, type context$1_GetOrderResponse as GetOrderResponse, type context$1_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$1_GetOrdersStatsRequest as GetOrdersStatsRequest, type context$1_GetOrdersStatsResponse as GetOrdersStatsResponse, type context$1_GetPricePreviewOptions as GetPricePreviewOptions, type context$1_GetPricePreviewRequest as GetPricePreviewRequest, type context$1_GetPricePreviewResponse as GetPricePreviewResponse, type context$1_GetPricePreviewResponseNonNullableFields as GetPricePreviewResponseNonNullableFields, type context$1_Guest as Guest, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type ItemMetadata$1 as ItemMetadata, type context$1_ListOrdersRequest as ListOrdersRequest, type context$1_ListOrdersResponse as ListOrdersResponse, type context$1_ListOrdersResponseNonNullableFields as ListOrdersResponseNonNullableFields, type context$1_ManagementGetOrderOptions as ManagementGetOrderOptions, type context$1_ManagementListOrdersOptions as ManagementListOrdersOptions, type context$1_MarkAsPaidRequest as MarkAsPaidRequest, type context$1_MarkAsPaidResponse as MarkAsPaidResponse, type context$1_MemberGetOrderOptions as MemberGetOrderOptions, type context$1_MemberGetOrderRequest as MemberGetOrderRequest, type context$1_MemberGetOrderResponse as MemberGetOrderResponse, type context$1_MemberGetOrderResponseNonNullableFields as MemberGetOrderResponseNonNullableFields, type context$1_MemberListOrdersOptions as MemberListOrdersOptions, type context$1_MemberListOrdersRequest as MemberListOrdersRequest, type context$1_MemberListOrdersResponse as MemberListOrdersResponse, type context$1_MemberListOrdersResponseNonNullableFields as MemberListOrdersResponseNonNullableFields, type MessageEnvelope$1 as MessageEnvelope, type context$1_OnBehalf as OnBehalf, context$1_Operator as Operator, type context$1_Order as Order, type context$1_OrderAutoRenewCanceled as OrderAutoRenewCanceled, type context$1_OrderAutoRenewCanceledEnvelope as OrderAutoRenewCanceledEnvelope, type context$1_OrderCanceled as OrderCanceled, type context$1_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$1_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$1_OrderCycle as OrderCycle, type context$1_OrderCycleStarted as OrderCycleStarted, type context$1_OrderCycleStartedEnvelope as OrderCycleStartedEnvelope, type context$1_OrderEndDatePostponed as OrderEndDatePostponed, type context$1_OrderEndDatePostponedEnvelope as OrderEndDatePostponedEnvelope, type context$1_OrderEnded as OrderEnded, type context$1_OrderEndedEnvelope as OrderEndedEnvelope, type context$1_OrderMarkedAsPaid as OrderMarkedAsPaid, type context$1_OrderMarkedAsPaidEnvelope as OrderMarkedAsPaidEnvelope, context$1_OrderMethod as OrderMethod, type context$1_OrderNonNullableFields as OrderNonNullableFields, type context$1_OrderPaused as OrderPaused, type context$1_OrderPausedEnvelope as OrderPausedEnvelope, type context$1_OrderPurchased as OrderPurchased, type context$1_OrderPurchasedEnvelope as OrderPurchasedEnvelope, type context$1_OrderResumed as OrderResumed, type context$1_OrderResumedEnvelope as OrderResumedEnvelope, type context$1_OrderStartDateChanged as OrderStartDateChanged, type context$1_OrderStartDateChangedEnvelope as OrderStartDateChangedEnvelope, type context$1_OrderStarted as OrderStarted, type context$1_OrderStartedEnvelope as OrderStartedEnvelope, context$1_OrderStatus as OrderStatus, context$1_OrderType as OrderType, type context$1_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$1_OrdersQueryOrdersRequest as OrdersQueryOrdersRequest, type context$1_OrdersQueryOrdersResponse as OrdersQueryOrdersResponse, context$1_Origin as Origin, type context$1_OutputAction as OutputAction, type Paging$1 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type context$1_PauseOrderRequest as PauseOrderRequest, type context$1_PauseOrderResponse as PauseOrderResponse, type context$1_PausePeriod as PausePeriod, context$1_PaymentStatus as PaymentStatus, PeriodUnit$1 as PeriodUnit, type context$1_PostponeEndDateRequest as PostponeEndDateRequest, type context$1_PostponeEndDateResponse as PostponeEndDateResponse, type context$1_PreinstalledOrigin as PreinstalledOrigin, type context$1_Price as Price, type context$1_PriceDetails as PriceDetails, type context$1_PriceDetailsPricingModelOneOf as PriceDetailsPricingModelOneOf, type context$1_PriceDuration as PriceDuration, type context$1_PricingDetails as PricingDetails, type context$1_PricingDetailsPricingModelOneOf as PricingDetailsPricingModelOneOf, type context$1_QueryOrdersRequest as QueryOrdersRequest, type context$1_QueryOrdersResponse as QueryOrdersResponse, type QueryV2$1 as QueryV2, type context$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context$1_RateLimit as RateLimit, type context$1_RateLimitAction as RateLimitAction, context$1_ReasonNotSuspendable as ReasonNotSuspendable, type Recurrence$1 as Recurrence, type context$1_RequestCancellationRequest as RequestCancellationRequest, type context$1_RequestCancellationResponse as RequestCancellationResponse, type RestoreInfo$1 as RestoreInfo, type context$1_ResumeOrderRequest as ResumeOrderRequest, type context$1_ResumeOrderResponse as ResumeOrderResponse, context$1_Set as Set, type context$1_SetSubmissionRequest as SetSubmissionRequest, type context$1_SetSubmissionResponse as SetSubmissionResponse, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type context$1_SpannedPrice as SpannedPrice, context$1_Status as Status, type context$1_Tax as Tax, context$1_TimeUnit as TimeUnit, type context$1_Trigger as Trigger, context$1_Type as Type, type context$1_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, WebhookIdentityType$1 as WebhookIdentityType, type context$1__publicCancelOrderType as _publicCancelOrderType, type context$1__publicCreateOfflineOrderType as _publicCreateOfflineOrderType, type context$1__publicGetOfflineOrderPreviewType as _publicGetOfflineOrderPreviewType, type context$1__publicGetPricePreviewType as _publicGetPricePreviewType, type context$1__publicManagementGetOrderType as _publicManagementGetOrderType, type context$1__publicManagementListOrdersType as _publicManagementListOrdersType, type context$1__publicMarkAsPaidType as _publicMarkAsPaidType, type context$1__publicMemberGetOrderType as _publicMemberGetOrderType, type context$1__publicMemberListOrdersType as _publicMemberListOrdersType, type context$1__publicOnOrderAutoRenewCanceledType as _publicOnOrderAutoRenewCanceledType, type context$1__publicOnOrderCanceledType as _publicOnOrderCanceledType, type context$1__publicOnOrderCreatedType as _publicOnOrderCreatedType, type context$1__publicOnOrderCycleStartedType as _publicOnOrderCycleStartedType, type context$1__publicOnOrderEndDatePostponedType as _publicOnOrderEndDatePostponedType, type context$1__publicOnOrderEndedType as _publicOnOrderEndedType, type context$1__publicOnOrderMarkedAsPaidType as _publicOnOrderMarkedAsPaidType, type context$1__publicOnOrderPausedType as _publicOnOrderPausedType, type context$1__publicOnOrderPurchasedType as _publicOnOrderPurchasedType, type context$1__publicOnOrderResumedType as _publicOnOrderResumedType, type context$1__publicOnOrderStartDateChangedType as _publicOnOrderStartDateChangedType, type context$1__publicOnOrderStartedType as _publicOnOrderStartedType, type context$1__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, type context$1__publicPauseOrderType as _publicPauseOrderType, type context$1__publicPostponeEndDateType as _publicPostponeEndDateType, type context$1__publicRequestCancellationType as _publicRequestCancellationType, type context$1__publicResumeOrderType as _publicResumeOrderType, context$1_cancelOrder as cancelOrder, context$1_createOfflineOrder as createOfflineOrder, context$1_getOfflineOrderPreview as getOfflineOrderPreview, context$1_getPricePreview as getPricePreview, context$1_managementGetOrder as managementGetOrder, context$1_managementListOrders as managementListOrders, context$1_markAsPaid as markAsPaid, context$1_memberGetOrder as memberGetOrder, context$1_memberListOrders as memberListOrders, context$1_onOrderAutoRenewCanceled as onOrderAutoRenewCanceled, context$1_onOrderCanceled as onOrderCanceled, context$1_onOrderCreated as onOrderCreated, context$1_onOrderCycleStarted as onOrderCycleStarted, context$1_onOrderEndDatePostponed as onOrderEndDatePostponed, context$1_onOrderEnded as onOrderEnded, context$1_onOrderMarkedAsPaid as onOrderMarkedAsPaid, context$1_onOrderPaused as onOrderPaused, context$1_onOrderPurchased as onOrderPurchased, context$1_onOrderResumed as onOrderResumed, context$1_onOrderStartDateChanged as onOrderStartDateChanged, context$1_onOrderStarted as onOrderStarted, context$1_onOrderUpdated as onOrderUpdated, context$1_pauseOrder as pauseOrder, context$1_postponeEndDate as postponeEndDate, onOrderAutoRenewCanceled$1 as publicOnOrderAutoRenewCanceled, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderCycleStarted$1 as publicOnOrderCycleStarted, onOrderEndDatePostponed$1 as publicOnOrderEndDatePostponed, onOrderEnded$1 as publicOnOrderEnded, onOrderMarkedAsPaid$1 as publicOnOrderMarkedAsPaid, onOrderPaused$1 as publicOnOrderPaused, onOrderPurchased$1 as publicOnOrderPurchased, onOrderResumed$1 as publicOnOrderResumed, onOrderStartDateChanged$1 as publicOnOrderStartDateChanged, onOrderStarted$1 as publicOnOrderStarted, onOrderUpdated$1 as publicOnOrderUpdated, context$1_requestCancellation as requestCancellation, context$1_resumeOrder as resumeOrder };
2605
+ export { type context$1_Action as Action, type ActionEvent$1 as ActionEvent, type context$1_ActionInfoOneOf as ActionInfoOneOf, type context$1_ActionSettings as ActionSettings, type context$1_AppDefinedAction as AppDefinedAction, type ApplicationError$1 as ApplicationError, type context$1_ApplicationOrigin as ApplicationOrigin, type context$1_ApplyCouponRequest as ApplyCouponRequest, type context$1_ApplyCouponResponse as ApplyCouponResponse, type context$1_AuditInfo as AuditInfo, type context$1_AuditInfoIdOneOf as AuditInfoIdOneOf, type context$1_Automation as Automation, type context$1_AutomationConfiguration as AutomationConfiguration, context$1_AutomationConfigurationStatus as AutomationConfigurationStatus, type context$1_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type context$1_AutomationSettings as AutomationSettings, type BaseEventMetadata$1 as BaseEventMetadata, type BulkActionMetadata$1 as BulkActionMetadata, type context$1_BulkOrderResult as BulkOrderResult, type context$1_BulkPauseOrderRequest as BulkPauseOrderRequest, type context$1_BulkPauseOrderResponse as BulkPauseOrderResponse, type context$1_BulkResumeOrderRequest as BulkResumeOrderRequest, type context$1_BulkResumeOrderResponse as BulkResumeOrderResponse, type context$1_Buyer as Buyer, type context$1_CancelOrderRequest as CancelOrderRequest, type context$1_CancelOrderResponse as CancelOrderResponse, type context$1_Cancellation as Cancellation, context$1_CancellationCause as CancellationCause, context$1_CancellationEffectiveAt as CancellationEffectiveAt, type context$1_Captcha as Captcha, type context$1_ChangeStartDateRequest as ChangeStartDateRequest, type context$1_ChangeStartDateResponse as ChangeStartDateResponse, type context$1_ConditionAction as ConditionAction, type context$1_ConditionExpressionGroup as ConditionExpressionGroup, type context$1_Coupon as Coupon, type context$1_CouponsError as CouponsError, type context$1_CreateExternalOrderRequest as CreateExternalOrderRequest, type context$1_CreateExternalOrderResponse as CreateExternalOrderResponse, type context$1_CreateGuestOnlineOrderRequest as CreateGuestOnlineOrderRequest, type context$1_CreateGuestOnlineOrderResponse as CreateGuestOnlineOrderResponse, type context$1_CreateOfflineOrderOptions as CreateOfflineOrderOptions, type context$1_CreateOfflineOrderRequest as CreateOfflineOrderRequest, type context$1_CreateOfflineOrderResponse as CreateOfflineOrderResponse, type context$1_CreateOfflineOrderResponseNonNullableFields as CreateOfflineOrderResponseNonNullableFields, type context$1_CreateOnlineOrderRequest as CreateOnlineOrderRequest, type context$1_CreateOnlineOrderResponse as CreateOnlineOrderResponse, type context$1_CurrentCycle as CurrentCycle, type context$1_CursorPaging as CursorPaging, type Cursors$1 as Cursors, type context$1_DelayAction as DelayAction, type context$1_DeletedWithEntity as DeletedWithEntity, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type context$1_DraftInfo as DraftInfo, type Duration$1 as Duration, type context$1_Empty as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type Fee$1 as Fee, type context$1_Filter as Filter, type context$1_FormData as FormData, type context$1_FutureDateActivationOffset as FutureDateActivationOffset, type context$1_GetAvailableOrderActionsRequest as GetAvailableOrderActionsRequest, type context$1_GetAvailableOrderActionsResponse as GetAvailableOrderActionsResponse, type context$1_GetGuestOnlineOrderPreviewRequest as GetGuestOnlineOrderPreviewRequest, type context$1_GetGuestOnlineOrderPreviewResponse as GetGuestOnlineOrderPreviewResponse, type context$1_GetOfflineOrderPreviewOptions as GetOfflineOrderPreviewOptions, type context$1_GetOfflineOrderPreviewRequest as GetOfflineOrderPreviewRequest, type context$1_GetOfflineOrderPreviewResponse as GetOfflineOrderPreviewResponse, type context$1_GetOfflineOrderPreviewResponseNonNullableFields as GetOfflineOrderPreviewResponseNonNullableFields, type context$1_GetOnlineOrderPreviewRequest as GetOnlineOrderPreviewRequest, type context$1_GetOnlineOrderPreviewResponse as GetOnlineOrderPreviewResponse, type context$1_GetOrderRequest as GetOrderRequest, type context$1_GetOrderResponse as GetOrderResponse, type context$1_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$1_GetOrdersStatsRequest as GetOrdersStatsRequest, type context$1_GetOrdersStatsResponse as GetOrdersStatsResponse, type context$1_GetPricePreviewOptions as GetPricePreviewOptions, type context$1_GetPricePreviewRequest as GetPricePreviewRequest, type context$1_GetPricePreviewResponse as GetPricePreviewResponse, type context$1_GetPricePreviewResponseNonNullableFields as GetPricePreviewResponseNonNullableFields, type context$1_Guest as Guest, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type ItemMetadata$1 as ItemMetadata, type context$1_ListOrdersRequest as ListOrdersRequest, type context$1_ListOrdersResponse as ListOrdersResponse, type context$1_ListOrdersResponseNonNullableFields as ListOrdersResponseNonNullableFields, type context$1_ManagementGetOrderOptions as ManagementGetOrderOptions, type context$1_ManagementListOrdersOptions as ManagementListOrdersOptions, type context$1_MarkAsPaidRequest as MarkAsPaidRequest, type context$1_MarkAsPaidResponse as MarkAsPaidResponse, type context$1_MemberGetOrderOptions as MemberGetOrderOptions, type context$1_MemberGetOrderRequest as MemberGetOrderRequest, type context$1_MemberGetOrderResponse as MemberGetOrderResponse, type context$1_MemberGetOrderResponseNonNullableFields as MemberGetOrderResponseNonNullableFields, type context$1_MemberListOrdersOptions as MemberListOrdersOptions, type context$1_MemberListOrdersRequest as MemberListOrdersRequest, type context$1_MemberListOrdersResponse as MemberListOrdersResponse, type context$1_MemberListOrdersResponseNonNullableFields as MemberListOrdersResponseNonNullableFields, type MessageEnvelope$1 as MessageEnvelope, type context$1_OnBehalf as OnBehalf, context$1_Operator as Operator, type context$1_Order as Order, type context$1_OrderAutoRenewCanceled as OrderAutoRenewCanceled, type context$1_OrderAutoRenewCanceledEnvelope as OrderAutoRenewCanceledEnvelope, type context$1_OrderCanceled as OrderCanceled, type context$1_OrderCanceledEnvelope as OrderCanceledEnvelope, type context$1_OrderCreatedEnvelope as OrderCreatedEnvelope, type context$1_OrderCycle as OrderCycle, type context$1_OrderCycleStarted as OrderCycleStarted, type context$1_OrderCycleStartedEnvelope as OrderCycleStartedEnvelope, type context$1_OrderEndDatePostponed as OrderEndDatePostponed, type context$1_OrderEndDatePostponedEnvelope as OrderEndDatePostponedEnvelope, type context$1_OrderEnded as OrderEnded, type context$1_OrderEndedEnvelope as OrderEndedEnvelope, type context$1_OrderMarkedAsPaid as OrderMarkedAsPaid, type context$1_OrderMarkedAsPaidEnvelope as OrderMarkedAsPaidEnvelope, context$1_OrderMethod as OrderMethod, type context$1_OrderNonNullableFields as OrderNonNullableFields, type context$1_OrderPaused as OrderPaused, type context$1_OrderPausedEnvelope as OrderPausedEnvelope, type context$1_OrderPurchased as OrderPurchased, type context$1_OrderPurchasedEnvelope as OrderPurchasedEnvelope, type context$1_OrderResumed as OrderResumed, type context$1_OrderResumedEnvelope as OrderResumedEnvelope, type context$1_OrderStartDateChanged as OrderStartDateChanged, type context$1_OrderStartDateChangedEnvelope as OrderStartDateChangedEnvelope, type context$1_OrderStarted as OrderStarted, type context$1_OrderStartedEnvelope as OrderStartedEnvelope, context$1_OrderStatus as OrderStatus, context$1_OrderType as OrderType, type context$1_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$1_OrdersQueryOrdersRequest as OrdersQueryOrdersRequest, type context$1_OrdersQueryOrdersResponse as OrdersQueryOrdersResponse, context$1_Origin as Origin, type context$1_OutputAction as OutputAction, type Paging$1 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type context$1_PauseOrderRequest as PauseOrderRequest, type context$1_PauseOrderResponse as PauseOrderResponse, type context$1_PausePeriod as PausePeriod, context$1_PaymentStatus as PaymentStatus, PeriodUnit$1 as PeriodUnit, type context$1_PostponeEndDateRequest as PostponeEndDateRequest, type context$1_PostponeEndDateResponse as PostponeEndDateResponse, type context$1_PreinstalledOrigin as PreinstalledOrigin, type context$1_Price as Price, type context$1_PriceDetails as PriceDetails, type context$1_PriceDetailsPricingModelOneOf as PriceDetailsPricingModelOneOf, type context$1_PriceDuration as PriceDuration, type context$1_PricingDetails as PricingDetails, type context$1_PricingDetailsPricingModelOneOf as PricingDetailsPricingModelOneOf, type context$1_QueryOrdersRequest as QueryOrdersRequest, type context$1_QueryOrdersResponse as QueryOrdersResponse, type QueryV2$1 as QueryV2, type context$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context$1_RateLimit as RateLimit, type context$1_RateLimitAction as RateLimitAction, context$1_ReasonNotSuspendable as ReasonNotSuspendable, type Recurrence$1 as Recurrence, type context$1_RequestCancellationRequest as RequestCancellationRequest, type context$1_RequestCancellationResponse as RequestCancellationResponse, type RestoreInfo$1 as RestoreInfo, type context$1_ResumeOrderRequest as ResumeOrderRequest, type context$1_ResumeOrderResponse as ResumeOrderResponse, context$1_Set as Set, type context$1_SetSubmissionRequest as SetSubmissionRequest, type context$1_SetSubmissionResponse as SetSubmissionResponse, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type context$1_SpannedPrice as SpannedPrice, context$1_Status as Status, type context$1_Tax as Tax, context$1_TimeUnit as TimeUnit, type context$1_Trigger as Trigger, context$1_Type as Type, type context$1_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, WebhookIdentityType$1 as WebhookIdentityType, type context$1__publicOnOrderAutoRenewCanceledType as _publicOnOrderAutoRenewCanceledType, type context$1__publicOnOrderCanceledType as _publicOnOrderCanceledType, type context$1__publicOnOrderCreatedType as _publicOnOrderCreatedType, type context$1__publicOnOrderCycleStartedType as _publicOnOrderCycleStartedType, type context$1__publicOnOrderEndDatePostponedType as _publicOnOrderEndDatePostponedType, type context$1__publicOnOrderEndedType as _publicOnOrderEndedType, type context$1__publicOnOrderMarkedAsPaidType as _publicOnOrderMarkedAsPaidType, type context$1__publicOnOrderPausedType as _publicOnOrderPausedType, type context$1__publicOnOrderPurchasedType as _publicOnOrderPurchasedType, type context$1__publicOnOrderResumedType as _publicOnOrderResumedType, type context$1__publicOnOrderStartDateChangedType as _publicOnOrderStartDateChangedType, type context$1__publicOnOrderStartedType as _publicOnOrderStartedType, type context$1__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, context$1_cancelOrder as cancelOrder, context$1_createOfflineOrder as createOfflineOrder, context$1_getOfflineOrderPreview as getOfflineOrderPreview, context$1_getPricePreview as getPricePreview, context$1_managementGetOrder as managementGetOrder, context$1_managementListOrders as managementListOrders, context$1_markAsPaid as markAsPaid, context$1_memberGetOrder as memberGetOrder, context$1_memberListOrders as memberListOrders, context$1_onOrderAutoRenewCanceled as onOrderAutoRenewCanceled, context$1_onOrderCanceled as onOrderCanceled, context$1_onOrderCreated as onOrderCreated, context$1_onOrderCycleStarted as onOrderCycleStarted, context$1_onOrderEndDatePostponed as onOrderEndDatePostponed, context$1_onOrderEnded as onOrderEnded, context$1_onOrderMarkedAsPaid as onOrderMarkedAsPaid, context$1_onOrderPaused as onOrderPaused, context$1_onOrderPurchased as onOrderPurchased, context$1_onOrderResumed as onOrderResumed, context$1_onOrderStartDateChanged as onOrderStartDateChanged, context$1_onOrderStarted as onOrderStarted, context$1_onOrderUpdated as onOrderUpdated, context$1_pauseOrder as pauseOrder, context$1_postponeEndDate as postponeEndDate, onOrderAutoRenewCanceled$1 as publicOnOrderAutoRenewCanceled, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderCycleStarted$1 as publicOnOrderCycleStarted, onOrderEndDatePostponed$1 as publicOnOrderEndDatePostponed, onOrderEnded$1 as publicOnOrderEnded, onOrderMarkedAsPaid$1 as publicOnOrderMarkedAsPaid, onOrderPaused$1 as publicOnOrderPaused, onOrderPurchased$1 as publicOnOrderPurchased, onOrderResumed$1 as publicOnOrderResumed, onOrderStartDateChanged$1 as publicOnOrderStartDateChanged, onOrderStarted$1 as publicOnOrderStarted, onOrderUpdated$1 as publicOnOrderUpdated, context$1_requestCancellation as requestCancellation, context$1_resumeOrder as resumeOrder };
2632
2606
  }
2633
2607
 
2634
2608
  /** Information about the pricing plan. */
@@ -3350,9 +3324,65 @@ interface ListPublicPlansOptions {
3350
3324
  /** IDs of public plans to list. If non-existent IDs are specified, they are ignored and don't cause errors. If no IDs are specified, all public are listed according to the [order](#arrangeplans) displayed in the Dashboard. You can pass a maximum of 100 IDs. */
3351
3325
  planIds?: string[];
3352
3326
  }
3353
- interface QueryPublicPlansOptions {
3354
- /** Query */
3355
- query?: QueryV2;
3327
+ interface QueryOffsetResult {
3328
+ currentPage: number | undefined;
3329
+ totalPages: number | undefined;
3330
+ totalCount: number | undefined;
3331
+ hasNext: () => boolean;
3332
+ hasPrev: () => boolean;
3333
+ length: number;
3334
+ pageSize: number;
3335
+ }
3336
+ interface PlansQueryResult extends QueryOffsetResult {
3337
+ items: PublicPlan[];
3338
+ query: PlansQueryBuilder;
3339
+ next: () => Promise<PlansQueryResult>;
3340
+ prev: () => Promise<PlansQueryResult>;
3341
+ }
3342
+ interface PlansQueryBuilder {
3343
+ /** @param propertyName - Property whose value is compared with `value`.
3344
+ * @param value - Value to compare against.
3345
+ */
3346
+ eq: (propertyName: '_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug', value: any) => PlansQueryBuilder;
3347
+ /** @param propertyName - Property whose value is compared with `value`.
3348
+ * @param value - Value to compare against.
3349
+ */
3350
+ ne: (propertyName: '_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug', value: any) => PlansQueryBuilder;
3351
+ /** @param propertyName - Property whose value is compared with `value`.
3352
+ * @param value - Value to compare against.
3353
+ */
3354
+ ge: (propertyName: '_createdDate' | '_updatedDate', value: any) => PlansQueryBuilder;
3355
+ /** @param propertyName - Property whose value is compared with `value`.
3356
+ * @param value - Value to compare against.
3357
+ */
3358
+ gt: (propertyName: '_createdDate' | '_updatedDate', value: any) => PlansQueryBuilder;
3359
+ /** @param propertyName - Property whose value is compared with `value`.
3360
+ * @param value - Value to compare against.
3361
+ */
3362
+ le: (propertyName: '_createdDate' | '_updatedDate', value: any) => PlansQueryBuilder;
3363
+ /** @param propertyName - Property whose value is compared with `value`.
3364
+ * @param value - Value to compare against.
3365
+ */
3366
+ lt: (propertyName: '_createdDate' | '_updatedDate', value: any) => PlansQueryBuilder;
3367
+ /** @param propertyName - Property whose value is compared with `string`.
3368
+ * @param string - String to compare against. Case-insensitive.
3369
+ */
3370
+ startsWith: (propertyName: '_id' | 'slug', value: string) => PlansQueryBuilder;
3371
+ /** @param propertyName - Property whose value is compared with `values`.
3372
+ * @param values - List of values to compare against.
3373
+ */
3374
+ hasSome: (propertyName: '_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug', value: any[]) => PlansQueryBuilder;
3375
+ in: (propertyName: '_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug', value: any) => PlansQueryBuilder;
3376
+ exists: (propertyName: '_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug', value: boolean) => PlansQueryBuilder;
3377
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
3378
+ ascending: (...propertyNames: Array<'_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug'>) => PlansQueryBuilder;
3379
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
3380
+ descending: (...propertyNames: Array<'_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug'>) => PlansQueryBuilder;
3381
+ /** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
3382
+ limit: (limit: number) => PlansQueryBuilder;
3383
+ /** @param skip - Number of items to skip in the query results before returning the results. */
3384
+ skip: (skip: number) => PlansQueryBuilder;
3385
+ find: () => Promise<PlansQueryResult>;
3356
3386
  }
3357
3387
  interface ListPlansOptions {
3358
3388
  /**
@@ -3492,9 +3522,8 @@ interface QueryPublicPlansSignature {
3492
3522
  * The functions that are chained to `queryPublicPlans()` are applied in the order they are called. For example, if you sort on the `_createdDate` property in ascending order and then on the `_id` property in ascending order, the results are sorted first by the created date of the items and then, if there are multiple results with the same date, the items are sorted by `_id` in ascending order, per created date value.
3493
3523
  *
3494
3524
  * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](#plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
3495
- * @returns Fulfilled - The query definition used to run the query using the [`find()`](#find) function.
3496
3525
  */
3497
- (options?: QueryPublicPlansOptions | undefined): Promise<QueryPublicPlansResponse & QueryPublicPlansResponseNonNullableFields>;
3526
+ (): PlansQueryBuilder;
3498
3527
  }
3499
3528
  declare function getPlan$1(httpClient: HttpClient): GetPlanSignature;
3500
3529
  interface GetPlanSignature {
@@ -3664,34 +3693,20 @@ declare const onPlanCreated$1: EventDefinition<PlanCreatedEnvelope, "wix.pricing
3664
3693
  declare const onPlanBuyerCanCancelUpdated$1: EventDefinition<PlanBuyerCanCancelUpdatedEnvelope, "wix.pricing_plans.plan_buyer_can_cancel_updated">;
3665
3694
  declare const onPlanArchived$1: EventDefinition<PlanArchivedEnvelope, "wix.pricing_plans.plan_plan_archived">;
3666
3695
 
3667
- declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
3668
-
3669
3696
  declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
3670
3697
 
3671
- type _publicListPublicPlansType = typeof listPublicPlans$1;
3672
- declare const listPublicPlans: ReturnType<typeof createRESTModule<_publicListPublicPlansType>>;
3673
- type _publicQueryPublicPlansType = typeof queryPublicPlans$1;
3674
- declare const queryPublicPlans: ReturnType<typeof createRESTModule<_publicQueryPublicPlansType>>;
3675
- type _publicGetPlanType = typeof getPlan$1;
3676
- declare const getPlan: ReturnType<typeof createRESTModule<_publicGetPlanType>>;
3677
- type _publicListPlansType = typeof listPlans$1;
3678
- declare const listPlans: ReturnType<typeof createRESTModule<_publicListPlansType>>;
3679
- type _publicGetPlanStatsType = typeof getPlanStats$1;
3680
- declare const getPlanStats: ReturnType<typeof createRESTModule<_publicGetPlanStatsType>>;
3681
- type _publicCreatePlanType = typeof createPlan$1;
3682
- declare const createPlan: ReturnType<typeof createRESTModule<_publicCreatePlanType>>;
3683
- type _publicUpdatePlanType = typeof updatePlan$1;
3684
- declare const updatePlan: ReturnType<typeof createRESTModule<_publicUpdatePlanType>>;
3685
- type _publicSetPlanVisibilityType = typeof setPlanVisibility$1;
3686
- declare const setPlanVisibility: ReturnType<typeof createRESTModule<_publicSetPlanVisibilityType>>;
3687
- type _publicMakePlanPrimaryType = typeof makePlanPrimary$1;
3688
- declare const makePlanPrimary: ReturnType<typeof createRESTModule<_publicMakePlanPrimaryType>>;
3689
- type _publicClearPrimaryType = typeof clearPrimary$1;
3690
- declare const clearPrimary: ReturnType<typeof createRESTModule<_publicClearPrimaryType>>;
3691
- type _publicArchivePlanType = typeof archivePlan$1;
3692
- declare const archivePlan: ReturnType<typeof createRESTModule<_publicArchivePlanType>>;
3693
- type _publicArrangePlansType = typeof arrangePlans$1;
3694
- declare const arrangePlans: ReturnType<typeof createRESTModule<_publicArrangePlansType>>;
3698
+ declare const listPublicPlans: BuildRESTFunction<typeof listPublicPlans$1> & typeof listPublicPlans$1;
3699
+ declare const queryPublicPlans: BuildRESTFunction<typeof queryPublicPlans$1> & typeof queryPublicPlans$1;
3700
+ declare const getPlan: BuildRESTFunction<typeof getPlan$1> & typeof getPlan$1;
3701
+ declare const listPlans: BuildRESTFunction<typeof listPlans$1> & typeof listPlans$1;
3702
+ declare const getPlanStats: BuildRESTFunction<typeof getPlanStats$1> & typeof getPlanStats$1;
3703
+ declare const createPlan: BuildRESTFunction<typeof createPlan$1> & typeof createPlan$1;
3704
+ declare const updatePlan: BuildRESTFunction<typeof updatePlan$1> & typeof updatePlan$1;
3705
+ declare const setPlanVisibility: BuildRESTFunction<typeof setPlanVisibility$1> & typeof setPlanVisibility$1;
3706
+ declare const makePlanPrimary: BuildRESTFunction<typeof makePlanPrimary$1> & typeof makePlanPrimary$1;
3707
+ declare const clearPrimary: BuildRESTFunction<typeof clearPrimary$1> & typeof clearPrimary$1;
3708
+ declare const archivePlan: BuildRESTFunction<typeof archivePlan$1> & typeof archivePlan$1;
3709
+ declare const arrangePlans: BuildRESTFunction<typeof arrangePlans$1> & typeof arrangePlans$1;
3695
3710
 
3696
3711
  type _publicOnPlanUpdatedType = typeof onPlanUpdated$1;
3697
3712
  /**
@@ -3784,6 +3799,8 @@ type context_PlanBuyerCanCancelUpdatedEnvelope = PlanBuyerCanCancelUpdatedEnvelo
3784
3799
  type context_PlanCreatedEnvelope = PlanCreatedEnvelope;
3785
3800
  type context_PlanNonNullableFields = PlanNonNullableFields;
3786
3801
  type context_PlanUpdatedEnvelope = PlanUpdatedEnvelope;
3802
+ type context_PlansQueryBuilder = PlansQueryBuilder;
3803
+ type context_PlansQueryResult = PlansQueryResult;
3787
3804
  type context_Pricing = Pricing;
3788
3805
  type context_PricingPricingModelOneOf = PricingPricingModelOneOf;
3789
3806
  type context_PublicFilter = PublicFilter;
@@ -3791,7 +3808,6 @@ declare const context_PublicFilter: typeof PublicFilter;
3791
3808
  type context_PublicPlan = PublicPlan;
3792
3809
  type context_QueryPlansRequest = QueryPlansRequest;
3793
3810
  type context_QueryPlansResponse = QueryPlansResponse;
3794
- type context_QueryPublicPlansOptions = QueryPublicPlansOptions;
3795
3811
  type context_QueryPublicPlansRequest = QueryPublicPlansRequest;
3796
3812
  type context_QueryPublicPlansResponse = QueryPublicPlansResponse;
3797
3813
  type context_QueryPublicPlansResponseNonNullableFields = QueryPublicPlansResponseNonNullableFields;
@@ -3811,22 +3827,10 @@ type context_UpdatePlanResponse = UpdatePlanResponse;
3811
3827
  type context_UpdatePlanResponseNonNullableFields = UpdatePlanResponseNonNullableFields;
3812
3828
  type context_WebhookIdentityType = WebhookIdentityType;
3813
3829
  declare const context_WebhookIdentityType: typeof WebhookIdentityType;
3814
- type context__publicArchivePlanType = _publicArchivePlanType;
3815
- type context__publicArrangePlansType = _publicArrangePlansType;
3816
- type context__publicClearPrimaryType = _publicClearPrimaryType;
3817
- type context__publicCreatePlanType = _publicCreatePlanType;
3818
- type context__publicGetPlanStatsType = _publicGetPlanStatsType;
3819
- type context__publicGetPlanType = _publicGetPlanType;
3820
- type context__publicListPlansType = _publicListPlansType;
3821
- type context__publicListPublicPlansType = _publicListPublicPlansType;
3822
- type context__publicMakePlanPrimaryType = _publicMakePlanPrimaryType;
3823
3830
  type context__publicOnPlanArchivedType = _publicOnPlanArchivedType;
3824
3831
  type context__publicOnPlanBuyerCanCancelUpdatedType = _publicOnPlanBuyerCanCancelUpdatedType;
3825
3832
  type context__publicOnPlanCreatedType = _publicOnPlanCreatedType;
3826
3833
  type context__publicOnPlanUpdatedType = _publicOnPlanUpdatedType;
3827
- type context__publicQueryPublicPlansType = _publicQueryPublicPlansType;
3828
- type context__publicSetPlanVisibilityType = _publicSetPlanVisibilityType;
3829
- type context__publicUpdatePlanType = _publicUpdatePlanType;
3830
3834
  declare const context_archivePlan: typeof archivePlan;
3831
3835
  declare const context_arrangePlans: typeof arrangePlans;
3832
3836
  declare const context_clearPrimary: typeof clearPrimary;
@@ -3844,7 +3848,7 @@ declare const context_queryPublicPlans: typeof queryPublicPlans;
3844
3848
  declare const context_setPlanVisibility: typeof setPlanVisibility;
3845
3849
  declare const context_updatePlan: typeof updatePlan;
3846
3850
  declare namespace context {
3847
- export { type context_ActionEvent as ActionEvent, type context_ApplicationError as ApplicationError, context_AppliedAt as AppliedAt, type context_ArchivePlanRequest as ArchivePlanRequest, type context_ArchivePlanResponse as ArchivePlanResponse, type context_ArchivePlanResponseNonNullableFields as ArchivePlanResponseNonNullableFields, context_ArchivedFilter as ArchivedFilter, type context_ArrangePlansRequest as ArrangePlansRequest, type context_ArrangePlansResponse as ArrangePlansResponse, type context_BaseEventMetadata as BaseEventMetadata, type context_BulkActionMetadata as BulkActionMetadata, type context_BulkArchivePlanRequest as BulkArchivePlanRequest, type context_BulkArchivePlanResponse as BulkArchivePlanResponse, type context_BulkPlanResult as BulkPlanResult, type context_BuyerCanCancelUpdated as BuyerCanCancelUpdated, type context_ClearPrimaryRequest as ClearPrimaryRequest, type context_ClearPrimaryResponse as ClearPrimaryResponse, type context_CountPlansRequest as CountPlansRequest, type context_CountPlansResponse as CountPlansResponse, type context_CreatePlanRequest as CreatePlanRequest, type context_CreatePlanResponse as CreatePlanResponse, type context_CreatePlanResponseNonNullableFields as CreatePlanResponseNonNullableFields, type context_Cursors as Cursors, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Duration as Duration, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_Fee as Fee, type context_FeeConfig as FeeConfig, type context_GetPlanRequest as GetPlanRequest, type context_GetPlanResponse as GetPlanResponse, type context_GetPlanResponseNonNullableFields as GetPlanResponseNonNullableFields, type context_GetPlanStatsRequest as GetPlanStatsRequest, type context_GetPlanStatsResponse as GetPlanStatsResponse, type context_GetPlanStatsResponseNonNullableFields as GetPlanStatsResponseNonNullableFields, type context_GetPlansPremiumStatusRequest as GetPlansPremiumStatusRequest, type context_GetPlansPremiumStatusResponse as GetPlansPremiumStatusResponse, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_ItemMetadata as ItemMetadata, type context_ListPlansOptions as ListPlansOptions, type context_ListPlansRequest as ListPlansRequest, type context_ListPlansResponse as ListPlansResponse, type context_ListPlansResponseNonNullableFields as ListPlansResponseNonNullableFields, type context_ListPublicPlansOptions as ListPublicPlansOptions, type context_ListPublicPlansRequest as ListPublicPlansRequest, type context_ListPublicPlansResponse as ListPublicPlansResponse, type context_ListPublicPlansResponseNonNullableFields as ListPublicPlansResponseNonNullableFields, type context_MakePlanPrimaryRequest as MakePlanPrimaryRequest, type context_MakePlanPrimaryResponse as MakePlanPrimaryResponse, type context_MakePlanPrimaryResponseNonNullableFields as MakePlanPrimaryResponseNonNullableFields, type context_MessageEnvelope as MessageEnvelope, type context_Money as Money, type context_Paging as Paging, type context_PagingMetadataV2 as PagingMetadataV2, context_PeriodUnit as PeriodUnit, type context_Plan as Plan, type context_PlanArchived as PlanArchived, type context_PlanArchivedEnvelope as PlanArchivedEnvelope, type context_PlanBuyerCanCancelUpdatedEnvelope as PlanBuyerCanCancelUpdatedEnvelope, type context_PlanCreatedEnvelope as PlanCreatedEnvelope, type context_PlanNonNullableFields as PlanNonNullableFields, type context_PlanUpdatedEnvelope as PlanUpdatedEnvelope, type context_Pricing as Pricing, type context_PricingPricingModelOneOf as PricingPricingModelOneOf, context_PublicFilter as PublicFilter, type context_PublicPlan as PublicPlan, type context_QueryPlansRequest as QueryPlansRequest, type context_QueryPlansResponse as QueryPlansResponse, type context_QueryPublicPlansOptions as QueryPublicPlansOptions, type context_QueryPublicPlansRequest as QueryPublicPlansRequest, type context_QueryPublicPlansResponse as QueryPublicPlansResponse, type context_QueryPublicPlansResponseNonNullableFields as QueryPublicPlansResponseNonNullableFields, type context_QueryV2 as QueryV2, type context_Recurrence as Recurrence, type context_RestoreInfo as RestoreInfo, type context_SetPlanVisibilityRequest as SetPlanVisibilityRequest, type context_SetPlanVisibilityResponse as SetPlanVisibilityResponse, type context_SetPlanVisibilityResponseNonNullableFields as SetPlanVisibilityResponseNonNullableFields, context_SortOrder as SortOrder, type context_Sorting as Sorting, type context_StringList as StringList, type context_UpdatePlan as UpdatePlan, type context_UpdatePlanRequest as UpdatePlanRequest, type context_UpdatePlanResponse as UpdatePlanResponse, type context_UpdatePlanResponseNonNullableFields as UpdatePlanResponseNonNullableFields, context_WebhookIdentityType as WebhookIdentityType, type context__publicArchivePlanType as _publicArchivePlanType, type context__publicArrangePlansType as _publicArrangePlansType, type context__publicClearPrimaryType as _publicClearPrimaryType, type context__publicCreatePlanType as _publicCreatePlanType, type context__publicGetPlanStatsType as _publicGetPlanStatsType, type context__publicGetPlanType as _publicGetPlanType, type context__publicListPlansType as _publicListPlansType, type context__publicListPublicPlansType as _publicListPublicPlansType, type context__publicMakePlanPrimaryType as _publicMakePlanPrimaryType, type context__publicOnPlanArchivedType as _publicOnPlanArchivedType, type context__publicOnPlanBuyerCanCancelUpdatedType as _publicOnPlanBuyerCanCancelUpdatedType, type context__publicOnPlanCreatedType as _publicOnPlanCreatedType, type context__publicOnPlanUpdatedType as _publicOnPlanUpdatedType, type context__publicQueryPublicPlansType as _publicQueryPublicPlansType, type context__publicSetPlanVisibilityType as _publicSetPlanVisibilityType, type context__publicUpdatePlanType as _publicUpdatePlanType, context_archivePlan as archivePlan, context_arrangePlans as arrangePlans, context_clearPrimary as clearPrimary, context_createPlan as createPlan, context_getPlan as getPlan, context_getPlanStats as getPlanStats, context_listPlans as listPlans, context_listPublicPlans as listPublicPlans, context_makePlanPrimary as makePlanPrimary, context_onPlanArchived as onPlanArchived, context_onPlanBuyerCanCancelUpdated as onPlanBuyerCanCancelUpdated, context_onPlanCreated as onPlanCreated, context_onPlanUpdated as onPlanUpdated, onPlanArchived$1 as publicOnPlanArchived, onPlanBuyerCanCancelUpdated$1 as publicOnPlanBuyerCanCancelUpdated, onPlanCreated$1 as publicOnPlanCreated, onPlanUpdated$1 as publicOnPlanUpdated, context_queryPublicPlans as queryPublicPlans, context_setPlanVisibility as setPlanVisibility, context_updatePlan as updatePlan };
3851
+ export { type context_ActionEvent as ActionEvent, type context_ApplicationError as ApplicationError, context_AppliedAt as AppliedAt, type context_ArchivePlanRequest as ArchivePlanRequest, type context_ArchivePlanResponse as ArchivePlanResponse, type context_ArchivePlanResponseNonNullableFields as ArchivePlanResponseNonNullableFields, context_ArchivedFilter as ArchivedFilter, type context_ArrangePlansRequest as ArrangePlansRequest, type context_ArrangePlansResponse as ArrangePlansResponse, type context_BaseEventMetadata as BaseEventMetadata, type context_BulkActionMetadata as BulkActionMetadata, type context_BulkArchivePlanRequest as BulkArchivePlanRequest, type context_BulkArchivePlanResponse as BulkArchivePlanResponse, type context_BulkPlanResult as BulkPlanResult, type context_BuyerCanCancelUpdated as BuyerCanCancelUpdated, type context_ClearPrimaryRequest as ClearPrimaryRequest, type context_ClearPrimaryResponse as ClearPrimaryResponse, type context_CountPlansRequest as CountPlansRequest, type context_CountPlansResponse as CountPlansResponse, type context_CreatePlanRequest as CreatePlanRequest, type context_CreatePlanResponse as CreatePlanResponse, type context_CreatePlanResponseNonNullableFields as CreatePlanResponseNonNullableFields, type context_Cursors as Cursors, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Duration as Duration, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_Fee as Fee, type context_FeeConfig as FeeConfig, type context_GetPlanRequest as GetPlanRequest, type context_GetPlanResponse as GetPlanResponse, type context_GetPlanResponseNonNullableFields as GetPlanResponseNonNullableFields, type context_GetPlanStatsRequest as GetPlanStatsRequest, type context_GetPlanStatsResponse as GetPlanStatsResponse, type context_GetPlanStatsResponseNonNullableFields as GetPlanStatsResponseNonNullableFields, type context_GetPlansPremiumStatusRequest as GetPlansPremiumStatusRequest, type context_GetPlansPremiumStatusResponse as GetPlansPremiumStatusResponse, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_ItemMetadata as ItemMetadata, type context_ListPlansOptions as ListPlansOptions, type context_ListPlansRequest as ListPlansRequest, type context_ListPlansResponse as ListPlansResponse, type context_ListPlansResponseNonNullableFields as ListPlansResponseNonNullableFields, type context_ListPublicPlansOptions as ListPublicPlansOptions, type context_ListPublicPlansRequest as ListPublicPlansRequest, type context_ListPublicPlansResponse as ListPublicPlansResponse, type context_ListPublicPlansResponseNonNullableFields as ListPublicPlansResponseNonNullableFields, type context_MakePlanPrimaryRequest as MakePlanPrimaryRequest, type context_MakePlanPrimaryResponse as MakePlanPrimaryResponse, type context_MakePlanPrimaryResponseNonNullableFields as MakePlanPrimaryResponseNonNullableFields, type context_MessageEnvelope as MessageEnvelope, type context_Money as Money, type context_Paging as Paging, type context_PagingMetadataV2 as PagingMetadataV2, context_PeriodUnit as PeriodUnit, type context_Plan as Plan, type context_PlanArchived as PlanArchived, type context_PlanArchivedEnvelope as PlanArchivedEnvelope, type context_PlanBuyerCanCancelUpdatedEnvelope as PlanBuyerCanCancelUpdatedEnvelope, type context_PlanCreatedEnvelope as PlanCreatedEnvelope, type context_PlanNonNullableFields as PlanNonNullableFields, type context_PlanUpdatedEnvelope as PlanUpdatedEnvelope, type context_PlansQueryBuilder as PlansQueryBuilder, type context_PlansQueryResult as PlansQueryResult, type context_Pricing as Pricing, type context_PricingPricingModelOneOf as PricingPricingModelOneOf, context_PublicFilter as PublicFilter, type context_PublicPlan as PublicPlan, type context_QueryPlansRequest as QueryPlansRequest, type context_QueryPlansResponse as QueryPlansResponse, type context_QueryPublicPlansRequest as QueryPublicPlansRequest, type context_QueryPublicPlansResponse as QueryPublicPlansResponse, type context_QueryPublicPlansResponseNonNullableFields as QueryPublicPlansResponseNonNullableFields, type context_QueryV2 as QueryV2, type context_Recurrence as Recurrence, type context_RestoreInfo as RestoreInfo, type context_SetPlanVisibilityRequest as SetPlanVisibilityRequest, type context_SetPlanVisibilityResponse as SetPlanVisibilityResponse, type context_SetPlanVisibilityResponseNonNullableFields as SetPlanVisibilityResponseNonNullableFields, context_SortOrder as SortOrder, type context_Sorting as Sorting, type context_StringList as StringList, type context_UpdatePlan as UpdatePlan, type context_UpdatePlanRequest as UpdatePlanRequest, type context_UpdatePlanResponse as UpdatePlanResponse, type context_UpdatePlanResponseNonNullableFields as UpdatePlanResponseNonNullableFields, context_WebhookIdentityType as WebhookIdentityType, type context__publicOnPlanArchivedType as _publicOnPlanArchivedType, type context__publicOnPlanBuyerCanCancelUpdatedType as _publicOnPlanBuyerCanCancelUpdatedType, type context__publicOnPlanCreatedType as _publicOnPlanCreatedType, type context__publicOnPlanUpdatedType as _publicOnPlanUpdatedType, context_archivePlan as archivePlan, context_arrangePlans as arrangePlans, context_clearPrimary as clearPrimary, context_createPlan as createPlan, context_getPlan as getPlan, context_getPlanStats as getPlanStats, context_listPlans as listPlans, context_listPublicPlans as listPublicPlans, context_makePlanPrimary as makePlanPrimary, context_onPlanArchived as onPlanArchived, context_onPlanBuyerCanCancelUpdated as onPlanBuyerCanCancelUpdated, context_onPlanCreated as onPlanCreated, context_onPlanUpdated as onPlanUpdated, onPlanArchived$1 as publicOnPlanArchived, onPlanBuyerCanCancelUpdated$1 as publicOnPlanBuyerCanCancelUpdated, onPlanCreated$1 as publicOnPlanCreated, onPlanUpdated$1 as publicOnPlanUpdated, context_queryPublicPlans as queryPublicPlans, context_setPlanVisibility as setPlanVisibility, context_updatePlan as updatePlan };
3848
3852
  }
3849
3853
 
3850
3854
  export { context$1 as orders, context as plans };
@@ -612,6 +612,8 @@ interface Automation extends AutomationOriginInfoOneOf {
612
612
  * @readonly
613
613
  */
614
614
  draftInfo?: DraftInfo;
615
+ /** Namespace */
616
+ namespace?: string | null;
615
617
  }
616
618
  /** @oneof */
617
619
  interface AutomationOriginInfoOneOf {
@@ -2266,36 +2268,21 @@ declare const onOrderMarkedAsPaid$1: EventDefinition<OrderMarkedAsPaidEnvelope,
2266
2268
  declare const onOrderPaused$1: EventDefinition<OrderPausedEnvelope, "wix.pricing_plans.v2.order_paused">;
2267
2269
  declare const onOrderResumed$1: EventDefinition<OrderResumedEnvelope, "wix.pricing_plans.v2.order_resumed">;
2268
2270
 
2269
- declare function createRESTModule$1<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
2270
-
2271
2271
  declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
2272
2272
 
2273
- type _publicMemberGetOrderType = typeof memberGetOrder$1;
2274
- declare const memberGetOrder: ReturnType<typeof createRESTModule$1<_publicMemberGetOrderType>>;
2275
- type _publicMemberListOrdersType = typeof memberListOrders$1;
2276
- declare const memberListOrders: ReturnType<typeof createRESTModule$1<_publicMemberListOrdersType>>;
2277
- type _publicRequestCancellationType = typeof requestCancellation$1;
2278
- declare const requestCancellation: ReturnType<typeof createRESTModule$1<_publicRequestCancellationType>>;
2279
- type _publicCreateOfflineOrderType = typeof createOfflineOrder$1;
2280
- declare const createOfflineOrder: ReturnType<typeof createRESTModule$1<_publicCreateOfflineOrderType>>;
2281
- type _publicGetOfflineOrderPreviewType = typeof getOfflineOrderPreview$1;
2282
- declare const getOfflineOrderPreview: ReturnType<typeof createRESTModule$1<_publicGetOfflineOrderPreviewType>>;
2283
- type _publicGetPricePreviewType = typeof getPricePreview$1;
2284
- declare const getPricePreview: ReturnType<typeof createRESTModule$1<_publicGetPricePreviewType>>;
2285
- type _publicManagementGetOrderType = typeof managementGetOrder$1;
2286
- declare const managementGetOrder: ReturnType<typeof createRESTModule$1<_publicManagementGetOrderType>>;
2287
- type _publicManagementListOrdersType = typeof managementListOrders$1;
2288
- declare const managementListOrders: ReturnType<typeof createRESTModule$1<_publicManagementListOrdersType>>;
2289
- type _publicPostponeEndDateType = typeof postponeEndDate$1;
2290
- declare const postponeEndDate: ReturnType<typeof createRESTModule$1<_publicPostponeEndDateType>>;
2291
- type _publicCancelOrderType = typeof cancelOrder$1;
2292
- declare const cancelOrder: ReturnType<typeof createRESTModule$1<_publicCancelOrderType>>;
2293
- type _publicMarkAsPaidType = typeof markAsPaid$1;
2294
- declare const markAsPaid: ReturnType<typeof createRESTModule$1<_publicMarkAsPaidType>>;
2295
- type _publicPauseOrderType = typeof pauseOrder$1;
2296
- declare const pauseOrder: ReturnType<typeof createRESTModule$1<_publicPauseOrderType>>;
2297
- type _publicResumeOrderType = typeof resumeOrder$1;
2298
- declare const resumeOrder: ReturnType<typeof createRESTModule$1<_publicResumeOrderType>>;
2273
+ declare const memberGetOrder: BuildRESTFunction<typeof memberGetOrder$1> & typeof memberGetOrder$1;
2274
+ declare const memberListOrders: BuildRESTFunction<typeof memberListOrders$1> & typeof memberListOrders$1;
2275
+ declare const requestCancellation: BuildRESTFunction<typeof requestCancellation$1> & typeof requestCancellation$1;
2276
+ declare const createOfflineOrder: BuildRESTFunction<typeof createOfflineOrder$1> & typeof createOfflineOrder$1;
2277
+ declare const getOfflineOrderPreview: BuildRESTFunction<typeof getOfflineOrderPreview$1> & typeof getOfflineOrderPreview$1;
2278
+ declare const getPricePreview: BuildRESTFunction<typeof getPricePreview$1> & typeof getPricePreview$1;
2279
+ declare const managementGetOrder: BuildRESTFunction<typeof managementGetOrder$1> & typeof managementGetOrder$1;
2280
+ declare const managementListOrders: BuildRESTFunction<typeof managementListOrders$1> & typeof managementListOrders$1;
2281
+ declare const postponeEndDate: BuildRESTFunction<typeof postponeEndDate$1> & typeof postponeEndDate$1;
2282
+ declare const cancelOrder: BuildRESTFunction<typeof cancelOrder$1> & typeof cancelOrder$1;
2283
+ declare const markAsPaid: BuildRESTFunction<typeof markAsPaid$1> & typeof markAsPaid$1;
2284
+ declare const pauseOrder: BuildRESTFunction<typeof pauseOrder$1> & typeof pauseOrder$1;
2285
+ declare const resumeOrder: BuildRESTFunction<typeof resumeOrder$1> & typeof resumeOrder$1;
2299
2286
 
2300
2287
  type _publicOnOrderCreatedType = typeof onOrderCreated$1;
2301
2288
  /**
@@ -2575,15 +2562,6 @@ type index_d$1_Trigger = Trigger;
2575
2562
  type index_d$1_Type = Type;
2576
2563
  declare const index_d$1_Type: typeof Type;
2577
2564
  type index_d$1_UpdatedWithPreviousEntity = UpdatedWithPreviousEntity;
2578
- type index_d$1__publicCancelOrderType = _publicCancelOrderType;
2579
- type index_d$1__publicCreateOfflineOrderType = _publicCreateOfflineOrderType;
2580
- type index_d$1__publicGetOfflineOrderPreviewType = _publicGetOfflineOrderPreviewType;
2581
- type index_d$1__publicGetPricePreviewType = _publicGetPricePreviewType;
2582
- type index_d$1__publicManagementGetOrderType = _publicManagementGetOrderType;
2583
- type index_d$1__publicManagementListOrdersType = _publicManagementListOrdersType;
2584
- type index_d$1__publicMarkAsPaidType = _publicMarkAsPaidType;
2585
- type index_d$1__publicMemberGetOrderType = _publicMemberGetOrderType;
2586
- type index_d$1__publicMemberListOrdersType = _publicMemberListOrdersType;
2587
2565
  type index_d$1__publicOnOrderAutoRenewCanceledType = _publicOnOrderAutoRenewCanceledType;
2588
2566
  type index_d$1__publicOnOrderCanceledType = _publicOnOrderCanceledType;
2589
2567
  type index_d$1__publicOnOrderCreatedType = _publicOnOrderCreatedType;
@@ -2597,10 +2575,6 @@ type index_d$1__publicOnOrderResumedType = _publicOnOrderResumedType;
2597
2575
  type index_d$1__publicOnOrderStartDateChangedType = _publicOnOrderStartDateChangedType;
2598
2576
  type index_d$1__publicOnOrderStartedType = _publicOnOrderStartedType;
2599
2577
  type index_d$1__publicOnOrderUpdatedType = _publicOnOrderUpdatedType;
2600
- type index_d$1__publicPauseOrderType = _publicPauseOrderType;
2601
- type index_d$1__publicPostponeEndDateType = _publicPostponeEndDateType;
2602
- type index_d$1__publicRequestCancellationType = _publicRequestCancellationType;
2603
- type index_d$1__publicResumeOrderType = _publicResumeOrderType;
2604
2578
  declare const index_d$1_cancelOrder: typeof cancelOrder;
2605
2579
  declare const index_d$1_createOfflineOrder: typeof createOfflineOrder;
2606
2580
  declare const index_d$1_getOfflineOrderPreview: typeof getOfflineOrderPreview;
@@ -2628,7 +2602,7 @@ declare const index_d$1_postponeEndDate: typeof postponeEndDate;
2628
2602
  declare const index_d$1_requestCancellation: typeof requestCancellation;
2629
2603
  declare const index_d$1_resumeOrder: typeof resumeOrder;
2630
2604
  declare namespace index_d$1 {
2631
- export { type index_d$1_Action as Action, type ActionEvent$1 as ActionEvent, type index_d$1_ActionInfoOneOf as ActionInfoOneOf, type index_d$1_ActionSettings as ActionSettings, type index_d$1_AppDefinedAction as AppDefinedAction, type ApplicationError$1 as ApplicationError, type index_d$1_ApplicationOrigin as ApplicationOrigin, type index_d$1_ApplyCouponRequest as ApplyCouponRequest, type index_d$1_ApplyCouponResponse as ApplyCouponResponse, type index_d$1_AuditInfo as AuditInfo, type index_d$1_AuditInfoIdOneOf as AuditInfoIdOneOf, type index_d$1_Automation as Automation, type index_d$1_AutomationConfiguration as AutomationConfiguration, index_d$1_AutomationConfigurationStatus as AutomationConfigurationStatus, type index_d$1_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type index_d$1_AutomationSettings as AutomationSettings, type BaseEventMetadata$1 as BaseEventMetadata, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$1_BulkOrderResult as BulkOrderResult, type index_d$1_BulkPauseOrderRequest as BulkPauseOrderRequest, type index_d$1_BulkPauseOrderResponse as BulkPauseOrderResponse, type index_d$1_BulkResumeOrderRequest as BulkResumeOrderRequest, type index_d$1_BulkResumeOrderResponse as BulkResumeOrderResponse, type index_d$1_Buyer as Buyer, type index_d$1_CancelOrderRequest as CancelOrderRequest, type index_d$1_CancelOrderResponse as CancelOrderResponse, type index_d$1_Cancellation as Cancellation, index_d$1_CancellationCause as CancellationCause, index_d$1_CancellationEffectiveAt as CancellationEffectiveAt, type index_d$1_Captcha as Captcha, type index_d$1_ChangeStartDateRequest as ChangeStartDateRequest, type index_d$1_ChangeStartDateResponse as ChangeStartDateResponse, type index_d$1_ConditionAction as ConditionAction, type index_d$1_ConditionExpressionGroup as ConditionExpressionGroup, type index_d$1_Coupon as Coupon, type index_d$1_CouponsError as CouponsError, type index_d$1_CreateExternalOrderRequest as CreateExternalOrderRequest, type index_d$1_CreateExternalOrderResponse as CreateExternalOrderResponse, type index_d$1_CreateGuestOnlineOrderRequest as CreateGuestOnlineOrderRequest, type index_d$1_CreateGuestOnlineOrderResponse as CreateGuestOnlineOrderResponse, type index_d$1_CreateOfflineOrderOptions as CreateOfflineOrderOptions, type index_d$1_CreateOfflineOrderRequest as CreateOfflineOrderRequest, type index_d$1_CreateOfflineOrderResponse as CreateOfflineOrderResponse, type index_d$1_CreateOfflineOrderResponseNonNullableFields as CreateOfflineOrderResponseNonNullableFields, type index_d$1_CreateOnlineOrderRequest as CreateOnlineOrderRequest, type index_d$1_CreateOnlineOrderResponse as CreateOnlineOrderResponse, type index_d$1_CurrentCycle as CurrentCycle, type index_d$1_CursorPaging as CursorPaging, type Cursors$1 as Cursors, type index_d$1_DelayAction as DelayAction, type index_d$1_DeletedWithEntity as DeletedWithEntity, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type index_d$1_DraftInfo as DraftInfo, type Duration$1 as Duration, type index_d$1_Empty as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type Fee$1 as Fee, type index_d$1_Filter as Filter, type index_d$1_FormData as FormData, type index_d$1_FutureDateActivationOffset as FutureDateActivationOffset, type index_d$1_GetAvailableOrderActionsRequest as GetAvailableOrderActionsRequest, type index_d$1_GetAvailableOrderActionsResponse as GetAvailableOrderActionsResponse, type index_d$1_GetGuestOnlineOrderPreviewRequest as GetGuestOnlineOrderPreviewRequest, type index_d$1_GetGuestOnlineOrderPreviewResponse as GetGuestOnlineOrderPreviewResponse, type index_d$1_GetOfflineOrderPreviewOptions as GetOfflineOrderPreviewOptions, type index_d$1_GetOfflineOrderPreviewRequest as GetOfflineOrderPreviewRequest, type index_d$1_GetOfflineOrderPreviewResponse as GetOfflineOrderPreviewResponse, type index_d$1_GetOfflineOrderPreviewResponseNonNullableFields as GetOfflineOrderPreviewResponseNonNullableFields, type index_d$1_GetOnlineOrderPreviewRequest as GetOnlineOrderPreviewRequest, type index_d$1_GetOnlineOrderPreviewResponse as GetOnlineOrderPreviewResponse, type index_d$1_GetOrderRequest as GetOrderRequest, type index_d$1_GetOrderResponse as GetOrderResponse, type index_d$1_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$1_GetOrdersStatsRequest as GetOrdersStatsRequest, type index_d$1_GetOrdersStatsResponse as GetOrdersStatsResponse, type index_d$1_GetPricePreviewOptions as GetPricePreviewOptions, type index_d$1_GetPricePreviewRequest as GetPricePreviewRequest, type index_d$1_GetPricePreviewResponse as GetPricePreviewResponse, type index_d$1_GetPricePreviewResponseNonNullableFields as GetPricePreviewResponseNonNullableFields, type index_d$1_Guest as Guest, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type ItemMetadata$1 as ItemMetadata, type index_d$1_ListOrdersRequest as ListOrdersRequest, type index_d$1_ListOrdersResponse as ListOrdersResponse, type index_d$1_ListOrdersResponseNonNullableFields as ListOrdersResponseNonNullableFields, type index_d$1_ManagementGetOrderOptions as ManagementGetOrderOptions, type index_d$1_ManagementListOrdersOptions as ManagementListOrdersOptions, type index_d$1_MarkAsPaidRequest as MarkAsPaidRequest, type index_d$1_MarkAsPaidResponse as MarkAsPaidResponse, type index_d$1_MemberGetOrderOptions as MemberGetOrderOptions, type index_d$1_MemberGetOrderRequest as MemberGetOrderRequest, type index_d$1_MemberGetOrderResponse as MemberGetOrderResponse, type index_d$1_MemberGetOrderResponseNonNullableFields as MemberGetOrderResponseNonNullableFields, type index_d$1_MemberListOrdersOptions as MemberListOrdersOptions, type index_d$1_MemberListOrdersRequest as MemberListOrdersRequest, type index_d$1_MemberListOrdersResponse as MemberListOrdersResponse, type index_d$1_MemberListOrdersResponseNonNullableFields as MemberListOrdersResponseNonNullableFields, type MessageEnvelope$1 as MessageEnvelope, type index_d$1_OnBehalf as OnBehalf, index_d$1_Operator as Operator, type index_d$1_Order as Order, type index_d$1_OrderAutoRenewCanceled as OrderAutoRenewCanceled, type index_d$1_OrderAutoRenewCanceledEnvelope as OrderAutoRenewCanceledEnvelope, type index_d$1_OrderCanceled as OrderCanceled, type index_d$1_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$1_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$1_OrderCycle as OrderCycle, type index_d$1_OrderCycleStarted as OrderCycleStarted, type index_d$1_OrderCycleStartedEnvelope as OrderCycleStartedEnvelope, type index_d$1_OrderEndDatePostponed as OrderEndDatePostponed, type index_d$1_OrderEndDatePostponedEnvelope as OrderEndDatePostponedEnvelope, type index_d$1_OrderEnded as OrderEnded, type index_d$1_OrderEndedEnvelope as OrderEndedEnvelope, type index_d$1_OrderMarkedAsPaid as OrderMarkedAsPaid, type index_d$1_OrderMarkedAsPaidEnvelope as OrderMarkedAsPaidEnvelope, index_d$1_OrderMethod as OrderMethod, type index_d$1_OrderNonNullableFields as OrderNonNullableFields, type index_d$1_OrderPaused as OrderPaused, type index_d$1_OrderPausedEnvelope as OrderPausedEnvelope, type index_d$1_OrderPurchased as OrderPurchased, type index_d$1_OrderPurchasedEnvelope as OrderPurchasedEnvelope, type index_d$1_OrderResumed as OrderResumed, type index_d$1_OrderResumedEnvelope as OrderResumedEnvelope, type index_d$1_OrderStartDateChanged as OrderStartDateChanged, type index_d$1_OrderStartDateChangedEnvelope as OrderStartDateChangedEnvelope, type index_d$1_OrderStarted as OrderStarted, type index_d$1_OrderStartedEnvelope as OrderStartedEnvelope, index_d$1_OrderStatus as OrderStatus, index_d$1_OrderType as OrderType, type index_d$1_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$1_OrdersQueryOrdersRequest as OrdersQueryOrdersRequest, type index_d$1_OrdersQueryOrdersResponse as OrdersQueryOrdersResponse, index_d$1_Origin as Origin, type index_d$1_OutputAction as OutputAction, type Paging$1 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type index_d$1_PauseOrderRequest as PauseOrderRequest, type index_d$1_PauseOrderResponse as PauseOrderResponse, type index_d$1_PausePeriod as PausePeriod, index_d$1_PaymentStatus as PaymentStatus, PeriodUnit$1 as PeriodUnit, type index_d$1_PostponeEndDateRequest as PostponeEndDateRequest, type index_d$1_PostponeEndDateResponse as PostponeEndDateResponse, type index_d$1_PreinstalledOrigin as PreinstalledOrigin, type index_d$1_Price as Price, type index_d$1_PriceDetails as PriceDetails, type index_d$1_PriceDetailsPricingModelOneOf as PriceDetailsPricingModelOneOf, type index_d$1_PriceDuration as PriceDuration, type index_d$1_PricingDetails as PricingDetails, type index_d$1_PricingDetailsPricingModelOneOf as PricingDetailsPricingModelOneOf, type index_d$1_QueryOrdersRequest as QueryOrdersRequest, type index_d$1_QueryOrdersResponse as QueryOrdersResponse, type QueryV2$1 as QueryV2, type index_d$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d$1_RateLimit as RateLimit, type index_d$1_RateLimitAction as RateLimitAction, index_d$1_ReasonNotSuspendable as ReasonNotSuspendable, type Recurrence$1 as Recurrence, type index_d$1_RequestCancellationRequest as RequestCancellationRequest, type index_d$1_RequestCancellationResponse as RequestCancellationResponse, type RestoreInfo$1 as RestoreInfo, type index_d$1_ResumeOrderRequest as ResumeOrderRequest, type index_d$1_ResumeOrderResponse as ResumeOrderResponse, index_d$1_Set as Set, type index_d$1_SetSubmissionRequest as SetSubmissionRequest, type index_d$1_SetSubmissionResponse as SetSubmissionResponse, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type index_d$1_SpannedPrice as SpannedPrice, index_d$1_Status as Status, type index_d$1_Tax as Tax, index_d$1_TimeUnit as TimeUnit, type index_d$1_Trigger as Trigger, index_d$1_Type as Type, type index_d$1_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, WebhookIdentityType$1 as WebhookIdentityType, type index_d$1__publicCancelOrderType as _publicCancelOrderType, type index_d$1__publicCreateOfflineOrderType as _publicCreateOfflineOrderType, type index_d$1__publicGetOfflineOrderPreviewType as _publicGetOfflineOrderPreviewType, type index_d$1__publicGetPricePreviewType as _publicGetPricePreviewType, type index_d$1__publicManagementGetOrderType as _publicManagementGetOrderType, type index_d$1__publicManagementListOrdersType as _publicManagementListOrdersType, type index_d$1__publicMarkAsPaidType as _publicMarkAsPaidType, type index_d$1__publicMemberGetOrderType as _publicMemberGetOrderType, type index_d$1__publicMemberListOrdersType as _publicMemberListOrdersType, type index_d$1__publicOnOrderAutoRenewCanceledType as _publicOnOrderAutoRenewCanceledType, type index_d$1__publicOnOrderCanceledType as _publicOnOrderCanceledType, type index_d$1__publicOnOrderCreatedType as _publicOnOrderCreatedType, type index_d$1__publicOnOrderCycleStartedType as _publicOnOrderCycleStartedType, type index_d$1__publicOnOrderEndDatePostponedType as _publicOnOrderEndDatePostponedType, type index_d$1__publicOnOrderEndedType as _publicOnOrderEndedType, type index_d$1__publicOnOrderMarkedAsPaidType as _publicOnOrderMarkedAsPaidType, type index_d$1__publicOnOrderPausedType as _publicOnOrderPausedType, type index_d$1__publicOnOrderPurchasedType as _publicOnOrderPurchasedType, type index_d$1__publicOnOrderResumedType as _publicOnOrderResumedType, type index_d$1__publicOnOrderStartDateChangedType as _publicOnOrderStartDateChangedType, type index_d$1__publicOnOrderStartedType as _publicOnOrderStartedType, type index_d$1__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, type index_d$1__publicPauseOrderType as _publicPauseOrderType, type index_d$1__publicPostponeEndDateType as _publicPostponeEndDateType, type index_d$1__publicRequestCancellationType as _publicRequestCancellationType, type index_d$1__publicResumeOrderType as _publicResumeOrderType, index_d$1_cancelOrder as cancelOrder, index_d$1_createOfflineOrder as createOfflineOrder, index_d$1_getOfflineOrderPreview as getOfflineOrderPreview, index_d$1_getPricePreview as getPricePreview, index_d$1_managementGetOrder as managementGetOrder, index_d$1_managementListOrders as managementListOrders, index_d$1_markAsPaid as markAsPaid, index_d$1_memberGetOrder as memberGetOrder, index_d$1_memberListOrders as memberListOrders, index_d$1_onOrderAutoRenewCanceled as onOrderAutoRenewCanceled, index_d$1_onOrderCanceled as onOrderCanceled, index_d$1_onOrderCreated as onOrderCreated, index_d$1_onOrderCycleStarted as onOrderCycleStarted, index_d$1_onOrderEndDatePostponed as onOrderEndDatePostponed, index_d$1_onOrderEnded as onOrderEnded, index_d$1_onOrderMarkedAsPaid as onOrderMarkedAsPaid, index_d$1_onOrderPaused as onOrderPaused, index_d$1_onOrderPurchased as onOrderPurchased, index_d$1_onOrderResumed as onOrderResumed, index_d$1_onOrderStartDateChanged as onOrderStartDateChanged, index_d$1_onOrderStarted as onOrderStarted, index_d$1_onOrderUpdated as onOrderUpdated, index_d$1_pauseOrder as pauseOrder, index_d$1_postponeEndDate as postponeEndDate, onOrderAutoRenewCanceled$1 as publicOnOrderAutoRenewCanceled, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderCycleStarted$1 as publicOnOrderCycleStarted, onOrderEndDatePostponed$1 as publicOnOrderEndDatePostponed, onOrderEnded$1 as publicOnOrderEnded, onOrderMarkedAsPaid$1 as publicOnOrderMarkedAsPaid, onOrderPaused$1 as publicOnOrderPaused, onOrderPurchased$1 as publicOnOrderPurchased, onOrderResumed$1 as publicOnOrderResumed, onOrderStartDateChanged$1 as publicOnOrderStartDateChanged, onOrderStarted$1 as publicOnOrderStarted, onOrderUpdated$1 as publicOnOrderUpdated, index_d$1_requestCancellation as requestCancellation, index_d$1_resumeOrder as resumeOrder };
2605
+ export { type index_d$1_Action as Action, type ActionEvent$1 as ActionEvent, type index_d$1_ActionInfoOneOf as ActionInfoOneOf, type index_d$1_ActionSettings as ActionSettings, type index_d$1_AppDefinedAction as AppDefinedAction, type ApplicationError$1 as ApplicationError, type index_d$1_ApplicationOrigin as ApplicationOrigin, type index_d$1_ApplyCouponRequest as ApplyCouponRequest, type index_d$1_ApplyCouponResponse as ApplyCouponResponse, type index_d$1_AuditInfo as AuditInfo, type index_d$1_AuditInfoIdOneOf as AuditInfoIdOneOf, type index_d$1_Automation as Automation, type index_d$1_AutomationConfiguration as AutomationConfiguration, index_d$1_AutomationConfigurationStatus as AutomationConfigurationStatus, type index_d$1_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type index_d$1_AutomationSettings as AutomationSettings, type BaseEventMetadata$1 as BaseEventMetadata, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$1_BulkOrderResult as BulkOrderResult, type index_d$1_BulkPauseOrderRequest as BulkPauseOrderRequest, type index_d$1_BulkPauseOrderResponse as BulkPauseOrderResponse, type index_d$1_BulkResumeOrderRequest as BulkResumeOrderRequest, type index_d$1_BulkResumeOrderResponse as BulkResumeOrderResponse, type index_d$1_Buyer as Buyer, type index_d$1_CancelOrderRequest as CancelOrderRequest, type index_d$1_CancelOrderResponse as CancelOrderResponse, type index_d$1_Cancellation as Cancellation, index_d$1_CancellationCause as CancellationCause, index_d$1_CancellationEffectiveAt as CancellationEffectiveAt, type index_d$1_Captcha as Captcha, type index_d$1_ChangeStartDateRequest as ChangeStartDateRequest, type index_d$1_ChangeStartDateResponse as ChangeStartDateResponse, type index_d$1_ConditionAction as ConditionAction, type index_d$1_ConditionExpressionGroup as ConditionExpressionGroup, type index_d$1_Coupon as Coupon, type index_d$1_CouponsError as CouponsError, type index_d$1_CreateExternalOrderRequest as CreateExternalOrderRequest, type index_d$1_CreateExternalOrderResponse as CreateExternalOrderResponse, type index_d$1_CreateGuestOnlineOrderRequest as CreateGuestOnlineOrderRequest, type index_d$1_CreateGuestOnlineOrderResponse as CreateGuestOnlineOrderResponse, type index_d$1_CreateOfflineOrderOptions as CreateOfflineOrderOptions, type index_d$1_CreateOfflineOrderRequest as CreateOfflineOrderRequest, type index_d$1_CreateOfflineOrderResponse as CreateOfflineOrderResponse, type index_d$1_CreateOfflineOrderResponseNonNullableFields as CreateOfflineOrderResponseNonNullableFields, type index_d$1_CreateOnlineOrderRequest as CreateOnlineOrderRequest, type index_d$1_CreateOnlineOrderResponse as CreateOnlineOrderResponse, type index_d$1_CurrentCycle as CurrentCycle, type index_d$1_CursorPaging as CursorPaging, type Cursors$1 as Cursors, type index_d$1_DelayAction as DelayAction, type index_d$1_DeletedWithEntity as DeletedWithEntity, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type index_d$1_DraftInfo as DraftInfo, type Duration$1 as Duration, type index_d$1_Empty as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type EventMetadata$1 as EventMetadata, type Fee$1 as Fee, type index_d$1_Filter as Filter, type index_d$1_FormData as FormData, type index_d$1_FutureDateActivationOffset as FutureDateActivationOffset, type index_d$1_GetAvailableOrderActionsRequest as GetAvailableOrderActionsRequest, type index_d$1_GetAvailableOrderActionsResponse as GetAvailableOrderActionsResponse, type index_d$1_GetGuestOnlineOrderPreviewRequest as GetGuestOnlineOrderPreviewRequest, type index_d$1_GetGuestOnlineOrderPreviewResponse as GetGuestOnlineOrderPreviewResponse, type index_d$1_GetOfflineOrderPreviewOptions as GetOfflineOrderPreviewOptions, type index_d$1_GetOfflineOrderPreviewRequest as GetOfflineOrderPreviewRequest, type index_d$1_GetOfflineOrderPreviewResponse as GetOfflineOrderPreviewResponse, type index_d$1_GetOfflineOrderPreviewResponseNonNullableFields as GetOfflineOrderPreviewResponseNonNullableFields, type index_d$1_GetOnlineOrderPreviewRequest as GetOnlineOrderPreviewRequest, type index_d$1_GetOnlineOrderPreviewResponse as GetOnlineOrderPreviewResponse, type index_d$1_GetOrderRequest as GetOrderRequest, type index_d$1_GetOrderResponse as GetOrderResponse, type index_d$1_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$1_GetOrdersStatsRequest as GetOrdersStatsRequest, type index_d$1_GetOrdersStatsResponse as GetOrdersStatsResponse, type index_d$1_GetPricePreviewOptions as GetPricePreviewOptions, type index_d$1_GetPricePreviewRequest as GetPricePreviewRequest, type index_d$1_GetPricePreviewResponse as GetPricePreviewResponse, type index_d$1_GetPricePreviewResponseNonNullableFields as GetPricePreviewResponseNonNullableFields, type index_d$1_Guest as Guest, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type ItemMetadata$1 as ItemMetadata, type index_d$1_ListOrdersRequest as ListOrdersRequest, type index_d$1_ListOrdersResponse as ListOrdersResponse, type index_d$1_ListOrdersResponseNonNullableFields as ListOrdersResponseNonNullableFields, type index_d$1_ManagementGetOrderOptions as ManagementGetOrderOptions, type index_d$1_ManagementListOrdersOptions as ManagementListOrdersOptions, type index_d$1_MarkAsPaidRequest as MarkAsPaidRequest, type index_d$1_MarkAsPaidResponse as MarkAsPaidResponse, type index_d$1_MemberGetOrderOptions as MemberGetOrderOptions, type index_d$1_MemberGetOrderRequest as MemberGetOrderRequest, type index_d$1_MemberGetOrderResponse as MemberGetOrderResponse, type index_d$1_MemberGetOrderResponseNonNullableFields as MemberGetOrderResponseNonNullableFields, type index_d$1_MemberListOrdersOptions as MemberListOrdersOptions, type index_d$1_MemberListOrdersRequest as MemberListOrdersRequest, type index_d$1_MemberListOrdersResponse as MemberListOrdersResponse, type index_d$1_MemberListOrdersResponseNonNullableFields as MemberListOrdersResponseNonNullableFields, type MessageEnvelope$1 as MessageEnvelope, type index_d$1_OnBehalf as OnBehalf, index_d$1_Operator as Operator, type index_d$1_Order as Order, type index_d$1_OrderAutoRenewCanceled as OrderAutoRenewCanceled, type index_d$1_OrderAutoRenewCanceledEnvelope as OrderAutoRenewCanceledEnvelope, type index_d$1_OrderCanceled as OrderCanceled, type index_d$1_OrderCanceledEnvelope as OrderCanceledEnvelope, type index_d$1_OrderCreatedEnvelope as OrderCreatedEnvelope, type index_d$1_OrderCycle as OrderCycle, type index_d$1_OrderCycleStarted as OrderCycleStarted, type index_d$1_OrderCycleStartedEnvelope as OrderCycleStartedEnvelope, type index_d$1_OrderEndDatePostponed as OrderEndDatePostponed, type index_d$1_OrderEndDatePostponedEnvelope as OrderEndDatePostponedEnvelope, type index_d$1_OrderEnded as OrderEnded, type index_d$1_OrderEndedEnvelope as OrderEndedEnvelope, type index_d$1_OrderMarkedAsPaid as OrderMarkedAsPaid, type index_d$1_OrderMarkedAsPaidEnvelope as OrderMarkedAsPaidEnvelope, index_d$1_OrderMethod as OrderMethod, type index_d$1_OrderNonNullableFields as OrderNonNullableFields, type index_d$1_OrderPaused as OrderPaused, type index_d$1_OrderPausedEnvelope as OrderPausedEnvelope, type index_d$1_OrderPurchased as OrderPurchased, type index_d$1_OrderPurchasedEnvelope as OrderPurchasedEnvelope, type index_d$1_OrderResumed as OrderResumed, type index_d$1_OrderResumedEnvelope as OrderResumedEnvelope, type index_d$1_OrderStartDateChanged as OrderStartDateChanged, type index_d$1_OrderStartDateChangedEnvelope as OrderStartDateChangedEnvelope, type index_d$1_OrderStarted as OrderStarted, type index_d$1_OrderStartedEnvelope as OrderStartedEnvelope, index_d$1_OrderStatus as OrderStatus, index_d$1_OrderType as OrderType, type index_d$1_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$1_OrdersQueryOrdersRequest as OrdersQueryOrdersRequest, type index_d$1_OrdersQueryOrdersResponse as OrdersQueryOrdersResponse, index_d$1_Origin as Origin, type index_d$1_OutputAction as OutputAction, type Paging$1 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type index_d$1_PauseOrderRequest as PauseOrderRequest, type index_d$1_PauseOrderResponse as PauseOrderResponse, type index_d$1_PausePeriod as PausePeriod, index_d$1_PaymentStatus as PaymentStatus, PeriodUnit$1 as PeriodUnit, type index_d$1_PostponeEndDateRequest as PostponeEndDateRequest, type index_d$1_PostponeEndDateResponse as PostponeEndDateResponse, type index_d$1_PreinstalledOrigin as PreinstalledOrigin, type index_d$1_Price as Price, type index_d$1_PriceDetails as PriceDetails, type index_d$1_PriceDetailsPricingModelOneOf as PriceDetailsPricingModelOneOf, type index_d$1_PriceDuration as PriceDuration, type index_d$1_PricingDetails as PricingDetails, type index_d$1_PricingDetailsPricingModelOneOf as PricingDetailsPricingModelOneOf, type index_d$1_QueryOrdersRequest as QueryOrdersRequest, type index_d$1_QueryOrdersResponse as QueryOrdersResponse, type QueryV2$1 as QueryV2, type index_d$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d$1_RateLimit as RateLimit, type index_d$1_RateLimitAction as RateLimitAction, index_d$1_ReasonNotSuspendable as ReasonNotSuspendable, type Recurrence$1 as Recurrence, type index_d$1_RequestCancellationRequest as RequestCancellationRequest, type index_d$1_RequestCancellationResponse as RequestCancellationResponse, type RestoreInfo$1 as RestoreInfo, type index_d$1_ResumeOrderRequest as ResumeOrderRequest, type index_d$1_ResumeOrderResponse as ResumeOrderResponse, index_d$1_Set as Set, type index_d$1_SetSubmissionRequest as SetSubmissionRequest, type index_d$1_SetSubmissionResponse as SetSubmissionResponse, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, type index_d$1_SpannedPrice as SpannedPrice, index_d$1_Status as Status, type index_d$1_Tax as Tax, index_d$1_TimeUnit as TimeUnit, type index_d$1_Trigger as Trigger, index_d$1_Type as Type, type index_d$1_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, WebhookIdentityType$1 as WebhookIdentityType, type index_d$1__publicOnOrderAutoRenewCanceledType as _publicOnOrderAutoRenewCanceledType, type index_d$1__publicOnOrderCanceledType as _publicOnOrderCanceledType, type index_d$1__publicOnOrderCreatedType as _publicOnOrderCreatedType, type index_d$1__publicOnOrderCycleStartedType as _publicOnOrderCycleStartedType, type index_d$1__publicOnOrderEndDatePostponedType as _publicOnOrderEndDatePostponedType, type index_d$1__publicOnOrderEndedType as _publicOnOrderEndedType, type index_d$1__publicOnOrderMarkedAsPaidType as _publicOnOrderMarkedAsPaidType, type index_d$1__publicOnOrderPausedType as _publicOnOrderPausedType, type index_d$1__publicOnOrderPurchasedType as _publicOnOrderPurchasedType, type index_d$1__publicOnOrderResumedType as _publicOnOrderResumedType, type index_d$1__publicOnOrderStartDateChangedType as _publicOnOrderStartDateChangedType, type index_d$1__publicOnOrderStartedType as _publicOnOrderStartedType, type index_d$1__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, index_d$1_cancelOrder as cancelOrder, index_d$1_createOfflineOrder as createOfflineOrder, index_d$1_getOfflineOrderPreview as getOfflineOrderPreview, index_d$1_getPricePreview as getPricePreview, index_d$1_managementGetOrder as managementGetOrder, index_d$1_managementListOrders as managementListOrders, index_d$1_markAsPaid as markAsPaid, index_d$1_memberGetOrder as memberGetOrder, index_d$1_memberListOrders as memberListOrders, index_d$1_onOrderAutoRenewCanceled as onOrderAutoRenewCanceled, index_d$1_onOrderCanceled as onOrderCanceled, index_d$1_onOrderCreated as onOrderCreated, index_d$1_onOrderCycleStarted as onOrderCycleStarted, index_d$1_onOrderEndDatePostponed as onOrderEndDatePostponed, index_d$1_onOrderEnded as onOrderEnded, index_d$1_onOrderMarkedAsPaid as onOrderMarkedAsPaid, index_d$1_onOrderPaused as onOrderPaused, index_d$1_onOrderPurchased as onOrderPurchased, index_d$1_onOrderResumed as onOrderResumed, index_d$1_onOrderStartDateChanged as onOrderStartDateChanged, index_d$1_onOrderStarted as onOrderStarted, index_d$1_onOrderUpdated as onOrderUpdated, index_d$1_pauseOrder as pauseOrder, index_d$1_postponeEndDate as postponeEndDate, onOrderAutoRenewCanceled$1 as publicOnOrderAutoRenewCanceled, onOrderCanceled$1 as publicOnOrderCanceled, onOrderCreated$1 as publicOnOrderCreated, onOrderCycleStarted$1 as publicOnOrderCycleStarted, onOrderEndDatePostponed$1 as publicOnOrderEndDatePostponed, onOrderEnded$1 as publicOnOrderEnded, onOrderMarkedAsPaid$1 as publicOnOrderMarkedAsPaid, onOrderPaused$1 as publicOnOrderPaused, onOrderPurchased$1 as publicOnOrderPurchased, onOrderResumed$1 as publicOnOrderResumed, onOrderStartDateChanged$1 as publicOnOrderStartDateChanged, onOrderStarted$1 as publicOnOrderStarted, onOrderUpdated$1 as publicOnOrderUpdated, index_d$1_requestCancellation as requestCancellation, index_d$1_resumeOrder as resumeOrder };
2632
2606
  }
2633
2607
 
2634
2608
  /** Information about the pricing plan. */
@@ -3350,9 +3324,65 @@ interface ListPublicPlansOptions {
3350
3324
  /** IDs of public plans to list. If non-existent IDs are specified, they are ignored and don't cause errors. If no IDs are specified, all public are listed according to the [order](#arrangeplans) displayed in the Dashboard. You can pass a maximum of 100 IDs. */
3351
3325
  planIds?: string[];
3352
3326
  }
3353
- interface QueryPublicPlansOptions {
3354
- /** Query */
3355
- query?: QueryV2;
3327
+ interface QueryOffsetResult {
3328
+ currentPage: number | undefined;
3329
+ totalPages: number | undefined;
3330
+ totalCount: number | undefined;
3331
+ hasNext: () => boolean;
3332
+ hasPrev: () => boolean;
3333
+ length: number;
3334
+ pageSize: number;
3335
+ }
3336
+ interface PlansQueryResult extends QueryOffsetResult {
3337
+ items: PublicPlan[];
3338
+ query: PlansQueryBuilder;
3339
+ next: () => Promise<PlansQueryResult>;
3340
+ prev: () => Promise<PlansQueryResult>;
3341
+ }
3342
+ interface PlansQueryBuilder {
3343
+ /** @param propertyName - Property whose value is compared with `value`.
3344
+ * @param value - Value to compare against.
3345
+ */
3346
+ eq: (propertyName: '_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug', value: any) => PlansQueryBuilder;
3347
+ /** @param propertyName - Property whose value is compared with `value`.
3348
+ * @param value - Value to compare against.
3349
+ */
3350
+ ne: (propertyName: '_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug', value: any) => PlansQueryBuilder;
3351
+ /** @param propertyName - Property whose value is compared with `value`.
3352
+ * @param value - Value to compare against.
3353
+ */
3354
+ ge: (propertyName: '_createdDate' | '_updatedDate', value: any) => PlansQueryBuilder;
3355
+ /** @param propertyName - Property whose value is compared with `value`.
3356
+ * @param value - Value to compare against.
3357
+ */
3358
+ gt: (propertyName: '_createdDate' | '_updatedDate', value: any) => PlansQueryBuilder;
3359
+ /** @param propertyName - Property whose value is compared with `value`.
3360
+ * @param value - Value to compare against.
3361
+ */
3362
+ le: (propertyName: '_createdDate' | '_updatedDate', value: any) => PlansQueryBuilder;
3363
+ /** @param propertyName - Property whose value is compared with `value`.
3364
+ * @param value - Value to compare against.
3365
+ */
3366
+ lt: (propertyName: '_createdDate' | '_updatedDate', value: any) => PlansQueryBuilder;
3367
+ /** @param propertyName - Property whose value is compared with `string`.
3368
+ * @param string - String to compare against. Case-insensitive.
3369
+ */
3370
+ startsWith: (propertyName: '_id' | 'slug', value: string) => PlansQueryBuilder;
3371
+ /** @param propertyName - Property whose value is compared with `values`.
3372
+ * @param values - List of values to compare against.
3373
+ */
3374
+ hasSome: (propertyName: '_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug', value: any[]) => PlansQueryBuilder;
3375
+ in: (propertyName: '_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug', value: any) => PlansQueryBuilder;
3376
+ exists: (propertyName: '_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug', value: boolean) => PlansQueryBuilder;
3377
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
3378
+ ascending: (...propertyNames: Array<'_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug'>) => PlansQueryBuilder;
3379
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
3380
+ descending: (...propertyNames: Array<'_id' | 'primary' | '_createdDate' | '_updatedDate' | 'slug'>) => PlansQueryBuilder;
3381
+ /** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
3382
+ limit: (limit: number) => PlansQueryBuilder;
3383
+ /** @param skip - Number of items to skip in the query results before returning the results. */
3384
+ skip: (skip: number) => PlansQueryBuilder;
3385
+ find: () => Promise<PlansQueryResult>;
3356
3386
  }
3357
3387
  interface ListPlansOptions {
3358
3388
  /**
@@ -3492,9 +3522,8 @@ interface QueryPublicPlansSignature {
3492
3522
  * The functions that are chained to `queryPublicPlans()` are applied in the order they are called. For example, if you sort on the `_createdDate` property in ascending order and then on the `_id` property in ascending order, the results are sorted first by the created date of the items and then, if there are multiple results with the same date, the items are sorted by `_id` in ascending order, per created date value.
3493
3523
  *
3494
3524
  * The following `PublicPlansQueryBuilder` functions are supported for the `queryPublicPlans()` function. For a full description of the Plans object, see the object returned for the [`items`](#plansqueryresult/items) property in [`PublicPlansQueryResult`](#plansqueryresult).
3495
- * @returns Fulfilled - The query definition used to run the query using the [`find()`](#find) function.
3496
3525
  */
3497
- (options?: QueryPublicPlansOptions | undefined): Promise<QueryPublicPlansResponse & QueryPublicPlansResponseNonNullableFields>;
3526
+ (): PlansQueryBuilder;
3498
3527
  }
3499
3528
  declare function getPlan$1(httpClient: HttpClient): GetPlanSignature;
3500
3529
  interface GetPlanSignature {
@@ -3664,34 +3693,20 @@ declare const onPlanCreated$1: EventDefinition<PlanCreatedEnvelope, "wix.pricing
3664
3693
  declare const onPlanBuyerCanCancelUpdated$1: EventDefinition<PlanBuyerCanCancelUpdatedEnvelope, "wix.pricing_plans.plan_buyer_can_cancel_updated">;
3665
3694
  declare const onPlanArchived$1: EventDefinition<PlanArchivedEnvelope, "wix.pricing_plans.plan_plan_archived">;
3666
3695
 
3667
- declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
3668
-
3669
3696
  declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
3670
3697
 
3671
- type _publicListPublicPlansType = typeof listPublicPlans$1;
3672
- declare const listPublicPlans: ReturnType<typeof createRESTModule<_publicListPublicPlansType>>;
3673
- type _publicQueryPublicPlansType = typeof queryPublicPlans$1;
3674
- declare const queryPublicPlans: ReturnType<typeof createRESTModule<_publicQueryPublicPlansType>>;
3675
- type _publicGetPlanType = typeof getPlan$1;
3676
- declare const getPlan: ReturnType<typeof createRESTModule<_publicGetPlanType>>;
3677
- type _publicListPlansType = typeof listPlans$1;
3678
- declare const listPlans: ReturnType<typeof createRESTModule<_publicListPlansType>>;
3679
- type _publicGetPlanStatsType = typeof getPlanStats$1;
3680
- declare const getPlanStats: ReturnType<typeof createRESTModule<_publicGetPlanStatsType>>;
3681
- type _publicCreatePlanType = typeof createPlan$1;
3682
- declare const createPlan: ReturnType<typeof createRESTModule<_publicCreatePlanType>>;
3683
- type _publicUpdatePlanType = typeof updatePlan$1;
3684
- declare const updatePlan: ReturnType<typeof createRESTModule<_publicUpdatePlanType>>;
3685
- type _publicSetPlanVisibilityType = typeof setPlanVisibility$1;
3686
- declare const setPlanVisibility: ReturnType<typeof createRESTModule<_publicSetPlanVisibilityType>>;
3687
- type _publicMakePlanPrimaryType = typeof makePlanPrimary$1;
3688
- declare const makePlanPrimary: ReturnType<typeof createRESTModule<_publicMakePlanPrimaryType>>;
3689
- type _publicClearPrimaryType = typeof clearPrimary$1;
3690
- declare const clearPrimary: ReturnType<typeof createRESTModule<_publicClearPrimaryType>>;
3691
- type _publicArchivePlanType = typeof archivePlan$1;
3692
- declare const archivePlan: ReturnType<typeof createRESTModule<_publicArchivePlanType>>;
3693
- type _publicArrangePlansType = typeof arrangePlans$1;
3694
- declare const arrangePlans: ReturnType<typeof createRESTModule<_publicArrangePlansType>>;
3698
+ declare const listPublicPlans: BuildRESTFunction<typeof listPublicPlans$1> & typeof listPublicPlans$1;
3699
+ declare const queryPublicPlans: BuildRESTFunction<typeof queryPublicPlans$1> & typeof queryPublicPlans$1;
3700
+ declare const getPlan: BuildRESTFunction<typeof getPlan$1> & typeof getPlan$1;
3701
+ declare const listPlans: BuildRESTFunction<typeof listPlans$1> & typeof listPlans$1;
3702
+ declare const getPlanStats: BuildRESTFunction<typeof getPlanStats$1> & typeof getPlanStats$1;
3703
+ declare const createPlan: BuildRESTFunction<typeof createPlan$1> & typeof createPlan$1;
3704
+ declare const updatePlan: BuildRESTFunction<typeof updatePlan$1> & typeof updatePlan$1;
3705
+ declare const setPlanVisibility: BuildRESTFunction<typeof setPlanVisibility$1> & typeof setPlanVisibility$1;
3706
+ declare const makePlanPrimary: BuildRESTFunction<typeof makePlanPrimary$1> & typeof makePlanPrimary$1;
3707
+ declare const clearPrimary: BuildRESTFunction<typeof clearPrimary$1> & typeof clearPrimary$1;
3708
+ declare const archivePlan: BuildRESTFunction<typeof archivePlan$1> & typeof archivePlan$1;
3709
+ declare const arrangePlans: BuildRESTFunction<typeof arrangePlans$1> & typeof arrangePlans$1;
3695
3710
 
3696
3711
  type _publicOnPlanUpdatedType = typeof onPlanUpdated$1;
3697
3712
  /**
@@ -3784,6 +3799,8 @@ type index_d_PlanBuyerCanCancelUpdatedEnvelope = PlanBuyerCanCancelUpdatedEnvelo
3784
3799
  type index_d_PlanCreatedEnvelope = PlanCreatedEnvelope;
3785
3800
  type index_d_PlanNonNullableFields = PlanNonNullableFields;
3786
3801
  type index_d_PlanUpdatedEnvelope = PlanUpdatedEnvelope;
3802
+ type index_d_PlansQueryBuilder = PlansQueryBuilder;
3803
+ type index_d_PlansQueryResult = PlansQueryResult;
3787
3804
  type index_d_Pricing = Pricing;
3788
3805
  type index_d_PricingPricingModelOneOf = PricingPricingModelOneOf;
3789
3806
  type index_d_PublicFilter = PublicFilter;
@@ -3791,7 +3808,6 @@ declare const index_d_PublicFilter: typeof PublicFilter;
3791
3808
  type index_d_PublicPlan = PublicPlan;
3792
3809
  type index_d_QueryPlansRequest = QueryPlansRequest;
3793
3810
  type index_d_QueryPlansResponse = QueryPlansResponse;
3794
- type index_d_QueryPublicPlansOptions = QueryPublicPlansOptions;
3795
3811
  type index_d_QueryPublicPlansRequest = QueryPublicPlansRequest;
3796
3812
  type index_d_QueryPublicPlansResponse = QueryPublicPlansResponse;
3797
3813
  type index_d_QueryPublicPlansResponseNonNullableFields = QueryPublicPlansResponseNonNullableFields;
@@ -3811,22 +3827,10 @@ type index_d_UpdatePlanResponse = UpdatePlanResponse;
3811
3827
  type index_d_UpdatePlanResponseNonNullableFields = UpdatePlanResponseNonNullableFields;
3812
3828
  type index_d_WebhookIdentityType = WebhookIdentityType;
3813
3829
  declare const index_d_WebhookIdentityType: typeof WebhookIdentityType;
3814
- type index_d__publicArchivePlanType = _publicArchivePlanType;
3815
- type index_d__publicArrangePlansType = _publicArrangePlansType;
3816
- type index_d__publicClearPrimaryType = _publicClearPrimaryType;
3817
- type index_d__publicCreatePlanType = _publicCreatePlanType;
3818
- type index_d__publicGetPlanStatsType = _publicGetPlanStatsType;
3819
- type index_d__publicGetPlanType = _publicGetPlanType;
3820
- type index_d__publicListPlansType = _publicListPlansType;
3821
- type index_d__publicListPublicPlansType = _publicListPublicPlansType;
3822
- type index_d__publicMakePlanPrimaryType = _publicMakePlanPrimaryType;
3823
3830
  type index_d__publicOnPlanArchivedType = _publicOnPlanArchivedType;
3824
3831
  type index_d__publicOnPlanBuyerCanCancelUpdatedType = _publicOnPlanBuyerCanCancelUpdatedType;
3825
3832
  type index_d__publicOnPlanCreatedType = _publicOnPlanCreatedType;
3826
3833
  type index_d__publicOnPlanUpdatedType = _publicOnPlanUpdatedType;
3827
- type index_d__publicQueryPublicPlansType = _publicQueryPublicPlansType;
3828
- type index_d__publicSetPlanVisibilityType = _publicSetPlanVisibilityType;
3829
- type index_d__publicUpdatePlanType = _publicUpdatePlanType;
3830
3834
  declare const index_d_archivePlan: typeof archivePlan;
3831
3835
  declare const index_d_arrangePlans: typeof arrangePlans;
3832
3836
  declare const index_d_clearPrimary: typeof clearPrimary;
@@ -3844,7 +3848,7 @@ declare const index_d_queryPublicPlans: typeof queryPublicPlans;
3844
3848
  declare const index_d_setPlanVisibility: typeof setPlanVisibility;
3845
3849
  declare const index_d_updatePlan: typeof updatePlan;
3846
3850
  declare namespace index_d {
3847
- export { type index_d_ActionEvent as ActionEvent, type index_d_ApplicationError as ApplicationError, index_d_AppliedAt as AppliedAt, type index_d_ArchivePlanRequest as ArchivePlanRequest, type index_d_ArchivePlanResponse as ArchivePlanResponse, type index_d_ArchivePlanResponseNonNullableFields as ArchivePlanResponseNonNullableFields, index_d_ArchivedFilter as ArchivedFilter, type index_d_ArrangePlansRequest as ArrangePlansRequest, type index_d_ArrangePlansResponse as ArrangePlansResponse, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BulkActionMetadata as BulkActionMetadata, type index_d_BulkArchivePlanRequest as BulkArchivePlanRequest, type index_d_BulkArchivePlanResponse as BulkArchivePlanResponse, type index_d_BulkPlanResult as BulkPlanResult, type index_d_BuyerCanCancelUpdated as BuyerCanCancelUpdated, type index_d_ClearPrimaryRequest as ClearPrimaryRequest, type index_d_ClearPrimaryResponse as ClearPrimaryResponse, type index_d_CountPlansRequest as CountPlansRequest, type index_d_CountPlansResponse as CountPlansResponse, type index_d_CreatePlanRequest as CreatePlanRequest, type index_d_CreatePlanResponse as CreatePlanResponse, type index_d_CreatePlanResponseNonNullableFields as CreatePlanResponseNonNullableFields, type index_d_Cursors as Cursors, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_Duration as Duration, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_Fee as Fee, type index_d_FeeConfig as FeeConfig, type index_d_GetPlanRequest as GetPlanRequest, type index_d_GetPlanResponse as GetPlanResponse, type index_d_GetPlanResponseNonNullableFields as GetPlanResponseNonNullableFields, type index_d_GetPlanStatsRequest as GetPlanStatsRequest, type index_d_GetPlanStatsResponse as GetPlanStatsResponse, type index_d_GetPlanStatsResponseNonNullableFields as GetPlanStatsResponseNonNullableFields, type index_d_GetPlansPremiumStatusRequest as GetPlansPremiumStatusRequest, type index_d_GetPlansPremiumStatusResponse as GetPlansPremiumStatusResponse, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_ItemMetadata as ItemMetadata, type index_d_ListPlansOptions as ListPlansOptions, type index_d_ListPlansRequest as ListPlansRequest, type index_d_ListPlansResponse as ListPlansResponse, type index_d_ListPlansResponseNonNullableFields as ListPlansResponseNonNullableFields, type index_d_ListPublicPlansOptions as ListPublicPlansOptions, type index_d_ListPublicPlansRequest as ListPublicPlansRequest, type index_d_ListPublicPlansResponse as ListPublicPlansResponse, type index_d_ListPublicPlansResponseNonNullableFields as ListPublicPlansResponseNonNullableFields, type index_d_MakePlanPrimaryRequest as MakePlanPrimaryRequest, type index_d_MakePlanPrimaryResponse as MakePlanPrimaryResponse, type index_d_MakePlanPrimaryResponseNonNullableFields as MakePlanPrimaryResponseNonNullableFields, type index_d_MessageEnvelope as MessageEnvelope, type index_d_Money as Money, type index_d_Paging as Paging, type index_d_PagingMetadataV2 as PagingMetadataV2, index_d_PeriodUnit as PeriodUnit, type index_d_Plan as Plan, type index_d_PlanArchived as PlanArchived, type index_d_PlanArchivedEnvelope as PlanArchivedEnvelope, type index_d_PlanBuyerCanCancelUpdatedEnvelope as PlanBuyerCanCancelUpdatedEnvelope, type index_d_PlanCreatedEnvelope as PlanCreatedEnvelope, type index_d_PlanNonNullableFields as PlanNonNullableFields, type index_d_PlanUpdatedEnvelope as PlanUpdatedEnvelope, type index_d_Pricing as Pricing, type index_d_PricingPricingModelOneOf as PricingPricingModelOneOf, index_d_PublicFilter as PublicFilter, type index_d_PublicPlan as PublicPlan, type index_d_QueryPlansRequest as QueryPlansRequest, type index_d_QueryPlansResponse as QueryPlansResponse, type index_d_QueryPublicPlansOptions as QueryPublicPlansOptions, type index_d_QueryPublicPlansRequest as QueryPublicPlansRequest, type index_d_QueryPublicPlansResponse as QueryPublicPlansResponse, type index_d_QueryPublicPlansResponseNonNullableFields as QueryPublicPlansResponseNonNullableFields, type index_d_QueryV2 as QueryV2, type index_d_Recurrence as Recurrence, type index_d_RestoreInfo as RestoreInfo, type index_d_SetPlanVisibilityRequest as SetPlanVisibilityRequest, type index_d_SetPlanVisibilityResponse as SetPlanVisibilityResponse, type index_d_SetPlanVisibilityResponseNonNullableFields as SetPlanVisibilityResponseNonNullableFields, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, type index_d_StringList as StringList, type index_d_UpdatePlan as UpdatePlan, type index_d_UpdatePlanRequest as UpdatePlanRequest, type index_d_UpdatePlanResponse as UpdatePlanResponse, type index_d_UpdatePlanResponseNonNullableFields as UpdatePlanResponseNonNullableFields, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicArchivePlanType as _publicArchivePlanType, type index_d__publicArrangePlansType as _publicArrangePlansType, type index_d__publicClearPrimaryType as _publicClearPrimaryType, type index_d__publicCreatePlanType as _publicCreatePlanType, type index_d__publicGetPlanStatsType as _publicGetPlanStatsType, type index_d__publicGetPlanType as _publicGetPlanType, type index_d__publicListPlansType as _publicListPlansType, type index_d__publicListPublicPlansType as _publicListPublicPlansType, type index_d__publicMakePlanPrimaryType as _publicMakePlanPrimaryType, type index_d__publicOnPlanArchivedType as _publicOnPlanArchivedType, type index_d__publicOnPlanBuyerCanCancelUpdatedType as _publicOnPlanBuyerCanCancelUpdatedType, type index_d__publicOnPlanCreatedType as _publicOnPlanCreatedType, type index_d__publicOnPlanUpdatedType as _publicOnPlanUpdatedType, type index_d__publicQueryPublicPlansType as _publicQueryPublicPlansType, type index_d__publicSetPlanVisibilityType as _publicSetPlanVisibilityType, type index_d__publicUpdatePlanType as _publicUpdatePlanType, index_d_archivePlan as archivePlan, index_d_arrangePlans as arrangePlans, index_d_clearPrimary as clearPrimary, index_d_createPlan as createPlan, index_d_getPlan as getPlan, index_d_getPlanStats as getPlanStats, index_d_listPlans as listPlans, index_d_listPublicPlans as listPublicPlans, index_d_makePlanPrimary as makePlanPrimary, index_d_onPlanArchived as onPlanArchived, index_d_onPlanBuyerCanCancelUpdated as onPlanBuyerCanCancelUpdated, index_d_onPlanCreated as onPlanCreated, index_d_onPlanUpdated as onPlanUpdated, onPlanArchived$1 as publicOnPlanArchived, onPlanBuyerCanCancelUpdated$1 as publicOnPlanBuyerCanCancelUpdated, onPlanCreated$1 as publicOnPlanCreated, onPlanUpdated$1 as publicOnPlanUpdated, index_d_queryPublicPlans as queryPublicPlans, index_d_setPlanVisibility as setPlanVisibility, index_d_updatePlan as updatePlan };
3851
+ export { type index_d_ActionEvent as ActionEvent, type index_d_ApplicationError as ApplicationError, index_d_AppliedAt as AppliedAt, type index_d_ArchivePlanRequest as ArchivePlanRequest, type index_d_ArchivePlanResponse as ArchivePlanResponse, type index_d_ArchivePlanResponseNonNullableFields as ArchivePlanResponseNonNullableFields, index_d_ArchivedFilter as ArchivedFilter, type index_d_ArrangePlansRequest as ArrangePlansRequest, type index_d_ArrangePlansResponse as ArrangePlansResponse, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BulkActionMetadata as BulkActionMetadata, type index_d_BulkArchivePlanRequest as BulkArchivePlanRequest, type index_d_BulkArchivePlanResponse as BulkArchivePlanResponse, type index_d_BulkPlanResult as BulkPlanResult, type index_d_BuyerCanCancelUpdated as BuyerCanCancelUpdated, type index_d_ClearPrimaryRequest as ClearPrimaryRequest, type index_d_ClearPrimaryResponse as ClearPrimaryResponse, type index_d_CountPlansRequest as CountPlansRequest, type index_d_CountPlansResponse as CountPlansResponse, type index_d_CreatePlanRequest as CreatePlanRequest, type index_d_CreatePlanResponse as CreatePlanResponse, type index_d_CreatePlanResponseNonNullableFields as CreatePlanResponseNonNullableFields, type index_d_Cursors as Cursors, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_Duration as Duration, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_Fee as Fee, type index_d_FeeConfig as FeeConfig, type index_d_GetPlanRequest as GetPlanRequest, type index_d_GetPlanResponse as GetPlanResponse, type index_d_GetPlanResponseNonNullableFields as GetPlanResponseNonNullableFields, type index_d_GetPlanStatsRequest as GetPlanStatsRequest, type index_d_GetPlanStatsResponse as GetPlanStatsResponse, type index_d_GetPlanStatsResponseNonNullableFields as GetPlanStatsResponseNonNullableFields, type index_d_GetPlansPremiumStatusRequest as GetPlansPremiumStatusRequest, type index_d_GetPlansPremiumStatusResponse as GetPlansPremiumStatusResponse, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_ItemMetadata as ItemMetadata, type index_d_ListPlansOptions as ListPlansOptions, type index_d_ListPlansRequest as ListPlansRequest, type index_d_ListPlansResponse as ListPlansResponse, type index_d_ListPlansResponseNonNullableFields as ListPlansResponseNonNullableFields, type index_d_ListPublicPlansOptions as ListPublicPlansOptions, type index_d_ListPublicPlansRequest as ListPublicPlansRequest, type index_d_ListPublicPlansResponse as ListPublicPlansResponse, type index_d_ListPublicPlansResponseNonNullableFields as ListPublicPlansResponseNonNullableFields, type index_d_MakePlanPrimaryRequest as MakePlanPrimaryRequest, type index_d_MakePlanPrimaryResponse as MakePlanPrimaryResponse, type index_d_MakePlanPrimaryResponseNonNullableFields as MakePlanPrimaryResponseNonNullableFields, type index_d_MessageEnvelope as MessageEnvelope, type index_d_Money as Money, type index_d_Paging as Paging, type index_d_PagingMetadataV2 as PagingMetadataV2, index_d_PeriodUnit as PeriodUnit, type index_d_Plan as Plan, type index_d_PlanArchived as PlanArchived, type index_d_PlanArchivedEnvelope as PlanArchivedEnvelope, type index_d_PlanBuyerCanCancelUpdatedEnvelope as PlanBuyerCanCancelUpdatedEnvelope, type index_d_PlanCreatedEnvelope as PlanCreatedEnvelope, type index_d_PlanNonNullableFields as PlanNonNullableFields, type index_d_PlanUpdatedEnvelope as PlanUpdatedEnvelope, type index_d_PlansQueryBuilder as PlansQueryBuilder, type index_d_PlansQueryResult as PlansQueryResult, type index_d_Pricing as Pricing, type index_d_PricingPricingModelOneOf as PricingPricingModelOneOf, index_d_PublicFilter as PublicFilter, type index_d_PublicPlan as PublicPlan, type index_d_QueryPlansRequest as QueryPlansRequest, type index_d_QueryPlansResponse as QueryPlansResponse, type index_d_QueryPublicPlansRequest as QueryPublicPlansRequest, type index_d_QueryPublicPlansResponse as QueryPublicPlansResponse, type index_d_QueryPublicPlansResponseNonNullableFields as QueryPublicPlansResponseNonNullableFields, type index_d_QueryV2 as QueryV2, type index_d_Recurrence as Recurrence, type index_d_RestoreInfo as RestoreInfo, type index_d_SetPlanVisibilityRequest as SetPlanVisibilityRequest, type index_d_SetPlanVisibilityResponse as SetPlanVisibilityResponse, type index_d_SetPlanVisibilityResponseNonNullableFields as SetPlanVisibilityResponseNonNullableFields, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, type index_d_StringList as StringList, type index_d_UpdatePlan as UpdatePlan, type index_d_UpdatePlanRequest as UpdatePlanRequest, type index_d_UpdatePlanResponse as UpdatePlanResponse, type index_d_UpdatePlanResponseNonNullableFields as UpdatePlanResponseNonNullableFields, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicOnPlanArchivedType as _publicOnPlanArchivedType, type index_d__publicOnPlanBuyerCanCancelUpdatedType as _publicOnPlanBuyerCanCancelUpdatedType, type index_d__publicOnPlanCreatedType as _publicOnPlanCreatedType, type index_d__publicOnPlanUpdatedType as _publicOnPlanUpdatedType, index_d_archivePlan as archivePlan, index_d_arrangePlans as arrangePlans, index_d_clearPrimary as clearPrimary, index_d_createPlan as createPlan, index_d_getPlan as getPlan, index_d_getPlanStats as getPlanStats, index_d_listPlans as listPlans, index_d_listPublicPlans as listPublicPlans, index_d_makePlanPrimary as makePlanPrimary, index_d_onPlanArchived as onPlanArchived, index_d_onPlanBuyerCanCancelUpdated as onPlanBuyerCanCancelUpdated, index_d_onPlanCreated as onPlanCreated, index_d_onPlanUpdated as onPlanUpdated, onPlanArchived$1 as publicOnPlanArchived, onPlanBuyerCanCancelUpdated$1 as publicOnPlanBuyerCanCancelUpdated, onPlanCreated$1 as publicOnPlanCreated, onPlanUpdated$1 as publicOnPlanUpdated, index_d_queryPublicPlans as queryPublicPlans, index_d_setPlanVisibility as setPlanVisibility, index_d_updatePlan as updatePlan };
3848
3852
  }
3849
3853
 
3850
3854
  export { index_d$1 as orders, index_d as plans };