@wix/auto_sdk_online-programs_participants 1.0.2 → 1.0.4

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.
@@ -189,30 +189,6 @@ interface AutoRemovedOptions {
189
189
  */
190
190
  startDate?: string;
191
191
  }
192
- interface ParticipantsBulkCompleteEvent {
193
- /**
194
- * Program ID
195
- * @format GUID
196
- */
197
- programId?: string;
198
- /**
199
- * Optional cursor for the next result page
200
- * @maxLength 16000
201
- */
202
- cursorNext?: string | null;
203
- }
204
- interface ParticipantsBulkDeleteEvent {
205
- /**
206
- * Program ID
207
- * @format GUID
208
- */
209
- programId?: string;
210
- /**
211
- * Optional cursor for the next result page
212
- * @maxLength 16000
213
- */
214
- cursorNext?: string | null;
215
- }
216
192
  interface JoinProgramRequest {
217
193
  /**
218
194
  * Program to join
@@ -538,7 +514,12 @@ interface OrderAdditionalCharges {
538
514
  shipping?: number;
539
515
  /** Discount amount applied to the order */
540
516
  discount?: number;
541
- /** Application fee */
517
+ /**
518
+ * Application fee
519
+ * @deprecated Application fee
520
+ * @replacedBy order.platform_fee
521
+ * @targetRemovalDate 2025-12-01
522
+ */
542
523
  applicationFee?: number;
543
524
  }
544
525
  /** Physical address */
@@ -1358,17 +1339,6 @@ interface GetPremiumStatsResponse {
1358
1339
  /** Limit of active participants on a site without premium */
1359
1340
  activeParticipantsLimit?: number;
1360
1341
  }
1361
- interface CompleteParticipantRequest {
1362
- /**
1363
- * ID of participant
1364
- * @format GUID
1365
- */
1366
- participantId?: string;
1367
- }
1368
- interface CompleteParticipantResponse {
1369
- /** Updated participant */
1370
- participant?: Participant;
1371
- }
1372
1342
  interface ExportParticipantsStatsRequest {
1373
1343
  /**
1374
1344
  * program id to export data from
@@ -1863,4 +1833,4 @@ declare function getCompletionStats(programId: string): Promise<NonNullablePaths
1863
1833
  */
1864
1834
  declare function getPremiumStats(): Promise<NonNullablePaths<GetPremiumStatsResponse, `hasPremium` | `activeParticipantsCount` | `activeParticipantsLimit`, 2>>;
1865
1835
 
1866
- export { type AccountInfo, type ActionEvent, type Address, type AddressLocation, type AddressStreetOneOf, type ApplicationError, type ApplyCouponIdentifiers, type ApplyCouponRequest, type ApplyCouponResponse, type AutoRemovedOptions, type BaseEventMetadata, type Behavior, type BehaviorBehaviorOneOf, type Benefit, type BenefitNotification, BenefitType, type BenefitTypeWithLiterals, type BulkActionMetadata, type BulkAddAllToProgramOptions, type BulkAddAllToProgramRequest, type BulkAddAllToProgramResponse, type BulkAddToProgramOptions, type BulkAddToProgramRequest, type BulkAddToProgramResponse, type BulkAddToProgramResult, type BulkApproveAllParticipantOptions, type BulkApproveAllParticipantRequest, type BulkApproveAllParticipantResponse, type BulkApproveParticipantOptions, type BulkApproveParticipantRequest, type BulkApproveParticipantResponse, type BulkApproveParticipantResult, type BulkInviteAllToProgramOptions, type BulkInviteAllToProgramRequest, type BulkInviteAllToProgramResponse, type BulkInviteToProgramOptions, type BulkInviteToProgramRequest, type BulkInviteToProgramResponse, type BulkInviteToProgramResult, type Certificate, type CompleteParticipantRequest, type CompleteParticipantResponse, type CompletedOptions, type CreditCardPaymentMethodData, type CurrencyAmount, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type DeleteParticipantRequest, type DeleteParticipantResponse, type Discount, type DiscountDiscountOneOf, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EntryPass, Event, type EventMetadata, EventType, type EventTypeWithLiterals, type EventWithLiterals, type ExportParticipantsStatsRequest, type ExportParticipantsStatsResponse, type ExtendedFields, type FailedOptions, type FreeCouponOptions, type FullAddressContactDetails, type GetAccessStatusRequest, type GetAccessStatusResponse, type GetCompletionStatsRequest, type GetCompletionStatsResponse, type GetParticipantRequest, type GetParticipantResponse, type GetPremiumStatsRequest, type GetPremiumStatsResponse, type IdentificationData, type IdentificationDataIdOneOf, Initiator, type InitiatorWithLiterals, type IssueCertificateRequest, type IssueCertificateResponse, type ItemMetadata, JoinPath, type JoinPathWithLiterals, type JoinProgramRequest, type JoinProgramResponse, type JoinedOptions, type JoinedOptionsJoinPathOptionsOneOf, type LeaveProgramRequest, type LeaveProgramResponse, type MessageEnvelope, type OfflinePaymentSent, type Order, type OrderAdditionalCharges, type OrderItem, OrderItemCategory, type OrderItemCategoryWithLiterals, type PaidPlanOptions, type Participant, type ParticipantAdded, type ParticipantAddedEnvelope, type ParticipantApproved, type ParticipantApprovedEnvelope, type ParticipantDeletedEnvelope, type ParticipantExportsFinished, type ParticipantInvited, type ParticipantInvitedEnvelope, type ParticipantJoined, type ParticipantJoinedEnvelope, type ParticipantLeft, type ParticipantLeftEnvelope, type ParticipantRejected, type ParticipantRejectedEnvelope, type ParticipantStateOptionsOneOf, type ParticipantsBulkCompleteEvent, type ParticipantsBulkDeleteEvent, type ParticipantsQueryBuilder, type ParticipantsQueryResult, type PaymentEvent, type PaymentEventEventOneOf, type PaymentFailed, type PaymentPendingOptions, type Progress, type QueryParticipantsRequest, type QueryParticipantsResponse, type RecurringPaymentCancellationDetails, type RecurringPaymentDetails, type RecurringPaymentStatusChangedEvent, type Refund, RefundStatus, type RefundStatusChangedEvent, type RefundStatusWithLiterals, RemovalReason, type RemovalReasonWithLiterals, type RestoreInfo, type RevertCouponIdentifiers, type RevertCouponRequest, type RevertCouponResponse, type ScheduledAction, ScheduledActionType, type ScheduledActionTypeWithLiterals, type SinglePaymentConfirmed, type SinglePaymentDeclined, type SinglePaymentOptions, SortOrder, type SortOrderWithLiterals, type Sorting, type StandardDetails, State, type StateWithLiterals, Status, type StatusWithLiterals, type StreetAddress, type Subdivision, SubdivisionType, type SubdivisionTypeWithLiterals, type SuspendedOptions, type Transaction, type TransactionCreatedEvent, type TransactionPaymentMethodDataOneOf, TransactionStatus, type TransactionStatusChangedEvent, type TransactionStatusWithLiterals, type TransactionUpdatedEvent, type VatId, VatType, type VatTypeWithLiterals, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, applyCoupon, bulkAddAllToProgram, bulkAddToProgram, bulkApproveAllParticipant, bulkApproveParticipant, bulkInviteAllToProgram, bulkInviteToProgram, deleteParticipant, getAccessStatus, getCompletionStats, getParticipant, getPremiumStats, issueCertificate, joinProgram, leaveProgram, onParticipantAdded, onParticipantApproved, onParticipantDeleted, onParticipantInvited, onParticipantJoined, onParticipantLeft, onParticipantRejected, queryParticipants, revertCoupon };
1836
+ export { type AccountInfo, type ActionEvent, type Address, type AddressLocation, type AddressStreetOneOf, type ApplicationError, type ApplyCouponIdentifiers, type ApplyCouponRequest, type ApplyCouponResponse, type AutoRemovedOptions, type BaseEventMetadata, type Behavior, type BehaviorBehaviorOneOf, type Benefit, type BenefitNotification, BenefitType, type BenefitTypeWithLiterals, type BulkActionMetadata, type BulkAddAllToProgramOptions, type BulkAddAllToProgramRequest, type BulkAddAllToProgramResponse, type BulkAddToProgramOptions, type BulkAddToProgramRequest, type BulkAddToProgramResponse, type BulkAddToProgramResult, type BulkApproveAllParticipantOptions, type BulkApproveAllParticipantRequest, type BulkApproveAllParticipantResponse, type BulkApproveParticipantOptions, type BulkApproveParticipantRequest, type BulkApproveParticipantResponse, type BulkApproveParticipantResult, type BulkInviteAllToProgramOptions, type BulkInviteAllToProgramRequest, type BulkInviteAllToProgramResponse, type BulkInviteToProgramOptions, type BulkInviteToProgramRequest, type BulkInviteToProgramResponse, type BulkInviteToProgramResult, type Certificate, type CompletedOptions, type CreditCardPaymentMethodData, type CurrencyAmount, type CursorPaging, type CursorPagingMetadata, type CursorQuery, type CursorQueryPagingMethodOneOf, type Cursors, type DeleteParticipantRequest, type DeleteParticipantResponse, type Discount, type DiscountDiscountOneOf, type DomainEvent, type DomainEventBodyOneOf, type Empty, type EntityCreatedEvent, type EntityDeletedEvent, type EntityUpdatedEvent, type EntryPass, Event, type EventMetadata, EventType, type EventTypeWithLiterals, type EventWithLiterals, type ExportParticipantsStatsRequest, type ExportParticipantsStatsResponse, type ExtendedFields, type FailedOptions, type FreeCouponOptions, type FullAddressContactDetails, type GetAccessStatusRequest, type GetAccessStatusResponse, type GetCompletionStatsRequest, type GetCompletionStatsResponse, type GetParticipantRequest, type GetParticipantResponse, type GetPremiumStatsRequest, type GetPremiumStatsResponse, type IdentificationData, type IdentificationDataIdOneOf, Initiator, type InitiatorWithLiterals, type IssueCertificateRequest, type IssueCertificateResponse, type ItemMetadata, JoinPath, type JoinPathWithLiterals, type JoinProgramRequest, type JoinProgramResponse, type JoinedOptions, type JoinedOptionsJoinPathOptionsOneOf, type LeaveProgramRequest, type LeaveProgramResponse, type MessageEnvelope, type OfflinePaymentSent, type Order, type OrderAdditionalCharges, type OrderItem, OrderItemCategory, type OrderItemCategoryWithLiterals, type PaidPlanOptions, type Participant, type ParticipantAdded, type ParticipantAddedEnvelope, type ParticipantApproved, type ParticipantApprovedEnvelope, type ParticipantDeletedEnvelope, type ParticipantExportsFinished, type ParticipantInvited, type ParticipantInvitedEnvelope, type ParticipantJoined, type ParticipantJoinedEnvelope, type ParticipantLeft, type ParticipantLeftEnvelope, type ParticipantRejected, type ParticipantRejectedEnvelope, type ParticipantStateOptionsOneOf, type ParticipantsQueryBuilder, type ParticipantsQueryResult, type PaymentEvent, type PaymentEventEventOneOf, type PaymentFailed, type PaymentPendingOptions, type Progress, type QueryParticipantsRequest, type QueryParticipantsResponse, type RecurringPaymentCancellationDetails, type RecurringPaymentDetails, type RecurringPaymentStatusChangedEvent, type Refund, RefundStatus, type RefundStatusChangedEvent, type RefundStatusWithLiterals, RemovalReason, type RemovalReasonWithLiterals, type RestoreInfo, type RevertCouponIdentifiers, type RevertCouponRequest, type RevertCouponResponse, type ScheduledAction, ScheduledActionType, type ScheduledActionTypeWithLiterals, type SinglePaymentConfirmed, type SinglePaymentDeclined, type SinglePaymentOptions, SortOrder, type SortOrderWithLiterals, type Sorting, type StandardDetails, State, type StateWithLiterals, Status, type StatusWithLiterals, type StreetAddress, type Subdivision, SubdivisionType, type SubdivisionTypeWithLiterals, type SuspendedOptions, type Transaction, type TransactionCreatedEvent, type TransactionPaymentMethodDataOneOf, TransactionStatus, type TransactionStatusChangedEvent, type TransactionStatusWithLiterals, type TransactionUpdatedEvent, type VatId, VatType, type VatTypeWithLiterals, WebhookIdentityType, type WebhookIdentityTypeWithLiterals, applyCoupon, bulkAddAllToProgram, bulkAddToProgram, bulkApproveAllParticipant, bulkApproveParticipant, bulkInviteAllToProgram, bulkInviteToProgram, deleteParticipant, getAccessStatus, getCompletionStats, getParticipant, getPremiumStats, issueCertificate, joinProgram, leaveProgram, onParticipantAdded, onParticipantApproved, onParticipantDeleted, onParticipantInvited, onParticipantJoined, onParticipantLeft, onParticipantRejected, queryParticipants, revertCoupon };