@wix/events 1.0.258 → 1.0.260
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 +17 -17
- package/type-bundles/context.bundle.d.ts +514 -387
- package/type-bundles/index.bundle.d.ts +514 -387
|
@@ -1241,12 +1241,9 @@ declare const onGuestCreated$1: EventDefinition<GuestCreatedEnvelope, "wix.event
|
|
|
1241
1241
|
declare const onGuestUpdated$1: EventDefinition<GuestUpdatedEnvelope, "wix.events.guests.v1.guest_updated">;
|
|
1242
1242
|
declare const onGuestDeleted$1: EventDefinition<GuestDeletedEnvelope, "wix.events.guests.v1.guest_deleted">;
|
|
1243
1243
|
|
|
1244
|
-
declare function createRESTModule$e<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
1245
|
-
|
|
1246
1244
|
declare function createEventModule$b<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
1247
1245
|
|
|
1248
|
-
|
|
1249
|
-
declare const queryGuests: ReturnType<typeof createRESTModule$e<_publicQueryGuestsType>>;
|
|
1246
|
+
declare const queryGuests: BuildRESTFunction<typeof queryGuests$1> & typeof queryGuests$1;
|
|
1250
1247
|
|
|
1251
1248
|
type _publicOnGuestCreatedType = typeof onGuestCreated$1;
|
|
1252
1249
|
/** */
|
|
@@ -1286,13 +1283,12 @@ type context$e_UpdateGuestResponse = UpdateGuestResponse;
|
|
|
1286
1283
|
type context$e__publicOnGuestCreatedType = _publicOnGuestCreatedType;
|
|
1287
1284
|
type context$e__publicOnGuestDeletedType = _publicOnGuestDeletedType;
|
|
1288
1285
|
type context$e__publicOnGuestUpdatedType = _publicOnGuestUpdatedType;
|
|
1289
|
-
type context$e__publicQueryGuestsType = _publicQueryGuestsType;
|
|
1290
1286
|
declare const context$e_onGuestCreated: typeof onGuestCreated;
|
|
1291
1287
|
declare const context$e_onGuestDeleted: typeof onGuestDeleted;
|
|
1292
1288
|
declare const context$e_onGuestUpdated: typeof onGuestUpdated;
|
|
1293
1289
|
declare const context$e_queryGuests: typeof queryGuests;
|
|
1294
1290
|
declare namespace context$e {
|
|
1295
|
-
export { type ActionEvent$8 as ActionEvent, type Address$9 as Address, type AddressLocation$9 as AddressLocation, type AddressStreetOneOf$9 as AddressStreetOneOf, AttendanceStatus$1 as AttendanceStatus, type BaseEventMetadata$b as BaseEventMetadata, type CheckIn$4 as CheckIn, type ContactEventStatusUpdated$1 as ContactEventStatusUpdated, type CouponDiscount$2 as CouponDiscount, type CursorPaging$6 as CursorPaging, type Cursors$9 as Cursors, type Discount$2 as Discount, type DiscountItem$2 as DiscountItem, type DiscountItemDiscountOneOf$2 as DiscountItemDiscountOneOf, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type EventDeleted$3 as EventDeleted, type EventGuest$1 as EventGuest, type EventGuests$1 as EventGuests, type EventMetadata$6 as EventMetadata, EventType$4 as EventType, type Fee$2 as Fee, FeeName$2 as FeeName, FeeType$3 as FeeType, type FormResponse$4 as FormResponse, type FormattedAddress$4 as FormattedAddress, type Guest$3 as Guest, type context$e_GuestCount as GuestCount, type GuestCountUpdate$1 as GuestCountUpdate, type GuestCountUpdated$1 as GuestCountUpdated, type context$e_GuestCreatedEnvelope as GuestCreatedEnvelope, type context$e_GuestDeletedEnvelope as GuestDeletedEnvelope, type GuestDetails$3 as GuestDetails, type context$e_GuestListPreview as GuestListPreview, GuestType$1 as GuestType, type context$e_GuestUpdatedEnvelope as GuestUpdatedEnvelope, type context$e_GuestsQueryBuilder as GuestsQueryBuilder, type context$e_GuestsQueryResult as GuestsQueryResult, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InputValue$4 as InputValue, type Invoice$2 as Invoice, type Item$3 as Item, type context$e_Language as Language, type context$e_ListGuestListPreviewsRequest as ListGuestListPreviewsRequest, type context$e_ListGuestListPreviewsResponse as ListGuestListPreviewsResponse, type MemberEventStatusUpdated$1 as MemberEventStatusUpdated, MemberEventStatusUpdatedEventType$1 as MemberEventStatusUpdatedEventType, type MessageEnvelope$c as MessageEnvelope, type Money$7 as Money, NotifyActionType$1 as NotifyActionType, type NotifyGuestAction$1 as NotifyGuestAction, type OnlineConferencingLogin$4 as OnlineConferencingLogin, type OrderConfirmed$2 as OrderConfirmed, type OrderDeleted$1 as OrderDeleted, OrderStatus$3 as OrderStatus, OrderType$1 as OrderType, type OrderUpdated$2 as OrderUpdated, type Paging$8 as Paging, type PagingMetadataV2$8 as PagingMetadataV2, type PaidPlanDiscount$2 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$2 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$2 as PercentDiscount, type context$e_QueryEventGuestsOptions as QueryEventGuestsOptions, type context$e_QueryEventGuestsRequest as QueryEventGuestsRequest, type context$e_QueryEventGuestsResponse as QueryEventGuestsResponse, type context$e_QueryEventGuestsResponseNonNullableFields as QueryEventGuestsResponseNonNullableFields, type QueryV2$8 as QueryV2, type QueryV2PagingMethodOneOf$8 as QueryV2PagingMethodOneOf, RequestedFields$2 as RequestedFields, context$e_RequestedFieldsEnumRequestedFields as RequestedFieldsEnumRequestedFields, type RestoreInfo$6 as RestoreInfo, type RsvpCreated$2 as RsvpCreated, type RsvpDeleted$1 as RsvpDeleted, RsvpStatus$2 as RsvpStatus, type RsvpUpdated$2 as RsvpUpdated, type context$e_SecondaryLanguagesRequest as SecondaryLanguagesRequest, type context$e_SecondaryLanguagesResponse as SecondaryLanguagesResponse, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, type StandardDetails$4 as StandardDetails, type context$e_StreamEventGuestsRequest as StreamEventGuestsRequest, type StreetAddress$9 as StreetAddress, type Subdivision$9 as Subdivision, SubdivisionType$9 as SubdivisionType, type context$e_Task as Task, type TaskContext$1 as TaskContext, type context$e_TaskKey as TaskKey, type Tax$2 as Tax, TaxType$5 as TaxType, type Ticket$3 as Ticket, type TicketDetails$3 as TicketDetails, type TicketGuestDetails$1 as TicketGuestDetails, type context$e_UpdateGuestRequest as UpdateGuestRequest, type context$e_UpdateGuestResponse as UpdateGuestResponse, WebhookIdentityType$c as WebhookIdentityType, type context$e__publicOnGuestCreatedType as _publicOnGuestCreatedType, type context$e__publicOnGuestDeletedType as _publicOnGuestDeletedType, type context$e__publicOnGuestUpdatedType as _publicOnGuestUpdatedType,
|
|
1291
|
+
export { type ActionEvent$8 as ActionEvent, type Address$9 as Address, type AddressLocation$9 as AddressLocation, type AddressStreetOneOf$9 as AddressStreetOneOf, AttendanceStatus$1 as AttendanceStatus, type BaseEventMetadata$b as BaseEventMetadata, type CheckIn$4 as CheckIn, type ContactEventStatusUpdated$1 as ContactEventStatusUpdated, type CouponDiscount$2 as CouponDiscount, type CursorPaging$6 as CursorPaging, type Cursors$9 as Cursors, type Discount$2 as Discount, type DiscountItem$2 as DiscountItem, type DiscountItemDiscountOneOf$2 as DiscountItemDiscountOneOf, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type EventDeleted$3 as EventDeleted, type EventGuest$1 as EventGuest, type EventGuests$1 as EventGuests, type EventMetadata$6 as EventMetadata, EventType$4 as EventType, type Fee$2 as Fee, FeeName$2 as FeeName, FeeType$3 as FeeType, type FormResponse$4 as FormResponse, type FormattedAddress$4 as FormattedAddress, type Guest$3 as Guest, type context$e_GuestCount as GuestCount, type GuestCountUpdate$1 as GuestCountUpdate, type GuestCountUpdated$1 as GuestCountUpdated, type context$e_GuestCreatedEnvelope as GuestCreatedEnvelope, type context$e_GuestDeletedEnvelope as GuestDeletedEnvelope, type GuestDetails$3 as GuestDetails, type context$e_GuestListPreview as GuestListPreview, GuestType$1 as GuestType, type context$e_GuestUpdatedEnvelope as GuestUpdatedEnvelope, type context$e_GuestsQueryBuilder as GuestsQueryBuilder, type context$e_GuestsQueryResult as GuestsQueryResult, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InputValue$4 as InputValue, type Invoice$2 as Invoice, type Item$3 as Item, type context$e_Language as Language, type context$e_ListGuestListPreviewsRequest as ListGuestListPreviewsRequest, type context$e_ListGuestListPreviewsResponse as ListGuestListPreviewsResponse, type MemberEventStatusUpdated$1 as MemberEventStatusUpdated, MemberEventStatusUpdatedEventType$1 as MemberEventStatusUpdatedEventType, type MessageEnvelope$c as MessageEnvelope, type Money$7 as Money, NotifyActionType$1 as NotifyActionType, type NotifyGuestAction$1 as NotifyGuestAction, type OnlineConferencingLogin$4 as OnlineConferencingLogin, type OrderConfirmed$2 as OrderConfirmed, type OrderDeleted$1 as OrderDeleted, OrderStatus$3 as OrderStatus, OrderType$1 as OrderType, type OrderUpdated$2 as OrderUpdated, type Paging$8 as Paging, type PagingMetadataV2$8 as PagingMetadataV2, type PaidPlanDiscount$2 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$2 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$2 as PercentDiscount, type context$e_QueryEventGuestsOptions as QueryEventGuestsOptions, type context$e_QueryEventGuestsRequest as QueryEventGuestsRequest, type context$e_QueryEventGuestsResponse as QueryEventGuestsResponse, type context$e_QueryEventGuestsResponseNonNullableFields as QueryEventGuestsResponseNonNullableFields, type QueryV2$8 as QueryV2, type QueryV2PagingMethodOneOf$8 as QueryV2PagingMethodOneOf, RequestedFields$2 as RequestedFields, context$e_RequestedFieldsEnumRequestedFields as RequestedFieldsEnumRequestedFields, type RestoreInfo$6 as RestoreInfo, type RsvpCreated$2 as RsvpCreated, type RsvpDeleted$1 as RsvpDeleted, RsvpStatus$2 as RsvpStatus, type RsvpUpdated$2 as RsvpUpdated, type context$e_SecondaryLanguagesRequest as SecondaryLanguagesRequest, type context$e_SecondaryLanguagesResponse as SecondaryLanguagesResponse, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, type StandardDetails$4 as StandardDetails, type context$e_StreamEventGuestsRequest as StreamEventGuestsRequest, type StreetAddress$9 as StreetAddress, type Subdivision$9 as Subdivision, SubdivisionType$9 as SubdivisionType, type context$e_Task as Task, type TaskContext$1 as TaskContext, type context$e_TaskKey as TaskKey, type Tax$2 as Tax, TaxType$5 as TaxType, type Ticket$3 as Ticket, type TicketDetails$3 as TicketDetails, type TicketGuestDetails$1 as TicketGuestDetails, type context$e_UpdateGuestRequest as UpdateGuestRequest, type context$e_UpdateGuestResponse as UpdateGuestResponse, WebhookIdentityType$c as WebhookIdentityType, type context$e__publicOnGuestCreatedType as _publicOnGuestCreatedType, type context$e__publicOnGuestDeletedType as _publicOnGuestDeletedType, type context$e__publicOnGuestUpdatedType as _publicOnGuestUpdatedType, context$e_onGuestCreated as onGuestCreated, context$e_onGuestDeleted as onGuestDeleted, context$e_onGuestUpdated as onGuestUpdated, onGuestCreated$1 as publicOnGuestCreated, onGuestDeleted$1 as publicOnGuestDeleted, onGuestUpdated$1 as publicOnGuestUpdated, context$e_queryGuests as queryGuests };
|
|
1296
1292
|
}
|
|
1297
1293
|
|
|
1298
1294
|
interface NotificationConfig {
|
|
@@ -1399,6 +1395,357 @@ declare enum EmailNotificationReminderTime {
|
|
|
1399
1395
|
/** 30 minutes prior */
|
|
1400
1396
|
BEFORE_30_MINUTES = "BEFORE_30_MINUTES"
|
|
1401
1397
|
}
|
|
1398
|
+
interface UpdatedWithPreviousEntity {
|
|
1399
|
+
/** previous automation */
|
|
1400
|
+
previousAutomation?: Automation;
|
|
1401
|
+
/** updated automation */
|
|
1402
|
+
currentAutomation?: Automation;
|
|
1403
|
+
}
|
|
1404
|
+
interface Automation extends AutomationOriginInfoOneOf {
|
|
1405
|
+
/** Application info */
|
|
1406
|
+
applicationInfo?: ApplicationOrigin;
|
|
1407
|
+
/** Preinstalled info */
|
|
1408
|
+
preinstalledInfo?: PreinstalledOrigin;
|
|
1409
|
+
/**
|
|
1410
|
+
* Automation ID.
|
|
1411
|
+
* @readonly
|
|
1412
|
+
*/
|
|
1413
|
+
_id?: string | null;
|
|
1414
|
+
/**
|
|
1415
|
+
* Revision number, which increments by 1 each time the automation is updated.
|
|
1416
|
+
* To prevent conflicting changes,
|
|
1417
|
+
* the current revision must be passed when updating the automation.
|
|
1418
|
+
*
|
|
1419
|
+
* Ignored when creating an automation.
|
|
1420
|
+
* @readonly
|
|
1421
|
+
*/
|
|
1422
|
+
revision?: string | null;
|
|
1423
|
+
/**
|
|
1424
|
+
* Information about the creator of the automation.
|
|
1425
|
+
* @readonly
|
|
1426
|
+
*/
|
|
1427
|
+
createdBy?: AuditInfo;
|
|
1428
|
+
/**
|
|
1429
|
+
* Date and time the automation was created.
|
|
1430
|
+
* @readonly
|
|
1431
|
+
*/
|
|
1432
|
+
_createdDate?: Date;
|
|
1433
|
+
/**
|
|
1434
|
+
* The entity that last updated the automation.
|
|
1435
|
+
* @readonly
|
|
1436
|
+
*/
|
|
1437
|
+
updatedBy?: AuditInfo;
|
|
1438
|
+
/**
|
|
1439
|
+
* Date and time the automation was last updated.
|
|
1440
|
+
* @readonly
|
|
1441
|
+
*/
|
|
1442
|
+
_updatedDate?: Date;
|
|
1443
|
+
/** Automation name that is displayed on the user's site. */
|
|
1444
|
+
name?: string;
|
|
1445
|
+
/** Automation description. */
|
|
1446
|
+
description?: string | null;
|
|
1447
|
+
/** Object that defines the automation's trigger, actions, and activation status. */
|
|
1448
|
+
configuration?: AutomationConfiguration;
|
|
1449
|
+
/** Defines how the automation was added to the site. */
|
|
1450
|
+
origin?: Origin;
|
|
1451
|
+
/** Automation settings. */
|
|
1452
|
+
settings?: AutomationSettings;
|
|
1453
|
+
/**
|
|
1454
|
+
* Draft info (optional - only if the automation is a draft)
|
|
1455
|
+
* @readonly
|
|
1456
|
+
*/
|
|
1457
|
+
draftInfo?: DraftInfo;
|
|
1458
|
+
}
|
|
1459
|
+
/** @oneof */
|
|
1460
|
+
interface AutomationOriginInfoOneOf {
|
|
1461
|
+
/** Application info */
|
|
1462
|
+
applicationInfo?: ApplicationOrigin;
|
|
1463
|
+
/** Preinstalled info */
|
|
1464
|
+
preinstalledInfo?: PreinstalledOrigin;
|
|
1465
|
+
}
|
|
1466
|
+
interface ActionSettings {
|
|
1467
|
+
/**
|
|
1468
|
+
* List of actions that cannot be deleted.
|
|
1469
|
+
* Default: Empty. All actions are deletable by default.
|
|
1470
|
+
*/
|
|
1471
|
+
permanentActionIds?: string[];
|
|
1472
|
+
/**
|
|
1473
|
+
* List of actions that cannot be edited.
|
|
1474
|
+
* Default: Empty. All actions are editable by default.
|
|
1475
|
+
*/
|
|
1476
|
+
readonlyActionIds?: string[];
|
|
1477
|
+
/** Whether the option to add a delay is disabled for the automation. */
|
|
1478
|
+
disableDelayAddition?: boolean;
|
|
1479
|
+
/** Whether the option to add a condition is disabled for the automation. */
|
|
1480
|
+
disableConditionAddition?: boolean;
|
|
1481
|
+
}
|
|
1482
|
+
interface AuditInfo extends AuditInfoIdOneOf {
|
|
1483
|
+
/** User ID. */
|
|
1484
|
+
userId?: string;
|
|
1485
|
+
/** Application ID. */
|
|
1486
|
+
appId?: string;
|
|
1487
|
+
}
|
|
1488
|
+
/** @oneof */
|
|
1489
|
+
interface AuditInfoIdOneOf {
|
|
1490
|
+
/** User ID. */
|
|
1491
|
+
userId?: string;
|
|
1492
|
+
/** Application ID. */
|
|
1493
|
+
appId?: string;
|
|
1494
|
+
}
|
|
1495
|
+
/** Automation runtime configuration */
|
|
1496
|
+
interface AutomationConfiguration {
|
|
1497
|
+
/** Status of the automation on the site. */
|
|
1498
|
+
status?: Status$6;
|
|
1499
|
+
/** Automation trigger configuration. */
|
|
1500
|
+
trigger?: Trigger;
|
|
1501
|
+
/** List of IDs of root actions. Root actions are the first actions to run after the trigger. The actions in the list run in parallel. */
|
|
1502
|
+
rootActionIds?: string[];
|
|
1503
|
+
/**
|
|
1504
|
+
* Map of all actions that the automation may execute.
|
|
1505
|
+
* The key is the action ID, and the value is the action configuration.
|
|
1506
|
+
*/
|
|
1507
|
+
actions?: Record<string, Action>;
|
|
1508
|
+
}
|
|
1509
|
+
declare enum TimeUnit {
|
|
1510
|
+
UNKNOWN_TIME_UNIT = "UNKNOWN_TIME_UNIT",
|
|
1511
|
+
MINUTES = "MINUTES",
|
|
1512
|
+
HOURS = "HOURS",
|
|
1513
|
+
DAYS = "DAYS",
|
|
1514
|
+
WEEKS = "WEEKS",
|
|
1515
|
+
MONTHS = "MONTHS"
|
|
1516
|
+
}
|
|
1517
|
+
interface Filter {
|
|
1518
|
+
/** Filter ID. */
|
|
1519
|
+
_id?: string;
|
|
1520
|
+
/** Field key from the payload schema, for example "formId". */
|
|
1521
|
+
fieldKey?: string;
|
|
1522
|
+
/** Filter expression that evaluates to a boolean. */
|
|
1523
|
+
filterExpression?: string;
|
|
1524
|
+
}
|
|
1525
|
+
interface FutureDateActivationOffset {
|
|
1526
|
+
/**
|
|
1527
|
+
* The offset value. The value is always taken as negative, so that the automation runs before the trigger date.
|
|
1528
|
+
* To create an offset that causes the automation to run after the trigger date, use a delay action.
|
|
1529
|
+
*/
|
|
1530
|
+
preScheduledEventOffsetExpression?: string;
|
|
1531
|
+
/** Time unit for the scheduled event offset. */
|
|
1532
|
+
scheduledEventOffsetTimeUnit?: TimeUnit;
|
|
1533
|
+
}
|
|
1534
|
+
interface RateLimit {
|
|
1535
|
+
/** Value expressing the maximum number of times the trigger can be activated. */
|
|
1536
|
+
maxActivationsExpression?: string;
|
|
1537
|
+
/** Duration of the rate limiting window in the selected time unit. If no value is set, the rate limit is permanent. */
|
|
1538
|
+
durationExpression?: string | null;
|
|
1539
|
+
/** Time unit for the rate limit duration. */
|
|
1540
|
+
durationTimeUnit?: TimeUnit;
|
|
1541
|
+
/** Unique identifier of each activation, by which rate limiter will count activations. */
|
|
1542
|
+
uniqueIdentifierExpression?: string | null;
|
|
1543
|
+
}
|
|
1544
|
+
interface ConditionExpressionGroup {
|
|
1545
|
+
/** Expression group operator. */
|
|
1546
|
+
operator?: Operator;
|
|
1547
|
+
/** List of boolean expressions to be evaluated with the given operator. */
|
|
1548
|
+
booleanExpressions?: string[];
|
|
1549
|
+
}
|
|
1550
|
+
declare enum Operator {
|
|
1551
|
+
UNKNOWN_OPERATOR = "UNKNOWN_OPERATOR",
|
|
1552
|
+
OR = "OR",
|
|
1553
|
+
AND = "AND"
|
|
1554
|
+
}
|
|
1555
|
+
declare enum Type$5 {
|
|
1556
|
+
/** Automation will be triggered according to the trigger configuration */
|
|
1557
|
+
UNKNOWN_ACTION_TYPE = "UNKNOWN_ACTION_TYPE",
|
|
1558
|
+
/** App defined Action */
|
|
1559
|
+
APP_DEFINED = "APP_DEFINED",
|
|
1560
|
+
/** Condition Action */
|
|
1561
|
+
CONDITION = "CONDITION",
|
|
1562
|
+
/** Delay Action */
|
|
1563
|
+
DELAY = "DELAY",
|
|
1564
|
+
/** RateLimit Action */
|
|
1565
|
+
RATE_LIMIT = "RATE_LIMIT",
|
|
1566
|
+
/** Output Action */
|
|
1567
|
+
OUTPUT = "OUTPUT"
|
|
1568
|
+
}
|
|
1569
|
+
interface AppDefinedAction {
|
|
1570
|
+
/** ID of the app that defines the action. */
|
|
1571
|
+
appId?: string;
|
|
1572
|
+
/** Action key. */
|
|
1573
|
+
actionKey?: string;
|
|
1574
|
+
/** Action input mapping. */
|
|
1575
|
+
inputMapping?: Record<string, any> | null;
|
|
1576
|
+
/**
|
|
1577
|
+
* Array of conditions determining whether to skip the action in the automation flow.
|
|
1578
|
+
* The action will be skipped if any of the expression groups evaluate to `true`.
|
|
1579
|
+
* Actions following a skipped action will still run.
|
|
1580
|
+
*/
|
|
1581
|
+
skipConditionOrExpressionGroups?: ConditionExpressionGroup[];
|
|
1582
|
+
/** List of IDs of actions to run in parallel once the action completes. */
|
|
1583
|
+
postActionIds?: string[];
|
|
1584
|
+
}
|
|
1585
|
+
interface ConditionAction {
|
|
1586
|
+
/** The condition evaluates to `true` if either of the expression groups evaluate to `true`. */
|
|
1587
|
+
orExpressionGroups?: ConditionExpressionGroup[];
|
|
1588
|
+
/** List of IDs of actions to run when the entire condition is evaluated to `true`. */
|
|
1589
|
+
truePostActionIds?: string[];
|
|
1590
|
+
/** List of IDs of actions to run when the entire condition is evaluated to `false`. */
|
|
1591
|
+
falsePostActionIds?: string[];
|
|
1592
|
+
}
|
|
1593
|
+
interface DelayAction {
|
|
1594
|
+
/** Value expressing the amount of time to wait from a specific date or from the time the action is executed. */
|
|
1595
|
+
offsetExpression?: string | null;
|
|
1596
|
+
/** Time unit for delay offset. */
|
|
1597
|
+
offsetTimeUnit?: TimeUnit;
|
|
1598
|
+
/**
|
|
1599
|
+
* The action due date. If defined without an offset, the automation will wait until this date to execute the next step.
|
|
1600
|
+
* If an offset is defined, it's calculated from this date.
|
|
1601
|
+
* The date is expressed in the number of milliseconds since the Unix Epoch (1 January, 1970 UTC).
|
|
1602
|
+
*/
|
|
1603
|
+
dueDateEpochExpression?: string | null;
|
|
1604
|
+
/** List of IDs of actions to run in parallel after the delay. */
|
|
1605
|
+
postActionIds?: string[];
|
|
1606
|
+
}
|
|
1607
|
+
interface RateLimitAction {
|
|
1608
|
+
/** The maximum number of activations allowed for the action. */
|
|
1609
|
+
maxActivationsExpression?: string;
|
|
1610
|
+
/**
|
|
1611
|
+
* Duration of the rate limiting window, expressed in selected time unit.
|
|
1612
|
+
* If no value is set, then there is no time limit on the rate limiter.
|
|
1613
|
+
*/
|
|
1614
|
+
rateLimitDurationExpression?: string | null;
|
|
1615
|
+
/** Time unit for the rate limit duration. */
|
|
1616
|
+
rateLimitDurationTimeUnit?: TimeUnit;
|
|
1617
|
+
/** Unique identifier of each activation by which rate limiter counts activations. */
|
|
1618
|
+
uniqueIdentifierExpression?: string | null;
|
|
1619
|
+
/** List of IDs of actions to run in parallel once the action completes. */
|
|
1620
|
+
postActionIds?: string[];
|
|
1621
|
+
}
|
|
1622
|
+
interface OutputAction {
|
|
1623
|
+
/** Output action output mapping. */
|
|
1624
|
+
outputMapping?: Record<string, any> | null;
|
|
1625
|
+
}
|
|
1626
|
+
declare enum Status$6 {
|
|
1627
|
+
/** unused */
|
|
1628
|
+
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
1629
|
+
/** Automation will be triggered according to the trigger configuration */
|
|
1630
|
+
ACTIVE = "ACTIVE",
|
|
1631
|
+
/** Automation will not be triggered */
|
|
1632
|
+
INACTIVE = "INACTIVE"
|
|
1633
|
+
}
|
|
1634
|
+
interface Trigger {
|
|
1635
|
+
/** ID of the app that defines the trigger. */
|
|
1636
|
+
appId?: string;
|
|
1637
|
+
/** Trigger key. */
|
|
1638
|
+
triggerKey?: string;
|
|
1639
|
+
/**
|
|
1640
|
+
* List of filters on schema fields.
|
|
1641
|
+
* In order for the automation to run, all filter expressions must evaluate to `true` for a given payload.
|
|
1642
|
+
*/
|
|
1643
|
+
filters?: Filter[];
|
|
1644
|
+
/** Defines the time offset between the trigger date and when the automation runs. */
|
|
1645
|
+
scheduledEventOffset?: FutureDateActivationOffset;
|
|
1646
|
+
/** Limits the number of times an automation can be triggered. */
|
|
1647
|
+
rateLimit?: RateLimit;
|
|
1648
|
+
automationConfigMapping?: Record<string, any> | null;
|
|
1649
|
+
}
|
|
1650
|
+
interface Action extends ActionInfoOneOf {
|
|
1651
|
+
/** Action defined by an app (via RPC, HTTP or Velo). */
|
|
1652
|
+
appDefinedInfo?: AppDefinedAction;
|
|
1653
|
+
/** Condition action. */
|
|
1654
|
+
conditionInfo?: ConditionAction;
|
|
1655
|
+
/** Delay action. */
|
|
1656
|
+
delayInfo?: DelayAction;
|
|
1657
|
+
/** Rate-limiting action. */
|
|
1658
|
+
rateLimitInfo?: RateLimitAction;
|
|
1659
|
+
/** Action ID. If not specified, a new ID is generated. */
|
|
1660
|
+
_id?: string | null;
|
|
1661
|
+
/** Action type. */
|
|
1662
|
+
type?: Type$5;
|
|
1663
|
+
/**
|
|
1664
|
+
* Human-readable name to differentiate the action from other actions of the same type.
|
|
1665
|
+
* The name can contain only alphanumeric characters and underscores. If not provided, a namespace in the form `actionkey-indexOfAction` is
|
|
1666
|
+
* generated automatically.
|
|
1667
|
+
* If the action has output, the output will be available in the payload under this name.
|
|
1668
|
+
* If the user has multiple actions with the same appId and actionKey, previous action output will be overwritten.
|
|
1669
|
+
*/
|
|
1670
|
+
namespace?: string | null;
|
|
1671
|
+
}
|
|
1672
|
+
/** @oneof */
|
|
1673
|
+
interface ActionInfoOneOf {
|
|
1674
|
+
/** Action defined by an app (via RPC, HTTP or Velo). */
|
|
1675
|
+
appDefinedInfo?: AppDefinedAction;
|
|
1676
|
+
/** Condition action. */
|
|
1677
|
+
conditionInfo?: ConditionAction;
|
|
1678
|
+
/** Delay action. */
|
|
1679
|
+
delayInfo?: DelayAction;
|
|
1680
|
+
/** Rate-limiting action. */
|
|
1681
|
+
rateLimitInfo?: RateLimitAction;
|
|
1682
|
+
}
|
|
1683
|
+
declare enum Origin {
|
|
1684
|
+
/** default value. this is unused */
|
|
1685
|
+
UNKNOWN_ORIGIN = "UNKNOWN_ORIGIN",
|
|
1686
|
+
/** user created automation */
|
|
1687
|
+
USER = "USER",
|
|
1688
|
+
/** automation created by application (site specific) */
|
|
1689
|
+
APPLICATION = "APPLICATION",
|
|
1690
|
+
/** preinstalled application automation */
|
|
1691
|
+
PREINSTALLED = "PREINSTALLED"
|
|
1692
|
+
}
|
|
1693
|
+
interface ApplicationOrigin {
|
|
1694
|
+
/** Application ID. */
|
|
1695
|
+
appId?: string;
|
|
1696
|
+
}
|
|
1697
|
+
interface PreinstalledOrigin {
|
|
1698
|
+
/** ID of the app that defines the preinstalled automation. */
|
|
1699
|
+
appId?: string;
|
|
1700
|
+
/** Application component ID. */
|
|
1701
|
+
componentId?: string;
|
|
1702
|
+
/** Application component version. */
|
|
1703
|
+
componentVersion?: number;
|
|
1704
|
+
/**
|
|
1705
|
+
* Whether the automation is an override automation. If the user modifies the preinstalled automation installed on their site, a site-specific
|
|
1706
|
+
* automation is created that overrides the original one. If the user makes no modifications this boolean is set to `false` and the original
|
|
1707
|
+
* preinstalled automation is used.
|
|
1708
|
+
*
|
|
1709
|
+
* Default: `false`
|
|
1710
|
+
* @readonly
|
|
1711
|
+
*/
|
|
1712
|
+
override?: boolean | null;
|
|
1713
|
+
}
|
|
1714
|
+
interface AutomationSettings {
|
|
1715
|
+
/**
|
|
1716
|
+
* Whether the automation is hidden from users.
|
|
1717
|
+
* Default: `false`
|
|
1718
|
+
*/
|
|
1719
|
+
hidden?: boolean;
|
|
1720
|
+
/**
|
|
1721
|
+
* Whether the automation is read-only.
|
|
1722
|
+
* Default: `false`
|
|
1723
|
+
*/
|
|
1724
|
+
readonly?: boolean;
|
|
1725
|
+
/**
|
|
1726
|
+
* Whether the option to delete the automation from the site is disabled.
|
|
1727
|
+
* Default: `false`
|
|
1728
|
+
*/
|
|
1729
|
+
disableDelete?: boolean;
|
|
1730
|
+
/**
|
|
1731
|
+
* Whether the option to change the automation status (from active to inactive and vice versa) is disabled.
|
|
1732
|
+
* Default: `false`
|
|
1733
|
+
*/
|
|
1734
|
+
disableStatusChange?: boolean;
|
|
1735
|
+
/** Automation action settings. */
|
|
1736
|
+
actionSettings?: ActionSettings;
|
|
1737
|
+
}
|
|
1738
|
+
interface DraftInfo {
|
|
1739
|
+
/**
|
|
1740
|
+
* optional - automationId of the original automation
|
|
1741
|
+
* @readonly
|
|
1742
|
+
*/
|
|
1743
|
+
originalAutomationId?: string | null;
|
|
1744
|
+
}
|
|
1745
|
+
interface DeletedWithEntity {
|
|
1746
|
+
/** Deleted automation */
|
|
1747
|
+
automation?: Automation;
|
|
1748
|
+
}
|
|
1402
1749
|
interface GuestCountUpdated {
|
|
1403
1750
|
/** Guest. */
|
|
1404
1751
|
guest?: EventGuest;
|
|
@@ -1998,7 +2345,7 @@ interface Recurrences$5 {
|
|
|
1998
2345
|
* Recurrence status.
|
|
1999
2346
|
* @readonly
|
|
2000
2347
|
*/
|
|
2001
|
-
status?:
|
|
2348
|
+
status?: RecurrenceStatusStatus$1;
|
|
2002
2349
|
}
|
|
2003
2350
|
interface Occurrence$5 {
|
|
2004
2351
|
/** Event start timestamp. */
|
|
@@ -2010,7 +2357,7 @@ interface Occurrence$5 {
|
|
|
2010
2357
|
/** Whether time zone is displayed in formatted schedule. */
|
|
2011
2358
|
showTimeZone?: boolean;
|
|
2012
2359
|
}
|
|
2013
|
-
declare enum
|
|
2360
|
+
declare enum RecurrenceStatusStatus$1 {
|
|
2014
2361
|
/** Event occurs only once. */
|
|
2015
2362
|
ONE_TIME = "ONE_TIME",
|
|
2016
2363
|
/** Event is recurring. */
|
|
@@ -3469,16 +3816,11 @@ declare const onNotificationConfigCreated$1: EventDefinition<NotificationConfigC
|
|
|
3469
3816
|
declare const onNotificationConfigUpdated$1: EventDefinition<NotificationConfigUpdatedEnvelope, "wix.events.notifications.v2.notification_config_updated">;
|
|
3470
3817
|
declare const onNotificationConfigDeleted$1: EventDefinition<NotificationConfigDeletedEnvelope, "wix.events.notifications.v2.notification_config_deleted">;
|
|
3471
3818
|
|
|
3472
|
-
declare function createRESTModule$d<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
3473
|
-
|
|
3474
3819
|
declare function createEventModule$a<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
3475
3820
|
|
|
3476
|
-
|
|
3477
|
-
declare const
|
|
3478
|
-
|
|
3479
|
-
declare const resolveNotificationConfig: ReturnType<typeof createRESTModule$d<_publicResolveNotificationConfigType>>;
|
|
3480
|
-
type _publicUpsertNotificationConfigType = typeof upsertNotificationConfig$1;
|
|
3481
|
-
declare const upsertNotificationConfig: ReturnType<typeof createRESTModule$d<_publicUpsertNotificationConfigType>>;
|
|
3821
|
+
declare const triggerNotification: BuildRESTFunction<typeof triggerNotification$1> & typeof triggerNotification$1;
|
|
3822
|
+
declare const resolveNotificationConfig: BuildRESTFunction<typeof resolveNotificationConfig$1> & typeof resolveNotificationConfig$1;
|
|
3823
|
+
declare const upsertNotificationConfig: BuildRESTFunction<typeof upsertNotificationConfig$1> & typeof upsertNotificationConfig$1;
|
|
3482
3824
|
|
|
3483
3825
|
type _publicOnNotificationConfigCreatedType = typeof onNotificationConfigCreated$1;
|
|
3484
3826
|
/** */
|
|
@@ -3492,11 +3834,27 @@ type _publicOnNotificationConfigDeletedType = typeof onNotificationConfigDeleted
|
|
|
3492
3834
|
/** */
|
|
3493
3835
|
declare const onNotificationConfigDeleted: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigDeletedType>>;
|
|
3494
3836
|
|
|
3837
|
+
type context$d_Action = Action;
|
|
3838
|
+
type context$d_ActionInfoOneOf = ActionInfoOneOf;
|
|
3839
|
+
type context$d_ActionSettings = ActionSettings;
|
|
3840
|
+
type context$d_AppDefinedAction = AppDefinedAction;
|
|
3841
|
+
type context$d_ApplicationOrigin = ApplicationOrigin;
|
|
3495
3842
|
type context$d_AttendanceStatus = AttendanceStatus;
|
|
3496
3843
|
declare const context$d_AttendanceStatus: typeof AttendanceStatus;
|
|
3844
|
+
type context$d_AuditInfo = AuditInfo;
|
|
3845
|
+
type context$d_AuditInfoIdOneOf = AuditInfoIdOneOf;
|
|
3846
|
+
type context$d_Automation = Automation;
|
|
3847
|
+
type context$d_AutomationConfiguration = AutomationConfiguration;
|
|
3848
|
+
type context$d_AutomationOriginInfoOneOf = AutomationOriginInfoOneOf;
|
|
3849
|
+
type context$d_AutomationSettings = AutomationSettings;
|
|
3850
|
+
type context$d_ConditionAction = ConditionAction;
|
|
3851
|
+
type context$d_ConditionExpressionGroup = ConditionExpressionGroup;
|
|
3497
3852
|
type context$d_ContactEventStatusUpdated = ContactEventStatusUpdated;
|
|
3498
3853
|
type context$d_ContactEventStatusUpdatedEventType = ContactEventStatusUpdatedEventType;
|
|
3499
3854
|
declare const context$d_ContactEventStatusUpdatedEventType: typeof ContactEventStatusUpdatedEventType;
|
|
3855
|
+
type context$d_DelayAction = DelayAction;
|
|
3856
|
+
type context$d_DeletedWithEntity = DeletedWithEntity;
|
|
3857
|
+
type context$d_DraftInfo = DraftInfo;
|
|
3500
3858
|
type context$d_EmailNotificationConfig = EmailNotificationConfig;
|
|
3501
3859
|
type context$d_EmailNotificationReminderTime = EmailNotificationReminderTime;
|
|
3502
3860
|
declare const context$d_EmailNotificationReminderTime: typeof EmailNotificationReminderTime;
|
|
@@ -3505,6 +3863,8 @@ declare const context$d_EmailNotificationType: typeof EmailNotificationType;
|
|
|
3505
3863
|
type context$d_EmailTemplate = EmailTemplate;
|
|
3506
3864
|
type context$d_EventGuest = EventGuest;
|
|
3507
3865
|
type context$d_EventGuests = EventGuests;
|
|
3866
|
+
type context$d_Filter = Filter;
|
|
3867
|
+
type context$d_FutureDateActivationOffset = FutureDateActivationOffset;
|
|
3508
3868
|
type context$d_GuestCountUpdate = GuestCountUpdate;
|
|
3509
3869
|
type context$d_GuestCountUpdated = GuestCountUpdated;
|
|
3510
3870
|
type context$d_GuestType = GuestType;
|
|
@@ -3519,10 +3879,18 @@ type context$d_NotificationConfigUpdatedEnvelope = NotificationConfigUpdatedEnve
|
|
|
3519
3879
|
type context$d_NotifyActionType = NotifyActionType;
|
|
3520
3880
|
declare const context$d_NotifyActionType: typeof NotifyActionType;
|
|
3521
3881
|
type context$d_NotifyGuestAction = NotifyGuestAction;
|
|
3882
|
+
type context$d_Operator = Operator;
|
|
3883
|
+
declare const context$d_Operator: typeof Operator;
|
|
3522
3884
|
type context$d_OrderEmailAdded = OrderEmailAdded;
|
|
3523
3885
|
type context$d_OrderGuest = OrderGuest;
|
|
3886
|
+
type context$d_Origin = Origin;
|
|
3887
|
+
declare const context$d_Origin: typeof Origin;
|
|
3888
|
+
type context$d_OutputAction = OutputAction;
|
|
3889
|
+
type context$d_PreinstalledOrigin = PreinstalledOrigin;
|
|
3524
3890
|
type context$d_PushNotificationType = PushNotificationType;
|
|
3525
3891
|
declare const context$d_PushNotificationType: typeof PushNotificationType;
|
|
3892
|
+
type context$d_RateLimit = RateLimit;
|
|
3893
|
+
type context$d_RateLimitAction = RateLimitAction;
|
|
3526
3894
|
type context$d_ResolveEmailNotificationConfigRequest = ResolveEmailNotificationConfigRequest;
|
|
3527
3895
|
type context$d_ResolveEmailNotificationConfigResponse = ResolveEmailNotificationConfigResponse;
|
|
3528
3896
|
type context$d_ResolveNotificationConfigRequest = ResolveNotificationConfigRequest;
|
|
@@ -3536,12 +3904,16 @@ type context$d_TicketGuest = TicketGuest;
|
|
|
3536
3904
|
type context$d_TicketGuestDetails = TicketGuestDetails;
|
|
3537
3905
|
type context$d_TicketPdfResolveDelayed = TicketPdfResolveDelayed;
|
|
3538
3906
|
type context$d_TicketPdfResolved = TicketPdfResolved;
|
|
3907
|
+
type context$d_TimeUnit = TimeUnit;
|
|
3908
|
+
declare const context$d_TimeUnit: typeof TimeUnit;
|
|
3909
|
+
type context$d_Trigger = Trigger;
|
|
3539
3910
|
type context$d_TriggerNotificationOptions = TriggerNotificationOptions;
|
|
3540
3911
|
type context$d_TriggerNotificationRequest = TriggerNotificationRequest;
|
|
3541
3912
|
type context$d_TriggerNotificationRequestGuestsOneOf = TriggerNotificationRequestGuestsOneOf;
|
|
3542
3913
|
type context$d_TriggerNotificationRequestNotificationOneOf = TriggerNotificationRequestNotificationOneOf;
|
|
3543
3914
|
type context$d_TriggerNotificationResponse = TriggerNotificationResponse;
|
|
3544
3915
|
type context$d_UnprocessedTargetEvent = UnprocessedTargetEvent;
|
|
3916
|
+
type context$d_UpdatedWithPreviousEntity = UpdatedWithPreviousEntity;
|
|
3545
3917
|
type context$d_UpsertNotificationConfig = UpsertNotificationConfig;
|
|
3546
3918
|
type context$d_UpsertNotificationConfigRequest = UpsertNotificationConfigRequest;
|
|
3547
3919
|
type context$d_UpsertNotificationConfigResponse = UpsertNotificationConfigResponse;
|
|
@@ -3549,9 +3921,6 @@ type context$d_UpsertNotificationConfigResponseNonNullableFields = UpsertNotific
|
|
|
3549
3921
|
type context$d__publicOnNotificationConfigCreatedType = _publicOnNotificationConfigCreatedType;
|
|
3550
3922
|
type context$d__publicOnNotificationConfigDeletedType = _publicOnNotificationConfigDeletedType;
|
|
3551
3923
|
type context$d__publicOnNotificationConfigUpdatedType = _publicOnNotificationConfigUpdatedType;
|
|
3552
|
-
type context$d__publicResolveNotificationConfigType = _publicResolveNotificationConfigType;
|
|
3553
|
-
type context$d__publicTriggerNotificationType = _publicTriggerNotificationType;
|
|
3554
|
-
type context$d__publicUpsertNotificationConfigType = _publicUpsertNotificationConfigType;
|
|
3555
3924
|
declare const context$d_onNotificationConfigCreated: typeof onNotificationConfigCreated;
|
|
3556
3925
|
declare const context$d_onNotificationConfigDeleted: typeof onNotificationConfigDeleted;
|
|
3557
3926
|
declare const context$d_onNotificationConfigUpdated: typeof onNotificationConfigUpdated;
|
|
@@ -3559,7 +3928,7 @@ declare const context$d_resolveNotificationConfig: typeof resolveNotificationCon
|
|
|
3559
3928
|
declare const context$d_triggerNotification: typeof triggerNotification;
|
|
3560
3929
|
declare const context$d_upsertNotificationConfig: typeof upsertNotificationConfig;
|
|
3561
3930
|
declare namespace context$d {
|
|
3562
|
-
export { type ActionEvent$7 as ActionEvent, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, type Agenda$3 as Agenda, context$d_AttendanceStatus as AttendanceStatus, type BaseEventMetadata$a as BaseEventMetadata, type CalendarLinks$5 as CalendarLinks, type Category$4 as Category, type CategoryCounts$4 as CategoryCounts, type CheckIn$3 as CheckIn, type CheckoutFormMessages$3 as CheckoutFormMessages, type CommonAddress$1 as CommonAddress, type CommonAddressLocation$1 as CommonAddressLocation, type CommonAddressStreetOneOf$1 as CommonAddressStreetOneOf, type CommonStreetAddress$1 as CommonStreetAddress, type CommonSubdivision$1 as CommonSubdivision, ConferenceType$3 as ConferenceType, type context$d_ContactEventStatusUpdated as ContactEventStatusUpdated, context$d_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type context$d_EmailNotificationConfig as EmailNotificationConfig, context$d_EmailNotificationReminderTime as EmailNotificationReminderTime, context$d_EmailNotificationType as EmailNotificationType, type context$d_EmailTemplate as EmailTemplate, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$3 as EventCopied, type EventDeleted$2 as EventDeleted, type EventDisplaySettings$3 as EventDisplaySettings, type EventEnded$2 as EventEnded, type context$d_EventGuest as EventGuest, type context$d_EventGuests as EventGuests, type EventMetadata$5 as EventMetadata, type EventReminder$1 as EventReminder, EventStatus$5 as EventStatus, EventType$3 as EventType, type EventUpdated$3 as EventUpdated, type ExternalEvent$3 as ExternalEvent, type Fee$1 as Fee, FeeName$1 as FeeName, FeeType$2 as FeeType, type Feed$3 as Feed, type File$1 as File, type Form$3 as Form, type FormMessages$3 as FormMessages, type FormResponse$3 as FormResponse, type FormattedAddress$3 as FormattedAddress, type Guest$2 as Guest, type context$d_GuestCountUpdate as GuestCountUpdate, type context$d_GuestCountUpdated as GuestCountUpdated, type GuestDetails$2 as GuestDetails, type GuestListConfig$3 as GuestListConfig, context$d_GuestType as GuestType, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type Input$3 as Input, type InputControl$3 as InputControl, InputControlType$3 as InputControlType, type InputValue$3 as InputValue, type Invoice$1 as Invoice, type Item$2 as Item, type Keyword$3 as Keyword, type Label$3 as Label, type LabellingSettings$3 as LabellingSettings, type Link$1 as Link, type Location$5 as Location, LocationType$5 as LocationType, type MapCoordinates$5 as MapCoordinates, type context$d_MemberEventStatusUpdated as MemberEventStatusUpdated, context$d_MemberEventStatusUpdatedEventType as MemberEventStatusUpdatedEventType, type MessageEnvelope$b as MessageEnvelope, type Money$6 as Money, type Negative$3 as Negative, type NegativeResponseConfirmation$3 as NegativeResponseConfirmation, type context$d_NotificationConfig as NotificationConfig, type context$d_NotificationConfigCreatedEnvelope as NotificationConfigCreatedEnvelope, type context$d_NotificationConfigDeletedEnvelope as NotificationConfigDeletedEnvelope, type context$d_NotificationConfigUpdatedEnvelope as NotificationConfigUpdatedEnvelope, context$d_NotifyActionType as NotifyActionType, type context$d_NotifyGuestAction as NotifyGuestAction, type Occurrence$5 as Occurrence, type OnlineConferencing$3 as OnlineConferencing, type OnlineConferencingConfig$3 as OnlineConferencingConfig, type OnlineConferencingLogin$3 as OnlineConferencingLogin, type OnlineConferencingSession$3 as OnlineConferencingSession, type OptionSelection$3 as OptionSelection, type OptionSelectionSelectedOptionOneOf$3 as OptionSelectionSelectedOptionOneOf, type OrderConfirmed$1 as OrderConfirmed, type context$d_OrderEmailAdded as OrderEmailAdded, type context$d_OrderGuest as OrderGuest, type OrderPaid$1 as OrderPaid, OrderStatus$2 as OrderStatus, type PaidPlanDiscount$1 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$1 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$1 as PercentDiscount, type Positive$3 as Positive, type PositiveResponseConfirmation$3 as PositiveResponseConfirmation, context$d_PushNotificationType as PushNotificationType, type Recurrences$5 as Recurrences, type Registration$3 as Registration, type RegistrationClosedMessages$3 as RegistrationClosedMessages, RegistrationStatus$3 as RegistrationStatus, type context$d_ResolveEmailNotificationConfigRequest as ResolveEmailNotificationConfigRequest, type context$d_ResolveEmailNotificationConfigResponse as ResolveEmailNotificationConfigResponse, type context$d_ResolveNotificationConfigRequest as ResolveNotificationConfigRequest, type context$d_ResolveNotificationConfigResponse as ResolveNotificationConfigResponse, type context$d_ResolveNotificationConfigResponseNonNullableFields as ResolveNotificationConfigResponseNonNullableFields, type ResponseConfirmation$3 as ResponseConfirmation, type RestoreInfo$5 as RestoreInfo, type RsvpCollection$3 as RsvpCollection, type RsvpCollectionConfig$3 as RsvpCollectionConfig, type RsvpCreated$1 as RsvpCreated, type RsvpFormMessages$3 as RsvpFormMessages, type context$d_RsvpGuest as RsvpGuest, RsvpStatus$1 as RsvpStatus, RsvpStatusOptions$3 as RsvpStatusOptions, type RsvpSummary$4 as RsvpSummary, type RsvpUpdated$1 as RsvpUpdated, type ScheduleConfig$5 as ScheduleConfig, type Scheduling$3 as Scheduling, type SeoSchema$3 as SeoSchema, type SeoSettings$3 as SeoSettings, type Settings$4 as Settings, type SiteUrl$3 as SiteUrl, type StandardDetails$3 as StandardDetails, State$7 as State, Status$6 as Status, type StreetAddress$8 as StreetAddress, type Subdivision$8 as Subdivision, SubdivisionType$8 as SubdivisionType, type Tag$3 as Tag, type Target$1 as Target, context$d_TargetType as TargetType, type context$d_TaskContext as TaskContext, type Tax$1 as Tax, type TaxConfig$3 as TaxConfig, TaxType$4 as TaxType, type Ticket$2 as Ticket, type TicketDetails$2 as TicketDetails, type context$d_TicketGuest as TicketGuest, type context$d_TicketGuestDetails as TicketGuestDetails, type context$d_TicketPdfResolveDelayed as TicketPdfResolveDelayed, type context$d_TicketPdfResolved as TicketPdfResolved, type Ticketing$3 as Ticketing, type TicketingConfig$3 as TicketingConfig, type TicketingSummary$3 as TicketingSummary, type TicketsUnavailableMessages$3 as TicketsUnavailableMessages, type TimeDuration$1 as TimeDuration, type context$d_TriggerNotificationOptions as TriggerNotificationOptions, type context$d_TriggerNotificationRequest as TriggerNotificationRequest, type context$d_TriggerNotificationRequestGuestsOneOf as TriggerNotificationRequestGuestsOneOf, type context$d_TriggerNotificationRequestNotificationOneOf as TriggerNotificationRequestNotificationOneOf, type context$d_TriggerNotificationResponse as TriggerNotificationResponse, type context$d_UnprocessedTargetEvent as UnprocessedTargetEvent, type context$d_UpsertNotificationConfig as UpsertNotificationConfig, type context$d_UpsertNotificationConfigRequest as UpsertNotificationConfigRequest, type context$d_UpsertNotificationConfigResponse as UpsertNotificationConfigResponse, type context$d_UpsertNotificationConfigResponseNonNullableFields as UpsertNotificationConfigResponseNonNullableFields, ValueType$3 as ValueType, VisitorType$3 as VisitorType, WebhookIdentityType$b as WebhookIdentityType, type context$d__publicOnNotificationConfigCreatedType as _publicOnNotificationConfigCreatedType, type context$d__publicOnNotificationConfigDeletedType as _publicOnNotificationConfigDeletedType, type context$d__publicOnNotificationConfigUpdatedType as _publicOnNotificationConfigUpdatedType, type context$d__publicResolveNotificationConfigType as _publicResolveNotificationConfigType, type context$d__publicTriggerNotificationType as _publicTriggerNotificationType, type context$d__publicUpsertNotificationConfigType as _publicUpsertNotificationConfigType, context$d_onNotificationConfigCreated as onNotificationConfigCreated, context$d_onNotificationConfigDeleted as onNotificationConfigDeleted, context$d_onNotificationConfigUpdated as onNotificationConfigUpdated, onNotificationConfigCreated$1 as publicOnNotificationConfigCreated, onNotificationConfigDeleted$1 as publicOnNotificationConfigDeleted, onNotificationConfigUpdated$1 as publicOnNotificationConfigUpdated, context$d_resolveNotificationConfig as resolveNotificationConfig, context$d_triggerNotification as triggerNotification, context$d_upsertNotificationConfig as upsertNotificationConfig };
|
|
3931
|
+
export { type context$d_Action as Action, type ActionEvent$7 as ActionEvent, type context$d_ActionInfoOneOf as ActionInfoOneOf, type context$d_ActionSettings as ActionSettings, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, type Agenda$3 as Agenda, type context$d_AppDefinedAction as AppDefinedAction, type context$d_ApplicationOrigin as ApplicationOrigin, context$d_AttendanceStatus as AttendanceStatus, type context$d_AuditInfo as AuditInfo, type context$d_AuditInfoIdOneOf as AuditInfoIdOneOf, type context$d_Automation as Automation, type context$d_AutomationConfiguration as AutomationConfiguration, type context$d_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type context$d_AutomationSettings as AutomationSettings, type BaseEventMetadata$a as BaseEventMetadata, type CalendarLinks$5 as CalendarLinks, type Category$4 as Category, type CategoryCounts$4 as CategoryCounts, type CheckIn$3 as CheckIn, type CheckoutFormMessages$3 as CheckoutFormMessages, type CommonAddress$1 as CommonAddress, type CommonAddressLocation$1 as CommonAddressLocation, type CommonAddressStreetOneOf$1 as CommonAddressStreetOneOf, type CommonStreetAddress$1 as CommonStreetAddress, type CommonSubdivision$1 as CommonSubdivision, type context$d_ConditionAction as ConditionAction, type context$d_ConditionExpressionGroup as ConditionExpressionGroup, ConferenceType$3 as ConferenceType, type context$d_ContactEventStatusUpdated as ContactEventStatusUpdated, context$d_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type context$d_DelayAction as DelayAction, type context$d_DeletedWithEntity as DeletedWithEntity, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type context$d_DraftInfo as DraftInfo, type context$d_EmailNotificationConfig as EmailNotificationConfig, context$d_EmailNotificationReminderTime as EmailNotificationReminderTime, context$d_EmailNotificationType as EmailNotificationType, type context$d_EmailTemplate as EmailTemplate, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$3 as EventCopied, type EventDeleted$2 as EventDeleted, type EventDisplaySettings$3 as EventDisplaySettings, type EventEnded$2 as EventEnded, type context$d_EventGuest as EventGuest, type context$d_EventGuests as EventGuests, type EventMetadata$5 as EventMetadata, type EventReminder$1 as EventReminder, EventStatus$5 as EventStatus, EventType$3 as EventType, type EventUpdated$3 as EventUpdated, type ExternalEvent$3 as ExternalEvent, type Fee$1 as Fee, FeeName$1 as FeeName, FeeType$2 as FeeType, type Feed$3 as Feed, type File$1 as File, type context$d_Filter as Filter, type Form$3 as Form, type FormMessages$3 as FormMessages, type FormResponse$3 as FormResponse, type FormattedAddress$3 as FormattedAddress, type context$d_FutureDateActivationOffset as FutureDateActivationOffset, type Guest$2 as Guest, type context$d_GuestCountUpdate as GuestCountUpdate, type context$d_GuestCountUpdated as GuestCountUpdated, type GuestDetails$2 as GuestDetails, type GuestListConfig$3 as GuestListConfig, context$d_GuestType as GuestType, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type Input$3 as Input, type InputControl$3 as InputControl, InputControlType$3 as InputControlType, type InputValue$3 as InputValue, type Invoice$1 as Invoice, type Item$2 as Item, type Keyword$3 as Keyword, type Label$3 as Label, type LabellingSettings$3 as LabellingSettings, type Link$1 as Link, type Location$5 as Location, LocationType$5 as LocationType, type MapCoordinates$5 as MapCoordinates, type context$d_MemberEventStatusUpdated as MemberEventStatusUpdated, context$d_MemberEventStatusUpdatedEventType as MemberEventStatusUpdatedEventType, type MessageEnvelope$b as MessageEnvelope, type Money$6 as Money, type Negative$3 as Negative, type NegativeResponseConfirmation$3 as NegativeResponseConfirmation, type context$d_NotificationConfig as NotificationConfig, type context$d_NotificationConfigCreatedEnvelope as NotificationConfigCreatedEnvelope, type context$d_NotificationConfigDeletedEnvelope as NotificationConfigDeletedEnvelope, type context$d_NotificationConfigUpdatedEnvelope as NotificationConfigUpdatedEnvelope, context$d_NotifyActionType as NotifyActionType, type context$d_NotifyGuestAction as NotifyGuestAction, type Occurrence$5 as Occurrence, type OnlineConferencing$3 as OnlineConferencing, type OnlineConferencingConfig$3 as OnlineConferencingConfig, type OnlineConferencingLogin$3 as OnlineConferencingLogin, type OnlineConferencingSession$3 as OnlineConferencingSession, context$d_Operator as Operator, type OptionSelection$3 as OptionSelection, type OptionSelectionSelectedOptionOneOf$3 as OptionSelectionSelectedOptionOneOf, type OrderConfirmed$1 as OrderConfirmed, type context$d_OrderEmailAdded as OrderEmailAdded, type context$d_OrderGuest as OrderGuest, type OrderPaid$1 as OrderPaid, OrderStatus$2 as OrderStatus, context$d_Origin as Origin, type context$d_OutputAction as OutputAction, type PaidPlanDiscount$1 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$1 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$1 as PercentDiscount, type Positive$3 as Positive, type PositiveResponseConfirmation$3 as PositiveResponseConfirmation, type context$d_PreinstalledOrigin as PreinstalledOrigin, context$d_PushNotificationType as PushNotificationType, type context$d_RateLimit as RateLimit, type context$d_RateLimitAction as RateLimitAction, RecurrenceStatusStatus$1 as RecurrenceStatusStatus, type Recurrences$5 as Recurrences, type Registration$3 as Registration, type RegistrationClosedMessages$3 as RegistrationClosedMessages, RegistrationStatus$3 as RegistrationStatus, type context$d_ResolveEmailNotificationConfigRequest as ResolveEmailNotificationConfigRequest, type context$d_ResolveEmailNotificationConfigResponse as ResolveEmailNotificationConfigResponse, type context$d_ResolveNotificationConfigRequest as ResolveNotificationConfigRequest, type context$d_ResolveNotificationConfigResponse as ResolveNotificationConfigResponse, type context$d_ResolveNotificationConfigResponseNonNullableFields as ResolveNotificationConfigResponseNonNullableFields, type ResponseConfirmation$3 as ResponseConfirmation, type RestoreInfo$5 as RestoreInfo, type RsvpCollection$3 as RsvpCollection, type RsvpCollectionConfig$3 as RsvpCollectionConfig, type RsvpCreated$1 as RsvpCreated, type RsvpFormMessages$3 as RsvpFormMessages, type context$d_RsvpGuest as RsvpGuest, RsvpStatus$1 as RsvpStatus, RsvpStatusOptions$3 as RsvpStatusOptions, type RsvpSummary$4 as RsvpSummary, type RsvpUpdated$1 as RsvpUpdated, type ScheduleConfig$5 as ScheduleConfig, type Scheduling$3 as Scheduling, type SeoSchema$3 as SeoSchema, type SeoSettings$3 as SeoSettings, type Settings$4 as Settings, type SiteUrl$3 as SiteUrl, type StandardDetails$3 as StandardDetails, State$7 as State, Status$6 as Status, type StreetAddress$8 as StreetAddress, type Subdivision$8 as Subdivision, SubdivisionType$8 as SubdivisionType, type Tag$3 as Tag, type Target$1 as Target, context$d_TargetType as TargetType, type context$d_TaskContext as TaskContext, type Tax$1 as Tax, type TaxConfig$3 as TaxConfig, TaxType$4 as TaxType, type Ticket$2 as Ticket, type TicketDetails$2 as TicketDetails, type context$d_TicketGuest as TicketGuest, type context$d_TicketGuestDetails as TicketGuestDetails, type context$d_TicketPdfResolveDelayed as TicketPdfResolveDelayed, type context$d_TicketPdfResolved as TicketPdfResolved, type Ticketing$3 as Ticketing, type TicketingConfig$3 as TicketingConfig, type TicketingSummary$3 as TicketingSummary, type TicketsUnavailableMessages$3 as TicketsUnavailableMessages, type TimeDuration$1 as TimeDuration, context$d_TimeUnit as TimeUnit, type context$d_Trigger as Trigger, type context$d_TriggerNotificationOptions as TriggerNotificationOptions, type context$d_TriggerNotificationRequest as TriggerNotificationRequest, type context$d_TriggerNotificationRequestGuestsOneOf as TriggerNotificationRequestGuestsOneOf, type context$d_TriggerNotificationRequestNotificationOneOf as TriggerNotificationRequestNotificationOneOf, type context$d_TriggerNotificationResponse as TriggerNotificationResponse, Type$5 as Type, type context$d_UnprocessedTargetEvent as UnprocessedTargetEvent, type context$d_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type context$d_UpsertNotificationConfig as UpsertNotificationConfig, type context$d_UpsertNotificationConfigRequest as UpsertNotificationConfigRequest, type context$d_UpsertNotificationConfigResponse as UpsertNotificationConfigResponse, type context$d_UpsertNotificationConfigResponseNonNullableFields as UpsertNotificationConfigResponseNonNullableFields, ValueType$3 as ValueType, VisitorType$3 as VisitorType, WebhookIdentityType$b as WebhookIdentityType, type context$d__publicOnNotificationConfigCreatedType as _publicOnNotificationConfigCreatedType, type context$d__publicOnNotificationConfigDeletedType as _publicOnNotificationConfigDeletedType, type context$d__publicOnNotificationConfigUpdatedType as _publicOnNotificationConfigUpdatedType, context$d_onNotificationConfigCreated as onNotificationConfigCreated, context$d_onNotificationConfigDeleted as onNotificationConfigDeleted, context$d_onNotificationConfigUpdated as onNotificationConfigUpdated, onNotificationConfigCreated$1 as publicOnNotificationConfigCreated, onNotificationConfigDeleted$1 as publicOnNotificationConfigDeleted, onNotificationConfigUpdated$1 as publicOnNotificationConfigUpdated, context$d_resolveNotificationConfig as resolveNotificationConfig, context$d_triggerNotification as triggerNotification, context$d_upsertNotificationConfig as upsertNotificationConfig };
|
|
3563
3932
|
}
|
|
3564
3933
|
|
|
3565
3934
|
/** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */
|
|
@@ -3961,23 +4330,15 @@ interface DeleteBookmarkSignature {
|
|
|
3961
4330
|
(itemId: string, eventId: string): Promise<void>;
|
|
3962
4331
|
}
|
|
3963
4332
|
|
|
3964
|
-
declare
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
declare const listBookmarks: ReturnType<typeof createRESTModule$c<_publicListBookmarksType>>;
|
|
3968
|
-
type _publicCreateBookmarkType = typeof createBookmark$1;
|
|
3969
|
-
declare const createBookmark: ReturnType<typeof createRESTModule$c<_publicCreateBookmarkType>>;
|
|
3970
|
-
type _publicDeleteBookmarkType = typeof deleteBookmark$1;
|
|
3971
|
-
declare const deleteBookmark: ReturnType<typeof createRESTModule$c<_publicDeleteBookmarkType>>;
|
|
4333
|
+
declare const listBookmarks: BuildRESTFunction<typeof listBookmarks$1> & typeof listBookmarks$1;
|
|
4334
|
+
declare const createBookmark: BuildRESTFunction<typeof createBookmark$1> & typeof createBookmark$1;
|
|
4335
|
+
declare const deleteBookmark: BuildRESTFunction<typeof deleteBookmark$1> & typeof deleteBookmark$1;
|
|
3972
4336
|
|
|
3973
|
-
type context$c__publicCreateBookmarkType = _publicCreateBookmarkType;
|
|
3974
|
-
type context$c__publicDeleteBookmarkType = _publicDeleteBookmarkType;
|
|
3975
|
-
type context$c__publicListBookmarksType = _publicListBookmarksType;
|
|
3976
4337
|
declare const context$c_createBookmark: typeof createBookmark;
|
|
3977
4338
|
declare const context$c_deleteBookmark: typeof deleteBookmark;
|
|
3978
4339
|
declare const context$c_listBookmarks: typeof listBookmarks;
|
|
3979
4340
|
declare namespace context$c {
|
|
3980
|
-
export { type AddScheduleItemRequest$1 as AddScheduleItemRequest, type AddScheduleItemResponse$1 as AddScheduleItemResponse, type AddScheduleItemResponseNonNullableFields$1 as AddScheduleItemResponseNonNullableFields, type CreateBookmarkRequest$1 as CreateBookmarkRequest, type CreateBookmarkResponse$1 as CreateBookmarkResponse, type Cursors$8 as Cursors, type DeleteBookmarkRequest$1 as DeleteBookmarkRequest, type DeleteBookmarkResponse$1 as DeleteBookmarkResponse, type DeleteScheduleItemRequest$1 as DeleteScheduleItemRequest, type DeleteScheduleItemResponse$1 as DeleteScheduleItemResponse, type DiscardDraftRequest$2 as DiscardDraftRequest, type DiscardDraftResponse$2 as DiscardDraftResponse, type FacetCounts$7 as FacetCounts, type GetScheduleItemRequest$1 as GetScheduleItemRequest, type GetScheduleItemResponse$1 as GetScheduleItemResponse, type GetScheduleItemResponseNonNullableFields$1 as GetScheduleItemResponseNonNullableFields, type ListBookmarksRequest$1 as ListBookmarksRequest, type ListBookmarksResponse$1 as ListBookmarksResponse, type ListBookmarksResponseNonNullableFields$1 as ListBookmarksResponseNonNullableFields, type ListScheduleItemsRequest$1 as ListScheduleItemsRequest, type ListScheduleItemsResponse$1 as ListScheduleItemsResponse, type ListScheduleItemsResponseNonNullableFields$1 as ListScheduleItemsResponseNonNullableFields, type Paging$7 as Paging, type PagingMetadataV2$7 as PagingMetadataV2, type PublishDraftRequest$2 as PublishDraftRequest, type PublishDraftResponse$2 as PublishDraftResponse, type QueryScheduleItemsRequest$1 as QueryScheduleItemsRequest, type QueryScheduleItemsResponse$1 as QueryScheduleItemsResponse, type QueryScheduleItemsResponseNonNullableFields$1 as QueryScheduleItemsResponseNonNullableFields, type QueryV2$7 as QueryV2, type QueryV2PagingMethodOneOf$7 as QueryV2PagingMethodOneOf, type RescheduleDraftRequest$1 as RescheduleDraftRequest, type RescheduleDraftResponse$1 as RescheduleDraftResponse, type ScheduleItem$1 as ScheduleItem, type ScheduleItemData$1 as ScheduleItemData, ScheduleStatus$1 as ScheduleStatus, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, StateFilter$1 as StateFilter, type TimeInterval$1 as TimeInterval, type UpdateScheduleItemRequest$1 as UpdateScheduleItemRequest, type UpdateScheduleItemResponse$1 as UpdateScheduleItemResponse, type UpdateScheduleItemResponseNonNullableFields$1 as UpdateScheduleItemResponseNonNullableFields,
|
|
4341
|
+
export { type AddScheduleItemRequest$1 as AddScheduleItemRequest, type AddScheduleItemResponse$1 as AddScheduleItemResponse, type AddScheduleItemResponseNonNullableFields$1 as AddScheduleItemResponseNonNullableFields, type CreateBookmarkRequest$1 as CreateBookmarkRequest, type CreateBookmarkResponse$1 as CreateBookmarkResponse, type Cursors$8 as Cursors, type DeleteBookmarkRequest$1 as DeleteBookmarkRequest, type DeleteBookmarkResponse$1 as DeleteBookmarkResponse, type DeleteScheduleItemRequest$1 as DeleteScheduleItemRequest, type DeleteScheduleItemResponse$1 as DeleteScheduleItemResponse, type DiscardDraftRequest$2 as DiscardDraftRequest, type DiscardDraftResponse$2 as DiscardDraftResponse, type FacetCounts$7 as FacetCounts, type GetScheduleItemRequest$1 as GetScheduleItemRequest, type GetScheduleItemResponse$1 as GetScheduleItemResponse, type GetScheduleItemResponseNonNullableFields$1 as GetScheduleItemResponseNonNullableFields, type ListBookmarksRequest$1 as ListBookmarksRequest, type ListBookmarksResponse$1 as ListBookmarksResponse, type ListBookmarksResponseNonNullableFields$1 as ListBookmarksResponseNonNullableFields, type ListScheduleItemsRequest$1 as ListScheduleItemsRequest, type ListScheduleItemsResponse$1 as ListScheduleItemsResponse, type ListScheduleItemsResponseNonNullableFields$1 as ListScheduleItemsResponseNonNullableFields, type Paging$7 as Paging, type PagingMetadataV2$7 as PagingMetadataV2, type PublishDraftRequest$2 as PublishDraftRequest, type PublishDraftResponse$2 as PublishDraftResponse, type QueryScheduleItemsRequest$1 as QueryScheduleItemsRequest, type QueryScheduleItemsResponse$1 as QueryScheduleItemsResponse, type QueryScheduleItemsResponseNonNullableFields$1 as QueryScheduleItemsResponseNonNullableFields, type QueryV2$7 as QueryV2, type QueryV2PagingMethodOneOf$7 as QueryV2PagingMethodOneOf, type RescheduleDraftRequest$1 as RescheduleDraftRequest, type RescheduleDraftResponse$1 as RescheduleDraftResponse, type ScheduleItem$1 as ScheduleItem, type ScheduleItemData$1 as ScheduleItemData, ScheduleStatus$1 as ScheduleStatus, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, StateFilter$1 as StateFilter, type TimeInterval$1 as TimeInterval, type UpdateScheduleItemRequest$1 as UpdateScheduleItemRequest, type UpdateScheduleItemResponse$1 as UpdateScheduleItemResponse, type UpdateScheduleItemResponseNonNullableFields$1 as UpdateScheduleItemResponseNonNullableFields, context$c_createBookmark as createBookmark, context$c_deleteBookmark as deleteBookmark, context$c_listBookmarks as listBookmarks };
|
|
3981
4342
|
}
|
|
3982
4343
|
|
|
3983
4344
|
/** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */
|
|
@@ -4564,26 +4925,15 @@ interface RescheduleDraftSignature {
|
|
|
4564
4925
|
(eventId: string, options?: RescheduleDraftOptions | undefined): Promise<void>;
|
|
4565
4926
|
}
|
|
4566
4927
|
|
|
4567
|
-
declare
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
declare const
|
|
4571
|
-
|
|
4572
|
-
declare const
|
|
4573
|
-
|
|
4574
|
-
declare const
|
|
4575
|
-
|
|
4576
|
-
declare const addScheduleItem: ReturnType<typeof createRESTModule$b<_publicAddScheduleItemType>>;
|
|
4577
|
-
type _publicUpdateScheduleItemType = typeof updateScheduleItem$1;
|
|
4578
|
-
declare const updateScheduleItem: ReturnType<typeof createRESTModule$b<_publicUpdateScheduleItemType>>;
|
|
4579
|
-
type _publicDeleteScheduleItemType = typeof deleteScheduleItem$1;
|
|
4580
|
-
declare const deleteScheduleItem: ReturnType<typeof createRESTModule$b<_publicDeleteScheduleItemType>>;
|
|
4581
|
-
type _publicDiscardDraftType$1 = typeof discardDraft$3;
|
|
4582
|
-
declare const discardDraft$2: ReturnType<typeof createRESTModule$b<_publicDiscardDraftType>>;
|
|
4583
|
-
type _publicPublishDraftType$1 = typeof publishDraft$3;
|
|
4584
|
-
declare const publishDraft$2: ReturnType<typeof createRESTModule$b<_publicPublishDraftType>>;
|
|
4585
|
-
type _publicRescheduleDraftType = typeof rescheduleDraft$1;
|
|
4586
|
-
declare const rescheduleDraft: ReturnType<typeof createRESTModule$b<_publicRescheduleDraftType>>;
|
|
4928
|
+
declare const listScheduleItems: BuildRESTFunction<typeof listScheduleItems$1> & typeof listScheduleItems$1;
|
|
4929
|
+
declare const queryScheduleItems: BuildRESTFunction<typeof queryScheduleItems$1> & typeof queryScheduleItems$1;
|
|
4930
|
+
declare const getScheduleItem: BuildRESTFunction<typeof getScheduleItem$1> & typeof getScheduleItem$1;
|
|
4931
|
+
declare const addScheduleItem: BuildRESTFunction<typeof addScheduleItem$1> & typeof addScheduleItem$1;
|
|
4932
|
+
declare const updateScheduleItem: BuildRESTFunction<typeof updateScheduleItem$1> & typeof updateScheduleItem$1;
|
|
4933
|
+
declare const deleteScheduleItem: BuildRESTFunction<typeof deleteScheduleItem$1> & typeof deleteScheduleItem$1;
|
|
4934
|
+
declare const discardDraft$2: BuildRESTFunction<typeof discardDraft$3> & typeof discardDraft$3;
|
|
4935
|
+
declare const publishDraft$2: BuildRESTFunction<typeof publishDraft$3> & typeof publishDraft$3;
|
|
4936
|
+
declare const rescheduleDraft: BuildRESTFunction<typeof rescheduleDraft$1> & typeof rescheduleDraft$1;
|
|
4587
4937
|
|
|
4588
4938
|
type context$b_AddScheduleItemOptions = AddScheduleItemOptions;
|
|
4589
4939
|
type context$b_AddScheduleItemRequest = AddScheduleItemRequest;
|
|
@@ -4627,13 +4977,6 @@ type context$b_UpdateScheduleItemOptions = UpdateScheduleItemOptions;
|
|
|
4627
4977
|
type context$b_UpdateScheduleItemRequest = UpdateScheduleItemRequest;
|
|
4628
4978
|
type context$b_UpdateScheduleItemResponse = UpdateScheduleItemResponse;
|
|
4629
4979
|
type context$b_UpdateScheduleItemResponseNonNullableFields = UpdateScheduleItemResponseNonNullableFields;
|
|
4630
|
-
type context$b__publicAddScheduleItemType = _publicAddScheduleItemType;
|
|
4631
|
-
type context$b__publicDeleteScheduleItemType = _publicDeleteScheduleItemType;
|
|
4632
|
-
type context$b__publicGetScheduleItemType = _publicGetScheduleItemType;
|
|
4633
|
-
type context$b__publicListScheduleItemsType = _publicListScheduleItemsType;
|
|
4634
|
-
type context$b__publicQueryScheduleItemsType = _publicQueryScheduleItemsType;
|
|
4635
|
-
type context$b__publicRescheduleDraftType = _publicRescheduleDraftType;
|
|
4636
|
-
type context$b__publicUpdateScheduleItemType = _publicUpdateScheduleItemType;
|
|
4637
4980
|
declare const context$b_addScheduleItem: typeof addScheduleItem;
|
|
4638
4981
|
declare const context$b_deleteScheduleItem: typeof deleteScheduleItem;
|
|
4639
4982
|
declare const context$b_getScheduleItem: typeof getScheduleItem;
|
|
@@ -4642,7 +4985,7 @@ declare const context$b_queryScheduleItems: typeof queryScheduleItems;
|
|
|
4642
4985
|
declare const context$b_rescheduleDraft: typeof rescheduleDraft;
|
|
4643
4986
|
declare const context$b_updateScheduleItem: typeof updateScheduleItem;
|
|
4644
4987
|
declare namespace context$b {
|
|
4645
|
-
export { type context$b_AddScheduleItemOptions as AddScheduleItemOptions, type context$b_AddScheduleItemRequest as AddScheduleItemRequest, type context$b_AddScheduleItemResponse as AddScheduleItemResponse, type context$b_AddScheduleItemResponseNonNullableFields as AddScheduleItemResponseNonNullableFields, type context$b_CreateBookmarkRequest as CreateBookmarkRequest, type context$b_CreateBookmarkResponse as CreateBookmarkResponse, type Cursors$7 as Cursors, type context$b_DeleteBookmarkRequest as DeleteBookmarkRequest, type context$b_DeleteBookmarkResponse as DeleteBookmarkResponse, type context$b_DeleteScheduleItemOptions as DeleteScheduleItemOptions, type context$b_DeleteScheduleItemRequest as DeleteScheduleItemRequest, type context$b_DeleteScheduleItemResponse as DeleteScheduleItemResponse, type DiscardDraftRequest$1 as DiscardDraftRequest, type DiscardDraftResponse$1 as DiscardDraftResponse, type FacetCounts$6 as FacetCounts, type context$b_GetScheduleItemOptions as GetScheduleItemOptions, type context$b_GetScheduleItemRequest as GetScheduleItemRequest, type context$b_GetScheduleItemResponse as GetScheduleItemResponse, type context$b_GetScheduleItemResponseNonNullableFields as GetScheduleItemResponseNonNullableFields, type context$b_ItemsQueryBuilder as ItemsQueryBuilder, type context$b_ItemsQueryResult as ItemsQueryResult, type context$b_ListBookmarksRequest as ListBookmarksRequest, type context$b_ListBookmarksResponse as ListBookmarksResponse, type context$b_ListBookmarksResponseNonNullableFields as ListBookmarksResponseNonNullableFields, type context$b_ListScheduleItemsOptions as ListScheduleItemsOptions, type context$b_ListScheduleItemsRequest as ListScheduleItemsRequest, type context$b_ListScheduleItemsResponse as ListScheduleItemsResponse, type context$b_ListScheduleItemsResponseNonNullableFields as ListScheduleItemsResponseNonNullableFields, type Paging$6 as Paging, type PagingMetadataV2$6 as PagingMetadataV2, type PublishDraftRequest$1 as PublishDraftRequest, type PublishDraftResponse$1 as PublishDraftResponse, type context$b_QueryScheduleItemsRequest as QueryScheduleItemsRequest, type context$b_QueryScheduleItemsResponse as QueryScheduleItemsResponse, type context$b_QueryScheduleItemsResponseNonNullableFields as QueryScheduleItemsResponseNonNullableFields, type QueryV2$6 as QueryV2, type QueryV2PagingMethodOneOf$6 as QueryV2PagingMethodOneOf, type context$b_RescheduleDraftOptions as RescheduleDraftOptions, type context$b_RescheduleDraftRequest as RescheduleDraftRequest, type context$b_RescheduleDraftResponse as RescheduleDraftResponse, type context$b_ScheduleItem as ScheduleItem, type context$b_ScheduleItemData as ScheduleItemData, type context$b_ScheduleItemNonNullableFields as ScheduleItemNonNullableFields, context$b_ScheduleStatus as ScheduleStatus, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, context$b_StateFilter as StateFilter, type context$b_TimeInterval as TimeInterval, type context$b_UpdateScheduleItemOptions as UpdateScheduleItemOptions, type context$b_UpdateScheduleItemRequest as UpdateScheduleItemRequest, type context$b_UpdateScheduleItemResponse as UpdateScheduleItemResponse, type context$b_UpdateScheduleItemResponseNonNullableFields as UpdateScheduleItemResponseNonNullableFields,
|
|
4988
|
+
export { type context$b_AddScheduleItemOptions as AddScheduleItemOptions, type context$b_AddScheduleItemRequest as AddScheduleItemRequest, type context$b_AddScheduleItemResponse as AddScheduleItemResponse, type context$b_AddScheduleItemResponseNonNullableFields as AddScheduleItemResponseNonNullableFields, type context$b_CreateBookmarkRequest as CreateBookmarkRequest, type context$b_CreateBookmarkResponse as CreateBookmarkResponse, type Cursors$7 as Cursors, type context$b_DeleteBookmarkRequest as DeleteBookmarkRequest, type context$b_DeleteBookmarkResponse as DeleteBookmarkResponse, type context$b_DeleteScheduleItemOptions as DeleteScheduleItemOptions, type context$b_DeleteScheduleItemRequest as DeleteScheduleItemRequest, type context$b_DeleteScheduleItemResponse as DeleteScheduleItemResponse, type DiscardDraftRequest$1 as DiscardDraftRequest, type DiscardDraftResponse$1 as DiscardDraftResponse, type FacetCounts$6 as FacetCounts, type context$b_GetScheduleItemOptions as GetScheduleItemOptions, type context$b_GetScheduleItemRequest as GetScheduleItemRequest, type context$b_GetScheduleItemResponse as GetScheduleItemResponse, type context$b_GetScheduleItemResponseNonNullableFields as GetScheduleItemResponseNonNullableFields, type context$b_ItemsQueryBuilder as ItemsQueryBuilder, type context$b_ItemsQueryResult as ItemsQueryResult, type context$b_ListBookmarksRequest as ListBookmarksRequest, type context$b_ListBookmarksResponse as ListBookmarksResponse, type context$b_ListBookmarksResponseNonNullableFields as ListBookmarksResponseNonNullableFields, type context$b_ListScheduleItemsOptions as ListScheduleItemsOptions, type context$b_ListScheduleItemsRequest as ListScheduleItemsRequest, type context$b_ListScheduleItemsResponse as ListScheduleItemsResponse, type context$b_ListScheduleItemsResponseNonNullableFields as ListScheduleItemsResponseNonNullableFields, type Paging$6 as Paging, type PagingMetadataV2$6 as PagingMetadataV2, type PublishDraftRequest$1 as PublishDraftRequest, type PublishDraftResponse$1 as PublishDraftResponse, type context$b_QueryScheduleItemsRequest as QueryScheduleItemsRequest, type context$b_QueryScheduleItemsResponse as QueryScheduleItemsResponse, type context$b_QueryScheduleItemsResponseNonNullableFields as QueryScheduleItemsResponseNonNullableFields, type QueryV2$6 as QueryV2, type QueryV2PagingMethodOneOf$6 as QueryV2PagingMethodOneOf, type context$b_RescheduleDraftOptions as RescheduleDraftOptions, type context$b_RescheduleDraftRequest as RescheduleDraftRequest, type context$b_RescheduleDraftResponse as RescheduleDraftResponse, type context$b_ScheduleItem as ScheduleItem, type context$b_ScheduleItemData as ScheduleItemData, type context$b_ScheduleItemNonNullableFields as ScheduleItemNonNullableFields, context$b_ScheduleStatus as ScheduleStatus, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, context$b_StateFilter as StateFilter, type context$b_TimeInterval as TimeInterval, type context$b_UpdateScheduleItemOptions as UpdateScheduleItemOptions, type context$b_UpdateScheduleItemRequest as UpdateScheduleItemRequest, type context$b_UpdateScheduleItemResponse as UpdateScheduleItemResponse, type context$b_UpdateScheduleItemResponseNonNullableFields as UpdateScheduleItemResponseNonNullableFields, context$b_addScheduleItem as addScheduleItem, context$b_deleteScheduleItem as deleteScheduleItem, discardDraft$2 as discardDraft, context$b_getScheduleItem as getScheduleItem, context$b_listScheduleItems as listScheduleItems, publishDraft$2 as publishDraft, context$b_queryScheduleItems as queryScheduleItems, context$b_rescheduleDraft as rescheduleDraft, context$b_updateScheduleItem as updateScheduleItem };
|
|
4646
4989
|
}
|
|
4647
4990
|
|
|
4648
4991
|
/** Staff members are events hosts assigned persons who can perform check-in for tickets owners, sell tickets or add guests manually. */
|
|
@@ -5228,24 +5571,15 @@ declare const onStaffMemberCreated$1: EventDefinition<StaffMemberCreatedEnvelope
|
|
|
5228
5571
|
declare const onStaffMemberUpdated$1: EventDefinition<StaffMemberUpdatedEnvelope, "wix.events.staffmembers.v1.staff_member_updated">;
|
|
5229
5572
|
declare const onStaffMemberDeleted$1: EventDefinition<StaffMemberDeletedEnvelope, "wix.events.staffmembers.v1.staff_member_deleted">;
|
|
5230
5573
|
|
|
5231
|
-
declare function createRESTModule$a<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
5232
|
-
|
|
5233
5574
|
declare function createEventModule$9<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
5234
5575
|
|
|
5235
|
-
|
|
5236
|
-
declare const
|
|
5237
|
-
|
|
5238
|
-
declare const
|
|
5239
|
-
|
|
5240
|
-
declare const
|
|
5241
|
-
|
|
5242
|
-
declare const deleteStaffMember: ReturnType<typeof createRESTModule$a<_publicDeleteStaffMemberType>>;
|
|
5243
|
-
type _publicQueryStaffMembersType = typeof queryStaffMembers$1;
|
|
5244
|
-
declare const queryStaffMembers: ReturnType<typeof createRESTModule$a<_publicQueryStaffMembersType>>;
|
|
5245
|
-
type _publicJoinStaffMemberType = typeof joinStaffMember$1;
|
|
5246
|
-
declare const joinStaffMember: ReturnType<typeof createRESTModule$a<_publicJoinStaffMemberType>>;
|
|
5247
|
-
type _publicAccessStaffMemberType = typeof accessStaffMember$1;
|
|
5248
|
-
declare const accessStaffMember: ReturnType<typeof createRESTModule$a<_publicAccessStaffMemberType>>;
|
|
5576
|
+
declare const createStaffMember: BuildRESTFunction<typeof createStaffMember$1> & typeof createStaffMember$1;
|
|
5577
|
+
declare const getStaffMember: BuildRESTFunction<typeof getStaffMember$1> & typeof getStaffMember$1;
|
|
5578
|
+
declare const updateStaffMember: BuildRESTFunction<typeof updateStaffMember$1> & typeof updateStaffMember$1;
|
|
5579
|
+
declare const deleteStaffMember: BuildRESTFunction<typeof deleteStaffMember$1> & typeof deleteStaffMember$1;
|
|
5580
|
+
declare const queryStaffMembers: BuildRESTFunction<typeof queryStaffMembers$1> & typeof queryStaffMembers$1;
|
|
5581
|
+
declare const joinStaffMember: BuildRESTFunction<typeof joinStaffMember$1> & typeof joinStaffMember$1;
|
|
5582
|
+
declare const accessStaffMember: BuildRESTFunction<typeof accessStaffMember$1> & typeof accessStaffMember$1;
|
|
5249
5583
|
|
|
5250
5584
|
type _publicOnStaffMemberCreatedType = typeof onStaffMemberCreated$1;
|
|
5251
5585
|
/** */
|
|
@@ -5296,16 +5630,9 @@ type context$a_UpdateStaffMember = UpdateStaffMember;
|
|
|
5296
5630
|
type context$a_UpdateStaffMemberRequest = UpdateStaffMemberRequest;
|
|
5297
5631
|
type context$a_UpdateStaffMemberResponse = UpdateStaffMemberResponse;
|
|
5298
5632
|
type context$a_UpdateStaffMemberResponseNonNullableFields = UpdateStaffMemberResponseNonNullableFields;
|
|
5299
|
-
type context$a__publicAccessStaffMemberType = _publicAccessStaffMemberType;
|
|
5300
|
-
type context$a__publicCreateStaffMemberType = _publicCreateStaffMemberType;
|
|
5301
|
-
type context$a__publicDeleteStaffMemberType = _publicDeleteStaffMemberType;
|
|
5302
|
-
type context$a__publicGetStaffMemberType = _publicGetStaffMemberType;
|
|
5303
|
-
type context$a__publicJoinStaffMemberType = _publicJoinStaffMemberType;
|
|
5304
5633
|
type context$a__publicOnStaffMemberCreatedType = _publicOnStaffMemberCreatedType;
|
|
5305
5634
|
type context$a__publicOnStaffMemberDeletedType = _publicOnStaffMemberDeletedType;
|
|
5306
5635
|
type context$a__publicOnStaffMemberUpdatedType = _publicOnStaffMemberUpdatedType;
|
|
5307
|
-
type context$a__publicQueryStaffMembersType = _publicQueryStaffMembersType;
|
|
5308
|
-
type context$a__publicUpdateStaffMemberType = _publicUpdateStaffMemberType;
|
|
5309
5636
|
declare const context$a_accessStaffMember: typeof accessStaffMember;
|
|
5310
5637
|
declare const context$a_createStaffMember: typeof createStaffMember;
|
|
5311
5638
|
declare const context$a_deleteStaffMember: typeof deleteStaffMember;
|
|
@@ -5317,7 +5644,7 @@ declare const context$a_onStaffMemberUpdated: typeof onStaffMemberUpdated;
|
|
|
5317
5644
|
declare const context$a_queryStaffMembers: typeof queryStaffMembers;
|
|
5318
5645
|
declare const context$a_updateStaffMember: typeof updateStaffMember;
|
|
5319
5646
|
declare namespace context$a {
|
|
5320
|
-
export { type context$a_AccessStaffMemberRequest as AccessStaffMemberRequest, type context$a_AccessStaffMemberResponse as AccessStaffMemberResponse, type context$a_AccessStaffMemberResponseNonNullableFields as AccessStaffMemberResponseNonNullableFields, type ActionEvent$6 as ActionEvent, type context$a_AllEvents as AllEvents, type BaseEventMetadata$9 as BaseEventMetadata, type context$a_CreateStaffMemberRequest as CreateStaffMemberRequest, type context$a_CreateStaffMemberResponse as CreateStaffMemberResponse, type context$a_CreateStaffMemberResponseNonNullableFields as CreateStaffMemberResponseNonNullableFields, type CursorPaging$5 as CursorPaging, type Cursors$6 as Cursors, type context$a_DeleteStaffMemberRequest as DeleteStaffMemberRequest, type context$a_DeleteStaffMemberResponse as DeleteStaffMemberResponse, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type EventMetadata$4 as EventMetadata, type ExtendedFields$2 as ExtendedFields, context$a_Fieldset as Fieldset, type context$a_GetStaffMemberOptions as GetStaffMemberOptions, type context$a_GetStaffMemberRequest as GetStaffMemberRequest, type context$a_GetStaffMemberResponse as GetStaffMemberResponse, type context$a_GetStaffMemberResponseNonNullableFields as GetStaffMemberResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type context$a_JoinStaffMemberRequest as JoinStaffMemberRequest, type context$a_JoinStaffMemberResponse as JoinStaffMemberResponse, type context$a_JoinStaffMemberResponseNonNullableFields as JoinStaffMemberResponseNonNullableFields, type MessageEnvelope$a as MessageEnvelope, type Paging$5 as Paging, type PagingMetadataV2$5 as PagingMetadataV2, type context$a_QueryStaffMembersOptions as QueryStaffMembersOptions, type context$a_QueryStaffMembersRequest as QueryStaffMembersRequest, type context$a_QueryStaffMembersResponse as QueryStaffMembersResponse, type context$a_QueryStaffMembersResponseNonNullableFields as QueryStaffMembersResponseNonNullableFields, type QueryV2$5 as QueryV2, type QueryV2PagingMethodOneOf$5 as QueryV2PagingMethodOneOf, context$a_Scope as Scope, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type context$a_SpecificEvents as SpecificEvents, type context$a_StaffMember as StaffMember, type context$a_StaffMemberCreatedEnvelope as StaffMemberCreatedEnvelope, type context$a_StaffMemberDeletedEnvelope as StaffMemberDeletedEnvelope, type context$a_StaffMemberEventAccessOneOf as StaffMemberEventAccessOneOf, type context$a_StaffMemberNonNullableFields as StaffMemberNonNullableFields, type context$a_StaffMemberUpdatedEnvelope as StaffMemberUpdatedEnvelope, type context$a_StaffMembersQueryBuilder as StaffMembersQueryBuilder, type context$a_StaffMembersQueryResult as StaffMembersQueryResult, Status$5 as Status, type context$a_UpdateStaffMember as UpdateStaffMember, type context$a_UpdateStaffMemberRequest as UpdateStaffMemberRequest, type context$a_UpdateStaffMemberResponse as UpdateStaffMemberResponse, type context$a_UpdateStaffMemberResponseNonNullableFields as UpdateStaffMemberResponseNonNullableFields, WebhookIdentityType$a as WebhookIdentityType, type context$
|
|
5647
|
+
export { type context$a_AccessStaffMemberRequest as AccessStaffMemberRequest, type context$a_AccessStaffMemberResponse as AccessStaffMemberResponse, type context$a_AccessStaffMemberResponseNonNullableFields as AccessStaffMemberResponseNonNullableFields, type ActionEvent$6 as ActionEvent, type context$a_AllEvents as AllEvents, type BaseEventMetadata$9 as BaseEventMetadata, type context$a_CreateStaffMemberRequest as CreateStaffMemberRequest, type context$a_CreateStaffMemberResponse as CreateStaffMemberResponse, type context$a_CreateStaffMemberResponseNonNullableFields as CreateStaffMemberResponseNonNullableFields, type CursorPaging$5 as CursorPaging, type Cursors$6 as Cursors, type context$a_DeleteStaffMemberRequest as DeleteStaffMemberRequest, type context$a_DeleteStaffMemberResponse as DeleteStaffMemberResponse, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type EventMetadata$4 as EventMetadata, type ExtendedFields$2 as ExtendedFields, context$a_Fieldset as Fieldset, type context$a_GetStaffMemberOptions as GetStaffMemberOptions, type context$a_GetStaffMemberRequest as GetStaffMemberRequest, type context$a_GetStaffMemberResponse as GetStaffMemberResponse, type context$a_GetStaffMemberResponseNonNullableFields as GetStaffMemberResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type context$a_JoinStaffMemberRequest as JoinStaffMemberRequest, type context$a_JoinStaffMemberResponse as JoinStaffMemberResponse, type context$a_JoinStaffMemberResponseNonNullableFields as JoinStaffMemberResponseNonNullableFields, type MessageEnvelope$a as MessageEnvelope, type Paging$5 as Paging, type PagingMetadataV2$5 as PagingMetadataV2, type context$a_QueryStaffMembersOptions as QueryStaffMembersOptions, type context$a_QueryStaffMembersRequest as QueryStaffMembersRequest, type context$a_QueryStaffMembersResponse as QueryStaffMembersResponse, type context$a_QueryStaffMembersResponseNonNullableFields as QueryStaffMembersResponseNonNullableFields, type QueryV2$5 as QueryV2, type QueryV2PagingMethodOneOf$5 as QueryV2PagingMethodOneOf, context$a_Scope as Scope, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type context$a_SpecificEvents as SpecificEvents, type context$a_StaffMember as StaffMember, type context$a_StaffMemberCreatedEnvelope as StaffMemberCreatedEnvelope, type context$a_StaffMemberDeletedEnvelope as StaffMemberDeletedEnvelope, type context$a_StaffMemberEventAccessOneOf as StaffMemberEventAccessOneOf, type context$a_StaffMemberNonNullableFields as StaffMemberNonNullableFields, type context$a_StaffMemberUpdatedEnvelope as StaffMemberUpdatedEnvelope, type context$a_StaffMembersQueryBuilder as StaffMembersQueryBuilder, type context$a_StaffMembersQueryResult as StaffMembersQueryResult, Status$5 as Status, type context$a_UpdateStaffMember as UpdateStaffMember, type context$a_UpdateStaffMemberRequest as UpdateStaffMemberRequest, type context$a_UpdateStaffMemberResponse as UpdateStaffMemberResponse, type context$a_UpdateStaffMemberResponseNonNullableFields as UpdateStaffMemberResponseNonNullableFields, WebhookIdentityType$a as WebhookIdentityType, type context$a__publicOnStaffMemberCreatedType as _publicOnStaffMemberCreatedType, type context$a__publicOnStaffMemberDeletedType as _publicOnStaffMemberDeletedType, type context$a__publicOnStaffMemberUpdatedType as _publicOnStaffMemberUpdatedType, context$a_accessStaffMember as accessStaffMember, context$a_createStaffMember as createStaffMember, context$a_deleteStaffMember as deleteStaffMember, context$a_getStaffMember as getStaffMember, context$a_joinStaffMember as joinStaffMember, context$a_onStaffMemberCreated as onStaffMemberCreated, context$a_onStaffMemberDeleted as onStaffMemberDeleted, context$a_onStaffMemberUpdated as onStaffMemberUpdated, onStaffMemberCreated$1 as publicOnStaffMemberCreated, onStaffMemberDeleted$1 as publicOnStaffMemberDeleted, onStaffMemberUpdated$1 as publicOnStaffMemberUpdated, context$a_queryStaffMembers as queryStaffMembers, context$a_updateStaffMember as updateStaffMember };
|
|
5321
5648
|
}
|
|
5322
5649
|
|
|
5323
5650
|
interface Category$3 {
|
|
@@ -5993,34 +6320,19 @@ interface ReorderCategoryEventsSignature {
|
|
|
5993
6320
|
(categoryId: string, options?: ReorderCategoryEventsOptions | undefined): Promise<void>;
|
|
5994
6321
|
}
|
|
5995
6322
|
|
|
5996
|
-
declare
|
|
5997
|
-
|
|
5998
|
-
|
|
5999
|
-
declare const
|
|
6000
|
-
|
|
6001
|
-
declare const
|
|
6002
|
-
|
|
6003
|
-
declare const
|
|
6004
|
-
|
|
6005
|
-
declare const
|
|
6006
|
-
|
|
6007
|
-
declare const
|
|
6008
|
-
|
|
6009
|
-
declare const assignEvents: ReturnType<typeof createRESTModule$9<_publicAssignEventsType>>;
|
|
6010
|
-
type _publicBulkAssignEventsType = typeof bulkAssignEvents$1;
|
|
6011
|
-
declare const bulkAssignEvents: ReturnType<typeof createRESTModule$9<_publicBulkAssignEventsType>>;
|
|
6012
|
-
type _publicBulkAssignEventsAsyncType = typeof bulkAssignEventsAsync$1;
|
|
6013
|
-
declare const bulkAssignEventsAsync: ReturnType<typeof createRESTModule$9<_publicBulkAssignEventsAsyncType>>;
|
|
6014
|
-
type _publicUnassignEventsType = typeof unassignEvents$1;
|
|
6015
|
-
declare const unassignEvents: ReturnType<typeof createRESTModule$9<_publicUnassignEventsType>>;
|
|
6016
|
-
type _publicBulkUnassignEventsType = typeof bulkUnassignEvents$1;
|
|
6017
|
-
declare const bulkUnassignEvents: ReturnType<typeof createRESTModule$9<_publicBulkUnassignEventsType>>;
|
|
6018
|
-
type _publicBulkUnassignEventsAsyncType = typeof bulkUnassignEventsAsync$1;
|
|
6019
|
-
declare const bulkUnassignEventsAsync: ReturnType<typeof createRESTModule$9<_publicBulkUnassignEventsAsyncType>>;
|
|
6020
|
-
type _publicListEventCategoriesType = typeof listEventCategories$1;
|
|
6021
|
-
declare const listEventCategories: ReturnType<typeof createRESTModule$9<_publicListEventCategoriesType>>;
|
|
6022
|
-
type _publicReorderCategoryEventsType = typeof reorderCategoryEvents$1;
|
|
6023
|
-
declare const reorderCategoryEvents: ReturnType<typeof createRESTModule$9<_publicReorderCategoryEventsType>>;
|
|
6323
|
+
declare const createCategory: BuildRESTFunction<typeof createCategory$1> & typeof createCategory$1;
|
|
6324
|
+
declare const bulkCreateCategory: BuildRESTFunction<typeof bulkCreateCategory$1> & typeof bulkCreateCategory$1;
|
|
6325
|
+
declare const updateCategory: BuildRESTFunction<typeof updateCategory$1> & typeof updateCategory$1;
|
|
6326
|
+
declare const deleteCategory: BuildRESTFunction<typeof deleteCategory$1> & typeof deleteCategory$1;
|
|
6327
|
+
declare const queryCategories: BuildRESTFunction<typeof queryCategories$1> & typeof queryCategories$1;
|
|
6328
|
+
declare const assignEvents: BuildRESTFunction<typeof assignEvents$1> & typeof assignEvents$1;
|
|
6329
|
+
declare const bulkAssignEvents: BuildRESTFunction<typeof bulkAssignEvents$1> & typeof bulkAssignEvents$1;
|
|
6330
|
+
declare const bulkAssignEventsAsync: BuildRESTFunction<typeof bulkAssignEventsAsync$1> & typeof bulkAssignEventsAsync$1;
|
|
6331
|
+
declare const unassignEvents: BuildRESTFunction<typeof unassignEvents$1> & typeof unassignEvents$1;
|
|
6332
|
+
declare const bulkUnassignEvents: BuildRESTFunction<typeof bulkUnassignEvents$1> & typeof bulkUnassignEvents$1;
|
|
6333
|
+
declare const bulkUnassignEventsAsync: BuildRESTFunction<typeof bulkUnassignEventsAsync$1> & typeof bulkUnassignEventsAsync$1;
|
|
6334
|
+
declare const listEventCategories: BuildRESTFunction<typeof listEventCategories$1> & typeof listEventCategories$1;
|
|
6335
|
+
declare const reorderCategoryEvents: BuildRESTFunction<typeof reorderCategoryEvents$1> & typeof reorderCategoryEvents$1;
|
|
6024
6336
|
|
|
6025
6337
|
type context$9_ApplicationError = ApplicationError;
|
|
6026
6338
|
type context$9_AssignEventsRequest = AssignEventsRequest;
|
|
@@ -6072,19 +6384,6 @@ type context$9_UpdateCategory = UpdateCategory;
|
|
|
6072
6384
|
type context$9_UpdateCategoryRequest = UpdateCategoryRequest;
|
|
6073
6385
|
type context$9_UpdateCategoryResponse = UpdateCategoryResponse;
|
|
6074
6386
|
type context$9_UpdateCategoryResponseNonNullableFields = UpdateCategoryResponseNonNullableFields;
|
|
6075
|
-
type context$9__publicAssignEventsType = _publicAssignEventsType;
|
|
6076
|
-
type context$9__publicBulkAssignEventsAsyncType = _publicBulkAssignEventsAsyncType;
|
|
6077
|
-
type context$9__publicBulkAssignEventsType = _publicBulkAssignEventsType;
|
|
6078
|
-
type context$9__publicBulkCreateCategoryType = _publicBulkCreateCategoryType;
|
|
6079
|
-
type context$9__publicBulkUnassignEventsAsyncType = _publicBulkUnassignEventsAsyncType;
|
|
6080
|
-
type context$9__publicBulkUnassignEventsType = _publicBulkUnassignEventsType;
|
|
6081
|
-
type context$9__publicCreateCategoryType = _publicCreateCategoryType;
|
|
6082
|
-
type context$9__publicDeleteCategoryType = _publicDeleteCategoryType;
|
|
6083
|
-
type context$9__publicListEventCategoriesType = _publicListEventCategoriesType;
|
|
6084
|
-
type context$9__publicQueryCategoriesType = _publicQueryCategoriesType;
|
|
6085
|
-
type context$9__publicReorderCategoryEventsType = _publicReorderCategoryEventsType;
|
|
6086
|
-
type context$9__publicUnassignEventsType = _publicUnassignEventsType;
|
|
6087
|
-
type context$9__publicUpdateCategoryType = _publicUpdateCategoryType;
|
|
6088
6387
|
declare const context$9_assignEvents: typeof assignEvents;
|
|
6089
6388
|
declare const context$9_bulkAssignEvents: typeof bulkAssignEvents;
|
|
6090
6389
|
declare const context$9_bulkAssignEventsAsync: typeof bulkAssignEventsAsync;
|
|
@@ -6099,7 +6398,7 @@ declare const context$9_reorderCategoryEvents: typeof reorderCategoryEvents;
|
|
|
6099
6398
|
declare const context$9_unassignEvents: typeof unassignEvents;
|
|
6100
6399
|
declare const context$9_updateCategory: typeof updateCategory;
|
|
6101
6400
|
declare namespace context$9 {
|
|
6102
|
-
export { type ActionEvent$5 as ActionEvent, type context$9_ApplicationError as ApplicationError, type context$9_AssignEventsRequest as AssignEventsRequest, type context$9_AssignEventsResponse as AssignEventsResponse, type context$9_BulkActionMetadata as BulkActionMetadata, type context$9_BulkAssignEventsAsyncOptions as BulkAssignEventsAsyncOptions, type context$9_BulkAssignEventsAsyncRequest as BulkAssignEventsAsyncRequest, type context$9_BulkAssignEventsAsyncResponse as BulkAssignEventsAsyncResponse, type context$9_BulkAssignEventsOptions as BulkAssignEventsOptions, type context$9_BulkAssignEventsRequest as BulkAssignEventsRequest, type context$9_BulkAssignEventsResponse as BulkAssignEventsResponse, type context$9_BulkAssignEventsResponseNonNullableFields as BulkAssignEventsResponseNonNullableFields, type context$9_BulkCategoryResult as BulkCategoryResult, type context$9_BulkCreateCategoryRequest as BulkCreateCategoryRequest, type context$9_BulkCreateCategoryResponse as BulkCreateCategoryResponse, type context$9_BulkCreateCategoryResponseNonNullableFields as BulkCreateCategoryResponseNonNullableFields, type context$9_BulkUnassignEventsAsyncOptions as BulkUnassignEventsAsyncOptions, type context$9_BulkUnassignEventsAsyncRequest as BulkUnassignEventsAsyncRequest, type context$9_BulkUnassignEventsAsyncResponse as BulkUnassignEventsAsyncResponse, type context$9_BulkUnassignEventsOptions as BulkUnassignEventsOptions, type context$9_BulkUnassignEventsRequest as BulkUnassignEventsRequest, type context$9_BulkUnassignEventsResponse as BulkUnassignEventsResponse, type context$9_BulkUnassignEventsResponseNonNullableFields as BulkUnassignEventsResponseNonNullableFields, type context$9_CategoriesQueryBuilder as CategoriesQueryBuilder, type context$9_CategoriesQueryResult as CategoriesQueryResult, type Category$3 as Category, type CategoryCounts$3 as CategoryCounts, context$9_CategoryFieldset as CategoryFieldset, type context$9_CategoryNonNullableFields as CategoryNonNullableFields, type context$9_CreateCategoryRequest as CreateCategoryRequest, type context$9_CreateCategoryResponse as CreateCategoryResponse, type context$9_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type Cursors$5 as Cursors, type context$9_DeleteCategoryRequest as DeleteCategoryRequest, type context$9_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$9_ItemMetadata as ItemMetadata, type context$9_ListEventCategoriesRequest as ListEventCategoriesRequest, type context$9_ListEventCategoriesResponse as ListEventCategoriesResponse, type context$9_ListEventCategoriesResponseNonNullableFields as ListEventCategoriesResponseNonNullableFields, type MessageEnvelope$9 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type context$9_QueryCategoriesOptions as QueryCategoriesOptions, type context$9_QueryCategoriesRequest as QueryCategoriesRequest, type context$9_QueryCategoriesResponse as QueryCategoriesResponse, type context$9_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type context$9_ReorderCategoryEventsOptions as ReorderCategoryEventsOptions, type context$9_ReorderCategoryEventsRequest as ReorderCategoryEventsRequest, type context$9_ReorderCategoryEventsRequestReferenceEventOneOf as ReorderCategoryEventsRequestReferenceEventOneOf, type context$9_ReorderCategoryEventsResponse as ReorderCategoryEventsResponse, type RestoreInfo$4 as RestoreInfo, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, State$6 as State, type context$9_UnassignEventsRequest as UnassignEventsRequest, type context$9_UnassignEventsResponse as UnassignEventsResponse, type context$9_UpdateCategory as UpdateCategory, type context$9_UpdateCategoryRequest as UpdateCategoryRequest, type context$9_UpdateCategoryResponse as UpdateCategoryResponse, type context$9_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$9 as WebhookIdentityType,
|
|
6401
|
+
export { type ActionEvent$5 as ActionEvent, type context$9_ApplicationError as ApplicationError, type context$9_AssignEventsRequest as AssignEventsRequest, type context$9_AssignEventsResponse as AssignEventsResponse, type context$9_BulkActionMetadata as BulkActionMetadata, type context$9_BulkAssignEventsAsyncOptions as BulkAssignEventsAsyncOptions, type context$9_BulkAssignEventsAsyncRequest as BulkAssignEventsAsyncRequest, type context$9_BulkAssignEventsAsyncResponse as BulkAssignEventsAsyncResponse, type context$9_BulkAssignEventsOptions as BulkAssignEventsOptions, type context$9_BulkAssignEventsRequest as BulkAssignEventsRequest, type context$9_BulkAssignEventsResponse as BulkAssignEventsResponse, type context$9_BulkAssignEventsResponseNonNullableFields as BulkAssignEventsResponseNonNullableFields, type context$9_BulkCategoryResult as BulkCategoryResult, type context$9_BulkCreateCategoryRequest as BulkCreateCategoryRequest, type context$9_BulkCreateCategoryResponse as BulkCreateCategoryResponse, type context$9_BulkCreateCategoryResponseNonNullableFields as BulkCreateCategoryResponseNonNullableFields, type context$9_BulkUnassignEventsAsyncOptions as BulkUnassignEventsAsyncOptions, type context$9_BulkUnassignEventsAsyncRequest as BulkUnassignEventsAsyncRequest, type context$9_BulkUnassignEventsAsyncResponse as BulkUnassignEventsAsyncResponse, type context$9_BulkUnassignEventsOptions as BulkUnassignEventsOptions, type context$9_BulkUnassignEventsRequest as BulkUnassignEventsRequest, type context$9_BulkUnassignEventsResponse as BulkUnassignEventsResponse, type context$9_BulkUnassignEventsResponseNonNullableFields as BulkUnassignEventsResponseNonNullableFields, type context$9_CategoriesQueryBuilder as CategoriesQueryBuilder, type context$9_CategoriesQueryResult as CategoriesQueryResult, type Category$3 as Category, type CategoryCounts$3 as CategoryCounts, context$9_CategoryFieldset as CategoryFieldset, type context$9_CategoryNonNullableFields as CategoryNonNullableFields, type context$9_CreateCategoryRequest as CreateCategoryRequest, type context$9_CreateCategoryResponse as CreateCategoryResponse, type context$9_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type Cursors$5 as Cursors, type context$9_DeleteCategoryRequest as DeleteCategoryRequest, type context$9_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$9_ItemMetadata as ItemMetadata, type context$9_ListEventCategoriesRequest as ListEventCategoriesRequest, type context$9_ListEventCategoriesResponse as ListEventCategoriesResponse, type context$9_ListEventCategoriesResponseNonNullableFields as ListEventCategoriesResponseNonNullableFields, type MessageEnvelope$9 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type context$9_QueryCategoriesOptions as QueryCategoriesOptions, type context$9_QueryCategoriesRequest as QueryCategoriesRequest, type context$9_QueryCategoriesResponse as QueryCategoriesResponse, type context$9_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type context$9_ReorderCategoryEventsOptions as ReorderCategoryEventsOptions, type context$9_ReorderCategoryEventsRequest as ReorderCategoryEventsRequest, type context$9_ReorderCategoryEventsRequestReferenceEventOneOf as ReorderCategoryEventsRequestReferenceEventOneOf, type context$9_ReorderCategoryEventsResponse as ReorderCategoryEventsResponse, type RestoreInfo$4 as RestoreInfo, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, State$6 as State, type context$9_UnassignEventsRequest as UnassignEventsRequest, type context$9_UnassignEventsResponse as UnassignEventsResponse, type context$9_UpdateCategory as UpdateCategory, type context$9_UpdateCategoryRequest as UpdateCategoryRequest, type context$9_UpdateCategoryResponse as UpdateCategoryResponse, type context$9_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$9 as WebhookIdentityType, context$9_assignEvents as assignEvents, context$9_bulkAssignEvents as bulkAssignEvents, context$9_bulkAssignEventsAsync as bulkAssignEventsAsync, context$9_bulkCreateCategory as bulkCreateCategory, context$9_bulkUnassignEvents as bulkUnassignEvents, context$9_bulkUnassignEventsAsync as bulkUnassignEventsAsync, context$9_createCategory as createCategory, context$9_deleteCategory as deleteCategory, context$9_listEventCategories as listEventCategories, context$9_queryCategories as queryCategories, context$9_reorderCategoryEvents as reorderCategoryEvents, context$9_unassignEvents as unassignEvents, context$9_updateCategory as updateCategory };
|
|
6103
6402
|
}
|
|
6104
6403
|
|
|
6105
6404
|
/**
|
|
@@ -7635,24 +7934,15 @@ interface DiscardDraftSignature {
|
|
|
7635
7934
|
}
|
|
7636
7935
|
declare const onFormEventUpdated$1: EventDefinition<FormEventUpdatedEnvelope, "wix.events.events.EventUpdated">;
|
|
7637
7936
|
|
|
7638
|
-
declare function createRESTModule$8<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
7639
|
-
|
|
7640
7937
|
declare function createEventModule$8<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
7641
7938
|
|
|
7642
|
-
|
|
7643
|
-
declare const
|
|
7644
|
-
|
|
7645
|
-
declare const
|
|
7646
|
-
|
|
7647
|
-
declare const
|
|
7648
|
-
|
|
7649
|
-
declare const deleteControl: ReturnType<typeof createRESTModule$8<_publicDeleteControlType>>;
|
|
7650
|
-
type _publicUpdateMessagesType = typeof updateMessages$1;
|
|
7651
|
-
declare const updateMessages: ReturnType<typeof createRESTModule$8<_publicUpdateMessagesType>>;
|
|
7652
|
-
type _publicPublishDraftType = typeof publishDraft$1;
|
|
7653
|
-
declare const publishDraft: ReturnType<typeof createRESTModule$8<_publicPublishDraftType>>;
|
|
7654
|
-
type _publicDiscardDraftType = typeof discardDraft$1;
|
|
7655
|
-
declare const discardDraft: ReturnType<typeof createRESTModule$8<_publicDiscardDraftType>>;
|
|
7939
|
+
declare const getForm: BuildRESTFunction<typeof getForm$1> & typeof getForm$1;
|
|
7940
|
+
declare const addControl: BuildRESTFunction<typeof addControl$1> & typeof addControl$1;
|
|
7941
|
+
declare const updateControl: BuildRESTFunction<typeof updateControl$1> & typeof updateControl$1;
|
|
7942
|
+
declare const deleteControl: BuildRESTFunction<typeof deleteControl$1> & typeof deleteControl$1;
|
|
7943
|
+
declare const updateMessages: BuildRESTFunction<typeof updateMessages$1> & typeof updateMessages$1;
|
|
7944
|
+
declare const publishDraft: BuildRESTFunction<typeof publishDraft$1> & typeof publishDraft$1;
|
|
7945
|
+
declare const discardDraft: BuildRESTFunction<typeof discardDraft$1> & typeof discardDraft$1;
|
|
7656
7946
|
|
|
7657
7947
|
type _publicOnFormEventUpdatedType = typeof onFormEventUpdated$1;
|
|
7658
7948
|
/** */
|
|
@@ -7702,14 +7992,7 @@ type context$8_UpdateMessagesOptions = UpdateMessagesOptions;
|
|
|
7702
7992
|
type context$8_UpdateMessagesRequest = UpdateMessagesRequest;
|
|
7703
7993
|
type context$8_UpdateMessagesResponse = UpdateMessagesResponse;
|
|
7704
7994
|
type context$8_UpdateMessagesResponseNonNullableFields = UpdateMessagesResponseNonNullableFields;
|
|
7705
|
-
type context$8__publicAddControlType = _publicAddControlType;
|
|
7706
|
-
type context$8__publicDeleteControlType = _publicDeleteControlType;
|
|
7707
|
-
type context$8__publicDiscardDraftType = _publicDiscardDraftType;
|
|
7708
|
-
type context$8__publicGetFormType = _publicGetFormType;
|
|
7709
7995
|
type context$8__publicOnFormEventUpdatedType = _publicOnFormEventUpdatedType;
|
|
7710
|
-
type context$8__publicPublishDraftType = _publicPublishDraftType;
|
|
7711
|
-
type context$8__publicUpdateControlType = _publicUpdateControlType;
|
|
7712
|
-
type context$8__publicUpdateMessagesType = _publicUpdateMessagesType;
|
|
7713
7996
|
declare const context$8_addControl: typeof addControl;
|
|
7714
7997
|
declare const context$8_deleteControl: typeof deleteControl;
|
|
7715
7998
|
declare const context$8_discardDraft: typeof discardDraft;
|
|
@@ -7719,7 +8002,7 @@ declare const context$8_publishDraft: typeof publishDraft;
|
|
|
7719
8002
|
declare const context$8_updateControl: typeof updateControl;
|
|
7720
8003
|
declare const context$8_updateMessages: typeof updateMessages;
|
|
7721
8004
|
declare namespace context$8 {
|
|
7722
|
-
export { type ActionEvent$4 as ActionEvent, type context$8_AddControlOptions as AddControlOptions, type context$8_AddControlRequest as AddControlRequest, type context$8_AddControlRequestControlOneOf as AddControlRequestControlOneOf, type context$8_AddControlResponse as AddControlResponse, type context$8_AddControlResponseNonNullableFields as AddControlResponseNonNullableFields, type context$8_AdditionalGuestsControl as AdditionalGuestsControl, type Address$7 as Address, type context$8_AddressControl as AddressControl, type context$8_AddressControlLabels as AddressControlLabels, type AddressLocation$7 as AddressLocation, type AddressStreetOneOf$7 as AddressStreetOneOf, type Agenda$2 as Agenda, type BaseEventMetadata$8 as BaseEventMetadata, type CalendarLinks$4 as CalendarLinks, type Category$2 as Category, type CategoryCounts$2 as CategoryCounts, type context$8_CheckboxControl as CheckboxControl, type CheckoutFormMessages$2 as CheckoutFormMessages, ConferenceType$2 as ConferenceType, type Dashboard$4 as Dashboard, type context$8_DateControl as DateControl, type context$8_DeleteControlIdentifiers as DeleteControlIdentifiers, type context$8_DeleteControlRequest as DeleteControlRequest, type context$8_DeleteControlResponse as DeleteControlResponse, type context$8_DeleteControlResponseNonNullableFields as DeleteControlResponseNonNullableFields, type context$8_DiscardDraftRequest as DiscardDraftRequest, type context$8_DiscardDraftResponse as DiscardDraftResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type context$8_DropdownControl as DropdownControl, type context$8_EmailControl as EmailControl, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type Event$2 as Event, type EventDisplaySettings$2 as EventDisplaySettings, EventStatus$4 as EventStatus, EventType$2 as EventType, type EventUpdated$2 as EventUpdated, type ExternalEvent$2 as ExternalEvent, type Feed$2 as Feed, type Form$2 as Form, type context$8_FormEventUpdatedEnvelope as FormEventUpdatedEnvelope, type context$8_FormInputControlAdded as FormInputControlAdded, type context$8_FormInputControlDeleted as FormInputControlDeleted, type context$8_FormInputControlUpdated as FormInputControlUpdated, type FormMessages$2 as FormMessages, type FormNonNullableFields$1 as FormNonNullableFields, type context$8_GetFormRequest as GetFormRequest, type context$8_GetFormResponse as GetFormResponse, type context$8_GetFormResponseNonNullableFields as GetFormResponseNonNullableFields, type GuestListConfig$2 as GuestListConfig, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type Input$2 as Input, type InputControl$2 as InputControl, InputControlType$2 as InputControlType, type Keyword$2 as Keyword, type Label$2 as Label, type LabellingSettings$2 as LabellingSettings, type context$8_Labels as Labels, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type MessageEnvelope$8 as MessageEnvelope, type Money$5 as Money, type context$8_NameControl as NameControl, type context$8_NameControlLabels as NameControlLabels, type Negative$2 as Negative, type NegativeResponseConfirmation$2 as NegativeResponseConfirmation, type Occurrence$4 as Occurrence, type OnlineConferencing$2 as OnlineConferencing, type OnlineConferencingConfig$2 as OnlineConferencingConfig, type OnlineConferencingSession$2 as OnlineConferencingSession, type OptionSelection$2 as OptionSelection, type OptionSelectionSelectedOptionOneOf$2 as OptionSelectionSelectedOptionOneOf, type context$8_PhoneControl as PhoneControl, type Positive$2 as Positive, type PositiveResponseConfirmation$2 as PositiveResponseConfirmation, type context$8_PublishDraftRequest as PublishDraftRequest, type context$8_PublishDraftResponse as PublishDraftResponse, type context$8_PublishDraftResponseNonNullableFields as PublishDraftResponseNonNullableFields, type context$8_RadioButtonControl as RadioButtonControl, type Recurrences$4 as Recurrences, type Registration$2 as Registration, type RegistrationClosedMessages$2 as RegistrationClosedMessages, RegistrationStatus$2 as RegistrationStatus, RequestedFields$1 as RequestedFields, type ResponseConfirmation$2 as ResponseConfirmation, type RestoreInfo$3 as RestoreInfo, type RsvpCollection$2 as RsvpCollection, type RsvpCollectionConfig$2 as RsvpCollectionConfig, type RsvpFormMessages$2 as RsvpFormMessages, RsvpStatusOptions$2 as RsvpStatusOptions, type RsvpSummary$3 as RsvpSummary, type ScheduleConfig$4 as ScheduleConfig, type Scheduling$2 as Scheduling, type SeoSchema$2 as SeoSchema, type SeoSettings$2 as SeoSettings, type Settings$3 as Settings, type SiteUrl$2 as SiteUrl, State$5 as State, Status$4 as Status, type StreetAddress$7 as StreetAddress, type Subdivision$7 as Subdivision, SubdivisionType$7 as SubdivisionType, type Tag$2 as Tag, type TaxConfig$2 as TaxConfig, TaxType$3 as TaxType, type context$8_TextControl as TextControl, type Ticketing$2 as Ticketing, type TicketingConfig$2 as TicketingConfig, type TicketingSummary$2 as TicketingSummary, type TicketsUnavailableMessages$2 as TicketsUnavailableMessages, type context$8_UpdateControlIdentifiers as UpdateControlIdentifiers, type context$8_UpdateControlOptions as UpdateControlOptions, type context$8_UpdateControlRequest as UpdateControlRequest, type context$8_UpdateControlRequestControlOneOf as UpdateControlRequestControlOneOf, type context$8_UpdateControlResponse as UpdateControlResponse, type context$8_UpdateControlResponseNonNullableFields as UpdateControlResponseNonNullableFields, type context$8_UpdateMessagesOptions as UpdateMessagesOptions, type context$8_UpdateMessagesRequest as UpdateMessagesRequest, type context$8_UpdateMessagesResponse as UpdateMessagesResponse, type context$8_UpdateMessagesResponseNonNullableFields as UpdateMessagesResponseNonNullableFields, ValueType$2 as ValueType, VisitorType$2 as VisitorType, WebhookIdentityType$8 as WebhookIdentityType, type context$
|
|
8005
|
+
export { type ActionEvent$4 as ActionEvent, type context$8_AddControlOptions as AddControlOptions, type context$8_AddControlRequest as AddControlRequest, type context$8_AddControlRequestControlOneOf as AddControlRequestControlOneOf, type context$8_AddControlResponse as AddControlResponse, type context$8_AddControlResponseNonNullableFields as AddControlResponseNonNullableFields, type context$8_AdditionalGuestsControl as AdditionalGuestsControl, type Address$7 as Address, type context$8_AddressControl as AddressControl, type context$8_AddressControlLabels as AddressControlLabels, type AddressLocation$7 as AddressLocation, type AddressStreetOneOf$7 as AddressStreetOneOf, type Agenda$2 as Agenda, type BaseEventMetadata$8 as BaseEventMetadata, type CalendarLinks$4 as CalendarLinks, type Category$2 as Category, type CategoryCounts$2 as CategoryCounts, type context$8_CheckboxControl as CheckboxControl, type CheckoutFormMessages$2 as CheckoutFormMessages, ConferenceType$2 as ConferenceType, type Dashboard$4 as Dashboard, type context$8_DateControl as DateControl, type context$8_DeleteControlIdentifiers as DeleteControlIdentifiers, type context$8_DeleteControlRequest as DeleteControlRequest, type context$8_DeleteControlResponse as DeleteControlResponse, type context$8_DeleteControlResponseNonNullableFields as DeleteControlResponseNonNullableFields, type context$8_DiscardDraftRequest as DiscardDraftRequest, type context$8_DiscardDraftResponse as DiscardDraftResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type context$8_DropdownControl as DropdownControl, type context$8_EmailControl as EmailControl, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type Event$2 as Event, type EventDisplaySettings$2 as EventDisplaySettings, EventStatus$4 as EventStatus, EventType$2 as EventType, type EventUpdated$2 as EventUpdated, type ExternalEvent$2 as ExternalEvent, type Feed$2 as Feed, type Form$2 as Form, type context$8_FormEventUpdatedEnvelope as FormEventUpdatedEnvelope, type context$8_FormInputControlAdded as FormInputControlAdded, type context$8_FormInputControlDeleted as FormInputControlDeleted, type context$8_FormInputControlUpdated as FormInputControlUpdated, type FormMessages$2 as FormMessages, type FormNonNullableFields$1 as FormNonNullableFields, type context$8_GetFormRequest as GetFormRequest, type context$8_GetFormResponse as GetFormResponse, type context$8_GetFormResponseNonNullableFields as GetFormResponseNonNullableFields, type GuestListConfig$2 as GuestListConfig, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type Input$2 as Input, type InputControl$2 as InputControl, InputControlType$2 as InputControlType, type Keyword$2 as Keyword, type Label$2 as Label, type LabellingSettings$2 as LabellingSettings, type context$8_Labels as Labels, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type MessageEnvelope$8 as MessageEnvelope, type Money$5 as Money, type context$8_NameControl as NameControl, type context$8_NameControlLabels as NameControlLabels, type Negative$2 as Negative, type NegativeResponseConfirmation$2 as NegativeResponseConfirmation, type Occurrence$4 as Occurrence, type OnlineConferencing$2 as OnlineConferencing, type OnlineConferencingConfig$2 as OnlineConferencingConfig, type OnlineConferencingSession$2 as OnlineConferencingSession, type OptionSelection$2 as OptionSelection, type OptionSelectionSelectedOptionOneOf$2 as OptionSelectionSelectedOptionOneOf, type context$8_PhoneControl as PhoneControl, type Positive$2 as Positive, type PositiveResponseConfirmation$2 as PositiveResponseConfirmation, type context$8_PublishDraftRequest as PublishDraftRequest, type context$8_PublishDraftResponse as PublishDraftResponse, type context$8_PublishDraftResponseNonNullableFields as PublishDraftResponseNonNullableFields, type context$8_RadioButtonControl as RadioButtonControl, type Recurrences$4 as Recurrences, type Registration$2 as Registration, type RegistrationClosedMessages$2 as RegistrationClosedMessages, RegistrationStatus$2 as RegistrationStatus, RequestedFields$1 as RequestedFields, type ResponseConfirmation$2 as ResponseConfirmation, type RestoreInfo$3 as RestoreInfo, type RsvpCollection$2 as RsvpCollection, type RsvpCollectionConfig$2 as RsvpCollectionConfig, type RsvpFormMessages$2 as RsvpFormMessages, RsvpStatusOptions$2 as RsvpStatusOptions, type RsvpSummary$3 as RsvpSummary, type ScheduleConfig$4 as ScheduleConfig, type Scheduling$2 as Scheduling, type SeoSchema$2 as SeoSchema, type SeoSettings$2 as SeoSettings, type Settings$3 as Settings, type SiteUrl$2 as SiteUrl, State$5 as State, Status$4 as Status, type StreetAddress$7 as StreetAddress, type Subdivision$7 as Subdivision, SubdivisionType$7 as SubdivisionType, type Tag$2 as Tag, type TaxConfig$2 as TaxConfig, TaxType$3 as TaxType, type context$8_TextControl as TextControl, type Ticketing$2 as Ticketing, type TicketingConfig$2 as TicketingConfig, type TicketingSummary$2 as TicketingSummary, type TicketsUnavailableMessages$2 as TicketsUnavailableMessages, type context$8_UpdateControlIdentifiers as UpdateControlIdentifiers, type context$8_UpdateControlOptions as UpdateControlOptions, type context$8_UpdateControlRequest as UpdateControlRequest, type context$8_UpdateControlRequestControlOneOf as UpdateControlRequestControlOneOf, type context$8_UpdateControlResponse as UpdateControlResponse, type context$8_UpdateControlResponseNonNullableFields as UpdateControlResponseNonNullableFields, type context$8_UpdateMessagesOptions as UpdateMessagesOptions, type context$8_UpdateMessagesRequest as UpdateMessagesRequest, type context$8_UpdateMessagesResponse as UpdateMessagesResponse, type context$8_UpdateMessagesResponseNonNullableFields as UpdateMessagesResponseNonNullableFields, ValueType$2 as ValueType, VisitorType$2 as VisitorType, WebhookIdentityType$8 as WebhookIdentityType, type context$8__publicOnFormEventUpdatedType as _publicOnFormEventUpdatedType, context$8_addControl as addControl, context$8_deleteControl as deleteControl, context$8_discardDraft as discardDraft, context$8_getForm as getForm, context$8_onFormEventUpdated as onFormEventUpdated, onFormEventUpdated$1 as publicOnFormEventUpdated, context$8_publishDraft as publishDraft, context$8_updateControl as updateControl, context$8_updateMessages as updateMessages };
|
|
7723
8006
|
}
|
|
7724
8007
|
|
|
7725
8008
|
interface Order {
|
|
@@ -9910,40 +10193,23 @@ declare const onOrderReservationCreated$1: EventDefinition<OrderReservationCreat
|
|
|
9910
10193
|
declare const onOrderReservationUpdated$1: EventDefinition<OrderReservationUpdatedEnvelope, "wix.events.ticketing.events.ReservationUpdated">;
|
|
9911
10194
|
declare const onOrderInitiated$1: EventDefinition<OrderInitiatedEnvelope, "wix.events.ticketing.events.OrderInitiated">;
|
|
9912
10195
|
|
|
9913
|
-
declare function createRESTModule$7<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
9914
|
-
|
|
9915
10196
|
declare function createEventModule$7<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
9916
10197
|
|
|
9917
|
-
|
|
9918
|
-
declare const
|
|
9919
|
-
|
|
9920
|
-
declare const
|
|
9921
|
-
|
|
9922
|
-
declare const
|
|
9923
|
-
|
|
9924
|
-
declare const
|
|
9925
|
-
|
|
9926
|
-
declare const
|
|
9927
|
-
|
|
9928
|
-
declare const
|
|
9929
|
-
|
|
9930
|
-
declare const
|
|
9931
|
-
|
|
9932
|
-
declare const listAvailableTickets: ReturnType<typeof createRESTModule$7<_publicListAvailableTicketsType>>;
|
|
9933
|
-
type _publicQueryAvailableTicketsType = typeof queryAvailableTickets$1;
|
|
9934
|
-
declare const queryAvailableTickets: ReturnType<typeof createRESTModule$7<_publicQueryAvailableTicketsType>>;
|
|
9935
|
-
type _publicCreateReservationType = typeof createReservation$1;
|
|
9936
|
-
declare const createReservation: ReturnType<typeof createRESTModule$7<_publicCreateReservationType>>;
|
|
9937
|
-
type _publicCancelReservationType = typeof cancelReservation$1;
|
|
9938
|
-
declare const cancelReservation: ReturnType<typeof createRESTModule$7<_publicCancelReservationType>>;
|
|
9939
|
-
type _publicGetInvoiceType = typeof getInvoice$1;
|
|
9940
|
-
declare const getInvoice: ReturnType<typeof createRESTModule$7<_publicGetInvoiceType>>;
|
|
9941
|
-
type _publicCheckoutType = typeof checkout$1;
|
|
9942
|
-
declare const checkout: ReturnType<typeof createRESTModule$7<_publicCheckoutType>>;
|
|
9943
|
-
type _publicUpdateCheckoutType = typeof updateCheckout$1;
|
|
9944
|
-
declare const updateCheckout: ReturnType<typeof createRESTModule$7<_publicUpdateCheckoutType>>;
|
|
9945
|
-
type _publicPosCheckoutType = typeof posCheckout$1;
|
|
9946
|
-
declare const posCheckout: ReturnType<typeof createRESTModule$7<_publicPosCheckoutType>>;
|
|
10198
|
+
declare const listOrders: BuildRESTFunction<typeof listOrders$1> & typeof listOrders$1;
|
|
10199
|
+
declare const getOrder: BuildRESTFunction<typeof getOrder$1> & typeof getOrder$1;
|
|
10200
|
+
declare const updateOrder: BuildRESTFunction<typeof updateOrder$1> & typeof updateOrder$1;
|
|
10201
|
+
declare const bulkUpdateOrders: BuildRESTFunction<typeof bulkUpdateOrders$1> & typeof bulkUpdateOrders$1;
|
|
10202
|
+
declare const confirmOrder: BuildRESTFunction<typeof confirmOrder$1> & typeof confirmOrder$1;
|
|
10203
|
+
declare const getSummary: BuildRESTFunction<typeof getSummary$1> & typeof getSummary$1;
|
|
10204
|
+
declare const getCheckoutOptions: BuildRESTFunction<typeof getCheckoutOptions$1> & typeof getCheckoutOptions$1;
|
|
10205
|
+
declare const listAvailableTickets: BuildRESTFunction<typeof listAvailableTickets$1> & typeof listAvailableTickets$1;
|
|
10206
|
+
declare const queryAvailableTickets: BuildRESTFunction<typeof queryAvailableTickets$1> & typeof queryAvailableTickets$1;
|
|
10207
|
+
declare const createReservation: BuildRESTFunction<typeof createReservation$1> & typeof createReservation$1;
|
|
10208
|
+
declare const cancelReservation: BuildRESTFunction<typeof cancelReservation$1> & typeof cancelReservation$1;
|
|
10209
|
+
declare const getInvoice: BuildRESTFunction<typeof getInvoice$1> & typeof getInvoice$1;
|
|
10210
|
+
declare const checkout: BuildRESTFunction<typeof checkout$1> & typeof checkout$1;
|
|
10211
|
+
declare const updateCheckout: BuildRESTFunction<typeof updateCheckout$1> & typeof updateCheckout$1;
|
|
10212
|
+
declare const posCheckout: BuildRESTFunction<typeof posCheckout$1> & typeof posCheckout$1;
|
|
9947
10213
|
|
|
9948
10214
|
type _publicOnOrderDeletedType = typeof onOrderDeleted$1;
|
|
9949
10215
|
/**
|
|
@@ -10081,27 +10347,12 @@ type context$7_UpdateOrderOptions = UpdateOrderOptions;
|
|
|
10081
10347
|
type context$7_UpdateOrderRequest = UpdateOrderRequest;
|
|
10082
10348
|
type context$7_UpdateOrderResponse = UpdateOrderResponse;
|
|
10083
10349
|
type context$7_UpdateOrderResponseNonNullableFields = UpdateOrderResponseNonNullableFields;
|
|
10084
|
-
type context$7__publicBulkUpdateOrdersType = _publicBulkUpdateOrdersType;
|
|
10085
|
-
type context$7__publicCancelReservationType = _publicCancelReservationType;
|
|
10086
|
-
type context$7__publicCheckoutType = _publicCheckoutType;
|
|
10087
|
-
type context$7__publicConfirmOrderType = _publicConfirmOrderType;
|
|
10088
|
-
type context$7__publicCreateReservationType = _publicCreateReservationType;
|
|
10089
|
-
type context$7__publicGetCheckoutOptionsType = _publicGetCheckoutOptionsType;
|
|
10090
|
-
type context$7__publicGetInvoiceType = _publicGetInvoiceType;
|
|
10091
|
-
type context$7__publicGetOrderType = _publicGetOrderType;
|
|
10092
|
-
type context$7__publicGetSummaryType = _publicGetSummaryType;
|
|
10093
|
-
type context$7__publicListAvailableTicketsType = _publicListAvailableTicketsType;
|
|
10094
|
-
type context$7__publicListOrdersType = _publicListOrdersType;
|
|
10095
10350
|
type context$7__publicOnOrderConfirmedType = _publicOnOrderConfirmedType;
|
|
10096
10351
|
type context$7__publicOnOrderDeletedType = _publicOnOrderDeletedType;
|
|
10097
10352
|
type context$7__publicOnOrderInitiatedType = _publicOnOrderInitiatedType;
|
|
10098
10353
|
type context$7__publicOnOrderReservationCreatedType = _publicOnOrderReservationCreatedType;
|
|
10099
10354
|
type context$7__publicOnOrderReservationUpdatedType = _publicOnOrderReservationUpdatedType;
|
|
10100
10355
|
type context$7__publicOnOrderUpdatedType = _publicOnOrderUpdatedType;
|
|
10101
|
-
type context$7__publicPosCheckoutType = _publicPosCheckoutType;
|
|
10102
|
-
type context$7__publicQueryAvailableTicketsType = _publicQueryAvailableTicketsType;
|
|
10103
|
-
type context$7__publicUpdateCheckoutType = _publicUpdateCheckoutType;
|
|
10104
|
-
type context$7__publicUpdateOrderType = _publicUpdateOrderType;
|
|
10105
10356
|
declare const context$7_bulkUpdateOrders: typeof bulkUpdateOrders;
|
|
10106
10357
|
declare const context$7_cancelReservation: typeof cancelReservation;
|
|
10107
10358
|
declare const context$7_checkout: typeof checkout;
|
|
@@ -10124,7 +10375,7 @@ declare const context$7_queryAvailableTickets: typeof queryAvailableTickets;
|
|
|
10124
10375
|
declare const context$7_updateCheckout: typeof updateCheckout;
|
|
10125
10376
|
declare const context$7_updateOrder: typeof updateOrder;
|
|
10126
10377
|
declare namespace context$7 {
|
|
10127
|
-
export { type Address$6 as Address, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, type BaseEventMetadata$7 as BaseEventMetadata, type context$7_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$7_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$7_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$7_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type context$7_Buyer as Buyer, type CalendarLinks$3 as CalendarLinks, type context$7_CancelReservationRequest as CancelReservationRequest, type context$7_CancelReservationResponse as CancelReservationResponse, ChannelType$1 as ChannelType, type CheckIn$2 as CheckIn, type context$7_CheckoutOptions as CheckoutOptions, type context$7_CheckoutOptionsForRequest as CheckoutOptionsForRequest, type context$7_CheckoutRequest as CheckoutRequest, type context$7_CheckoutResponse as CheckoutResponse, type context$7_CheckoutResponseNonNullableFields as CheckoutResponseNonNullableFields, type context$7_ConfirmOrderOptions as ConfirmOrderOptions, type context$7_ConfirmOrderRequest as ConfirmOrderRequest, type context$7_ConfirmOrderResponse as ConfirmOrderResponse, type context$7_ConfirmOrderResponseNonNullableFields as ConfirmOrderResponseNonNullableFields, type Counts$2 as Counts, type context$7_CouponDiscount as CouponDiscount, type context$7_CreateReservationOptions as CreateReservationOptions, type context$7_CreateReservationRequest as CreateReservationRequest, type context$7_CreateReservationResponse as CreateReservationResponse, type context$7_CreateReservationResponseNonNullableFields as CreateReservationResponseNonNullableFields, type Dashboard$3 as Dashboard, type context$7_Discount as Discount, type context$7_DiscountErrors as DiscountErrors, type context$7_DiscountItem as DiscountItem, type context$7_DiscountItemDiscountOneOf as DiscountItemDiscountOneOf, type context$7_DiscountRequest as DiscountRequest, type context$7_Error as Error, type FacetCounts$5 as FacetCounts, type context$7_Fee as Fee, context$7_FeeName as FeeName, FeeType$1 as FeeType, type FormResponse$2 as FormResponse, type FormattedAddress$2 as FormattedAddress, type context$7_GetCheckoutOptionsRequest as GetCheckoutOptionsRequest, type context$7_GetCheckoutOptionsResponse as GetCheckoutOptionsResponse, type context$7_GetCheckoutOptionsResponseNonNullableFields as GetCheckoutOptionsResponseNonNullableFields, type context$7_GetInvoiceOptions as GetInvoiceOptions, type context$7_GetInvoicePreviewRequest as GetInvoicePreviewRequest, type context$7_GetInvoiceRequest as GetInvoiceRequest, type context$7_GetInvoiceResponse as GetInvoiceResponse, type context$7_GetInvoiceResponseNonNullableFields as GetInvoiceResponseNonNullableFields, type context$7_GetOrderIdentifiers as GetOrderIdentifiers, type context$7_GetOrderOptions as GetOrderOptions, type context$7_GetOrderRequest as GetOrderRequest, type context$7_GetOrderResponse as GetOrderResponse, type context$7_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$7_GetPaymentInfoRequest as GetPaymentInfoRequest, type context$7_GetPaymentInfoResponse as GetPaymentInfoResponse, type context$7_GetSummaryOptions as GetSummaryOptions, type context$7_GetSummaryRequest as GetSummaryRequest, type context$7_GetSummaryResponse as GetSummaryResponse, type context$7_GetSummaryResponseNonNullableFields as GetSummaryResponseNonNullableFields, type Guest$1 as Guest, type GuestDetails$1 as GuestDetails, type context$7_HeadersEntry as HeadersEntry, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type InputValue$2 as InputValue, type context$7_Invoice as Invoice, type Item$1 as Item, type context$7_ListAvailableTicketsOptions as ListAvailableTicketsOptions, type context$7_ListAvailableTicketsRequest as ListAvailableTicketsRequest, type context$7_ListAvailableTicketsResponse as ListAvailableTicketsResponse, type context$7_ListAvailableTicketsResponseNonNullableFields as ListAvailableTicketsResponseNonNullableFields, type context$7_ListOrdersOptions as ListOrdersOptions, type context$7_ListOrdersRequest as ListOrdersRequest, type context$7_ListOrdersResponse as ListOrdersResponse, type context$7_ListOrdersResponseNonNullableFields as ListOrdersResponseNonNullableFields, type MessageEnvelope$7 as MessageEnvelope, type Money$4 as Money, type OnlineConferencingLogin$2 as OnlineConferencingLogin, type context$7_Order as Order, type context$7_OrderConfirmed as OrderConfirmed, type context$7_OrderConfirmedEnvelope as OrderConfirmedEnvelope, type context$7_OrderDeleted as OrderDeleted, type context$7_OrderDeletedEnvelope as OrderDeletedEnvelope, type context$7_OrderFacetCounts as OrderFacetCounts, type context$7_OrderFacets as OrderFacets, context$7_OrderFieldset as OrderFieldset, type context$7_OrderInitiated as OrderInitiated, type context$7_OrderInitiatedEnvelope as OrderInitiatedEnvelope, type context$7_OrderNonNullableFields as OrderNonNullableFields, type context$7_OrderPageUrls as OrderPageUrls, type context$7_OrderPaid as OrderPaid, type context$7_OrderReservationCreatedEnvelope as OrderReservationCreatedEnvelope, type context$7_OrderReservationUpdatedEnvelope as OrderReservationUpdatedEnvelope, OrderStatus$1 as OrderStatus, context$7_OrderTag as OrderTag, context$7_OrderType as OrderType, type OrderUpdated$1 as OrderUpdated, type context$7_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$7_PaidPlanBenefit as PaidPlanBenefit, type context$7_PaidPlanDiscount as PaidPlanDiscount, type context$7_PaidPlanDiscountDiscountOneOf as PaidPlanDiscountDiscountOneOf, type context$7_PaymentDetails as PaymentDetails, type context$7_PaymentTransaction as PaymentTransaction, type context$7_PaymentTransactionEvent as PaymentTransactionEvent, type context$7_PaymentTransactionSummary as PaymentTransactionSummary, type context$7_PercentDiscount as PercentDiscount, type context$7_PosCheckoutOptions as PosCheckoutOptions, type context$7_PosCheckoutRequest as PosCheckoutRequest, type context$7_PosCheckoutResponse as PosCheckoutResponse, type context$7_PosCheckoutResponseNonNullableFields as PosCheckoutResponseNonNullableFields, type PricingOption$1 as PricingOption, type PricingOptions$2 as PricingOptions, type context$7_QueryAvailableTicketsOptions as QueryAvailableTicketsOptions, type context$7_QueryAvailableTicketsRequest as QueryAvailableTicketsRequest, type context$7_QueryAvailableTicketsResponse as QueryAvailableTicketsResponse, type context$7_QueryAvailableTicketsResponseNonNullableFields as QueryAvailableTicketsResponseNonNullableFields, type context$7_RawHttpResponse as RawHttpResponse, type ReservationCount$1 as ReservationCount, type ReservationCreated$1 as ReservationCreated, ReservationStatus$1 as ReservationStatus, type ReservationUpdated$1 as ReservationUpdated, type ResponseMetaData$1 as ResponseMetaData, type StandardDetails$2 as StandardDetails, State$4 as State, type StreetAddress$6 as StreetAddress, type Subdivision$6 as Subdivision, SubdivisionType$6 as SubdivisionType, type context$7_Tax as Tax, TaxType$2 as TaxType, type Ticket$1 as Ticket, type TicketDefinition$2 as TicketDefinition, TicketDefinitionFieldset$1 as TicketDefinitionFieldset, type TicketDetails$1 as TicketDetails, type TicketPricing$1 as TicketPricing, type TicketPricingPriceOneOf$1 as TicketPricingPriceOneOf, type TicketQuantity$1 as TicketQuantity, type context$7_TicketReservation as TicketReservation, type context$7_TicketReservationQuantity as TicketReservationQuantity, type TicketSalePeriod$1 as TicketSalePeriod, TicketSaleStatus$1 as TicketSaleStatus, type context$7_TicketSales as TicketSales, type TicketingTicket$1 as TicketingTicket, Type$4 as Type, type context$7_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$7_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$7_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$7_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$7_UpdateOrderIdentifiers as UpdateOrderIdentifiers, type context$7_UpdateOrderOptions as UpdateOrderOptions, type context$7_UpdateOrderRequest as UpdateOrderRequest, type context$7_UpdateOrderResponse as UpdateOrderResponse, type context$7_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, type WixFeeConfig$1 as WixFeeConfig, type context$7__publicBulkUpdateOrdersType as _publicBulkUpdateOrdersType, type context$7__publicCancelReservationType as _publicCancelReservationType, type context$7__publicCheckoutType as _publicCheckoutType, type context$7__publicConfirmOrderType as _publicConfirmOrderType, type context$7__publicCreateReservationType as _publicCreateReservationType, type context$7__publicGetCheckoutOptionsType as _publicGetCheckoutOptionsType, type context$7__publicGetInvoiceType as _publicGetInvoiceType, type context$7__publicGetOrderType as _publicGetOrderType, type context$7__publicGetSummaryType as _publicGetSummaryType, type context$7__publicListAvailableTicketsType as _publicListAvailableTicketsType, type context$7__publicListOrdersType as _publicListOrdersType, type context$7__publicOnOrderConfirmedType as _publicOnOrderConfirmedType, type context$7__publicOnOrderDeletedType as _publicOnOrderDeletedType, type context$7__publicOnOrderInitiatedType as _publicOnOrderInitiatedType, type context$7__publicOnOrderReservationCreatedType as _publicOnOrderReservationCreatedType, type context$7__publicOnOrderReservationUpdatedType as _publicOnOrderReservationUpdatedType, type context$7__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, type context$7__publicPosCheckoutType as _publicPosCheckoutType, type context$7__publicQueryAvailableTicketsType as _publicQueryAvailableTicketsType, type context$7__publicUpdateCheckoutType as _publicUpdateCheckoutType, type context$7__publicUpdateOrderType as _publicUpdateOrderType, context$7_bulkUpdateOrders as bulkUpdateOrders, context$7_cancelReservation as cancelReservation, context$7_checkout as checkout, context$7_confirmOrder as confirmOrder, context$7_createReservation as createReservation, context$7_getCheckoutOptions as getCheckoutOptions, context$7_getInvoice as getInvoice, context$7_getOrder as getOrder, context$7_getSummary as getSummary, context$7_listAvailableTickets as listAvailableTickets, context$7_listOrders as listOrders, context$7_onOrderConfirmed as onOrderConfirmed, context$7_onOrderDeleted as onOrderDeleted, context$7_onOrderInitiated as onOrderInitiated, context$7_onOrderReservationCreated as onOrderReservationCreated, context$7_onOrderReservationUpdated as onOrderReservationUpdated, context$7_onOrderUpdated as onOrderUpdated, context$7_posCheckout as posCheckout, onOrderConfirmed$1 as publicOnOrderConfirmed, onOrderDeleted$1 as publicOnOrderDeleted, onOrderInitiated$1 as publicOnOrderInitiated, onOrderReservationCreated$1 as publicOnOrderReservationCreated, onOrderReservationUpdated$1 as publicOnOrderReservationUpdated, onOrderUpdated$1 as publicOnOrderUpdated, context$7_queryAvailableTickets as queryAvailableTickets, context$7_updateCheckout as updateCheckout, context$7_updateOrder as updateOrder };
|
|
10378
|
+
export { type Address$6 as Address, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, type BaseEventMetadata$7 as BaseEventMetadata, type context$7_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type context$7_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type context$7_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type context$7_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type context$7_Buyer as Buyer, type CalendarLinks$3 as CalendarLinks, type context$7_CancelReservationRequest as CancelReservationRequest, type context$7_CancelReservationResponse as CancelReservationResponse, ChannelType$1 as ChannelType, type CheckIn$2 as CheckIn, type context$7_CheckoutOptions as CheckoutOptions, type context$7_CheckoutOptionsForRequest as CheckoutOptionsForRequest, type context$7_CheckoutRequest as CheckoutRequest, type context$7_CheckoutResponse as CheckoutResponse, type context$7_CheckoutResponseNonNullableFields as CheckoutResponseNonNullableFields, type context$7_ConfirmOrderOptions as ConfirmOrderOptions, type context$7_ConfirmOrderRequest as ConfirmOrderRequest, type context$7_ConfirmOrderResponse as ConfirmOrderResponse, type context$7_ConfirmOrderResponseNonNullableFields as ConfirmOrderResponseNonNullableFields, type Counts$2 as Counts, type context$7_CouponDiscount as CouponDiscount, type context$7_CreateReservationOptions as CreateReservationOptions, type context$7_CreateReservationRequest as CreateReservationRequest, type context$7_CreateReservationResponse as CreateReservationResponse, type context$7_CreateReservationResponseNonNullableFields as CreateReservationResponseNonNullableFields, type Dashboard$3 as Dashboard, type context$7_Discount as Discount, type context$7_DiscountErrors as DiscountErrors, type context$7_DiscountItem as DiscountItem, type context$7_DiscountItemDiscountOneOf as DiscountItemDiscountOneOf, type context$7_DiscountRequest as DiscountRequest, type context$7_Error as Error, type FacetCounts$5 as FacetCounts, type context$7_Fee as Fee, context$7_FeeName as FeeName, FeeType$1 as FeeType, type FormResponse$2 as FormResponse, type FormattedAddress$2 as FormattedAddress, type context$7_GetCheckoutOptionsRequest as GetCheckoutOptionsRequest, type context$7_GetCheckoutOptionsResponse as GetCheckoutOptionsResponse, type context$7_GetCheckoutOptionsResponseNonNullableFields as GetCheckoutOptionsResponseNonNullableFields, type context$7_GetInvoiceOptions as GetInvoiceOptions, type context$7_GetInvoicePreviewRequest as GetInvoicePreviewRequest, type context$7_GetInvoiceRequest as GetInvoiceRequest, type context$7_GetInvoiceResponse as GetInvoiceResponse, type context$7_GetInvoiceResponseNonNullableFields as GetInvoiceResponseNonNullableFields, type context$7_GetOrderIdentifiers as GetOrderIdentifiers, type context$7_GetOrderOptions as GetOrderOptions, type context$7_GetOrderRequest as GetOrderRequest, type context$7_GetOrderResponse as GetOrderResponse, type context$7_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type context$7_GetPaymentInfoRequest as GetPaymentInfoRequest, type context$7_GetPaymentInfoResponse as GetPaymentInfoResponse, type context$7_GetSummaryOptions as GetSummaryOptions, type context$7_GetSummaryRequest as GetSummaryRequest, type context$7_GetSummaryResponse as GetSummaryResponse, type context$7_GetSummaryResponseNonNullableFields as GetSummaryResponseNonNullableFields, type Guest$1 as Guest, type GuestDetails$1 as GuestDetails, type context$7_HeadersEntry as HeadersEntry, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type InputValue$2 as InputValue, type context$7_Invoice as Invoice, type Item$1 as Item, type context$7_ListAvailableTicketsOptions as ListAvailableTicketsOptions, type context$7_ListAvailableTicketsRequest as ListAvailableTicketsRequest, type context$7_ListAvailableTicketsResponse as ListAvailableTicketsResponse, type context$7_ListAvailableTicketsResponseNonNullableFields as ListAvailableTicketsResponseNonNullableFields, type context$7_ListOrdersOptions as ListOrdersOptions, type context$7_ListOrdersRequest as ListOrdersRequest, type context$7_ListOrdersResponse as ListOrdersResponse, type context$7_ListOrdersResponseNonNullableFields as ListOrdersResponseNonNullableFields, type MessageEnvelope$7 as MessageEnvelope, type Money$4 as Money, type OnlineConferencingLogin$2 as OnlineConferencingLogin, type context$7_Order as Order, type context$7_OrderConfirmed as OrderConfirmed, type context$7_OrderConfirmedEnvelope as OrderConfirmedEnvelope, type context$7_OrderDeleted as OrderDeleted, type context$7_OrderDeletedEnvelope as OrderDeletedEnvelope, type context$7_OrderFacetCounts as OrderFacetCounts, type context$7_OrderFacets as OrderFacets, context$7_OrderFieldset as OrderFieldset, type context$7_OrderInitiated as OrderInitiated, type context$7_OrderInitiatedEnvelope as OrderInitiatedEnvelope, type context$7_OrderNonNullableFields as OrderNonNullableFields, type context$7_OrderPageUrls as OrderPageUrls, type context$7_OrderPaid as OrderPaid, type context$7_OrderReservationCreatedEnvelope as OrderReservationCreatedEnvelope, type context$7_OrderReservationUpdatedEnvelope as OrderReservationUpdatedEnvelope, OrderStatus$1 as OrderStatus, context$7_OrderTag as OrderTag, context$7_OrderType as OrderType, type OrderUpdated$1 as OrderUpdated, type context$7_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type context$7_PaidPlanBenefit as PaidPlanBenefit, type context$7_PaidPlanDiscount as PaidPlanDiscount, type context$7_PaidPlanDiscountDiscountOneOf as PaidPlanDiscountDiscountOneOf, type context$7_PaymentDetails as PaymentDetails, type context$7_PaymentTransaction as PaymentTransaction, type context$7_PaymentTransactionEvent as PaymentTransactionEvent, type context$7_PaymentTransactionSummary as PaymentTransactionSummary, type context$7_PercentDiscount as PercentDiscount, type context$7_PosCheckoutOptions as PosCheckoutOptions, type context$7_PosCheckoutRequest as PosCheckoutRequest, type context$7_PosCheckoutResponse as PosCheckoutResponse, type context$7_PosCheckoutResponseNonNullableFields as PosCheckoutResponseNonNullableFields, type PricingOption$1 as PricingOption, type PricingOptions$2 as PricingOptions, type context$7_QueryAvailableTicketsOptions as QueryAvailableTicketsOptions, type context$7_QueryAvailableTicketsRequest as QueryAvailableTicketsRequest, type context$7_QueryAvailableTicketsResponse as QueryAvailableTicketsResponse, type context$7_QueryAvailableTicketsResponseNonNullableFields as QueryAvailableTicketsResponseNonNullableFields, type context$7_RawHttpResponse as RawHttpResponse, type ReservationCount$1 as ReservationCount, type ReservationCreated$1 as ReservationCreated, ReservationStatus$1 as ReservationStatus, type ReservationUpdated$1 as ReservationUpdated, type ResponseMetaData$1 as ResponseMetaData, type StandardDetails$2 as StandardDetails, State$4 as State, type StreetAddress$6 as StreetAddress, type Subdivision$6 as Subdivision, SubdivisionType$6 as SubdivisionType, type context$7_Tax as Tax, TaxType$2 as TaxType, type Ticket$1 as Ticket, type TicketDefinition$2 as TicketDefinition, TicketDefinitionFieldset$1 as TicketDefinitionFieldset, type TicketDetails$1 as TicketDetails, type TicketPricing$1 as TicketPricing, type TicketPricingPriceOneOf$1 as TicketPricingPriceOneOf, type TicketQuantity$1 as TicketQuantity, type context$7_TicketReservation as TicketReservation, type context$7_TicketReservationQuantity as TicketReservationQuantity, type TicketSalePeriod$1 as TicketSalePeriod, TicketSaleStatus$1 as TicketSaleStatus, type context$7_TicketSales as TicketSales, type TicketingTicket$1 as TicketingTicket, Type$4 as Type, type context$7_UpdateCheckoutOptions as UpdateCheckoutOptions, type context$7_UpdateCheckoutRequest as UpdateCheckoutRequest, type context$7_UpdateCheckoutResponse as UpdateCheckoutResponse, type context$7_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type context$7_UpdateOrderIdentifiers as UpdateOrderIdentifiers, type context$7_UpdateOrderOptions as UpdateOrderOptions, type context$7_UpdateOrderRequest as UpdateOrderRequest, type context$7_UpdateOrderResponse as UpdateOrderResponse, type context$7_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, type WixFeeConfig$1 as WixFeeConfig, type context$7__publicOnOrderConfirmedType as _publicOnOrderConfirmedType, type context$7__publicOnOrderDeletedType as _publicOnOrderDeletedType, type context$7__publicOnOrderInitiatedType as _publicOnOrderInitiatedType, type context$7__publicOnOrderReservationCreatedType as _publicOnOrderReservationCreatedType, type context$7__publicOnOrderReservationUpdatedType as _publicOnOrderReservationUpdatedType, type context$7__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, context$7_bulkUpdateOrders as bulkUpdateOrders, context$7_cancelReservation as cancelReservation, context$7_checkout as checkout, context$7_confirmOrder as confirmOrder, context$7_createReservation as createReservation, context$7_getCheckoutOptions as getCheckoutOptions, context$7_getInvoice as getInvoice, context$7_getOrder as getOrder, context$7_getSummary as getSummary, context$7_listAvailableTickets as listAvailableTickets, context$7_listOrders as listOrders, context$7_onOrderConfirmed as onOrderConfirmed, context$7_onOrderDeleted as onOrderDeleted, context$7_onOrderInitiated as onOrderInitiated, context$7_onOrderReservationCreated as onOrderReservationCreated, context$7_onOrderReservationUpdated as onOrderReservationUpdated, context$7_onOrderUpdated as onOrderUpdated, context$7_posCheckout as posCheckout, onOrderConfirmed$1 as publicOnOrderConfirmed, onOrderDeleted$1 as publicOnOrderDeleted, onOrderInitiated$1 as publicOnOrderInitiated, onOrderReservationCreated$1 as publicOnOrderReservationCreated, onOrderReservationUpdated$1 as publicOnOrderReservationUpdated, onOrderUpdated$1 as publicOnOrderUpdated, context$7_queryAvailableTickets as queryAvailableTickets, context$7_updateCheckout as updateCheckout, context$7_updateOrder as updateOrder };
|
|
10128
10379
|
}
|
|
10129
10380
|
|
|
10130
10381
|
interface RichContent {
|
|
@@ -12296,22 +12547,14 @@ declare const onRichContentCreated$1: EventDefinition<RichContentCreatedEnvelope
|
|
|
12296
12547
|
declare const onRichContentUpdated$1: EventDefinition<RichContentUpdatedEnvelope, "wix.events.v1.rich_content_updated">;
|
|
12297
12548
|
declare const onRichContentDeleted$1: EventDefinition<RichContentDeletedEnvelope, "wix.events.v1.rich_content_deleted">;
|
|
12298
12549
|
|
|
12299
|
-
declare function createRESTModule$6<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
12300
|
-
|
|
12301
12550
|
declare function createEventModule$6<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
12302
12551
|
|
|
12303
|
-
|
|
12304
|
-
declare const
|
|
12305
|
-
|
|
12306
|
-
declare const
|
|
12307
|
-
|
|
12308
|
-
declare const
|
|
12309
|
-
type _publicUpdateRichContentType = typeof updateRichContent$1;
|
|
12310
|
-
declare const updateRichContent: ReturnType<typeof createRESTModule$6<_publicUpdateRichContentType>>;
|
|
12311
|
-
type _publicDeleteRichContentType = typeof deleteRichContent$1;
|
|
12312
|
-
declare const deleteRichContent: ReturnType<typeof createRESTModule$6<_publicDeleteRichContentType>>;
|
|
12313
|
-
type _publicQueryRichContentsType = typeof queryRichContents$1;
|
|
12314
|
-
declare const queryRichContents: ReturnType<typeof createRESTModule$6<_publicQueryRichContentsType>>;
|
|
12552
|
+
declare const createRichContent: BuildRESTFunction<typeof createRichContent$1> & typeof createRichContent$1;
|
|
12553
|
+
declare const getRichContent: BuildRESTFunction<typeof getRichContent$1> & typeof getRichContent$1;
|
|
12554
|
+
declare const findRichContentBySlug: BuildRESTFunction<typeof findRichContentBySlug$1> & typeof findRichContentBySlug$1;
|
|
12555
|
+
declare const updateRichContent: BuildRESTFunction<typeof updateRichContent$1> & typeof updateRichContent$1;
|
|
12556
|
+
declare const deleteRichContent: BuildRESTFunction<typeof deleteRichContent$1> & typeof deleteRichContent$1;
|
|
12557
|
+
declare const queryRichContents: BuildRESTFunction<typeof queryRichContents$1> & typeof queryRichContents$1;
|
|
12315
12558
|
|
|
12316
12559
|
type _publicOnRichContentCreatedType = typeof onRichContentCreated$1;
|
|
12317
12560
|
/** */
|
|
@@ -12495,15 +12738,9 @@ type context$6_Width = Width;
|
|
|
12495
12738
|
declare const context$6_Width: typeof Width;
|
|
12496
12739
|
type context$6_WidthType = WidthType;
|
|
12497
12740
|
declare const context$6_WidthType: typeof WidthType;
|
|
12498
|
-
type context$6__publicCreateRichContentType = _publicCreateRichContentType;
|
|
12499
|
-
type context$6__publicDeleteRichContentType = _publicDeleteRichContentType;
|
|
12500
|
-
type context$6__publicFindRichContentBySlugType = _publicFindRichContentBySlugType;
|
|
12501
|
-
type context$6__publicGetRichContentType = _publicGetRichContentType;
|
|
12502
12741
|
type context$6__publicOnRichContentCreatedType = _publicOnRichContentCreatedType;
|
|
12503
12742
|
type context$6__publicOnRichContentDeletedType = _publicOnRichContentDeletedType;
|
|
12504
12743
|
type context$6__publicOnRichContentUpdatedType = _publicOnRichContentUpdatedType;
|
|
12505
|
-
type context$6__publicQueryRichContentsType = _publicQueryRichContentsType;
|
|
12506
|
-
type context$6__publicUpdateRichContentType = _publicUpdateRichContentType;
|
|
12507
12744
|
declare const context$6_createRichContent: typeof createRichContent;
|
|
12508
12745
|
declare const context$6_deleteRichContent: typeof deleteRichContent;
|
|
12509
12746
|
declare const context$6_findRichContentBySlug: typeof findRichContentBySlug;
|
|
@@ -12514,7 +12751,7 @@ declare const context$6_onRichContentUpdated: typeof onRichContentUpdated;
|
|
|
12514
12751
|
declare const context$6_queryRichContents: typeof queryRichContents;
|
|
12515
12752
|
declare const context$6_updateRichContent: typeof updateRichContent;
|
|
12516
12753
|
declare namespace context$6 {
|
|
12517
|
-
export { type ActionEvent$3 as ActionEvent, type Address$5 as Address, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, context$6_Alignment as Alignment, type context$6_AnchorData as AnchorData, type context$6_AppEmbedData as AppEmbedData, type context$6_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, context$6_AppType as AppType, type context$6_AudioData as AudioData, type context$6_Background as Background, type context$6_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, context$6_BackgroundType as BackgroundType, type BaseEventMetadata$6 as BaseEventMetadata, type context$6_BlockquoteData as BlockquoteData, type context$6_BookingData as BookingData, type context$6_Border as Border, type context$6_BorderColors as BorderColors, type context$6_BulletedListData as BulletedListData, type context$6_ButtonData as ButtonData, type context$6_CellStyle as CellStyle, type context$6_CodeBlockData as CodeBlockData, type context$6_CollapsibleListData as CollapsibleListData, type context$6_ColorData as ColorData, type context$6_Colors as Colors, type context$6_CreateRichContentRequest as CreateRichContentRequest, type context$6_CreateRichContentResponse as CreateRichContentResponse, type context$6_CreateRichContentResponseNonNullableFields as CreateRichContentResponseNonNullableFields, context$6_Crop as Crop, type CursorPaging$4 as CursorPaging, type context$6_CursorPagingMetadata as CursorPagingMetadata, type context$6_CursorQuery as CursorQuery, type context$6_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type context$6_Decoration as Decoration, type context$6_DecorationDataOneOf as DecorationDataOneOf, context$6_DecorationType as DecorationType, type context$6_DeleteRichContentRequest as DeleteRichContentRequest, type context$6_DeleteRichContentResponse as DeleteRichContentResponse, type context$6_Design as Design, type context$6_Dimensions as Dimensions, context$6_Direction as Direction, type context$6_DividerData as DividerData, type context$6_DocumentStyle as DocumentStyle, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type context$6_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventCopied$2 as EventCopied, type context$6_EventData as EventData, type EventMetadata$3 as EventMetadata, EventStatus$3 as EventStatus, type ExtendedFields$1 as ExtendedFields, type context$6_FileData as FileData, type context$6_FileSource as FileSource, type context$6_FileSourceDataOneOf as FileSourceDataOneOf, type context$6_FindRichContentBySlugIdentifiers as FindRichContentBySlugIdentifiers, type context$6_FindRichContentBySlugRequest as FindRichContentBySlugRequest, type context$6_FindRichContentBySlugResponse as FindRichContentBySlugResponse, type context$6_FindRichContentBySlugResponseNonNullableFields as FindRichContentBySlugResponseNonNullableFields, type context$6_FontSizeData as FontSizeData, context$6_FontType as FontType, type context$6_GIF as GIF, type context$6_GIFData as GIFData, type context$6_GalleryData as GalleryData, type context$6_GalleryOptions as GalleryOptions, type context$6_GetRichContentRequest as GetRichContentRequest, type context$6_GetRichContentResponse as GetRichContentResponse, type context$6_GetRichContentResponseNonNullableFields as GetRichContentResponseNonNullableFields, type context$6_Gradient as Gradient, type context$6_HTMLData as HTMLData, type context$6_HTMLDataDataOneOf as HTMLDataDataOneOf, type context$6_HeadingData as HeadingData, type context$6_Height as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type context$6_Image as Image, type context$6_ImageData as ImageData, context$6_InitialExpandedItems as InitialExpandedItems, type context$6_Item as Item, type context$6_ItemDataOneOf as ItemDataOneOf, type context$6_ItemStyle as ItemStyle, type context$6_Layout as Layout, context$6_LayoutType as LayoutType, context$6_LineStyle as LineStyle, type context$6_Link as Link, type context$6_LinkData as LinkData, type context$6_LinkDataOneOf as LinkDataOneOf, type context$6_LinkPreviewData as LinkPreviewData, type context$6_ListValue as ListValue, type Location$3 as Location, LocationType$3 as LocationType, type MapCoordinates$3 as MapCoordinates, type context$6_MapData as MapData, type context$6_MapSettings as MapSettings, context$6_MapType as MapType, type context$6_Media as Media, type context$6_MentionData as MentionData, type MessageEnvelope$6 as MessageEnvelope, type context$6_Metadata as Metadata, type context$6_Node as Node, type context$6_NodeDataOneOf as NodeDataOneOf, type context$6_NodeStyle as NodeStyle, context$6_NodeType as NodeType, context$6_NullValue as NullValue, type Occurrence$3 as Occurrence, type context$6_Oembed as Oembed, type context$6_Option as Option, type context$6_OptionDesign as OptionDesign, type context$6_OptionLayout as OptionLayout, type context$6_OrderedListData as OrderedListData, context$6_Orientation as Orientation, type context$6_PDFSettings as PDFSettings, type context$6_ParagraphData as ParagraphData, type context$6_Permissions as Permissions, type context$6_PlaybackOptions as PlaybackOptions, type context$6_PluginContainerData as PluginContainerData, context$6_PluginContainerDataAlignment as PluginContainerDataAlignment, type context$6_PluginContainerDataWidth as PluginContainerDataWidth, type context$6_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type context$6_Poll as Poll, type context$6_PollData as PollData, type context$6_PollDataLayout as PollDataLayout, type context$6_PollDesign as PollDesign, type context$6_PollLayout as PollLayout, context$6_PollLayoutDirection as PollLayoutDirection, context$6_PollLayoutType as PollLayoutType, type context$6_QueryRichContentsRequest as QueryRichContentsRequest, type context$6_QueryRichContentsResponse as QueryRichContentsResponse, type context$6_QueryRichContentsResponseNonNullableFields as QueryRichContentsResponseNonNullableFields, type Recurrences$3 as Recurrences, type context$6_Rel as Rel, type RestoreInfo$2 as RestoreInfo, type context$6_RichContent as RichContent, type context$6_RichContentCreatedEnvelope as RichContentCreatedEnvelope, type context$6_RichContentDeletedEnvelope as RichContentDeletedEnvelope, type context$6_RichContentNonNullableFields as RichContentNonNullableFields, type context$6_RichContentUpdatedEnvelope as RichContentUpdatedEnvelope, type context$6_RichContentsQueryBuilder as RichContentsQueryBuilder, type context$6_RichContentsQueryResult as RichContentsQueryResult, type ScheduleConfig$3 as ScheduleConfig, type Settings$2 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, context$6_Source as Source, type context$6_Spoiler as Spoiler, type context$6_SpoilerData as SpoilerData, Status$3 as Status, type StreetAddress$5 as StreetAddress, type context$6_Styles as Styles, type Subdivision$5 as Subdivision, SubdivisionType$5 as SubdivisionType, type context$6_TableCellData as TableCellData, type context$6_TableData as TableData, context$6_Target as Target, context$6_TextAlignment as TextAlignment, type context$6_TextData as TextData, type context$6_TextNodeStyle as TextNodeStyle, type context$6_TextStyle as TextStyle, type context$6_Thumbnails as Thumbnails, context$6_ThumbnailsAlignment as ThumbnailsAlignment, Type$3 as Type, type context$6_UpdateRichContent as UpdateRichContent, type context$6_UpdateRichContentRequest as UpdateRichContentRequest, type context$6_UpdateRichContentResponse as UpdateRichContentResponse, type context$6_UpdateRichContentResponseNonNullableFields as UpdateRichContentResponseNonNullableFields, type context$6_V1RichContent as V1RichContent, context$6_VerticalAlignment as VerticalAlignment, type context$6_Video as Video, type context$6_VideoData as VideoData, context$6_ViewMode as ViewMode, context$6_ViewRole as ViewRole, context$6_VoteRole as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, context$6_Width as Width, context$6_WidthType as WidthType, type context$
|
|
12754
|
+
export { type ActionEvent$3 as ActionEvent, type Address$5 as Address, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, context$6_Alignment as Alignment, type context$6_AnchorData as AnchorData, type context$6_AppEmbedData as AppEmbedData, type context$6_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, context$6_AppType as AppType, type context$6_AudioData as AudioData, type context$6_Background as Background, type context$6_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, context$6_BackgroundType as BackgroundType, type BaseEventMetadata$6 as BaseEventMetadata, type context$6_BlockquoteData as BlockquoteData, type context$6_BookingData as BookingData, type context$6_Border as Border, type context$6_BorderColors as BorderColors, type context$6_BulletedListData as BulletedListData, type context$6_ButtonData as ButtonData, type context$6_CellStyle as CellStyle, type context$6_CodeBlockData as CodeBlockData, type context$6_CollapsibleListData as CollapsibleListData, type context$6_ColorData as ColorData, type context$6_Colors as Colors, type context$6_CreateRichContentRequest as CreateRichContentRequest, type context$6_CreateRichContentResponse as CreateRichContentResponse, type context$6_CreateRichContentResponseNonNullableFields as CreateRichContentResponseNonNullableFields, context$6_Crop as Crop, type CursorPaging$4 as CursorPaging, type context$6_CursorPagingMetadata as CursorPagingMetadata, type context$6_CursorQuery as CursorQuery, type context$6_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type context$6_Decoration as Decoration, type context$6_DecorationDataOneOf as DecorationDataOneOf, context$6_DecorationType as DecorationType, type context$6_DeleteRichContentRequest as DeleteRichContentRequest, type context$6_DeleteRichContentResponse as DeleteRichContentResponse, type context$6_Design as Design, type context$6_Dimensions as Dimensions, context$6_Direction as Direction, type context$6_DividerData as DividerData, type context$6_DocumentStyle as DocumentStyle, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type context$6_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventCopied$2 as EventCopied, type context$6_EventData as EventData, type EventMetadata$3 as EventMetadata, EventStatus$3 as EventStatus, type ExtendedFields$1 as ExtendedFields, type context$6_FileData as FileData, type context$6_FileSource as FileSource, type context$6_FileSourceDataOneOf as FileSourceDataOneOf, type context$6_FindRichContentBySlugIdentifiers as FindRichContentBySlugIdentifiers, type context$6_FindRichContentBySlugRequest as FindRichContentBySlugRequest, type context$6_FindRichContentBySlugResponse as FindRichContentBySlugResponse, type context$6_FindRichContentBySlugResponseNonNullableFields as FindRichContentBySlugResponseNonNullableFields, type context$6_FontSizeData as FontSizeData, context$6_FontType as FontType, type context$6_GIF as GIF, type context$6_GIFData as GIFData, type context$6_GalleryData as GalleryData, type context$6_GalleryOptions as GalleryOptions, type context$6_GetRichContentRequest as GetRichContentRequest, type context$6_GetRichContentResponse as GetRichContentResponse, type context$6_GetRichContentResponseNonNullableFields as GetRichContentResponseNonNullableFields, type context$6_Gradient as Gradient, type context$6_HTMLData as HTMLData, type context$6_HTMLDataDataOneOf as HTMLDataDataOneOf, type context$6_HeadingData as HeadingData, type context$6_Height as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type context$6_Image as Image, type context$6_ImageData as ImageData, context$6_InitialExpandedItems as InitialExpandedItems, type context$6_Item as Item, type context$6_ItemDataOneOf as ItemDataOneOf, type context$6_ItemStyle as ItemStyle, type context$6_Layout as Layout, context$6_LayoutType as LayoutType, context$6_LineStyle as LineStyle, type context$6_Link as Link, type context$6_LinkData as LinkData, type context$6_LinkDataOneOf as LinkDataOneOf, type context$6_LinkPreviewData as LinkPreviewData, type context$6_ListValue as ListValue, type Location$3 as Location, LocationType$3 as LocationType, type MapCoordinates$3 as MapCoordinates, type context$6_MapData as MapData, type context$6_MapSettings as MapSettings, context$6_MapType as MapType, type context$6_Media as Media, type context$6_MentionData as MentionData, type MessageEnvelope$6 as MessageEnvelope, type context$6_Metadata as Metadata, type context$6_Node as Node, type context$6_NodeDataOneOf as NodeDataOneOf, type context$6_NodeStyle as NodeStyle, context$6_NodeType as NodeType, context$6_NullValue as NullValue, type Occurrence$3 as Occurrence, type context$6_Oembed as Oembed, type context$6_Option as Option, type context$6_OptionDesign as OptionDesign, type context$6_OptionLayout as OptionLayout, type context$6_OrderedListData as OrderedListData, context$6_Orientation as Orientation, type context$6_PDFSettings as PDFSettings, type context$6_ParagraphData as ParagraphData, type context$6_Permissions as Permissions, type context$6_PlaybackOptions as PlaybackOptions, type context$6_PluginContainerData as PluginContainerData, context$6_PluginContainerDataAlignment as PluginContainerDataAlignment, type context$6_PluginContainerDataWidth as PluginContainerDataWidth, type context$6_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type context$6_Poll as Poll, type context$6_PollData as PollData, type context$6_PollDataLayout as PollDataLayout, type context$6_PollDesign as PollDesign, type context$6_PollLayout as PollLayout, context$6_PollLayoutDirection as PollLayoutDirection, context$6_PollLayoutType as PollLayoutType, type context$6_QueryRichContentsRequest as QueryRichContentsRequest, type context$6_QueryRichContentsResponse as QueryRichContentsResponse, type context$6_QueryRichContentsResponseNonNullableFields as QueryRichContentsResponseNonNullableFields, type Recurrences$3 as Recurrences, type context$6_Rel as Rel, type RestoreInfo$2 as RestoreInfo, type context$6_RichContent as RichContent, type context$6_RichContentCreatedEnvelope as RichContentCreatedEnvelope, type context$6_RichContentDeletedEnvelope as RichContentDeletedEnvelope, type context$6_RichContentNonNullableFields as RichContentNonNullableFields, type context$6_RichContentUpdatedEnvelope as RichContentUpdatedEnvelope, type context$6_RichContentsQueryBuilder as RichContentsQueryBuilder, type context$6_RichContentsQueryResult as RichContentsQueryResult, type ScheduleConfig$3 as ScheduleConfig, type Settings$2 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, context$6_Source as Source, type context$6_Spoiler as Spoiler, type context$6_SpoilerData as SpoilerData, Status$3 as Status, type StreetAddress$5 as StreetAddress, type context$6_Styles as Styles, type Subdivision$5 as Subdivision, SubdivisionType$5 as SubdivisionType, type context$6_TableCellData as TableCellData, type context$6_TableData as TableData, context$6_Target as Target, context$6_TextAlignment as TextAlignment, type context$6_TextData as TextData, type context$6_TextNodeStyle as TextNodeStyle, type context$6_TextStyle as TextStyle, type context$6_Thumbnails as Thumbnails, context$6_ThumbnailsAlignment as ThumbnailsAlignment, Type$3 as Type, type context$6_UpdateRichContent as UpdateRichContent, type context$6_UpdateRichContentRequest as UpdateRichContentRequest, type context$6_UpdateRichContentResponse as UpdateRichContentResponse, type context$6_UpdateRichContentResponseNonNullableFields as UpdateRichContentResponseNonNullableFields, type context$6_V1RichContent as V1RichContent, context$6_VerticalAlignment as VerticalAlignment, type context$6_Video as Video, type context$6_VideoData as VideoData, context$6_ViewMode as ViewMode, context$6_ViewRole as ViewRole, context$6_VoteRole as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, context$6_Width as Width, context$6_WidthType as WidthType, type context$6__publicOnRichContentCreatedType as _publicOnRichContentCreatedType, type context$6__publicOnRichContentDeletedType as _publicOnRichContentDeletedType, type context$6__publicOnRichContentUpdatedType as _publicOnRichContentUpdatedType, context$6_createRichContent as createRichContent, context$6_deleteRichContent as deleteRichContent, context$6_findRichContentBySlug as findRichContentBySlug, context$6_getRichContent as getRichContent, context$6_onRichContentCreated as onRichContentCreated, context$6_onRichContentDeleted as onRichContentDeleted, context$6_onRichContentUpdated as onRichContentUpdated, onRichContentCreated$1 as publicOnRichContentCreated, onRichContentDeleted$1 as publicOnRichContentDeleted, onRichContentUpdated$1 as publicOnRichContentUpdated, context$6_queryRichContents as queryRichContents, context$6_updateRichContent as updateRichContent };
|
|
12518
12755
|
}
|
|
12519
12756
|
|
|
12520
12757
|
interface RsvpRsvp {
|
|
@@ -13436,28 +13673,17 @@ declare const onRsvpCreated$1: EventDefinition<RsvpCreatedEnvelope, "wix.events.
|
|
|
13436
13673
|
declare const onRsvpUpdated$1: EventDefinition<RsvpUpdatedEnvelope, "wix.events.rsvp.events.RsvpUpdated">;
|
|
13437
13674
|
declare const onRsvpDeleted$1: EventDefinition<RsvpDeletedEnvelope, "wix.events.rsvp.events.RsvpDeleted">;
|
|
13438
13675
|
|
|
13439
|
-
declare function createRESTModule$5<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
13440
|
-
|
|
13441
13676
|
declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
13442
13677
|
|
|
13443
|
-
|
|
13444
|
-
declare const
|
|
13445
|
-
|
|
13446
|
-
declare const
|
|
13447
|
-
|
|
13448
|
-
declare const
|
|
13449
|
-
|
|
13450
|
-
declare const
|
|
13451
|
-
|
|
13452
|
-
declare const updateRsvp: ReturnType<typeof createRESTModule$5<_publicUpdateRsvpType>>;
|
|
13453
|
-
type _publicBulkUpdateRsvpType = typeof bulkUpdateRsvp$1;
|
|
13454
|
-
declare const bulkUpdateRsvp: ReturnType<typeof createRESTModule$5<_publicBulkUpdateRsvpType>>;
|
|
13455
|
-
type _publicDeleteRsvpType = typeof deleteRsvp$1;
|
|
13456
|
-
declare const deleteRsvp: ReturnType<typeof createRESTModule$5<_publicDeleteRsvpType>>;
|
|
13457
|
-
type _publicCheckInRsvpType = typeof checkInRsvp$1;
|
|
13458
|
-
declare const checkInRsvp: ReturnType<typeof createRESTModule$5<_publicCheckInRsvpType>>;
|
|
13459
|
-
type _publicDeleteRsvpCheckInType = typeof deleteRsvpCheckIn$1;
|
|
13460
|
-
declare const deleteRsvpCheckIn: ReturnType<typeof createRESTModule$5<_publicDeleteRsvpCheckInType>>;
|
|
13678
|
+
declare const listRsvp: BuildRESTFunction<typeof listRsvp$1> & typeof listRsvp$1;
|
|
13679
|
+
declare const queryRsvp: BuildRESTFunction<typeof queryRsvp$1> & typeof queryRsvp$1;
|
|
13680
|
+
declare const getRsvp: BuildRESTFunction<typeof getRsvp$1> & typeof getRsvp$1;
|
|
13681
|
+
declare const createRsvp: BuildRESTFunction<typeof createRsvp$1> & typeof createRsvp$1;
|
|
13682
|
+
declare const updateRsvp: BuildRESTFunction<typeof updateRsvp$1> & typeof updateRsvp$1;
|
|
13683
|
+
declare const bulkUpdateRsvp: BuildRESTFunction<typeof bulkUpdateRsvp$1> & typeof bulkUpdateRsvp$1;
|
|
13684
|
+
declare const deleteRsvp: BuildRESTFunction<typeof deleteRsvp$1> & typeof deleteRsvp$1;
|
|
13685
|
+
declare const checkInRsvp: BuildRESTFunction<typeof checkInRsvp$1> & typeof checkInRsvp$1;
|
|
13686
|
+
declare const deleteRsvpCheckIn: BuildRESTFunction<typeof deleteRsvpCheckIn$1> & typeof deleteRsvpCheckIn$1;
|
|
13461
13687
|
|
|
13462
13688
|
type _publicOnRsvpCreatedType = typeof onRsvpCreated$1;
|
|
13463
13689
|
/** */
|
|
@@ -13531,18 +13757,9 @@ type context$5_UpdateRsvpOptions = UpdateRsvpOptions;
|
|
|
13531
13757
|
type context$5_UpdateRsvpRequest = UpdateRsvpRequest;
|
|
13532
13758
|
type context$5_UpdateRsvpResponse = UpdateRsvpResponse;
|
|
13533
13759
|
type context$5_UpdateRsvpResponseNonNullableFields = UpdateRsvpResponseNonNullableFields;
|
|
13534
|
-
type context$5__publicBulkUpdateRsvpType = _publicBulkUpdateRsvpType;
|
|
13535
|
-
type context$5__publicCheckInRsvpType = _publicCheckInRsvpType;
|
|
13536
|
-
type context$5__publicCreateRsvpType = _publicCreateRsvpType;
|
|
13537
|
-
type context$5__publicDeleteRsvpCheckInType = _publicDeleteRsvpCheckInType;
|
|
13538
|
-
type context$5__publicDeleteRsvpType = _publicDeleteRsvpType;
|
|
13539
|
-
type context$5__publicGetRsvpType = _publicGetRsvpType;
|
|
13540
|
-
type context$5__publicListRsvpType = _publicListRsvpType;
|
|
13541
13760
|
type context$5__publicOnRsvpCreatedType = _publicOnRsvpCreatedType;
|
|
13542
13761
|
type context$5__publicOnRsvpDeletedType = _publicOnRsvpDeletedType;
|
|
13543
13762
|
type context$5__publicOnRsvpUpdatedType = _publicOnRsvpUpdatedType;
|
|
13544
|
-
type context$5__publicQueryRsvpType = _publicQueryRsvpType;
|
|
13545
|
-
type context$5__publicUpdateRsvpType = _publicUpdateRsvpType;
|
|
13546
13763
|
declare const context$5_bulkUpdateRsvp: typeof bulkUpdateRsvp;
|
|
13547
13764
|
declare const context$5_checkInRsvp: typeof checkInRsvp;
|
|
13548
13765
|
declare const context$5_createRsvp: typeof createRsvp;
|
|
@@ -13556,7 +13773,7 @@ declare const context$5_onRsvpUpdated: typeof onRsvpUpdated;
|
|
|
13556
13773
|
declare const context$5_queryRsvp: typeof queryRsvp;
|
|
13557
13774
|
declare const context$5_updateRsvp: typeof updateRsvp;
|
|
13558
13775
|
declare namespace context$5 {
|
|
13559
|
-
export { type Address$4 as Address, type AddressLocation$4 as AddressLocation, type AddressStreetOneOf$4 as AddressStreetOneOf, type BaseEventMetadata$5 as BaseEventMetadata, type context$5_BulkUpdateRsvpContactIdRequest as BulkUpdateRsvpContactIdRequest, type context$5_BulkUpdateRsvpContactIdResponse as BulkUpdateRsvpContactIdResponse, type context$5_BulkUpdateRsvpOptions as BulkUpdateRsvpOptions, type context$5_BulkUpdateRsvpRequest as BulkUpdateRsvpRequest, type context$5_BulkUpdateRsvpResponse as BulkUpdateRsvpResponse, type context$5_BulkUpdateRsvpResponseNonNullableFields as BulkUpdateRsvpResponseNonNullableFields, type CalendarLinks$2 as CalendarLinks, type CheckIn$1 as CheckIn, type context$5_CheckInRsvpOptions as CheckInRsvpOptions, type context$5_CheckInRsvpRequest as CheckInRsvpRequest, type context$5_CheckInRsvpResponse as CheckInRsvpResponse, type context$5_CheckInRsvpResponseNonNullableFields as CheckInRsvpResponseNonNullableFields, type context$5_CountRsvpAttendingGuestsRequest as CountRsvpAttendingGuestsRequest, type context$5_CountRsvpAttendingGuestsResponse as CountRsvpAttendingGuestsResponse, type Counts$1 as Counts, type context$5_CreateRsvpOptions as CreateRsvpOptions, type context$5_CreateRsvpRequest as CreateRsvpRequest, type context$5_CreateRsvpResponse as CreateRsvpResponse, type context$5_CreateRsvpResponseNonNullableFields as CreateRsvpResponseNonNullableFields, type context$5_DeleteRsvpCheckInOptions as DeleteRsvpCheckInOptions, type context$5_DeleteRsvpCheckInRequest as DeleteRsvpCheckInRequest, type context$5_DeleteRsvpCheckInResponse as DeleteRsvpCheckInResponse, type context$5_DeleteRsvpCheckInResponseNonNullableFields as DeleteRsvpCheckInResponseNonNullableFields, type context$5_DeleteRsvpOptions as DeleteRsvpOptions, type context$5_DeleteRsvpRequest as DeleteRsvpRequest, type context$5_DeleteRsvpResponse as DeleteRsvpResponse, type FacetCounts$4 as FacetCounts, type context$5_FindRsvpSummaryRequest as FindRsvpSummaryRequest, type context$5_FindRsvpSummaryResponse as FindRsvpSummaryResponse, type FormResponse$1 as FormResponse, type FormattedAddress$1 as FormattedAddress, type context$5_GetRsvpOptions as GetRsvpOptions, type context$5_GetRsvpRequest as GetRsvpRequest, type context$5_GetRsvpResponse as GetRsvpResponse, type context$5_GetRsvpResponseNonNullableFields as GetRsvpResponseNonNullableFields, type context$5_Guest as Guest, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type InputValue$1 as InputValue, type context$5_ListRsvpOptions as ListRsvpOptions, type context$5_ListRsvpRequest as ListRsvpRequest, type context$5_ListRsvpResponse as ListRsvpResponse, type context$5_ListRsvpResponseNonNullableFields as ListRsvpResponseNonNullableFields, type MessageEnvelope$5 as MessageEnvelope, type context$5_ModificationOptions as ModificationOptions, type OnlineConferencingLogin$1 as OnlineConferencingLogin, type context$5_QueryRsvpOptions as QueryRsvpOptions, type context$5_QueryRsvpRequest as QueryRsvpRequest, type context$5_QueryRsvpResponse as QueryRsvpResponse, type context$5_QueryRsvpResponseNonNullableFields as QueryRsvpResponseNonNullableFields, type context$5_Rsvp as Rsvp, type context$5_RsvpCreated as RsvpCreated, type context$5_RsvpCreatedEnvelope as RsvpCreatedEnvelope, type context$5_RsvpDeleted as RsvpDeleted, type context$5_RsvpDeletedEnvelope as RsvpDeletedEnvelope, type context$5_RsvpFacetCounts as RsvpFacetCounts, type context$5_RsvpFacets as RsvpFacets, context$5_RsvpFieldset as RsvpFieldset, type context$5_RsvpRsvp as RsvpRsvp, type context$5_RsvpRsvpNonNullableFields as RsvpRsvpNonNullableFields, context$5_RsvpStatus as RsvpStatus, type RsvpSummary$2 as RsvpSummary, context$5_RsvpTag as RsvpTag, type context$5_RsvpUpdated as RsvpUpdated, type context$5_RsvpUpdatedEnvelope as RsvpUpdatedEnvelope, type StandardDetails$1 as StandardDetails, type StreetAddress$4 as StreetAddress, type Subdivision$4 as Subdivision, SubdivisionType$4 as SubdivisionType, type context$5_UpdateRsvpOptions as UpdateRsvpOptions, type context$5_UpdateRsvpRequest as UpdateRsvpRequest, type context$5_UpdateRsvpResponse as UpdateRsvpResponse, type context$5_UpdateRsvpResponseNonNullableFields as UpdateRsvpResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType, type context$
|
|
13776
|
+
export { type Address$4 as Address, type AddressLocation$4 as AddressLocation, type AddressStreetOneOf$4 as AddressStreetOneOf, type BaseEventMetadata$5 as BaseEventMetadata, type context$5_BulkUpdateRsvpContactIdRequest as BulkUpdateRsvpContactIdRequest, type context$5_BulkUpdateRsvpContactIdResponse as BulkUpdateRsvpContactIdResponse, type context$5_BulkUpdateRsvpOptions as BulkUpdateRsvpOptions, type context$5_BulkUpdateRsvpRequest as BulkUpdateRsvpRequest, type context$5_BulkUpdateRsvpResponse as BulkUpdateRsvpResponse, type context$5_BulkUpdateRsvpResponseNonNullableFields as BulkUpdateRsvpResponseNonNullableFields, type CalendarLinks$2 as CalendarLinks, type CheckIn$1 as CheckIn, type context$5_CheckInRsvpOptions as CheckInRsvpOptions, type context$5_CheckInRsvpRequest as CheckInRsvpRequest, type context$5_CheckInRsvpResponse as CheckInRsvpResponse, type context$5_CheckInRsvpResponseNonNullableFields as CheckInRsvpResponseNonNullableFields, type context$5_CountRsvpAttendingGuestsRequest as CountRsvpAttendingGuestsRequest, type context$5_CountRsvpAttendingGuestsResponse as CountRsvpAttendingGuestsResponse, type Counts$1 as Counts, type context$5_CreateRsvpOptions as CreateRsvpOptions, type context$5_CreateRsvpRequest as CreateRsvpRequest, type context$5_CreateRsvpResponse as CreateRsvpResponse, type context$5_CreateRsvpResponseNonNullableFields as CreateRsvpResponseNonNullableFields, type context$5_DeleteRsvpCheckInOptions as DeleteRsvpCheckInOptions, type context$5_DeleteRsvpCheckInRequest as DeleteRsvpCheckInRequest, type context$5_DeleteRsvpCheckInResponse as DeleteRsvpCheckInResponse, type context$5_DeleteRsvpCheckInResponseNonNullableFields as DeleteRsvpCheckInResponseNonNullableFields, type context$5_DeleteRsvpOptions as DeleteRsvpOptions, type context$5_DeleteRsvpRequest as DeleteRsvpRequest, type context$5_DeleteRsvpResponse as DeleteRsvpResponse, type FacetCounts$4 as FacetCounts, type context$5_FindRsvpSummaryRequest as FindRsvpSummaryRequest, type context$5_FindRsvpSummaryResponse as FindRsvpSummaryResponse, type FormResponse$1 as FormResponse, type FormattedAddress$1 as FormattedAddress, type context$5_GetRsvpOptions as GetRsvpOptions, type context$5_GetRsvpRequest as GetRsvpRequest, type context$5_GetRsvpResponse as GetRsvpResponse, type context$5_GetRsvpResponseNonNullableFields as GetRsvpResponseNonNullableFields, type context$5_Guest as Guest, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type InputValue$1 as InputValue, type context$5_ListRsvpOptions as ListRsvpOptions, type context$5_ListRsvpRequest as ListRsvpRequest, type context$5_ListRsvpResponse as ListRsvpResponse, type context$5_ListRsvpResponseNonNullableFields as ListRsvpResponseNonNullableFields, type MessageEnvelope$5 as MessageEnvelope, type context$5_ModificationOptions as ModificationOptions, type OnlineConferencingLogin$1 as OnlineConferencingLogin, type context$5_QueryRsvpOptions as QueryRsvpOptions, type context$5_QueryRsvpRequest as QueryRsvpRequest, type context$5_QueryRsvpResponse as QueryRsvpResponse, type context$5_QueryRsvpResponseNonNullableFields as QueryRsvpResponseNonNullableFields, type context$5_Rsvp as Rsvp, type context$5_RsvpCreated as RsvpCreated, type context$5_RsvpCreatedEnvelope as RsvpCreatedEnvelope, type context$5_RsvpDeleted as RsvpDeleted, type context$5_RsvpDeletedEnvelope as RsvpDeletedEnvelope, type context$5_RsvpFacetCounts as RsvpFacetCounts, type context$5_RsvpFacets as RsvpFacets, context$5_RsvpFieldset as RsvpFieldset, type context$5_RsvpRsvp as RsvpRsvp, type context$5_RsvpRsvpNonNullableFields as RsvpRsvpNonNullableFields, context$5_RsvpStatus as RsvpStatus, type RsvpSummary$2 as RsvpSummary, context$5_RsvpTag as RsvpTag, type context$5_RsvpUpdated as RsvpUpdated, type context$5_RsvpUpdatedEnvelope as RsvpUpdatedEnvelope, type StandardDetails$1 as StandardDetails, type StreetAddress$4 as StreetAddress, type Subdivision$4 as Subdivision, SubdivisionType$4 as SubdivisionType, type context$5_UpdateRsvpOptions as UpdateRsvpOptions, type context$5_UpdateRsvpRequest as UpdateRsvpRequest, type context$5_UpdateRsvpResponse as UpdateRsvpResponse, type context$5_UpdateRsvpResponseNonNullableFields as UpdateRsvpResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType, type context$5__publicOnRsvpCreatedType as _publicOnRsvpCreatedType, type context$5__publicOnRsvpDeletedType as _publicOnRsvpDeletedType, type context$5__publicOnRsvpUpdatedType as _publicOnRsvpUpdatedType, context$5_bulkUpdateRsvp as bulkUpdateRsvp, context$5_checkInRsvp as checkInRsvp, context$5_createRsvp as createRsvp, context$5_deleteRsvp as deleteRsvp, context$5_deleteRsvpCheckIn as deleteRsvpCheckIn, context$5_getRsvp as getRsvp, context$5_listRsvp as listRsvp, context$5_onRsvpCreated as onRsvpCreated, context$5_onRsvpDeleted as onRsvpDeleted, context$5_onRsvpUpdated as onRsvpUpdated, onRsvpCreated$1 as publicOnRsvpCreated, onRsvpDeleted$1 as publicOnRsvpDeleted, onRsvpUpdated$1 as publicOnRsvpUpdated, context$5_queryRsvp as queryRsvp, context$5_updateRsvp as updateRsvp };
|
|
13560
13777
|
}
|
|
13561
13778
|
|
|
13562
13779
|
interface TicketingTicket {
|
|
@@ -14365,22 +14582,14 @@ interface BulkUpdateTicketsSignature {
|
|
|
14365
14582
|
}
|
|
14366
14583
|
declare const onTicketOrderUpdated$1: EventDefinition<TicketOrderUpdatedEnvelope, "wix.events.ticketing.events.OrderUpdated">;
|
|
14367
14584
|
|
|
14368
|
-
declare function createRESTModule$4<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
14369
|
-
|
|
14370
14585
|
declare function createEventModule$4<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
14371
14586
|
|
|
14372
|
-
|
|
14373
|
-
declare const
|
|
14374
|
-
|
|
14375
|
-
declare const
|
|
14376
|
-
|
|
14377
|
-
declare const
|
|
14378
|
-
type _publicDeleteTicketCheckInsType = typeof deleteTicketCheckIns$1;
|
|
14379
|
-
declare const deleteTicketCheckIns: ReturnType<typeof createRESTModule$4<_publicDeleteTicketCheckInsType>>;
|
|
14380
|
-
type _publicUpdateTicketType = typeof updateTicket$1;
|
|
14381
|
-
declare const updateTicket: ReturnType<typeof createRESTModule$4<_publicUpdateTicketType>>;
|
|
14382
|
-
type _publicBulkUpdateTicketsType = typeof bulkUpdateTickets$1;
|
|
14383
|
-
declare const bulkUpdateTickets: ReturnType<typeof createRESTModule$4<_publicBulkUpdateTicketsType>>;
|
|
14587
|
+
declare const listTickets: BuildRESTFunction<typeof listTickets$1> & typeof listTickets$1;
|
|
14588
|
+
declare const getTicket: BuildRESTFunction<typeof getTicket$1> & typeof getTicket$1;
|
|
14589
|
+
declare const checkInTickets: BuildRESTFunction<typeof checkInTickets$1> & typeof checkInTickets$1;
|
|
14590
|
+
declare const deleteTicketCheckIns: BuildRESTFunction<typeof deleteTicketCheckIns$1> & typeof deleteTicketCheckIns$1;
|
|
14591
|
+
declare const updateTicket: BuildRESTFunction<typeof updateTicket$1> & typeof updateTicket$1;
|
|
14592
|
+
declare const bulkUpdateTickets: BuildRESTFunction<typeof bulkUpdateTickets$1> & typeof bulkUpdateTickets$1;
|
|
14384
14593
|
|
|
14385
14594
|
type _publicOnTicketOrderUpdatedType = typeof onTicketOrderUpdated$1;
|
|
14386
14595
|
/** */
|
|
@@ -14437,13 +14646,7 @@ type context$4_UpdateTicketOptions = UpdateTicketOptions;
|
|
|
14437
14646
|
type context$4_UpdateTicketRequest = UpdateTicketRequest;
|
|
14438
14647
|
type context$4_UpdateTicketResponse = UpdateTicketResponse;
|
|
14439
14648
|
type context$4_UpdateTicketResponseNonNullableFields = UpdateTicketResponseNonNullableFields;
|
|
14440
|
-
type context$4__publicBulkUpdateTicketsType = _publicBulkUpdateTicketsType;
|
|
14441
|
-
type context$4__publicCheckInTicketsType = _publicCheckInTicketsType;
|
|
14442
|
-
type context$4__publicDeleteTicketCheckInsType = _publicDeleteTicketCheckInsType;
|
|
14443
|
-
type context$4__publicGetTicketType = _publicGetTicketType;
|
|
14444
|
-
type context$4__publicListTicketsType = _publicListTicketsType;
|
|
14445
14649
|
type context$4__publicOnTicketOrderUpdatedType = _publicOnTicketOrderUpdatedType;
|
|
14446
|
-
type context$4__publicUpdateTicketType = _publicUpdateTicketType;
|
|
14447
14650
|
declare const context$4_bulkUpdateTickets: typeof bulkUpdateTickets;
|
|
14448
14651
|
declare const context$4_checkInTickets: typeof checkInTickets;
|
|
14449
14652
|
declare const context$4_deleteTicketCheckIns: typeof deleteTicketCheckIns;
|
|
@@ -14452,7 +14655,7 @@ declare const context$4_listTickets: typeof listTickets;
|
|
|
14452
14655
|
declare const context$4_onTicketOrderUpdated: typeof onTicketOrderUpdated;
|
|
14453
14656
|
declare const context$4_updateTicket: typeof updateTicket;
|
|
14454
14657
|
declare namespace context$4 {
|
|
14455
|
-
export { type Address$3 as Address, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type BaseEventMetadata$4 as BaseEventMetadata, type context$4_BulkUpdateTicketsOptions as BulkUpdateTicketsOptions, type context$4_BulkUpdateTicketsRequest as BulkUpdateTicketsRequest, type context$4_BulkUpdateTicketsResponse as BulkUpdateTicketsResponse, type context$4_BulkUpdateTicketsResponseNonNullableFields as BulkUpdateTicketsResponseNonNullableFields, context$4_ChannelType as ChannelType, type context$4_CheckIn as CheckIn, type context$4_CheckInTicketRequest as CheckInTicketRequest, type context$4_CheckInTicketResponse as CheckInTicketResponse, type context$4_CheckInTicketResponseNonNullableFields as CheckInTicketResponseNonNullableFields, type context$4_CheckInTicketsOptions as CheckInTicketsOptions, type context$4_Counts as Counts, type context$4_DeleteTicketCheckInRequest as DeleteTicketCheckInRequest, type context$4_DeleteTicketCheckInResponse as DeleteTicketCheckInResponse, type context$4_DeleteTicketCheckInResponseNonNullableFields as DeleteTicketCheckInResponseNonNullableFields, type context$4_DeleteTicketCheckInsOptions as DeleteTicketCheckInsOptions, type FacetCounts$3 as FacetCounts, type context$4_FormResponse as FormResponse, type context$4_FormattedAddress as FormattedAddress, type context$4_GetDemoTicketRequest as GetDemoTicketRequest, type context$4_GetDemoTicketResponse as GetDemoTicketResponse, type context$4_GetTicketIdentifiers as GetTicketIdentifiers, type context$4_GetTicketOptions as GetTicketOptions, type context$4_GetTicketRequest as GetTicketRequest, type context$4_GetTicketResponse as GetTicketResponse, type context$4_GetTicketResponseNonNullableFields as GetTicketResponseNonNullableFields, type context$4_GuestDetails as GuestDetails, type context$4_GuestDetailsUpdate as GuestDetailsUpdate, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type context$4_InputValue as InputValue, type context$4_ListTicketsOptions as ListTicketsOptions, type context$4_ListTicketsRequest as ListTicketsRequest, type context$4_ListTicketsResponse as ListTicketsResponse, type context$4_ListTicketsResponseNonNullableFields as ListTicketsResponseNonNullableFields, type MessageEnvelope$4 as MessageEnvelope, type Money$3 as Money, type context$4_OnlineConferencingLogin as OnlineConferencingLogin, context$4_OrderStatus as OrderStatus, type context$4_OrderUpdated as OrderUpdated, type context$4_StandardDetails as StandardDetails, State$3 as State, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, SubdivisionType$3 as SubdivisionType, type context$4_Ticket as Ticket, type context$4_TicketDetails as TicketDetails, type context$4_TicketFacetCounts as TicketFacetCounts, type context$4_TicketFacets as TicketFacets, context$4_TicketFieldset as TicketFieldset, type context$4_TicketOrderUpdatedEnvelope as TicketOrderUpdatedEnvelope, type context$4_TicketingTicket as TicketingTicket, type context$4_TicketingTicketNonNullableFields as TicketingTicketNonNullableFields, type context$4_UpdateTicketIdentifiers as UpdateTicketIdentifiers, type context$4_UpdateTicketOptions as UpdateTicketOptions, type context$4_UpdateTicketRequest as UpdateTicketRequest, type context$4_UpdateTicketResponse as UpdateTicketResponse, type context$4_UpdateTicketResponseNonNullableFields as UpdateTicketResponseNonNullableFields, WebhookIdentityType$4 as WebhookIdentityType, type context$
|
|
14658
|
+
export { type Address$3 as Address, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type BaseEventMetadata$4 as BaseEventMetadata, type context$4_BulkUpdateTicketsOptions as BulkUpdateTicketsOptions, type context$4_BulkUpdateTicketsRequest as BulkUpdateTicketsRequest, type context$4_BulkUpdateTicketsResponse as BulkUpdateTicketsResponse, type context$4_BulkUpdateTicketsResponseNonNullableFields as BulkUpdateTicketsResponseNonNullableFields, context$4_ChannelType as ChannelType, type context$4_CheckIn as CheckIn, type context$4_CheckInTicketRequest as CheckInTicketRequest, type context$4_CheckInTicketResponse as CheckInTicketResponse, type context$4_CheckInTicketResponseNonNullableFields as CheckInTicketResponseNonNullableFields, type context$4_CheckInTicketsOptions as CheckInTicketsOptions, type context$4_Counts as Counts, type context$4_DeleteTicketCheckInRequest as DeleteTicketCheckInRequest, type context$4_DeleteTicketCheckInResponse as DeleteTicketCheckInResponse, type context$4_DeleteTicketCheckInResponseNonNullableFields as DeleteTicketCheckInResponseNonNullableFields, type context$4_DeleteTicketCheckInsOptions as DeleteTicketCheckInsOptions, type FacetCounts$3 as FacetCounts, type context$4_FormResponse as FormResponse, type context$4_FormattedAddress as FormattedAddress, type context$4_GetDemoTicketRequest as GetDemoTicketRequest, type context$4_GetDemoTicketResponse as GetDemoTicketResponse, type context$4_GetTicketIdentifiers as GetTicketIdentifiers, type context$4_GetTicketOptions as GetTicketOptions, type context$4_GetTicketRequest as GetTicketRequest, type context$4_GetTicketResponse as GetTicketResponse, type context$4_GetTicketResponseNonNullableFields as GetTicketResponseNonNullableFields, type context$4_GuestDetails as GuestDetails, type context$4_GuestDetailsUpdate as GuestDetailsUpdate, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type context$4_InputValue as InputValue, type context$4_ListTicketsOptions as ListTicketsOptions, type context$4_ListTicketsRequest as ListTicketsRequest, type context$4_ListTicketsResponse as ListTicketsResponse, type context$4_ListTicketsResponseNonNullableFields as ListTicketsResponseNonNullableFields, type MessageEnvelope$4 as MessageEnvelope, type Money$3 as Money, type context$4_OnlineConferencingLogin as OnlineConferencingLogin, context$4_OrderStatus as OrderStatus, type context$4_OrderUpdated as OrderUpdated, type context$4_StandardDetails as StandardDetails, State$3 as State, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, SubdivisionType$3 as SubdivisionType, type context$4_Ticket as Ticket, type context$4_TicketDetails as TicketDetails, type context$4_TicketFacetCounts as TicketFacetCounts, type context$4_TicketFacets as TicketFacets, context$4_TicketFieldset as TicketFieldset, type context$4_TicketOrderUpdatedEnvelope as TicketOrderUpdatedEnvelope, type context$4_TicketingTicket as TicketingTicket, type context$4_TicketingTicketNonNullableFields as TicketingTicketNonNullableFields, type context$4_UpdateTicketIdentifiers as UpdateTicketIdentifiers, type context$4_UpdateTicketOptions as UpdateTicketOptions, type context$4_UpdateTicketRequest as UpdateTicketRequest, type context$4_UpdateTicketResponse as UpdateTicketResponse, type context$4_UpdateTicketResponseNonNullableFields as UpdateTicketResponseNonNullableFields, WebhookIdentityType$4 as WebhookIdentityType, type context$4__publicOnTicketOrderUpdatedType as _publicOnTicketOrderUpdatedType, context$4_bulkUpdateTickets as bulkUpdateTickets, context$4_checkInTickets as checkInTickets, context$4_deleteTicketCheckIns as deleteTicketCheckIns, context$4_getTicket as getTicket, context$4_listTickets as listTickets, context$4_onTicketOrderUpdated as onTicketOrderUpdated, onTicketOrderUpdated$1 as publicOnTicketOrderUpdated, context$4_updateTicket as updateTicket };
|
|
14456
14659
|
}
|
|
14457
14660
|
|
|
14458
14661
|
interface TicketDefinition$1 {
|
|
@@ -15372,26 +15575,16 @@ declare const onTicketDefinitionCreated$3: EventDefinition<TicketDefinitionCreat
|
|
|
15372
15575
|
declare const onTicketDefinitionUpdated$3: EventDefinition<TicketDefinitionUpdatedEnvelope$1, "wix.events.ticketing.events.TicketDefinitionUpdated">;
|
|
15373
15576
|
declare const onTicketDefinitionDeleted$3: EventDefinition<TicketDefinitionDeletedEnvelope$1, "wix.events.ticketing.events.TicketDefinitionDeleted">;
|
|
15374
15577
|
|
|
15375
|
-
declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
15376
|
-
|
|
15377
15578
|
declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
15378
15579
|
|
|
15379
|
-
|
|
15380
|
-
declare const
|
|
15381
|
-
|
|
15382
|
-
declare const
|
|
15383
|
-
|
|
15384
|
-
declare const
|
|
15385
|
-
|
|
15386
|
-
declare const
|
|
15387
|
-
type _publicCreateTicketDefinitionType$1 = typeof createTicketDefinition$3;
|
|
15388
|
-
declare const createTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicCreateTicketDefinitionType>>;
|
|
15389
|
-
type _publicUpdateTicketDefinitionType$1 = typeof updateTicketDefinition$3;
|
|
15390
|
-
declare const updateTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicUpdateTicketDefinitionType>>;
|
|
15391
|
-
type _publicDeleteTicketDefinitionType$1 = typeof deleteTicketDefinition$3;
|
|
15392
|
-
declare const deleteTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicDeleteTicketDefinitionType>>;
|
|
15393
|
-
type _publicChangeCurrencyType$1 = typeof changeCurrency$3;
|
|
15394
|
-
declare const changeCurrency$2: ReturnType<typeof createRESTModule$3<_publicChangeCurrencyType>>;
|
|
15580
|
+
declare const queryTicketDefinitions$2: BuildRESTFunction<typeof queryTicketDefinitions$3> & typeof queryTicketDefinitions$3;
|
|
15581
|
+
declare const queryTicketDefinitionsV2: BuildRESTFunction<typeof queryTicketDefinitionsV2$1> & typeof queryTicketDefinitionsV2$1;
|
|
15582
|
+
declare const listTicketDefinitions: BuildRESTFunction<typeof listTicketDefinitions$1> & typeof listTicketDefinitions$1;
|
|
15583
|
+
declare const getTicketDefinition$2: BuildRESTFunction<typeof getTicketDefinition$3> & typeof getTicketDefinition$3;
|
|
15584
|
+
declare const createTicketDefinition$2: BuildRESTFunction<typeof createTicketDefinition$3> & typeof createTicketDefinition$3;
|
|
15585
|
+
declare const updateTicketDefinition$2: BuildRESTFunction<typeof updateTicketDefinition$3> & typeof updateTicketDefinition$3;
|
|
15586
|
+
declare const deleteTicketDefinition$2: BuildRESTFunction<typeof deleteTicketDefinition$3> & typeof deleteTicketDefinition$3;
|
|
15587
|
+
declare const changeCurrency$2: BuildRESTFunction<typeof changeCurrency$3> & typeof changeCurrency$3;
|
|
15395
15588
|
|
|
15396
15589
|
type _publicOnTicketDefinitionCreatedType$1 = typeof onTicketDefinitionCreated$3;
|
|
15397
15590
|
/** */
|
|
@@ -15441,12 +15634,10 @@ type context$3_TicketSalePeriod = TicketSalePeriod;
|
|
|
15441
15634
|
type context$3_TicketSaleStatus = TicketSaleStatus;
|
|
15442
15635
|
declare const context$3_TicketSaleStatus: typeof TicketSaleStatus;
|
|
15443
15636
|
type context$3_WixFeeConfig = WixFeeConfig;
|
|
15444
|
-
type context$3__publicListTicketDefinitionsType = _publicListTicketDefinitionsType;
|
|
15445
|
-
type context$3__publicQueryTicketDefinitionsV2Type = _publicQueryTicketDefinitionsV2Type;
|
|
15446
15637
|
declare const context$3_listTicketDefinitions: typeof listTicketDefinitions;
|
|
15447
15638
|
declare const context$3_queryTicketDefinitionsV2: typeof queryTicketDefinitionsV2;
|
|
15448
15639
|
declare namespace context$3 {
|
|
15449
|
-
export { type BaseEventMetadata$3 as BaseEventMetadata, type BulkCopyTicketDefinitionsByEventIdRequest$1 as BulkCopyTicketDefinitionsByEventIdRequest, type BulkCopyTicketDefinitionsByEventIdResponse$1 as BulkCopyTicketDefinitionsByEventIdResponse, type context$3_ById as ById, type ChangeCurrencyOptions$1 as ChangeCurrencyOptions, type ChangeCurrencyRequest$1 as ChangeCurrencyRequest, type ChangeCurrencyResponse$1 as ChangeCurrencyResponse, type CopiedTicketDefinition$1 as CopiedTicketDefinition, type CreateTicketDefinitionOptions$1 as CreateTicketDefinitionOptions, type CreateTicketDefinitionRequest$1 as CreateTicketDefinitionRequest, type CreateTicketDefinitionResponse$1 as CreateTicketDefinitionResponse, type CreateTicketDefinitionResponseNonNullableFields$1 as CreateTicketDefinitionResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type Cursors$3 as Cursors, type Dashboard$2 as Dashboard, type context$3_DefinitionsQueryBuilder as DefinitionsQueryBuilder, type context$3_DefinitionsQueryResult as DefinitionsQueryResult, type context$3_DeleteTicketDefinitionOptions as DeleteTicketDefinitionOptions, type DeleteTicketDefinitionRequest$1 as DeleteTicketDefinitionRequest, type context$3_DeleteTicketDefinitionRequestDeleteOneOf as DeleteTicketDefinitionRequestDeleteOneOf, type DeleteTicketDefinitionResponse$1 as DeleteTicketDefinitionResponse, type FacetCounts$2 as FacetCounts, context$3_FeeType as FeeType, type GetTicketDefinitionOptions$1 as GetTicketDefinitionOptions, type GetTicketDefinitionRequest$1 as GetTicketDefinitionRequest, type GetTicketDefinitionResponse$1 as GetTicketDefinitionResponse, type GetTicketDefinitionResponseNonNullableFields$1 as GetTicketDefinitionResponseNonNullableFields, context$3_GroupBy as GroupBy, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$3_ListTicketDefinitionsOptions as ListTicketDefinitionsOptions, type context$3_ListTicketDefinitionsRequest as ListTicketDefinitionsRequest, type context$3_ListTicketDefinitionsResponse as ListTicketDefinitionsResponse, type context$3_ListTicketDefinitionsResponseNonNullableFields as ListTicketDefinitionsResponseNonNullableFields, type MessageEnvelope$3 as MessageEnvelope, type Money$2 as Money, type context$3_OriginatedFrom as OriginatedFrom, type Paging$3 as Paging, type PagingMetadataV2$3 as PagingMetadataV2, type context$3_PaidTicketDefinitionExistsRequest as PaidTicketDefinitionExistsRequest, type context$3_PaidTicketDefinitionExistsResponse as PaidTicketDefinitionExistsResponse, type context$3_PricingOption as PricingOption, type PricingOptions$1 as PricingOptions, type QueryTicketDefinitionsOptions$1 as QueryTicketDefinitionsOptions, type QueryTicketDefinitionsRequest$1 as QueryTicketDefinitionsRequest, type QueryTicketDefinitionsResponse$1 as QueryTicketDefinitionsResponse, type QueryTicketDefinitionsResponseNonNullableFields$1 as QueryTicketDefinitionsResponseNonNullableFields, type context$3_QueryTicketDefinitionsV2Options as QueryTicketDefinitionsV2Options, type context$3_QueryTicketDefinitionsV2Request as QueryTicketDefinitionsV2Request, type context$3_QueryTicketDefinitionsV2Response as QueryTicketDefinitionsV2Response, type context$3_QueryTicketDefinitionsV2ResponseNonNullableFields as QueryTicketDefinitionsV2ResponseNonNullableFields, type QueryV2$3 as QueryV2, type QueryV2PagingMethodOneOf$3 as QueryV2PagingMethodOneOf, type context$3_ResponseMetaData as ResponseMetaData, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, State$2 as State, type TicketDefinition$1 as TicketDefinition, type context$3_TicketDefinitionCreated as TicketDefinitionCreated, type TicketDefinitionCreatedEnvelope$1 as TicketDefinitionCreatedEnvelope, type context$3_TicketDefinitionData as TicketDefinitionData, type context$3_TicketDefinitionDeleted as TicketDefinitionDeleted, type TicketDefinitionDeletedEnvelope$1 as TicketDefinitionDeletedEnvelope, context$3_TicketDefinitionFieldset as TicketDefinitionFieldset, type TicketDefinitionNonNullableFields$1 as TicketDefinitionNonNullableFields, context$3_TicketDefinitionStateEnumState as TicketDefinitionStateEnumState, type context$3_TicketDefinitionUpdated as TicketDefinitionUpdated, type TicketDefinitionUpdatedEnvelope$1 as TicketDefinitionUpdatedEnvelope, type context$3_TicketPricing as TicketPricing, type context$3_TicketPricingPriceOneOf as TicketPricingPriceOneOf, type context$3_TicketSalePeriod as TicketSalePeriod, context$3_TicketSaleStatus as TicketSaleStatus, Type$2 as Type, type UpdateTicketDefinitionOptions$1 as UpdateTicketDefinitionOptions, type UpdateTicketDefinitionRequest$1 as UpdateTicketDefinitionRequest, type UpdateTicketDefinitionResponse$1 as UpdateTicketDefinitionResponse, type UpdateTicketDefinitionResponseNonNullableFields$1 as UpdateTicketDefinitionResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type context$3_WixFeeConfig as WixFeeConfig, type
|
|
15640
|
+
export { type BaseEventMetadata$3 as BaseEventMetadata, type BulkCopyTicketDefinitionsByEventIdRequest$1 as BulkCopyTicketDefinitionsByEventIdRequest, type BulkCopyTicketDefinitionsByEventIdResponse$1 as BulkCopyTicketDefinitionsByEventIdResponse, type context$3_ById as ById, type ChangeCurrencyOptions$1 as ChangeCurrencyOptions, type ChangeCurrencyRequest$1 as ChangeCurrencyRequest, type ChangeCurrencyResponse$1 as ChangeCurrencyResponse, type CopiedTicketDefinition$1 as CopiedTicketDefinition, type CreateTicketDefinitionOptions$1 as CreateTicketDefinitionOptions, type CreateTicketDefinitionRequest$1 as CreateTicketDefinitionRequest, type CreateTicketDefinitionResponse$1 as CreateTicketDefinitionResponse, type CreateTicketDefinitionResponseNonNullableFields$1 as CreateTicketDefinitionResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type Cursors$3 as Cursors, type Dashboard$2 as Dashboard, type context$3_DefinitionsQueryBuilder as DefinitionsQueryBuilder, type context$3_DefinitionsQueryResult as DefinitionsQueryResult, type context$3_DeleteTicketDefinitionOptions as DeleteTicketDefinitionOptions, type DeleteTicketDefinitionRequest$1 as DeleteTicketDefinitionRequest, type context$3_DeleteTicketDefinitionRequestDeleteOneOf as DeleteTicketDefinitionRequestDeleteOneOf, type DeleteTicketDefinitionResponse$1 as DeleteTicketDefinitionResponse, type FacetCounts$2 as FacetCounts, context$3_FeeType as FeeType, type GetTicketDefinitionOptions$1 as GetTicketDefinitionOptions, type GetTicketDefinitionRequest$1 as GetTicketDefinitionRequest, type GetTicketDefinitionResponse$1 as GetTicketDefinitionResponse, type GetTicketDefinitionResponseNonNullableFields$1 as GetTicketDefinitionResponseNonNullableFields, context$3_GroupBy as GroupBy, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type context$3_ListTicketDefinitionsOptions as ListTicketDefinitionsOptions, type context$3_ListTicketDefinitionsRequest as ListTicketDefinitionsRequest, type context$3_ListTicketDefinitionsResponse as ListTicketDefinitionsResponse, type context$3_ListTicketDefinitionsResponseNonNullableFields as ListTicketDefinitionsResponseNonNullableFields, type MessageEnvelope$3 as MessageEnvelope, type Money$2 as Money, type context$3_OriginatedFrom as OriginatedFrom, type Paging$3 as Paging, type PagingMetadataV2$3 as PagingMetadataV2, type context$3_PaidTicketDefinitionExistsRequest as PaidTicketDefinitionExistsRequest, type context$3_PaidTicketDefinitionExistsResponse as PaidTicketDefinitionExistsResponse, type context$3_PricingOption as PricingOption, type PricingOptions$1 as PricingOptions, type QueryTicketDefinitionsOptions$1 as QueryTicketDefinitionsOptions, type QueryTicketDefinitionsRequest$1 as QueryTicketDefinitionsRequest, type QueryTicketDefinitionsResponse$1 as QueryTicketDefinitionsResponse, type QueryTicketDefinitionsResponseNonNullableFields$1 as QueryTicketDefinitionsResponseNonNullableFields, type context$3_QueryTicketDefinitionsV2Options as QueryTicketDefinitionsV2Options, type context$3_QueryTicketDefinitionsV2Request as QueryTicketDefinitionsV2Request, type context$3_QueryTicketDefinitionsV2Response as QueryTicketDefinitionsV2Response, type context$3_QueryTicketDefinitionsV2ResponseNonNullableFields as QueryTicketDefinitionsV2ResponseNonNullableFields, type QueryV2$3 as QueryV2, type QueryV2PagingMethodOneOf$3 as QueryV2PagingMethodOneOf, type context$3_ResponseMetaData as ResponseMetaData, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, State$2 as State, type TicketDefinition$1 as TicketDefinition, type context$3_TicketDefinitionCreated as TicketDefinitionCreated, type TicketDefinitionCreatedEnvelope$1 as TicketDefinitionCreatedEnvelope, type context$3_TicketDefinitionData as TicketDefinitionData, type context$3_TicketDefinitionDeleted as TicketDefinitionDeleted, type TicketDefinitionDeletedEnvelope$1 as TicketDefinitionDeletedEnvelope, context$3_TicketDefinitionFieldset as TicketDefinitionFieldset, type TicketDefinitionNonNullableFields$1 as TicketDefinitionNonNullableFields, context$3_TicketDefinitionStateEnumState as TicketDefinitionStateEnumState, type context$3_TicketDefinitionUpdated as TicketDefinitionUpdated, type TicketDefinitionUpdatedEnvelope$1 as TicketDefinitionUpdatedEnvelope, type context$3_TicketPricing as TicketPricing, type context$3_TicketPricingPriceOneOf as TicketPricingPriceOneOf, type context$3_TicketSalePeriod as TicketSalePeriod, context$3_TicketSaleStatus as TicketSaleStatus, Type$2 as Type, type UpdateTicketDefinitionOptions$1 as UpdateTicketDefinitionOptions, type UpdateTicketDefinitionRequest$1 as UpdateTicketDefinitionRequest, type UpdateTicketDefinitionResponse$1 as UpdateTicketDefinitionResponse, type UpdateTicketDefinitionResponseNonNullableFields$1 as UpdateTicketDefinitionResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type context$3_WixFeeConfig as WixFeeConfig, type _publicOnTicketDefinitionCreatedType$1 as _publicOnTicketDefinitionCreatedType, type _publicOnTicketDefinitionDeletedType$1 as _publicOnTicketDefinitionDeletedType, type _publicOnTicketDefinitionUpdatedType$1 as _publicOnTicketDefinitionUpdatedType, changeCurrency$2 as changeCurrency, createTicketDefinition$2 as createTicketDefinition, deleteTicketDefinition$2 as deleteTicketDefinition, getTicketDefinition$2 as getTicketDefinition, context$3_listTicketDefinitions as listTicketDefinitions, onTicketDefinitionCreated$2 as onTicketDefinitionCreated, onTicketDefinitionDeleted$2 as onTicketDefinitionDeleted, onTicketDefinitionUpdated$2 as onTicketDefinitionUpdated, onTicketDefinitionCreated$3 as publicOnTicketDefinitionCreated, onTicketDefinitionDeleted$3 as publicOnTicketDefinitionDeleted, onTicketDefinitionUpdated$3 as publicOnTicketDefinitionUpdated, queryTicketDefinitions$2 as queryTicketDefinitions, context$3_queryTicketDefinitionsV2 as queryTicketDefinitionsV2, updateTicketDefinition$2 as updateTicketDefinition };
|
|
15450
15641
|
}
|
|
15451
15642
|
|
|
15452
15643
|
interface Policy {
|
|
@@ -16224,22 +16415,14 @@ declare const onPolicyCreated$1: EventDefinition<PolicyCreatedEnvelope, "wix.eve
|
|
|
16224
16415
|
declare const onPolicyUpdated$1: EventDefinition<PolicyUpdatedEnvelope, "wix.events.v2.policy_updated">;
|
|
16225
16416
|
declare const onPolicyDeleted$1: EventDefinition<PolicyDeletedEnvelope, "wix.events.v2.policy_deleted">;
|
|
16226
16417
|
|
|
16227
|
-
declare function createRESTModule$2<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
16228
|
-
|
|
16229
16418
|
declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
16230
16419
|
|
|
16231
|
-
|
|
16232
|
-
declare const
|
|
16233
|
-
|
|
16234
|
-
declare const
|
|
16235
|
-
|
|
16236
|
-
declare const
|
|
16237
|
-
type _publicQueryPoliciesType = typeof queryPolicies$1;
|
|
16238
|
-
declare const queryPolicies: ReturnType<typeof createRESTModule$2<_publicQueryPoliciesType>>;
|
|
16239
|
-
type _publicReorderEventPoliciesType = typeof reorderEventPolicies$1;
|
|
16240
|
-
declare const reorderEventPolicies: ReturnType<typeof createRESTModule$2<_publicReorderEventPoliciesType>>;
|
|
16241
|
-
type _publicGetPolicyType = typeof getPolicy$1;
|
|
16242
|
-
declare const getPolicy: ReturnType<typeof createRESTModule$2<_publicGetPolicyType>>;
|
|
16420
|
+
declare const createPolicy: BuildRESTFunction<typeof createPolicy$1> & typeof createPolicy$1;
|
|
16421
|
+
declare const updatePolicy: BuildRESTFunction<typeof updatePolicy$1> & typeof updatePolicy$1;
|
|
16422
|
+
declare const deletePolicy: BuildRESTFunction<typeof deletePolicy$1> & typeof deletePolicy$1;
|
|
16423
|
+
declare const queryPolicies: BuildRESTFunction<typeof queryPolicies$1> & typeof queryPolicies$1;
|
|
16424
|
+
declare const reorderEventPolicies: BuildRESTFunction<typeof reorderEventPolicies$1> & typeof reorderEventPolicies$1;
|
|
16425
|
+
declare const getPolicy: BuildRESTFunction<typeof getPolicy$1> & typeof getPolicy$1;
|
|
16243
16426
|
|
|
16244
16427
|
type _publicOnPolicyCreatedType = typeof onPolicyCreated$1;
|
|
16245
16428
|
/**
|
|
@@ -16290,15 +16473,9 @@ type context$2_UpdatePolicyResponse = UpdatePolicyResponse;
|
|
|
16290
16473
|
type context$2_UpdatePolicyResponseNonNullableFields = UpdatePolicyResponseNonNullableFields;
|
|
16291
16474
|
type context$2_UpdatePolicySortIndexRequest = UpdatePolicySortIndexRequest;
|
|
16292
16475
|
type context$2_UpdatePolicySortIndexResponse = UpdatePolicySortIndexResponse;
|
|
16293
|
-
type context$2__publicCreatePolicyType = _publicCreatePolicyType;
|
|
16294
|
-
type context$2__publicDeletePolicyType = _publicDeletePolicyType;
|
|
16295
|
-
type context$2__publicGetPolicyType = _publicGetPolicyType;
|
|
16296
16476
|
type context$2__publicOnPolicyCreatedType = _publicOnPolicyCreatedType;
|
|
16297
16477
|
type context$2__publicOnPolicyDeletedType = _publicOnPolicyDeletedType;
|
|
16298
16478
|
type context$2__publicOnPolicyUpdatedType = _publicOnPolicyUpdatedType;
|
|
16299
|
-
type context$2__publicQueryPoliciesType = _publicQueryPoliciesType;
|
|
16300
|
-
type context$2__publicReorderEventPoliciesType = _publicReorderEventPoliciesType;
|
|
16301
|
-
type context$2__publicUpdatePolicyType = _publicUpdatePolicyType;
|
|
16302
16479
|
declare const context$2_createPolicy: typeof createPolicy;
|
|
16303
16480
|
declare const context$2_deletePolicy: typeof deletePolicy;
|
|
16304
16481
|
declare const context$2_getPolicy: typeof getPolicy;
|
|
@@ -16309,7 +16486,7 @@ declare const context$2_queryPolicies: typeof queryPolicies;
|
|
|
16309
16486
|
declare const context$2_reorderEventPolicies: typeof reorderEventPolicies;
|
|
16310
16487
|
declare const context$2_updatePolicy: typeof updatePolicy;
|
|
16311
16488
|
declare namespace context$2 {
|
|
16312
|
-
export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type BaseEventMetadata$2 as BaseEventMetadata, type context$2_CreatePolicyRequest as CreatePolicyRequest, type context$2_CreatePolicyResponse as CreatePolicyResponse, type context$2_CreatePolicyResponseNonNullableFields as CreatePolicyResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type Cursors$2 as Cursors, type context$2_DeletePolicyRequest as DeletePolicyRequest, type context$2_DeletePolicyResponse as DeletePolicyResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventCopied$1 as EventCopied, type EventMetadata$2 as EventMetadata, EventStatus$2 as EventStatus, type context$2_GetPolicyFromTrashBinRequest as GetPolicyFromTrashBinRequest, type context$2_GetPolicyFromTrashBinResponse as GetPolicyFromTrashBinResponse, type context$2_GetPolicyRequest as GetPolicyRequest, type context$2_GetPolicyResponse as GetPolicyResponse, type context$2_GetPolicyResponseNonNullableFields as GetPolicyResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type Location$2 as Location, LocationType$2 as LocationType, type MapCoordinates$2 as MapCoordinates, type MessageEnvelope$2 as MessageEnvelope, type Occurrence$2 as Occurrence, type Paging$2 as Paging, type PagingMetadataV2$2 as PagingMetadataV2, type context$2_PoliciesQueryBuilder as PoliciesQueryBuilder, type context$2_PoliciesQueryResult as PoliciesQueryResult, type context$2_Policy as Policy, type context$2_PolicyCreatedEnvelope as PolicyCreatedEnvelope, type context$2_PolicyDeletedEnvelope as PolicyDeletedEnvelope, type context$2_PolicyNonNullableFields as PolicyNonNullableFields, type context$2_PolicyUpdatedEnvelope as PolicyUpdatedEnvelope, type context$2_QueryPoliciesRequest as QueryPoliciesRequest, type context$2_QueryPoliciesResponse as QueryPoliciesResponse, type context$2_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type Recurrences$2 as Recurrences, type context$2_ReorderEventPoliciesOptions as ReorderEventPoliciesOptions, type context$2_ReorderEventPoliciesRequest as ReorderEventPoliciesRequest, type context$2_ReorderEventPoliciesRequestReferencePolicyOneOf as ReorderEventPoliciesRequestReferencePolicyOneOf, type context$2_ReorderEventPoliciesResponse as ReorderEventPoliciesResponse, type context$2_ReorderEventPoliciesResponseNonNullableFields as ReorderEventPoliciesResponseNonNullableFields, type ScheduleConfig$2 as ScheduleConfig, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, Status$2 as Status, type StreetAddress$2 as StreetAddress, type Subdivision$2 as Subdivision, SubdivisionType$2 as SubdivisionType, type context$2_UpdatePolicy as UpdatePolicy, type context$2_UpdatePolicyRequest as UpdatePolicyRequest, type context$2_UpdatePolicyResponse as UpdatePolicyResponse, type context$2_UpdatePolicyResponseNonNullableFields as UpdatePolicyResponseNonNullableFields, type context$2_UpdatePolicySortIndexRequest as UpdatePolicySortIndexRequest, type context$2_UpdatePolicySortIndexResponse as UpdatePolicySortIndexResponse, WebhookIdentityType$2 as WebhookIdentityType, type context$
|
|
16489
|
+
export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type BaseEventMetadata$2 as BaseEventMetadata, type context$2_CreatePolicyRequest as CreatePolicyRequest, type context$2_CreatePolicyResponse as CreatePolicyResponse, type context$2_CreatePolicyResponseNonNullableFields as CreatePolicyResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type Cursors$2 as Cursors, type context$2_DeletePolicyRequest as DeletePolicyRequest, type context$2_DeletePolicyResponse as DeletePolicyResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventCopied$1 as EventCopied, type EventMetadata$2 as EventMetadata, EventStatus$2 as EventStatus, type context$2_GetPolicyFromTrashBinRequest as GetPolicyFromTrashBinRequest, type context$2_GetPolicyFromTrashBinResponse as GetPolicyFromTrashBinResponse, type context$2_GetPolicyRequest as GetPolicyRequest, type context$2_GetPolicyResponse as GetPolicyResponse, type context$2_GetPolicyResponseNonNullableFields as GetPolicyResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type Location$2 as Location, LocationType$2 as LocationType, type MapCoordinates$2 as MapCoordinates, type MessageEnvelope$2 as MessageEnvelope, type Occurrence$2 as Occurrence, type Paging$2 as Paging, type PagingMetadataV2$2 as PagingMetadataV2, type context$2_PoliciesQueryBuilder as PoliciesQueryBuilder, type context$2_PoliciesQueryResult as PoliciesQueryResult, type context$2_Policy as Policy, type context$2_PolicyCreatedEnvelope as PolicyCreatedEnvelope, type context$2_PolicyDeletedEnvelope as PolicyDeletedEnvelope, type context$2_PolicyNonNullableFields as PolicyNonNullableFields, type context$2_PolicyUpdatedEnvelope as PolicyUpdatedEnvelope, type context$2_QueryPoliciesRequest as QueryPoliciesRequest, type context$2_QueryPoliciesResponse as QueryPoliciesResponse, type context$2_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type Recurrences$2 as Recurrences, type context$2_ReorderEventPoliciesOptions as ReorderEventPoliciesOptions, type context$2_ReorderEventPoliciesRequest as ReorderEventPoliciesRequest, type context$2_ReorderEventPoliciesRequestReferencePolicyOneOf as ReorderEventPoliciesRequestReferencePolicyOneOf, type context$2_ReorderEventPoliciesResponse as ReorderEventPoliciesResponse, type context$2_ReorderEventPoliciesResponseNonNullableFields as ReorderEventPoliciesResponseNonNullableFields, type ScheduleConfig$2 as ScheduleConfig, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, Status$2 as Status, type StreetAddress$2 as StreetAddress, type Subdivision$2 as Subdivision, SubdivisionType$2 as SubdivisionType, type context$2_UpdatePolicy as UpdatePolicy, type context$2_UpdatePolicyRequest as UpdatePolicyRequest, type context$2_UpdatePolicyResponse as UpdatePolicyResponse, type context$2_UpdatePolicyResponseNonNullableFields as UpdatePolicyResponseNonNullableFields, type context$2_UpdatePolicySortIndexRequest as UpdatePolicySortIndexRequest, type context$2_UpdatePolicySortIndexResponse as UpdatePolicySortIndexResponse, WebhookIdentityType$2 as WebhookIdentityType, type context$2__publicOnPolicyCreatedType as _publicOnPolicyCreatedType, type context$2__publicOnPolicyDeletedType as _publicOnPolicyDeletedType, type context$2__publicOnPolicyUpdatedType as _publicOnPolicyUpdatedType, context$2_createPolicy as createPolicy, context$2_deletePolicy as deletePolicy, context$2_getPolicy as getPolicy, context$2_onPolicyCreated as onPolicyCreated, context$2_onPolicyDeleted as onPolicyDeleted, context$2_onPolicyUpdated as onPolicyUpdated, onPolicyCreated$1 as publicOnPolicyCreated, onPolicyDeleted$1 as publicOnPolicyDeleted, onPolicyUpdated$1 as publicOnPolicyUpdated, context$2_queryPolicies as queryPolicies, context$2_reorderEventPolicies as reorderEventPolicies, context$2_updatePolicy as updatePolicy };
|
|
16313
16490
|
}
|
|
16314
16491
|
|
|
16315
16492
|
interface V3Event {
|
|
@@ -19535,34 +19712,20 @@ declare const onEventPublished$1: EventDefinition<EventPublishedEnvelope, "wix.e
|
|
|
19535
19712
|
declare const onEventCloned$1: EventDefinition<EventClonedEnvelope, "wix.events.v3.event_cloned">;
|
|
19536
19713
|
declare const onEventCanceled$1: EventDefinition<EventCanceledEnvelope, "wix.events.v3.event_canceled">;
|
|
19537
19714
|
|
|
19538
|
-
declare function createRESTModule$1<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
19539
|
-
|
|
19540
19715
|
declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
19541
19716
|
|
|
19542
|
-
|
|
19543
|
-
declare const
|
|
19544
|
-
|
|
19545
|
-
declare const
|
|
19546
|
-
|
|
19547
|
-
declare const
|
|
19548
|
-
|
|
19549
|
-
declare const
|
|
19550
|
-
|
|
19551
|
-
declare const
|
|
19552
|
-
|
|
19553
|
-
declare const
|
|
19554
|
-
type _publicDeleteEventType = typeof deleteEvent$1;
|
|
19555
|
-
declare const deleteEvent: ReturnType<typeof createRESTModule$1<_publicDeleteEventType>>;
|
|
19556
|
-
type _publicBulkDeleteEventsByFilterType = typeof bulkDeleteEventsByFilter$1;
|
|
19557
|
-
declare const bulkDeleteEventsByFilter: ReturnType<typeof createRESTModule$1<_publicBulkDeleteEventsByFilterType>>;
|
|
19558
|
-
type _publicQueryEventsType = typeof queryEvents$1;
|
|
19559
|
-
declare const queryEvents: ReturnType<typeof createRESTModule$1<_publicQueryEventsType>>;
|
|
19560
|
-
type _publicCountEventsByStatusType = typeof countEventsByStatus$1;
|
|
19561
|
-
declare const countEventsByStatus: ReturnType<typeof createRESTModule$1<_publicCountEventsByStatusType>>;
|
|
19562
|
-
type _publicGetEventType = typeof getEvent$1;
|
|
19563
|
-
declare const getEvent: ReturnType<typeof createRESTModule$1<_publicGetEventType>>;
|
|
19564
|
-
type _publicGetEventBySlugType = typeof getEventBySlug$1;
|
|
19565
|
-
declare const getEventBySlug: ReturnType<typeof createRESTModule$1<_publicGetEventBySlugType>>;
|
|
19717
|
+
declare const createEvent: BuildRESTFunction<typeof createEvent$1> & typeof createEvent$1;
|
|
19718
|
+
declare const cloneEvent: BuildRESTFunction<typeof cloneEvent$1> & typeof cloneEvent$1;
|
|
19719
|
+
declare const updateEvent: BuildRESTFunction<typeof updateEvent$1> & typeof updateEvent$1;
|
|
19720
|
+
declare const publishDraftEvent: BuildRESTFunction<typeof publishDraftEvent$1> & typeof publishDraftEvent$1;
|
|
19721
|
+
declare const cancelEvent: BuildRESTFunction<typeof cancelEvent$1> & typeof cancelEvent$1;
|
|
19722
|
+
declare const bulkCancelEventsByFilter: BuildRESTFunction<typeof bulkCancelEventsByFilter$1> & typeof bulkCancelEventsByFilter$1;
|
|
19723
|
+
declare const deleteEvent: BuildRESTFunction<typeof deleteEvent$1> & typeof deleteEvent$1;
|
|
19724
|
+
declare const bulkDeleteEventsByFilter: BuildRESTFunction<typeof bulkDeleteEventsByFilter$1> & typeof bulkDeleteEventsByFilter$1;
|
|
19725
|
+
declare const queryEvents: BuildRESTFunction<typeof queryEvents$1> & typeof queryEvents$1;
|
|
19726
|
+
declare const countEventsByStatus: BuildRESTFunction<typeof countEventsByStatus$1> & typeof countEventsByStatus$1;
|
|
19727
|
+
declare const getEvent: BuildRESTFunction<typeof getEvent$1> & typeof getEvent$1;
|
|
19728
|
+
declare const getEventBySlug: BuildRESTFunction<typeof getEventBySlug$1> & typeof getEventBySlug$1;
|
|
19566
19729
|
|
|
19567
19730
|
type _publicOnEventCreatedType = typeof onEventCreated$1;
|
|
19568
19731
|
/** */
|
|
@@ -19760,15 +19923,6 @@ type context$1_UserFilter = UserFilter;
|
|
|
19760
19923
|
type context$1_V3Event = V3Event;
|
|
19761
19924
|
type context$1_V3EventDisplaySettings = V3EventDisplaySettings;
|
|
19762
19925
|
type context$1_V3EventNonNullableFields = V3EventNonNullableFields;
|
|
19763
|
-
type context$1__publicBulkCancelEventsByFilterType = _publicBulkCancelEventsByFilterType;
|
|
19764
|
-
type context$1__publicBulkDeleteEventsByFilterType = _publicBulkDeleteEventsByFilterType;
|
|
19765
|
-
type context$1__publicCancelEventType = _publicCancelEventType;
|
|
19766
|
-
type context$1__publicCloneEventType = _publicCloneEventType;
|
|
19767
|
-
type context$1__publicCountEventsByStatusType = _publicCountEventsByStatusType;
|
|
19768
|
-
type context$1__publicCreateEventType = _publicCreateEventType;
|
|
19769
|
-
type context$1__publicDeleteEventType = _publicDeleteEventType;
|
|
19770
|
-
type context$1__publicGetEventBySlugType = _publicGetEventBySlugType;
|
|
19771
|
-
type context$1__publicGetEventType = _publicGetEventType;
|
|
19772
19926
|
type context$1__publicOnEventCanceledType = _publicOnEventCanceledType;
|
|
19773
19927
|
type context$1__publicOnEventClonedType = _publicOnEventClonedType;
|
|
19774
19928
|
type context$1__publicOnEventCreatedType = _publicOnEventCreatedType;
|
|
@@ -19778,9 +19932,6 @@ type context$1__publicOnEventPublishedType = _publicOnEventPublishedType;
|
|
|
19778
19932
|
type context$1__publicOnEventReminderType = _publicOnEventReminderType;
|
|
19779
19933
|
type context$1__publicOnEventStartedType = _publicOnEventStartedType;
|
|
19780
19934
|
type context$1__publicOnEventUpdatedType = _publicOnEventUpdatedType;
|
|
19781
|
-
type context$1__publicPublishDraftEventType = _publicPublishDraftEventType;
|
|
19782
|
-
type context$1__publicQueryEventsType = _publicQueryEventsType;
|
|
19783
|
-
type context$1__publicUpdateEventType = _publicUpdateEventType;
|
|
19784
19935
|
declare const context$1_bulkCancelEventsByFilter: typeof bulkCancelEventsByFilter;
|
|
19785
19936
|
declare const context$1_bulkDeleteEventsByFilter: typeof bulkDeleteEventsByFilter;
|
|
19786
19937
|
declare const context$1_cancelEvent: typeof cancelEvent;
|
|
@@ -19803,7 +19954,7 @@ declare const context$1_publishDraftEvent: typeof publishDraftEvent;
|
|
|
19803
19954
|
declare const context$1_queryEvents: typeof queryEvents;
|
|
19804
19955
|
declare const context$1_updateEvent: typeof updateEvent;
|
|
19805
19956
|
declare namespace context$1 {
|
|
19806
|
-
export { type ActionEvent$1 as ActionEvent, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressStreetOneOf$1 as AddressStreetOneOf, type Agenda$1 as Agenda, type context$1_AgendaSettings as AgendaSettings, type BaseEventMetadata$1 as BaseEventMetadata, type context$1_BulkCancelEventsByFilterOptions as BulkCancelEventsByFilterOptions, type context$1_BulkCancelEventsByFilterRequest as BulkCancelEventsByFilterRequest, type context$1_BulkCancelEventsByFilterResponse as BulkCancelEventsByFilterResponse, type context$1_BulkDeleteEventsByFilterOptions as BulkDeleteEventsByFilterOptions, type context$1_BulkDeleteEventsByFilterRequest as BulkDeleteEventsByFilterRequest, type context$1_BulkDeleteEventsByFilterResponse as BulkDeleteEventsByFilterResponse, type CalendarLinks$1 as CalendarLinks, type context$1_CalendarUrls as CalendarUrls, type context$1_CancelEventOptions as CancelEventOptions, type context$1_CancelEventRequest as CancelEventRequest, type context$1_CancelEventResponse as CancelEventResponse, type context$1_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Category$1 as Category, type CategoryCounts$1 as CategoryCounts, type CheckoutFormMessages$1 as CheckoutFormMessages, type context$1_CloneEventOptions as CloneEventOptions, type context$1_CloneEventRequest as CloneEventRequest, type context$1_CloneEventResponse as CloneEventResponse, type context$1_CloneEventResponseNonNullableFields as CloneEventResponseNonNullableFields, type context$1_CommonAddress as CommonAddress, type context$1_CommonAddressLocation as CommonAddressLocation, type context$1_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$1_CommonCursors as CommonCursors, type context$1_CommonPaging as CommonPaging, type context$1_CommonPagingMetadataV2 as CommonPagingMetadataV2, type context$1_CommonQueryV2 as CommonQueryV2, type context$1_CommonQueryV2PagingMethodOneOf as CommonQueryV2PagingMethodOneOf, context$1_CommonSortOrder as CommonSortOrder, type context$1_CommonSorting as CommonSorting, type context$1_CommonStreetAddress as CommonStreetAddress, type context$1_CommonSubdivision as CommonSubdivision, ConferenceType$1 as ConferenceType, context$1_ConferenceTypeType as ConferenceTypeType, type context$1_CountEventsByStatusOptions as CountEventsByStatusOptions, type context$1_CountEventsByStatusRequest as CountEventsByStatusRequest, type context$1_CountEventsByStatusResponse as CountEventsByStatusResponse, type context$1_CreateEventOptions as CreateEventOptions, type context$1_CreateEventRequest as CreateEventRequest, type context$1_CreateEventResponse as CreateEventResponse, type context$1_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type Cursors$1 as Cursors, type Dashboard$1 as Dashboard, type context$1_DateAndTimeSettings as DateAndTimeSettings, type context$1_DeleteEventRequest as DeleteEventRequest, type context$1_DeleteEventResponse as DeleteEventResponse, type context$1_DeleteEventResponseNonNullableFields as DeleteEventResponseNonNullableFields, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type Event$1 as Event, type EventCanceled$1 as EventCanceled, type context$1_EventCanceledEnvelope as EventCanceledEnvelope, type context$1_EventCategories as EventCategories, type context$1_EventCategory as EventCategory, type context$1_EventCloned as EventCloned, type context$1_EventClonedEnvelope as EventClonedEnvelope, type context$1_EventCopied as EventCopied, type EventCreated$1 as EventCreated, type context$1_EventCreatedEnvelope as EventCreatedEnvelope, type EventDeleted$1 as EventDeleted, type context$1_EventDeletedEnvelope as EventDeletedEnvelope, type EventDisplaySettings$1 as EventDisplaySettings, type EventEnded$1 as EventEnded, type context$1_EventEndedEnvelope as EventEndedEnvelope, type context$1_EventEventCanceled as EventEventCanceled, type context$1_EventEventEnded as EventEventEnded, type context$1_EventEventPublished as EventEventPublished, type context$1_EventEventReminder as EventEventReminder, type context$1_EventEventStarted as EventEventStarted, type EventMetadata$1 as EventMetadata, type context$1_EventPublished as EventPublished, type context$1_EventPublishedEnvelope as EventPublishedEnvelope, type context$1_EventReminder as EventReminder, type context$1_EventReminderEnvelope as EventReminderEnvelope, type context$1_EventStarted as EventStarted, type context$1_EventStartedEnvelope as EventStartedEnvelope, EventStatus$1 as EventStatus, EventType$1 as EventType, type EventUpdated$1 as EventUpdated, type context$1_EventUpdatedEnvelope as EventUpdatedEnvelope, type context$1_EventsFeed as EventsFeed, type context$1_EventsLabellingSettings as EventsLabellingSettings, type context$1_EventsLocation as EventsLocation, type context$1_EventsMoney as EventsMoney, type context$1_EventsOccurrence as EventsOccurrence, type context$1_EventsOnlineConferencing as EventsOnlineConferencing, type context$1_EventsOnlineConferencingSession as EventsOnlineConferencingSession, type context$1_EventsQueryBuilder as EventsQueryBuilder, type context$1_EventsQueryResult as EventsQueryResult, context$1_EventsRecurrenceStatusStatus as EventsRecurrenceStatusStatus, type context$1_EventsRecurrences as EventsRecurrences, type context$1_EventsRegistration as EventsRegistration, type context$1_EventsSeoSettings as EventsSeoSettings, context$1_EventsTaxType as EventsTaxType, type context$1_ExportEventsRequest as ExportEventsRequest, type context$1_ExportEventsResponse as ExportEventsResponse, type ExternalEvent$1 as ExternalEvent, type context$1_ExternalRegistration as ExternalRegistration, type FacetCounts$1 as FacetCounts, type Feed$1 as Feed, type context$1_FindEventRequest as FindEventRequest, type context$1_FindEventRequestFindByOneOf as FindEventRequestFindByOneOf, type context$1_FindEventResponse as FindEventResponse, type Form$1 as Form, type FormMessages$1 as FormMessages, type context$1_Formatted as Formatted, type context$1_GetEventBySlugOptions as GetEventBySlugOptions, type context$1_GetEventBySlugRequest as GetEventBySlugRequest, type context$1_GetEventBySlugResponse as GetEventBySlugResponse, type context$1_GetEventBySlugResponseNonNullableFields as GetEventBySlugResponseNonNullableFields, type context$1_GetEventOptions as GetEventOptions, type context$1_GetEventRequest as GetEventRequest, type context$1_GetEventResponse as GetEventResponse, type context$1_GetEventResponseNonNullableFields as GetEventResponseNonNullableFields, type GuestListConfig$1 as GuestListConfig, type context$1_GuestListSettings as GuestListSettings, context$1_GuestTypeType as GuestTypeType, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, context$1_InitialRegistrationTypeType as InitialRegistrationTypeType, type Input$1 as Input, type InputControl$1 as InputControl, InputControlType$1 as InputControlType, type Keyword$1 as Keyword, type Label$1 as Label, type LabellingSettings$1 as LabellingSettings, type context$1_ListEventsByCategoryRequest as ListEventsByCategoryRequest, type context$1_ListEventsByCategoryResponse as ListEventsByCategoryResponse, type context$1_ListUserEventsRequest as ListUserEventsRequest, type context$1_ListUserEventsResponse as ListUserEventsResponse, type Location$1 as Location, context$1_LocationLocationType as LocationLocationType, LocationType$1 as LocationType, type MapCoordinates$1 as MapCoordinates, type MessageEnvelope$1 as MessageEnvelope, type Money$1 as Money, type Negative$1 as Negative, type NegativeResponseConfirmation$1 as NegativeResponseConfirmation, type Occurrence$1 as Occurrence, type OnlineConferencing$1 as OnlineConferencing, type OnlineConferencingConfig$1 as OnlineConferencingConfig, type OnlineConferencingSession$1 as OnlineConferencingSession, type OptionSelection$1 as OptionSelection, type OptionSelectionSelectedOptionOneOf$1 as OptionSelectionSelectedOptionOneOf, type Paging$1 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type Positive$1 as Positive, type PositiveResponseConfirmation$1 as PositiveResponseConfirmation, type context$1_PublishDraftEventOptions as PublishDraftEventOptions, type context$1_PublishDraftEventRequest as PublishDraftEventRequest, type context$1_PublishDraftEventResponse as PublishDraftEventResponse, type context$1_PublishDraftEventResponseNonNullableFields as PublishDraftEventResponseNonNullableFields, type context$1_QueryEventsOptions as QueryEventsOptions, type context$1_QueryEventsRequest as QueryEventsRequest, type context$1_QueryEventsResponse as QueryEventsResponse, type context$1_QueryEventsResponseNonNullableFields as QueryEventsResponseNonNullableFields, type QueryV2$1 as QueryV2, type QueryV2PagingMethodOneOf$1 as QueryV2PagingMethodOneOf, context$1_RecurrenceStatusStatus as RecurrenceStatusStatus, type Recurrences$1 as Recurrences, type Registration$1 as Registration, type RegistrationClosedMessages$1 as RegistrationClosedMessages, RegistrationStatus$1 as RegistrationStatus, context$1_RegistrationStatusStatus as RegistrationStatusStatus, context$1_RegistrationTypeType as RegistrationTypeType, context$1_Relation as Relation, context$1_RequestedFields as RequestedFields, type ResponseConfirmation$1 as ResponseConfirmation, context$1_ResponseType as ResponseType, type RestoreInfo$1 as RestoreInfo, type RsvpCollection$1 as RsvpCollection, type RsvpCollectionConfig$1 as RsvpCollectionConfig, type RsvpFormMessages$1 as RsvpFormMessages, type context$1_RsvpRegistration as RsvpRegistration, RsvpStatusOptions$1 as RsvpStatusOptions, type RsvpSummary$1 as RsvpSummary, type context$1_Rsvps as Rsvps, type ScheduleConfig$1 as ScheduleConfig, type Scheduling$1 as Scheduling, type SeoSchema$1 as SeoSchema, type SeoSettings$1 as SeoSettings, type Settings$1 as Settings, type SiteUrl$1 as SiteUrl, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, State$1 as State, Status$1 as Status, type StreetAddress$1 as StreetAddress, type Subdivision$1 as Subdivision, context$1_SubdivisionSubdivisionType as SubdivisionSubdivisionType, SubdivisionType$1 as SubdivisionType, type context$1_Summaries as Summaries, type Tag$1 as Tag, type TaxConfig$1 as TaxConfig, type context$1_TaxSettings as TaxSettings, TaxType$1 as TaxType, type Ticketing$1 as Ticketing, type TicketingConfig$1 as TicketingConfig, type TicketingSummary$1 as TicketingSummary, type context$1_Tickets as Tickets, type context$1_TicketsRegistration as TicketsRegistration, type TicketsUnavailableMessages$1 as TicketsUnavailableMessages, type context$1_TimeDuration as TimeDuration, Type$1 as Type, type context$1_UpdateEventOptions as UpdateEventOptions, type context$1_UpdateEventRequest as UpdateEventRequest, type context$1_UpdateEventResponse as UpdateEventResponse, type context$1_UpdateEventResponseNonNullableFields as UpdateEventResponseNonNullableFields, type context$1_UserFilter as UserFilter, type context$1_V3Event as V3Event, type context$1_V3EventDisplaySettings as V3EventDisplaySettings, type context$1_V3EventNonNullableFields as V3EventNonNullableFields, ValueType$1 as ValueType, VisitorType$1 as VisitorType, WebhookIdentityType$1 as WebhookIdentityType, type context$1__publicBulkCancelEventsByFilterType as _publicBulkCancelEventsByFilterType, type context$1__publicBulkDeleteEventsByFilterType as _publicBulkDeleteEventsByFilterType, type context$1__publicCancelEventType as _publicCancelEventType, type context$1__publicCloneEventType as _publicCloneEventType, type context$1__publicCountEventsByStatusType as _publicCountEventsByStatusType, type context$1__publicCreateEventType as _publicCreateEventType, type context$1__publicDeleteEventType as _publicDeleteEventType, type context$1__publicGetEventBySlugType as _publicGetEventBySlugType, type context$1__publicGetEventType as _publicGetEventType, type context$1__publicOnEventCanceledType as _publicOnEventCanceledType, type context$1__publicOnEventClonedType as _publicOnEventClonedType, type context$1__publicOnEventCreatedType as _publicOnEventCreatedType, type context$1__publicOnEventDeletedType as _publicOnEventDeletedType, type context$1__publicOnEventEndedType as _publicOnEventEndedType, type context$1__publicOnEventPublishedType as _publicOnEventPublishedType, type context$1__publicOnEventReminderType as _publicOnEventReminderType, type context$1__publicOnEventStartedType as _publicOnEventStartedType, type context$1__publicOnEventUpdatedType as _publicOnEventUpdatedType, type context$1__publicPublishDraftEventType as _publicPublishDraftEventType, type context$1__publicQueryEventsType as _publicQueryEventsType, type context$1__publicUpdateEventType as _publicUpdateEventType, context$1_bulkCancelEventsByFilter as bulkCancelEventsByFilter, context$1_bulkDeleteEventsByFilter as bulkDeleteEventsByFilter, context$1_cancelEvent as cancelEvent, context$1_cloneEvent as cloneEvent, context$1_countEventsByStatus as countEventsByStatus, context$1_createEvent as createEvent, context$1_deleteEvent as deleteEvent, context$1_getEvent as getEvent, context$1_getEventBySlug as getEventBySlug, context$1_onEventCanceled as onEventCanceled, context$1_onEventCloned as onEventCloned, context$1_onEventCreated as onEventCreated, context$1_onEventDeleted as onEventDeleted, context$1_onEventEnded as onEventEnded, context$1_onEventPublished as onEventPublished, context$1_onEventReminder as onEventReminder, context$1_onEventStarted as onEventStarted, context$1_onEventUpdated as onEventUpdated, onEventCanceled$1 as publicOnEventCanceled, onEventCloned$1 as publicOnEventCloned, onEventCreated$1 as publicOnEventCreated, onEventDeleted$1 as publicOnEventDeleted, onEventEnded$1 as publicOnEventEnded, onEventPublished$1 as publicOnEventPublished, onEventReminder$1 as publicOnEventReminder, onEventStarted$1 as publicOnEventStarted, onEventUpdated$1 as publicOnEventUpdated, context$1_publishDraftEvent as publishDraftEvent, context$1_queryEvents as queryEvents, context$1_updateEvent as updateEvent };
|
|
19957
|
+
export { type ActionEvent$1 as ActionEvent, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressStreetOneOf$1 as AddressStreetOneOf, type Agenda$1 as Agenda, type context$1_AgendaSettings as AgendaSettings, type BaseEventMetadata$1 as BaseEventMetadata, type context$1_BulkCancelEventsByFilterOptions as BulkCancelEventsByFilterOptions, type context$1_BulkCancelEventsByFilterRequest as BulkCancelEventsByFilterRequest, type context$1_BulkCancelEventsByFilterResponse as BulkCancelEventsByFilterResponse, type context$1_BulkDeleteEventsByFilterOptions as BulkDeleteEventsByFilterOptions, type context$1_BulkDeleteEventsByFilterRequest as BulkDeleteEventsByFilterRequest, type context$1_BulkDeleteEventsByFilterResponse as BulkDeleteEventsByFilterResponse, type CalendarLinks$1 as CalendarLinks, type context$1_CalendarUrls as CalendarUrls, type context$1_CancelEventOptions as CancelEventOptions, type context$1_CancelEventRequest as CancelEventRequest, type context$1_CancelEventResponse as CancelEventResponse, type context$1_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Category$1 as Category, type CategoryCounts$1 as CategoryCounts, type CheckoutFormMessages$1 as CheckoutFormMessages, type context$1_CloneEventOptions as CloneEventOptions, type context$1_CloneEventRequest as CloneEventRequest, type context$1_CloneEventResponse as CloneEventResponse, type context$1_CloneEventResponseNonNullableFields as CloneEventResponseNonNullableFields, type context$1_CommonAddress as CommonAddress, type context$1_CommonAddressLocation as CommonAddressLocation, type context$1_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$1_CommonCursors as CommonCursors, type context$1_CommonPaging as CommonPaging, type context$1_CommonPagingMetadataV2 as CommonPagingMetadataV2, type context$1_CommonQueryV2 as CommonQueryV2, type context$1_CommonQueryV2PagingMethodOneOf as CommonQueryV2PagingMethodOneOf, context$1_CommonSortOrder as CommonSortOrder, type context$1_CommonSorting as CommonSorting, type context$1_CommonStreetAddress as CommonStreetAddress, type context$1_CommonSubdivision as CommonSubdivision, ConferenceType$1 as ConferenceType, context$1_ConferenceTypeType as ConferenceTypeType, type context$1_CountEventsByStatusOptions as CountEventsByStatusOptions, type context$1_CountEventsByStatusRequest as CountEventsByStatusRequest, type context$1_CountEventsByStatusResponse as CountEventsByStatusResponse, type context$1_CreateEventOptions as CreateEventOptions, type context$1_CreateEventRequest as CreateEventRequest, type context$1_CreateEventResponse as CreateEventResponse, type context$1_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type Cursors$1 as Cursors, type Dashboard$1 as Dashboard, type context$1_DateAndTimeSettings as DateAndTimeSettings, type context$1_DeleteEventRequest as DeleteEventRequest, type context$1_DeleteEventResponse as DeleteEventResponse, type context$1_DeleteEventResponseNonNullableFields as DeleteEventResponseNonNullableFields, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type Event$1 as Event, type EventCanceled$1 as EventCanceled, type context$1_EventCanceledEnvelope as EventCanceledEnvelope, type context$1_EventCategories as EventCategories, type context$1_EventCategory as EventCategory, type context$1_EventCloned as EventCloned, type context$1_EventClonedEnvelope as EventClonedEnvelope, type context$1_EventCopied as EventCopied, type EventCreated$1 as EventCreated, type context$1_EventCreatedEnvelope as EventCreatedEnvelope, type EventDeleted$1 as EventDeleted, type context$1_EventDeletedEnvelope as EventDeletedEnvelope, type EventDisplaySettings$1 as EventDisplaySettings, type EventEnded$1 as EventEnded, type context$1_EventEndedEnvelope as EventEndedEnvelope, type context$1_EventEventCanceled as EventEventCanceled, type context$1_EventEventEnded as EventEventEnded, type context$1_EventEventPublished as EventEventPublished, type context$1_EventEventReminder as EventEventReminder, type context$1_EventEventStarted as EventEventStarted, type EventMetadata$1 as EventMetadata, type context$1_EventPublished as EventPublished, type context$1_EventPublishedEnvelope as EventPublishedEnvelope, type context$1_EventReminder as EventReminder, type context$1_EventReminderEnvelope as EventReminderEnvelope, type context$1_EventStarted as EventStarted, type context$1_EventStartedEnvelope as EventStartedEnvelope, EventStatus$1 as EventStatus, EventType$1 as EventType, type EventUpdated$1 as EventUpdated, type context$1_EventUpdatedEnvelope as EventUpdatedEnvelope, type context$1_EventsFeed as EventsFeed, type context$1_EventsLabellingSettings as EventsLabellingSettings, type context$1_EventsLocation as EventsLocation, type context$1_EventsMoney as EventsMoney, type context$1_EventsOccurrence as EventsOccurrence, type context$1_EventsOnlineConferencing as EventsOnlineConferencing, type context$1_EventsOnlineConferencingSession as EventsOnlineConferencingSession, type context$1_EventsQueryBuilder as EventsQueryBuilder, type context$1_EventsQueryResult as EventsQueryResult, context$1_EventsRecurrenceStatusStatus as EventsRecurrenceStatusStatus, type context$1_EventsRecurrences as EventsRecurrences, type context$1_EventsRegistration as EventsRegistration, type context$1_EventsSeoSettings as EventsSeoSettings, context$1_EventsTaxType as EventsTaxType, type context$1_ExportEventsRequest as ExportEventsRequest, type context$1_ExportEventsResponse as ExportEventsResponse, type ExternalEvent$1 as ExternalEvent, type context$1_ExternalRegistration as ExternalRegistration, type FacetCounts$1 as FacetCounts, type Feed$1 as Feed, type context$1_FindEventRequest as FindEventRequest, type context$1_FindEventRequestFindByOneOf as FindEventRequestFindByOneOf, type context$1_FindEventResponse as FindEventResponse, type Form$1 as Form, type FormMessages$1 as FormMessages, type context$1_Formatted as Formatted, type context$1_GetEventBySlugOptions as GetEventBySlugOptions, type context$1_GetEventBySlugRequest as GetEventBySlugRequest, type context$1_GetEventBySlugResponse as GetEventBySlugResponse, type context$1_GetEventBySlugResponseNonNullableFields as GetEventBySlugResponseNonNullableFields, type context$1_GetEventOptions as GetEventOptions, type context$1_GetEventRequest as GetEventRequest, type context$1_GetEventResponse as GetEventResponse, type context$1_GetEventResponseNonNullableFields as GetEventResponseNonNullableFields, type GuestListConfig$1 as GuestListConfig, type context$1_GuestListSettings as GuestListSettings, context$1_GuestTypeType as GuestTypeType, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, context$1_InitialRegistrationTypeType as InitialRegistrationTypeType, type Input$1 as Input, type InputControl$1 as InputControl, InputControlType$1 as InputControlType, type Keyword$1 as Keyword, type Label$1 as Label, type LabellingSettings$1 as LabellingSettings, type context$1_ListEventsByCategoryRequest as ListEventsByCategoryRequest, type context$1_ListEventsByCategoryResponse as ListEventsByCategoryResponse, type context$1_ListUserEventsRequest as ListUserEventsRequest, type context$1_ListUserEventsResponse as ListUserEventsResponse, type Location$1 as Location, context$1_LocationLocationType as LocationLocationType, LocationType$1 as LocationType, type MapCoordinates$1 as MapCoordinates, type MessageEnvelope$1 as MessageEnvelope, type Money$1 as Money, type Negative$1 as Negative, type NegativeResponseConfirmation$1 as NegativeResponseConfirmation, type Occurrence$1 as Occurrence, type OnlineConferencing$1 as OnlineConferencing, type OnlineConferencingConfig$1 as OnlineConferencingConfig, type OnlineConferencingSession$1 as OnlineConferencingSession, type OptionSelection$1 as OptionSelection, type OptionSelectionSelectedOptionOneOf$1 as OptionSelectionSelectedOptionOneOf, type Paging$1 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type Positive$1 as Positive, type PositiveResponseConfirmation$1 as PositiveResponseConfirmation, type context$1_PublishDraftEventOptions as PublishDraftEventOptions, type context$1_PublishDraftEventRequest as PublishDraftEventRequest, type context$1_PublishDraftEventResponse as PublishDraftEventResponse, type context$1_PublishDraftEventResponseNonNullableFields as PublishDraftEventResponseNonNullableFields, type context$1_QueryEventsOptions as QueryEventsOptions, type context$1_QueryEventsRequest as QueryEventsRequest, type context$1_QueryEventsResponse as QueryEventsResponse, type context$1_QueryEventsResponseNonNullableFields as QueryEventsResponseNonNullableFields, type QueryV2$1 as QueryV2, type QueryV2PagingMethodOneOf$1 as QueryV2PagingMethodOneOf, context$1_RecurrenceStatusStatus as RecurrenceStatusStatus, type Recurrences$1 as Recurrences, type Registration$1 as Registration, type RegistrationClosedMessages$1 as RegistrationClosedMessages, RegistrationStatus$1 as RegistrationStatus, context$1_RegistrationStatusStatus as RegistrationStatusStatus, context$1_RegistrationTypeType as RegistrationTypeType, context$1_Relation as Relation, context$1_RequestedFields as RequestedFields, type ResponseConfirmation$1 as ResponseConfirmation, context$1_ResponseType as ResponseType, type RestoreInfo$1 as RestoreInfo, type RsvpCollection$1 as RsvpCollection, type RsvpCollectionConfig$1 as RsvpCollectionConfig, type RsvpFormMessages$1 as RsvpFormMessages, type context$1_RsvpRegistration as RsvpRegistration, RsvpStatusOptions$1 as RsvpStatusOptions, type RsvpSummary$1 as RsvpSummary, type context$1_Rsvps as Rsvps, type ScheduleConfig$1 as ScheduleConfig, type Scheduling$1 as Scheduling, type SeoSchema$1 as SeoSchema, type SeoSettings$1 as SeoSettings, type Settings$1 as Settings, type SiteUrl$1 as SiteUrl, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, State$1 as State, Status$1 as Status, type StreetAddress$1 as StreetAddress, type Subdivision$1 as Subdivision, context$1_SubdivisionSubdivisionType as SubdivisionSubdivisionType, SubdivisionType$1 as SubdivisionType, type context$1_Summaries as Summaries, type Tag$1 as Tag, type TaxConfig$1 as TaxConfig, type context$1_TaxSettings as TaxSettings, TaxType$1 as TaxType, type Ticketing$1 as Ticketing, type TicketingConfig$1 as TicketingConfig, type TicketingSummary$1 as TicketingSummary, type context$1_Tickets as Tickets, type context$1_TicketsRegistration as TicketsRegistration, type TicketsUnavailableMessages$1 as TicketsUnavailableMessages, type context$1_TimeDuration as TimeDuration, Type$1 as Type, type context$1_UpdateEventOptions as UpdateEventOptions, type context$1_UpdateEventRequest as UpdateEventRequest, type context$1_UpdateEventResponse as UpdateEventResponse, type context$1_UpdateEventResponseNonNullableFields as UpdateEventResponseNonNullableFields, type context$1_UserFilter as UserFilter, type context$1_V3Event as V3Event, type context$1_V3EventDisplaySettings as V3EventDisplaySettings, type context$1_V3EventNonNullableFields as V3EventNonNullableFields, ValueType$1 as ValueType, VisitorType$1 as VisitorType, WebhookIdentityType$1 as WebhookIdentityType, type context$1__publicOnEventCanceledType as _publicOnEventCanceledType, type context$1__publicOnEventClonedType as _publicOnEventClonedType, type context$1__publicOnEventCreatedType as _publicOnEventCreatedType, type context$1__publicOnEventDeletedType as _publicOnEventDeletedType, type context$1__publicOnEventEndedType as _publicOnEventEndedType, type context$1__publicOnEventPublishedType as _publicOnEventPublishedType, type context$1__publicOnEventReminderType as _publicOnEventReminderType, type context$1__publicOnEventStartedType as _publicOnEventStartedType, type context$1__publicOnEventUpdatedType as _publicOnEventUpdatedType, context$1_bulkCancelEventsByFilter as bulkCancelEventsByFilter, context$1_bulkDeleteEventsByFilter as bulkDeleteEventsByFilter, context$1_cancelEvent as cancelEvent, context$1_cloneEvent as cloneEvent, context$1_countEventsByStatus as countEventsByStatus, context$1_createEvent as createEvent, context$1_deleteEvent as deleteEvent, context$1_getEvent as getEvent, context$1_getEventBySlug as getEventBySlug, context$1_onEventCanceled as onEventCanceled, context$1_onEventCloned as onEventCloned, context$1_onEventCreated as onEventCreated, context$1_onEventDeleted as onEventDeleted, context$1_onEventEnded as onEventEnded, context$1_onEventPublished as onEventPublished, context$1_onEventReminder as onEventReminder, context$1_onEventStarted as onEventStarted, context$1_onEventUpdated as onEventUpdated, onEventCanceled$1 as publicOnEventCanceled, onEventCloned$1 as publicOnEventCloned, onEventCreated$1 as publicOnEventCreated, onEventDeleted$1 as publicOnEventDeleted, onEventEnded$1 as publicOnEventEnded, onEventPublished$1 as publicOnEventPublished, onEventReminder$1 as publicOnEventReminder, onEventStarted$1 as publicOnEventStarted, onEventUpdated$1 as publicOnEventUpdated, context$1_publishDraftEvent as publishDraftEvent, context$1_queryEvents as queryEvents, context$1_updateEvent as updateEvent };
|
|
19807
19958
|
}
|
|
19808
19959
|
|
|
19809
19960
|
interface TicketDefinition {
|
|
@@ -22272,32 +22423,19 @@ declare const onTicketDefinitionUpdated$1: EventDefinition<TicketDefinitionUpdat
|
|
|
22272
22423
|
declare const onTicketDefinitionDeleted$1: EventDefinition<TicketDefinitionDeletedEnvelope, "wix.events.v3.ticket_definition_deleted">;
|
|
22273
22424
|
declare const onTicketDefinitionSalePeriodUpdated$1: EventDefinition<TicketDefinitionSalePeriodUpdatedEnvelope, "wix.events.v3.ticket_definition_sale_period_updated">;
|
|
22274
22425
|
|
|
22275
|
-
declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
|
|
22276
|
-
|
|
22277
22426
|
declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
|
|
22278
22427
|
|
|
22279
|
-
|
|
22280
|
-
declare const
|
|
22281
|
-
|
|
22282
|
-
declare const
|
|
22283
|
-
|
|
22284
|
-
declare const
|
|
22285
|
-
|
|
22286
|
-
declare const
|
|
22287
|
-
|
|
22288
|
-
declare const
|
|
22289
|
-
|
|
22290
|
-
declare const queryTicketDefinitions: ReturnType<typeof createRESTModule<_publicQueryTicketDefinitionsType>>;
|
|
22291
|
-
type _publicQueryAvailableTicketDefinitionsType = typeof queryAvailableTicketDefinitions$1;
|
|
22292
|
-
declare const queryAvailableTicketDefinitions: ReturnType<typeof createRESTModule<_publicQueryAvailableTicketDefinitionsType>>;
|
|
22293
|
-
type _publicCountTicketDefinitionsType = typeof countTicketDefinitions$1;
|
|
22294
|
-
declare const countTicketDefinitions: ReturnType<typeof createRESTModule<_publicCountTicketDefinitionsType>>;
|
|
22295
|
-
type _publicCountAvailableTicketDefinitionsType = typeof countAvailableTicketDefinitions$1;
|
|
22296
|
-
declare const countAvailableTicketDefinitions: ReturnType<typeof createRESTModule<_publicCountAvailableTicketDefinitionsType>>;
|
|
22297
|
-
type _publicBulkDeleteTicketDefinitionsByFilterType = typeof bulkDeleteTicketDefinitionsByFilter$1;
|
|
22298
|
-
declare const bulkDeleteTicketDefinitionsByFilter: ReturnType<typeof createRESTModule<_publicBulkDeleteTicketDefinitionsByFilterType>>;
|
|
22299
|
-
type _publicChangeCurrencyType = typeof changeCurrency$1;
|
|
22300
|
-
declare const changeCurrency: ReturnType<typeof createRESTModule<_publicChangeCurrencyType>>;
|
|
22428
|
+
declare const createTicketDefinition: BuildRESTFunction<typeof createTicketDefinition$1> & typeof createTicketDefinition$1;
|
|
22429
|
+
declare const updateTicketDefinition: BuildRESTFunction<typeof updateTicketDefinition$1> & typeof updateTicketDefinition$1;
|
|
22430
|
+
declare const getTicketDefinition: BuildRESTFunction<typeof getTicketDefinition$1> & typeof getTicketDefinition$1;
|
|
22431
|
+
declare const deleteTicketDefinition: BuildRESTFunction<typeof deleteTicketDefinition$1> & typeof deleteTicketDefinition$1;
|
|
22432
|
+
declare const reorderTicketDefinitions: BuildRESTFunction<typeof reorderTicketDefinitions$1> & typeof reorderTicketDefinitions$1;
|
|
22433
|
+
declare const queryTicketDefinitions: BuildRESTFunction<typeof queryTicketDefinitions$1> & typeof queryTicketDefinitions$1;
|
|
22434
|
+
declare const queryAvailableTicketDefinitions: BuildRESTFunction<typeof queryAvailableTicketDefinitions$1> & typeof queryAvailableTicketDefinitions$1;
|
|
22435
|
+
declare const countTicketDefinitions: BuildRESTFunction<typeof countTicketDefinitions$1> & typeof countTicketDefinitions$1;
|
|
22436
|
+
declare const countAvailableTicketDefinitions: BuildRESTFunction<typeof countAvailableTicketDefinitions$1> & typeof countAvailableTicketDefinitions$1;
|
|
22437
|
+
declare const bulkDeleteTicketDefinitionsByFilter: BuildRESTFunction<typeof bulkDeleteTicketDefinitionsByFilter$1> & typeof bulkDeleteTicketDefinitionsByFilter$1;
|
|
22438
|
+
declare const changeCurrency: BuildRESTFunction<typeof changeCurrency$1> & typeof changeCurrency$1;
|
|
22301
22439
|
|
|
22302
22440
|
type _publicOnTicketDefinitionCreatedType = typeof onTicketDefinitionCreated$1;
|
|
22303
22441
|
/**
|
|
@@ -22553,21 +22691,10 @@ type context_VisitorType = VisitorType;
|
|
|
22553
22691
|
declare const context_VisitorType: typeof VisitorType;
|
|
22554
22692
|
type context_WebhookIdentityType = WebhookIdentityType;
|
|
22555
22693
|
declare const context_WebhookIdentityType: typeof WebhookIdentityType;
|
|
22556
|
-
type context__publicBulkDeleteTicketDefinitionsByFilterType = _publicBulkDeleteTicketDefinitionsByFilterType;
|
|
22557
|
-
type context__publicChangeCurrencyType = _publicChangeCurrencyType;
|
|
22558
|
-
type context__publicCountAvailableTicketDefinitionsType = _publicCountAvailableTicketDefinitionsType;
|
|
22559
|
-
type context__publicCountTicketDefinitionsType = _publicCountTicketDefinitionsType;
|
|
22560
|
-
type context__publicCreateTicketDefinitionType = _publicCreateTicketDefinitionType;
|
|
22561
|
-
type context__publicDeleteTicketDefinitionType = _publicDeleteTicketDefinitionType;
|
|
22562
|
-
type context__publicGetTicketDefinitionType = _publicGetTicketDefinitionType;
|
|
22563
22694
|
type context__publicOnTicketDefinitionCreatedType = _publicOnTicketDefinitionCreatedType;
|
|
22564
22695
|
type context__publicOnTicketDefinitionDeletedType = _publicOnTicketDefinitionDeletedType;
|
|
22565
22696
|
type context__publicOnTicketDefinitionSalePeriodUpdatedType = _publicOnTicketDefinitionSalePeriodUpdatedType;
|
|
22566
22697
|
type context__publicOnTicketDefinitionUpdatedType = _publicOnTicketDefinitionUpdatedType;
|
|
22567
|
-
type context__publicQueryAvailableTicketDefinitionsType = _publicQueryAvailableTicketDefinitionsType;
|
|
22568
|
-
type context__publicQueryTicketDefinitionsType = _publicQueryTicketDefinitionsType;
|
|
22569
|
-
type context__publicReorderTicketDefinitionsType = _publicReorderTicketDefinitionsType;
|
|
22570
|
-
type context__publicUpdateTicketDefinitionType = _publicUpdateTicketDefinitionType;
|
|
22571
22698
|
declare const context_bulkDeleteTicketDefinitionsByFilter: typeof bulkDeleteTicketDefinitionsByFilter;
|
|
22572
22699
|
declare const context_changeCurrency: typeof changeCurrency;
|
|
22573
22700
|
declare const context_countAvailableTicketDefinitions: typeof countAvailableTicketDefinitions;
|
|
@@ -22584,7 +22711,7 @@ declare const context_queryTicketDefinitions: typeof queryTicketDefinitions;
|
|
|
22584
22711
|
declare const context_reorderTicketDefinitions: typeof reorderTicketDefinitions;
|
|
22585
22712
|
declare const context_updateTicketDefinition: typeof updateTicketDefinition;
|
|
22586
22713
|
declare namespace context {
|
|
22587
|
-
export { type context_ActionEvent as ActionEvent, type context_Address as Address, type context_AddressLocation as AddressLocation, type context_AddressStreetOneOf as AddressStreetOneOf, type context_Agenda as Agenda, type context_App as App, type context_Asset as Asset, type context_BaseEventMetadata as BaseEventMetadata, type context_BulkCopyTicketDefinitionsByEventIdRequest as BulkCopyTicketDefinitionsByEventIdRequest, type context_BulkCopyTicketDefinitionsByEventIdResponse as BulkCopyTicketDefinitionsByEventIdResponse, type context_BulkDeleteTicketDefinitionsByFilterRequest as BulkDeleteTicketDefinitionsByFilterRequest, type context_BulkDeleteTicketDefinitionsByFilterResponse as BulkDeleteTicketDefinitionsByFilterResponse, type context_CalendarLinks as CalendarLinks, type context_Category as Category, type context_CategoryCounts as CategoryCounts, type context_CategoryDetails as CategoryDetails, context_CategoryStateState as CategoryStateState, type context_ChangeCurrencyOptions as ChangeCurrencyOptions, type context_ChangeCurrencyRequest as ChangeCurrencyRequest, type context_ChangeCurrencyResponse as ChangeCurrencyResponse, type context_CheckoutFormMessages as CheckoutFormMessages, type context_CommonMoney as CommonMoney, context_ConferenceType as ConferenceType, type context_CopiedTicketDefinition as CopiedTicketDefinition, type context_CountAvailableTicketDefinitionsOptions as CountAvailableTicketDefinitionsOptions, type context_CountAvailableTicketDefinitionsRequest as CountAvailableTicketDefinitionsRequest, type context_CountAvailableTicketDefinitionsResponse as CountAvailableTicketDefinitionsResponse, type context_CountTicketDefinitionsOptions as CountTicketDefinitionsOptions, type context_CountTicketDefinitionsRequest as CountTicketDefinitionsRequest, type context_CountTicketDefinitionsResponse as CountTicketDefinitionsResponse, type context_CreateTicketDefinitionOptions as CreateTicketDefinitionOptions, type context_CreateTicketDefinitionRequest as CreateTicketDefinitionRequest, type context_CreateTicketDefinitionResponse as CreateTicketDefinitionResponse, type context_CreateTicketDefinitionResponseNonNullableFields as CreateTicketDefinitionResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_Cursors as Cursors, type context_Dashboard as Dashboard, type context_DeleteContext as DeleteContext, context_DeleteStatus as DeleteStatus, type context_DeleteTicketDefinitionRequest as DeleteTicketDefinitionRequest, type context_DeleteTicketDefinitionResponse as DeleteTicketDefinitionResponse, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Empty as Empty, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_Event as Event, type context_EventCanceled as EventCanceled, type context_EventCreated as EventCreated, type context_EventDeleted as EventDeleted, type context_EventDisplaySettings as EventDisplaySettings, type context_EventEnded as EventEnded, type context_EventMetadata as EventMetadata, context_EventStatus as EventStatus, type context_EventTicketingSummary as EventTicketingSummary, context_EventType as EventType, type context_EventUpdated as EventUpdated, type context_ExtendedFields as ExtendedFields, type context_ExternalEvent as ExternalEvent, type context_FacetCounts as FacetCounts, type context_Feed as Feed, context_Field as Field, type context_File as File, type context_Form as Form, type context_FormMessages as FormMessages, type context_GetTicketDefinitionFromTrashBinRequest as GetTicketDefinitionFromTrashBinRequest, type context_GetTicketDefinitionFromTrashBinResponse as GetTicketDefinitionFromTrashBinResponse, type context_GetTicketDefinitionOptions as GetTicketDefinitionOptions, type context_GetTicketDefinitionRequest as GetTicketDefinitionRequest, type context_GetTicketDefinitionResponse as GetTicketDefinitionResponse, type context_GetTicketDefinitionResponseNonNullableFields as GetTicketDefinitionResponseNonNullableFields, type context_GetTicketDefinitionSummaryRequest as GetTicketDefinitionSummaryRequest, type context_GetTicketDefinitionSummaryResponse as GetTicketDefinitionSummaryResponse, type context_GuestListConfig as GuestListConfig, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_Input as Input, type context_InputControl as InputControl, context_InputControlType as InputControlType, type context_InvalidateCache as InvalidateCache, type context_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context_Keyword as Keyword, type context_Label as Label, type context_LabellingSettings as LabellingSettings, type context_ListEventTicketingSummaryRequest as ListEventTicketingSummaryRequest, type context_ListEventTicketingSummaryResponse as ListEventTicketingSummaryResponse, type context_Location as Location, context_LocationType as LocationType, type context_MapCoordinates as MapCoordinates, type context_MessageEnvelope as MessageEnvelope, type context_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type context_Money as Money, context_Namespace as Namespace, type context_NamespaceChanged as NamespaceChanged, type context_Negative as Negative, type context_NegativeResponseConfirmation as NegativeResponseConfirmation, type context_Occurrence as Occurrence, type context_OnlineConferencing as OnlineConferencing, type context_OnlineConferencingConfig as OnlineConferencingConfig, type context_OnlineConferencingSession as OnlineConferencingSession, type context_OptionDetails as OptionDetails, type context_OptionSelection as OptionSelection, type context_OptionSelectionSelectedOptionOneOf as OptionSelectionSelectedOptionOneOf, type context_Page as Page, type context_Paging as Paging, type context_PagingMetadataV2 as PagingMetadataV2, type context_Positive as Positive, type context_PositiveResponseConfirmation as PositiveResponseConfirmation, type context_PricingMethod as PricingMethod, type context_PricingMethodPriceOneOf as PricingMethodPriceOneOf, type context_PricingOptions as PricingOptions, context_PricingTypeEnumType as PricingTypeEnumType, type context_QueryAvailableTicketDefinitionsOptions as QueryAvailableTicketDefinitionsOptions, type context_QueryAvailableTicketDefinitionsRequest as QueryAvailableTicketDefinitionsRequest, type context_QueryAvailableTicketDefinitionsResponse as QueryAvailableTicketDefinitionsResponse, type context_QueryAvailableTicketDefinitionsResponseNonNullableFields as QueryAvailableTicketDefinitionsResponseNonNullableFields, type context_QueryTicketDefinitionsOptions as QueryTicketDefinitionsOptions, type context_QueryTicketDefinitionsRequest as QueryTicketDefinitionsRequest, type context_QueryTicketDefinitionsResponse as QueryTicketDefinitionsResponse, type context_QueryTicketDefinitionsResponseNonNullableFields as QueryTicketDefinitionsResponseNonNullableFields, type context_QueryV2 as QueryV2, type context_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context_Recurrences as Recurrences, type context_Registration as Registration, type context_RegistrationClosedMessages as RegistrationClosedMessages, context_RegistrationStatus as RegistrationStatus, type context_ReorderTicketDefinitionsOptions as ReorderTicketDefinitionsOptions, type context_ReorderTicketDefinitionsRequest as ReorderTicketDefinitionsRequest, type context_ReorderTicketDefinitionsRequestReferenceDefinitionOneOf as ReorderTicketDefinitionsRequestReferenceDefinitionOneOf, type context_ReorderTicketDefinitionsResponse as ReorderTicketDefinitionsResponse, type context_ReservationCount as ReservationCount, type context_ReservationCreated as ReservationCreated, context_ReservationStatus as ReservationStatus, type context_ReservationUpdated as ReservationUpdated, type context_ResponseConfirmation as ResponseConfirmation, type context_RestoreInfo as RestoreInfo, type context_RsvpCollection as RsvpCollection, type context_RsvpCollectionConfig as RsvpCollectionConfig, type context_RsvpFormMessages as RsvpFormMessages, context_RsvpStatusOptions as RsvpStatusOptions, type context_RsvpSummary as RsvpSummary, type context_SalePeriod as SalePeriod, type context_SalePeriodUpdated as SalePeriodUpdated, context_SaleStatusEnumStatus as SaleStatusEnumStatus, type context_SalesDetails as SalesDetails, type context_ScheduleConfig as ScheduleConfig, type context_ScheduleLegacyTimeCapsuleTaskRequest as ScheduleLegacyTimeCapsuleTaskRequest, type context_Scheduling as Scheduling, type context_SeatingPlanCategoriesSummaryUpdated as SeatingPlanCategoriesSummaryUpdated, type context_SeoSchema as SeoSchema, type context_SeoSettings as SeoSettings, type context_ServiceProvisioned as ServiceProvisioned, type context_ServiceRemoved as ServiceRemoved, type context_Settings as Settings, type context_SiteCreated as SiteCreated, context_SiteCreatedContext as SiteCreatedContext, type context_SiteDeleted as SiteDeleted, type context_SiteHardDeleted as SiteHardDeleted, type context_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context_SitePublished as SitePublished, type context_SiteRenamed as SiteRenamed, type context_SiteTransferred as SiteTransferred, type context_SiteUndeleted as SiteUndeleted, type context_SiteUnpublished as SiteUnpublished, type context_SiteUrl as SiteUrl, context_SortOrder as SortOrder, type context_Sorting as Sorting, context_State as State, context_Status as Status, type context_StreetAddress as StreetAddress, type context_StudioAssigned as StudioAssigned, type context_StudioUnassigned as StudioUnassigned, type context_Subdivision as Subdivision, context_SubdivisionType as SubdivisionType, type context_Tag as Tag, type context_TaxConfig as TaxConfig, context_TaxType as TaxType, type context_TicketDefinition as TicketDefinition, type context_TicketDefinitionCreatedEnvelope as TicketDefinitionCreatedEnvelope, type context_TicketDefinitionDeletedEnvelope as TicketDefinitionDeletedEnvelope, type context_TicketDefinitionNonNullableFields as TicketDefinitionNonNullableFields, type context_TicketDefinitionSalePeriodUpdatedEnvelope as TicketDefinitionSalePeriodUpdatedEnvelope, type context_TicketDefinitionSummary as TicketDefinitionSummary, type context_TicketDefinitionUpdatedEnvelope as TicketDefinitionUpdatedEnvelope, type context_TicketDefinitionsQueryBuilder as TicketDefinitionsQueryBuilder, type context_TicketDefinitionsQueryResult as TicketDefinitionsQueryResult, type context_TicketQuantity as TicketQuantity, type context_Ticketing as Ticketing, type context_TicketingConfig as TicketingConfig, type context_TicketingSummary as TicketingSummary, type context_TicketsUnavailableMessages as TicketsUnavailableMessages, context_Type as Type, type context_URI as URI, type context_UpdateTicketDefinition as UpdateTicketDefinition, type context_UpdateTicketDefinitionOptions as UpdateTicketDefinitionOptions, type context_UpdateTicketDefinitionRequest as UpdateTicketDefinitionRequest, type context_UpdateTicketDefinitionResponse as UpdateTicketDefinitionResponse, type context_UpdateTicketDefinitionResponseNonNullableFields as UpdateTicketDefinitionResponseNonNullableFields, type context_UpdateTicketDefinitionSortIndexRequest as UpdateTicketDefinitionSortIndexRequest, type context_UpdateTicketDefinitionSortIndexResponse as UpdateTicketDefinitionSortIndexResponse, context_ValueType as ValueType, context_VisitorType as VisitorType, context_WebhookIdentityType as WebhookIdentityType, type context__publicBulkDeleteTicketDefinitionsByFilterType as _publicBulkDeleteTicketDefinitionsByFilterType, type context__publicChangeCurrencyType as _publicChangeCurrencyType, type context__publicCountAvailableTicketDefinitionsType as _publicCountAvailableTicketDefinitionsType, type context__publicCountTicketDefinitionsType as _publicCountTicketDefinitionsType, type context__publicCreateTicketDefinitionType as _publicCreateTicketDefinitionType, type context__publicDeleteTicketDefinitionType as _publicDeleteTicketDefinitionType, type context__publicGetTicketDefinitionType as _publicGetTicketDefinitionType, type context__publicOnTicketDefinitionCreatedType as _publicOnTicketDefinitionCreatedType, type context__publicOnTicketDefinitionDeletedType as _publicOnTicketDefinitionDeletedType, type context__publicOnTicketDefinitionSalePeriodUpdatedType as _publicOnTicketDefinitionSalePeriodUpdatedType, type context__publicOnTicketDefinitionUpdatedType as _publicOnTicketDefinitionUpdatedType, type context__publicQueryAvailableTicketDefinitionsType as _publicQueryAvailableTicketDefinitionsType, type context__publicQueryTicketDefinitionsType as _publicQueryTicketDefinitionsType, type context__publicReorderTicketDefinitionsType as _publicReorderTicketDefinitionsType, type context__publicUpdateTicketDefinitionType as _publicUpdateTicketDefinitionType, context_bulkDeleteTicketDefinitionsByFilter as bulkDeleteTicketDefinitionsByFilter, context_changeCurrency as changeCurrency, context_countAvailableTicketDefinitions as countAvailableTicketDefinitions, context_countTicketDefinitions as countTicketDefinitions, context_createTicketDefinition as createTicketDefinition, context_deleteTicketDefinition as deleteTicketDefinition, context_getTicketDefinition as getTicketDefinition, context_onTicketDefinitionCreated as onTicketDefinitionCreated, context_onTicketDefinitionDeleted as onTicketDefinitionDeleted, context_onTicketDefinitionSalePeriodUpdated as onTicketDefinitionSalePeriodUpdated, context_onTicketDefinitionUpdated as onTicketDefinitionUpdated, onTicketDefinitionCreated$1 as publicOnTicketDefinitionCreated, onTicketDefinitionDeleted$1 as publicOnTicketDefinitionDeleted, onTicketDefinitionSalePeriodUpdated$1 as publicOnTicketDefinitionSalePeriodUpdated, onTicketDefinitionUpdated$1 as publicOnTicketDefinitionUpdated, context_queryAvailableTicketDefinitions as queryAvailableTicketDefinitions, context_queryTicketDefinitions as queryTicketDefinitions, context_reorderTicketDefinitions as reorderTicketDefinitions, context_updateTicketDefinition as updateTicketDefinition };
|
|
22714
|
+
export { type context_ActionEvent as ActionEvent, type context_Address as Address, type context_AddressLocation as AddressLocation, type context_AddressStreetOneOf as AddressStreetOneOf, type context_Agenda as Agenda, type context_App as App, type context_Asset as Asset, type context_BaseEventMetadata as BaseEventMetadata, type context_BulkCopyTicketDefinitionsByEventIdRequest as BulkCopyTicketDefinitionsByEventIdRequest, type context_BulkCopyTicketDefinitionsByEventIdResponse as BulkCopyTicketDefinitionsByEventIdResponse, type context_BulkDeleteTicketDefinitionsByFilterRequest as BulkDeleteTicketDefinitionsByFilterRequest, type context_BulkDeleteTicketDefinitionsByFilterResponse as BulkDeleteTicketDefinitionsByFilterResponse, type context_CalendarLinks as CalendarLinks, type context_Category as Category, type context_CategoryCounts as CategoryCounts, type context_CategoryDetails as CategoryDetails, context_CategoryStateState as CategoryStateState, type context_ChangeCurrencyOptions as ChangeCurrencyOptions, type context_ChangeCurrencyRequest as ChangeCurrencyRequest, type context_ChangeCurrencyResponse as ChangeCurrencyResponse, type context_CheckoutFormMessages as CheckoutFormMessages, type context_CommonMoney as CommonMoney, context_ConferenceType as ConferenceType, type context_CopiedTicketDefinition as CopiedTicketDefinition, type context_CountAvailableTicketDefinitionsOptions as CountAvailableTicketDefinitionsOptions, type context_CountAvailableTicketDefinitionsRequest as CountAvailableTicketDefinitionsRequest, type context_CountAvailableTicketDefinitionsResponse as CountAvailableTicketDefinitionsResponse, type context_CountTicketDefinitionsOptions as CountTicketDefinitionsOptions, type context_CountTicketDefinitionsRequest as CountTicketDefinitionsRequest, type context_CountTicketDefinitionsResponse as CountTicketDefinitionsResponse, type context_CreateTicketDefinitionOptions as CreateTicketDefinitionOptions, type context_CreateTicketDefinitionRequest as CreateTicketDefinitionRequest, type context_CreateTicketDefinitionResponse as CreateTicketDefinitionResponse, type context_CreateTicketDefinitionResponseNonNullableFields as CreateTicketDefinitionResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_Cursors as Cursors, type context_Dashboard as Dashboard, type context_DeleteContext as DeleteContext, context_DeleteStatus as DeleteStatus, type context_DeleteTicketDefinitionRequest as DeleteTicketDefinitionRequest, type context_DeleteTicketDefinitionResponse as DeleteTicketDefinitionResponse, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Empty as Empty, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_Event as Event, type context_EventCanceled as EventCanceled, type context_EventCreated as EventCreated, type context_EventDeleted as EventDeleted, type context_EventDisplaySettings as EventDisplaySettings, type context_EventEnded as EventEnded, type context_EventMetadata as EventMetadata, context_EventStatus as EventStatus, type context_EventTicketingSummary as EventTicketingSummary, context_EventType as EventType, type context_EventUpdated as EventUpdated, type context_ExtendedFields as ExtendedFields, type context_ExternalEvent as ExternalEvent, type context_FacetCounts as FacetCounts, type context_Feed as Feed, context_Field as Field, type context_File as File, type context_Form as Form, type context_FormMessages as FormMessages, type context_GetTicketDefinitionFromTrashBinRequest as GetTicketDefinitionFromTrashBinRequest, type context_GetTicketDefinitionFromTrashBinResponse as GetTicketDefinitionFromTrashBinResponse, type context_GetTicketDefinitionOptions as GetTicketDefinitionOptions, type context_GetTicketDefinitionRequest as GetTicketDefinitionRequest, type context_GetTicketDefinitionResponse as GetTicketDefinitionResponse, type context_GetTicketDefinitionResponseNonNullableFields as GetTicketDefinitionResponseNonNullableFields, type context_GetTicketDefinitionSummaryRequest as GetTicketDefinitionSummaryRequest, type context_GetTicketDefinitionSummaryResponse as GetTicketDefinitionSummaryResponse, type context_GuestListConfig as GuestListConfig, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_Input as Input, type context_InputControl as InputControl, context_InputControlType as InputControlType, type context_InvalidateCache as InvalidateCache, type context_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type context_Keyword as Keyword, type context_Label as Label, type context_LabellingSettings as LabellingSettings, type context_ListEventTicketingSummaryRequest as ListEventTicketingSummaryRequest, type context_ListEventTicketingSummaryResponse as ListEventTicketingSummaryResponse, type context_Location as Location, context_LocationType as LocationType, type context_MapCoordinates as MapCoordinates, type context_MessageEnvelope as MessageEnvelope, type context_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type context_Money as Money, context_Namespace as Namespace, type context_NamespaceChanged as NamespaceChanged, type context_Negative as Negative, type context_NegativeResponseConfirmation as NegativeResponseConfirmation, type context_Occurrence as Occurrence, type context_OnlineConferencing as OnlineConferencing, type context_OnlineConferencingConfig as OnlineConferencingConfig, type context_OnlineConferencingSession as OnlineConferencingSession, type context_OptionDetails as OptionDetails, type context_OptionSelection as OptionSelection, type context_OptionSelectionSelectedOptionOneOf as OptionSelectionSelectedOptionOneOf, type context_Page as Page, type context_Paging as Paging, type context_PagingMetadataV2 as PagingMetadataV2, type context_Positive as Positive, type context_PositiveResponseConfirmation as PositiveResponseConfirmation, type context_PricingMethod as PricingMethod, type context_PricingMethodPriceOneOf as PricingMethodPriceOneOf, type context_PricingOptions as PricingOptions, context_PricingTypeEnumType as PricingTypeEnumType, type context_QueryAvailableTicketDefinitionsOptions as QueryAvailableTicketDefinitionsOptions, type context_QueryAvailableTicketDefinitionsRequest as QueryAvailableTicketDefinitionsRequest, type context_QueryAvailableTicketDefinitionsResponse as QueryAvailableTicketDefinitionsResponse, type context_QueryAvailableTicketDefinitionsResponseNonNullableFields as QueryAvailableTicketDefinitionsResponseNonNullableFields, type context_QueryTicketDefinitionsOptions as QueryTicketDefinitionsOptions, type context_QueryTicketDefinitionsRequest as QueryTicketDefinitionsRequest, type context_QueryTicketDefinitionsResponse as QueryTicketDefinitionsResponse, type context_QueryTicketDefinitionsResponseNonNullableFields as QueryTicketDefinitionsResponseNonNullableFields, type context_QueryV2 as QueryV2, type context_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context_Recurrences as Recurrences, type context_Registration as Registration, type context_RegistrationClosedMessages as RegistrationClosedMessages, context_RegistrationStatus as RegistrationStatus, type context_ReorderTicketDefinitionsOptions as ReorderTicketDefinitionsOptions, type context_ReorderTicketDefinitionsRequest as ReorderTicketDefinitionsRequest, type context_ReorderTicketDefinitionsRequestReferenceDefinitionOneOf as ReorderTicketDefinitionsRequestReferenceDefinitionOneOf, type context_ReorderTicketDefinitionsResponse as ReorderTicketDefinitionsResponse, type context_ReservationCount as ReservationCount, type context_ReservationCreated as ReservationCreated, context_ReservationStatus as ReservationStatus, type context_ReservationUpdated as ReservationUpdated, type context_ResponseConfirmation as ResponseConfirmation, type context_RestoreInfo as RestoreInfo, type context_RsvpCollection as RsvpCollection, type context_RsvpCollectionConfig as RsvpCollectionConfig, type context_RsvpFormMessages as RsvpFormMessages, context_RsvpStatusOptions as RsvpStatusOptions, type context_RsvpSummary as RsvpSummary, type context_SalePeriod as SalePeriod, type context_SalePeriodUpdated as SalePeriodUpdated, context_SaleStatusEnumStatus as SaleStatusEnumStatus, type context_SalesDetails as SalesDetails, type context_ScheduleConfig as ScheduleConfig, type context_ScheduleLegacyTimeCapsuleTaskRequest as ScheduleLegacyTimeCapsuleTaskRequest, type context_Scheduling as Scheduling, type context_SeatingPlanCategoriesSummaryUpdated as SeatingPlanCategoriesSummaryUpdated, type context_SeoSchema as SeoSchema, type context_SeoSettings as SeoSettings, type context_ServiceProvisioned as ServiceProvisioned, type context_ServiceRemoved as ServiceRemoved, type context_Settings as Settings, type context_SiteCreated as SiteCreated, context_SiteCreatedContext as SiteCreatedContext, type context_SiteDeleted as SiteDeleted, type context_SiteHardDeleted as SiteHardDeleted, type context_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context_SitePublished as SitePublished, type context_SiteRenamed as SiteRenamed, type context_SiteTransferred as SiteTransferred, type context_SiteUndeleted as SiteUndeleted, type context_SiteUnpublished as SiteUnpublished, type context_SiteUrl as SiteUrl, context_SortOrder as SortOrder, type context_Sorting as Sorting, context_State as State, context_Status as Status, type context_StreetAddress as StreetAddress, type context_StudioAssigned as StudioAssigned, type context_StudioUnassigned as StudioUnassigned, type context_Subdivision as Subdivision, context_SubdivisionType as SubdivisionType, type context_Tag as Tag, type context_TaxConfig as TaxConfig, context_TaxType as TaxType, type context_TicketDefinition as TicketDefinition, type context_TicketDefinitionCreatedEnvelope as TicketDefinitionCreatedEnvelope, type context_TicketDefinitionDeletedEnvelope as TicketDefinitionDeletedEnvelope, type context_TicketDefinitionNonNullableFields as TicketDefinitionNonNullableFields, type context_TicketDefinitionSalePeriodUpdatedEnvelope as TicketDefinitionSalePeriodUpdatedEnvelope, type context_TicketDefinitionSummary as TicketDefinitionSummary, type context_TicketDefinitionUpdatedEnvelope as TicketDefinitionUpdatedEnvelope, type context_TicketDefinitionsQueryBuilder as TicketDefinitionsQueryBuilder, type context_TicketDefinitionsQueryResult as TicketDefinitionsQueryResult, type context_TicketQuantity as TicketQuantity, type context_Ticketing as Ticketing, type context_TicketingConfig as TicketingConfig, type context_TicketingSummary as TicketingSummary, type context_TicketsUnavailableMessages as TicketsUnavailableMessages, context_Type as Type, type context_URI as URI, type context_UpdateTicketDefinition as UpdateTicketDefinition, type context_UpdateTicketDefinitionOptions as UpdateTicketDefinitionOptions, type context_UpdateTicketDefinitionRequest as UpdateTicketDefinitionRequest, type context_UpdateTicketDefinitionResponse as UpdateTicketDefinitionResponse, type context_UpdateTicketDefinitionResponseNonNullableFields as UpdateTicketDefinitionResponseNonNullableFields, type context_UpdateTicketDefinitionSortIndexRequest as UpdateTicketDefinitionSortIndexRequest, type context_UpdateTicketDefinitionSortIndexResponse as UpdateTicketDefinitionSortIndexResponse, context_ValueType as ValueType, context_VisitorType as VisitorType, context_WebhookIdentityType as WebhookIdentityType, type context__publicOnTicketDefinitionCreatedType as _publicOnTicketDefinitionCreatedType, type context__publicOnTicketDefinitionDeletedType as _publicOnTicketDefinitionDeletedType, type context__publicOnTicketDefinitionSalePeriodUpdatedType as _publicOnTicketDefinitionSalePeriodUpdatedType, type context__publicOnTicketDefinitionUpdatedType as _publicOnTicketDefinitionUpdatedType, context_bulkDeleteTicketDefinitionsByFilter as bulkDeleteTicketDefinitionsByFilter, context_changeCurrency as changeCurrency, context_countAvailableTicketDefinitions as countAvailableTicketDefinitions, context_countTicketDefinitions as countTicketDefinitions, context_createTicketDefinition as createTicketDefinition, context_deleteTicketDefinition as deleteTicketDefinition, context_getTicketDefinition as getTicketDefinition, context_onTicketDefinitionCreated as onTicketDefinitionCreated, context_onTicketDefinitionDeleted as onTicketDefinitionDeleted, context_onTicketDefinitionSalePeriodUpdated as onTicketDefinitionSalePeriodUpdated, context_onTicketDefinitionUpdated as onTicketDefinitionUpdated, onTicketDefinitionCreated$1 as publicOnTicketDefinitionCreated, onTicketDefinitionDeleted$1 as publicOnTicketDefinitionDeleted, onTicketDefinitionSalePeriodUpdated$1 as publicOnTicketDefinitionSalePeriodUpdated, onTicketDefinitionUpdated$1 as publicOnTicketDefinitionUpdated, context_queryAvailableTicketDefinitions as queryAvailableTicketDefinitions, context_queryTicketDefinitions as queryTicketDefinitions, context_reorderTicketDefinitions as reorderTicketDefinitions, context_updateTicketDefinition as updateTicketDefinition };
|
|
22588
22715
|
}
|
|
22589
22716
|
|
|
22590
22717
|
export { context$9 as categories, context$8 as forms, context$e as guests, context$d as notifications, context$7 as orders, context$2 as policies, context$6 as ricos, context$5 as rsvp, context$b as schedule, context$c as scheduleBookmarks, context$a as staffMembers, context$3 as ticketDefinitions, context as ticketDefinitionsV2, context$4 as tickets, context$1 as wixEventsV2 };
|