Package not found. Please check the package name and try again.
@wix/auto_sdk_online-programs_online-program-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.
- package/build/cjs/index.d.ts +3 -62
- package/build/cjs/index.js +477 -5391
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -679
- package/build/cjs/index.typings.js +482 -5266
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -563
- package/build/cjs/meta.js +72 -3898
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +3 -62
- package/build/es/index.mjs +565 -5463
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -679
- package/build/es/index.typings.mjs +412 -5181
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -563
- package/build/es/meta.mjs +45 -3856
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +3 -62
- package/build/internal/cjs/index.js +477 -5391
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1 -679
- package/build/internal/cjs/index.typings.js +482 -5266
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -563
- package/build/internal/cjs/meta.js +72 -3898
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +3 -62
- package/build/internal/es/index.mjs +565 -5463
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +1 -679
- package/build/internal/es/index.typings.mjs +412 -5181
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -563
- package/build/internal/es/meta.mjs +45 -3856
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { QueryParticipantsOptions, QueryParticipantsResponse, ListParticipantsOptions, ListParticipantsResponse, JoinParticipantOptions, JoinParticipantResponse, AddParticipantOptions, AddParticipantResponse, AddParticipantsOptions, AddParticipantsResponse, AddAllParticipantOptions, CreateJoinRequestOptions, CreateJoinRequestResponse, InviteParticipantsOptions, InviteParticipantsResponse, InviteAllParticipantsOptions, GetParticipantIdentifiers, Participant, UpdateParticipantIdentifiers, UpdateParticipantOptions, UpdateParticipantResponse, DeleteParticipantIdentifiers, DeleteParticipantOptions, DeleteParticipantResponse, ReviveParticipantIdentifiers, ReviveParticipantOptions, ReviveParticipantResponse, ResetParticipantProgressIdentifiers, ResetParticipantProgressOptions, ResetParticipantProgressResponse, IssueParticipantCertificateIdentifiers, IssueParticipantCertificateResponse, IssueCertificateIdentifiers, IssueCertificateResponse, GetCertificateIdentifiers, GetCertificateResponse, CreatePaymentOrderIdentifiers, CreatePaymentOrderOptions, CreatePaymentOrderResponse, ApplyCouponToOrderIdentifiers, ApplyCouponToOrderOptions, ApplyCouponToOrderResponse, RemoveCouponFromOrderIdentifiers, RemoveCouponFromOrderOptions, RemoveCouponFromOrderResponse,
|
|
3
|
-
export { ActionEvent, AddAllParticipantRequest, AddAllParticipantResponse, AddParticipantRequest, AddParticipantsRequest, Added,
|
|
2
|
+
import { QueryParticipantsOptions, QueryParticipantsResponse, ListParticipantsOptions, ListParticipantsResponse, JoinParticipantOptions, JoinParticipantResponse, AddParticipantOptions, AddParticipantResponse, AddParticipantsOptions, AddParticipantsResponse, AddAllParticipantOptions, CreateJoinRequestOptions, CreateJoinRequestResponse, InviteParticipantsOptions, InviteParticipantsResponse, InviteAllParticipantsOptions, GetParticipantIdentifiers, Participant, UpdateParticipantIdentifiers, UpdateParticipantOptions, UpdateParticipantResponse, DeleteParticipantIdentifiers, DeleteParticipantOptions, DeleteParticipantResponse, ReviveParticipantIdentifiers, ReviveParticipantOptions, ReviveParticipantResponse, ResetParticipantProgressIdentifiers, ResetParticipantProgressOptions, ResetParticipantProgressResponse, IssueParticipantCertificateIdentifiers, IssueParticipantCertificateResponse, IssueCertificateIdentifiers, IssueCertificateResponse, GetCertificateIdentifiers, GetCertificateResponse, CreatePaymentOrderIdentifiers, CreatePaymentOrderOptions, CreatePaymentOrderResponse, ApplyCouponToOrderIdentifiers, ApplyCouponToOrderOptions, ApplyCouponToOrderResponse, RemoveCouponFromOrderIdentifiers, RemoveCouponFromOrderOptions, RemoveCouponFromOrderResponse, MyProgramResponse, ParticipantDeletedEnvelope, ParticipantJoinedEnvelope } from './index.typings.js';
|
|
3
|
+
export { ActionEvent, AddAllParticipantRequest, AddAllParticipantResponse, AddParticipantRequest, AddParticipantsRequest, Added, ApplyCouponToOrderRequest, BaseEventMetadata, Certificate, CreateJoinRequestRequest, CreatePaymentOrderRequest, DateInterval, DeleteParticipantRequest, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityDeletedEvent, EntitySummary, EntityUpdatedEvent, EventMetadata, FocalPoint, Free, FreeCoupon, GetCertificateRequest, GetParticipantRequest, GetParticipantResponse, IdentificationData, IdentificationDataIdOneOf, InvitationDetails, InviteAllParticipantsRequest, InviteAllParticipantsResponse, InviteParticipantsRequest, IssueCertificateRequest, IssueParticipantCertificateRequest, JoinParticipantRequest, JoinPath, JoinPathPathOneOf, ListParticipantsRequest, MediaItem, MediaItemMediaOneOf, Member, MessageEnvelope, MyProgramRequest, Paging, PaidPlan, ParticipantJoinDate, ParticipantJoined, ParticipantPerformance, ParticipantStepState, ParticipantStepStateTransition, ParticipantStepStateWithLiterals, ParticipantsFilter, ParticipationState, ParticipationStateWithLiterals, PaymentType, PaymentTypeWithLiterals, Price, QueryParticipantsRequest, QueryParticipantsRequestJoinPath, QueryParticipantsRequestJoinPathWithLiterals, QueryParticipantsRequestSorting, QueryParticipantsRequestSortingCriterion, QueryParticipantsRequestSortingCriterionWithLiterals, QueryParticipantsRequestSortingOrder, QueryParticipantsRequestSortingOrderWithLiterals, RemoveCouponFromOrderRequest, ResetParticipantProgressRequest, RestoreInfo, ReviveParticipantRequest, SinglePayment, Sorting, SortingCriterion, SortingCriterionWithLiterals, SortingOrder, SortingOrderWithLiterals, State, StateTransition, StateWithLiterals, StepEvent, StepsSummary, TimeInterval, UpdateParticipantIdentifiersUpdateOneOf, UpdateParticipantOptionsUpdateOneOf, UpdateParticipantRequest, UpdateParticipantRequestUpdateOneOf, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js';
|
|
4
4
|
|
|
5
5
|
declare function queryParticipants$1(httpClient: HttpClient): QueryParticipantsSignature;
|
|
6
6
|
interface QueryParticipantsSignature {
|
|
@@ -112,61 +112,13 @@ interface RemoveCouponFromOrderSignature {
|
|
|
112
112
|
/** */
|
|
113
113
|
(identifiers: NonNullablePaths<RemoveCouponFromOrderIdentifiers, `challengeId` | `couponId` | `orderId` | `participantId`, 2>, options?: RemoveCouponFromOrderOptions): Promise<NonNullablePaths<RemoveCouponFromOrderResponse, `total`, 2>>;
|
|
114
114
|
}
|
|
115
|
-
declare function listSteps$1(httpClient: HttpClient): ListStepsSignature;
|
|
116
|
-
interface ListStepsSignature {
|
|
117
|
-
/** */
|
|
118
|
-
(identifiers: NonNullablePaths<ListStepsIdentifiers, `challengeId` | `participantId`, 2>, options?: ListStepsOptions): Promise<NonNullablePaths<ListParticipantStepsResponse, `steps` | `steps.${number}._id` | `steps.${number}.source._id` | `steps.${number}.dateFrame.start` | `steps.${number}.quizSubmission.quizSubmissionId`, 5>>;
|
|
119
|
-
}
|
|
120
|
-
declare function getStep$1(httpClient: HttpClient): GetStepSignature;
|
|
121
|
-
interface GetStepSignature {
|
|
122
|
-
/** */
|
|
123
|
-
(identifiers: NonNullablePaths<GetStepIdentifiers, `challengeId` | `participantId` | `stepId`, 2>, options?: GetStepOptions): Promise<NonNullablePaths<GetParticipantStepResponse, `step._id` | `step.source._id` | `step.source.settings.general.individual.confirmationRequired` | `step.source.settings.general.individual.feedbackSettings` | `step.source.settings.general.individual.feedbackSettings.${number}._id` | `step.source.settings.general.individual.feedbackSettings.${number}.type.numeric.maxValue` | `step.source.settings.general.individual.feedbackSettings.${number}.type.quantity.amount` | `step.source.settings.general.individual.feedbackSettings.${number}.question` | `step.source.settings.general.individual.feedbackSettings.${number}.isRequired` | `step.source.settings.general.individual.showQuiz` | `step.source.settings.general.individual.quizSettings` | `step.source.settings.general.group.completionCriteria.completedSteps.minThreshold.value` | `step.source.settings.general.quiz.quizId` | `step.source.settings.general.quiz.questionCount` | `step.source.settings.general.quiz.migrationDetails.sourceStepId` | `step.source.settings.general.quiz.migrationDetails.show` | `step.source.settings.general.quiz.migrationDetails.quizType` | `step.source.settings.general.video.wixVideo._id` | `step.source.settings.general.video.wixVideo.paid` | `step.source.settings.general.video.requiredCompletionPercentage` | `step.source.settings.general.video.deleted` | `step.source.settings.general.duration.unit` | `step.source.settings.general.duration.value` | `step.source.settings.general.recurrenceSettings.schedules` | `step.source.settings.embedding.startConditions` | `step.source.settings.embedding.startConditions.${number}.dependency.step.stepId` | `step.source.settings.embedding.isMilestone` | `step.feedback.items` | `step.feedback.items.${number}.choice.choiceId` | `step.feedback.items.${number}.quantity.unitName` | `step.feedback.items.${number}.quantity.amount` | `step.feedback.items.${number}.feedbackItemSettingsId` | `step.feedback.quiz` | `step.transitions` | `step.transitions.${number}.state` | `step.dateFrame.start` | `step.quizSubmission.quizSubmissionId` | `subSteps` | `subSteps.${number}._id` | `subSteps.${number}.source._id` | `subSteps.${number}.dateFrame.start` | `subSteps.${number}.quizSubmission.quizSubmissionId`, 11>>;
|
|
124
|
-
}
|
|
125
|
-
declare function resolveStep$1(httpClient: HttpClient): ResolveStepSignature;
|
|
126
|
-
interface ResolveStepSignature {
|
|
127
|
-
/** */
|
|
128
|
-
(identifiers: NonNullablePaths<ResolveStepIdentifiers, `challengeId` | `participantId` | `stepId`, 2>, options?: ResolveStepOptions): Promise<NonNullablePaths<ResolveParticipantStepResponse, `step._id` | `step.source._id` | `step.source.settings.general.individual.confirmationRequired` | `step.source.settings.general.individual.feedbackSettings` | `step.source.settings.general.individual.feedbackSettings.${number}._id` | `step.source.settings.general.individual.feedbackSettings.${number}.type.numeric.maxValue` | `step.source.settings.general.individual.feedbackSettings.${number}.type.quantity.amount` | `step.source.settings.general.individual.feedbackSettings.${number}.question` | `step.source.settings.general.individual.feedbackSettings.${number}.isRequired` | `step.source.settings.general.individual.showQuiz` | `step.source.settings.general.individual.quizSettings` | `step.source.settings.general.group.completionCriteria.completedSteps.minThreshold.value` | `step.source.settings.general.quiz.quizId` | `step.source.settings.general.quiz.questionCount` | `step.source.settings.general.quiz.migrationDetails.sourceStepId` | `step.source.settings.general.quiz.migrationDetails.show` | `step.source.settings.general.quiz.migrationDetails.quizType` | `step.source.settings.general.video.wixVideo._id` | `step.source.settings.general.video.wixVideo.paid` | `step.source.settings.general.video.requiredCompletionPercentage` | `step.source.settings.general.video.deleted` | `step.source.settings.general.duration.unit` | `step.source.settings.general.duration.value` | `step.source.settings.general.recurrenceSettings.schedules` | `step.source.settings.embedding.startConditions` | `step.source.settings.embedding.startConditions.${number}.dependency.step.stepId` | `step.source.settings.embedding.isMilestone` | `step.feedback.items` | `step.feedback.items.${number}.choice.choiceId` | `step.feedback.items.${number}.quantity.unitName` | `step.feedback.items.${number}.quantity.amount` | `step.feedback.items.${number}.feedbackItemSettingsId` | `step.feedback.quiz` | `step.transitions` | `step.transitions.${number}.state` | `step.dateFrame.start` | `step.quizSubmission.quizSubmissionId` | `actionId`, 11>>;
|
|
129
|
-
}
|
|
130
|
-
declare function updateStepFeedback$1(httpClient: HttpClient): UpdateStepFeedbackSignature;
|
|
131
|
-
interface UpdateStepFeedbackSignature {
|
|
132
|
-
/** */
|
|
133
|
-
(identifiers: NonNullablePaths<UpdateStepFeedbackIdentifiers, `challengeId` | `participantId` | `stepId`, 2>, options?: UpdateStepFeedbackOptions): Promise<NonNullablePaths<UpdateStepFeedbackResponse, `step._id` | `step.source._id` | `step.source.settings.general.individual.confirmationRequired` | `step.source.settings.general.individual.feedbackSettings` | `step.source.settings.general.individual.feedbackSettings.${number}._id` | `step.source.settings.general.individual.feedbackSettings.${number}.type.numeric.maxValue` | `step.source.settings.general.individual.feedbackSettings.${number}.type.quantity.amount` | `step.source.settings.general.individual.feedbackSettings.${number}.question` | `step.source.settings.general.individual.feedbackSettings.${number}.isRequired` | `step.source.settings.general.individual.showQuiz` | `step.source.settings.general.individual.quizSettings` | `step.source.settings.general.group.completionCriteria.completedSteps.minThreshold.value` | `step.source.settings.general.quiz.quizId` | `step.source.settings.general.quiz.questionCount` | `step.source.settings.general.quiz.migrationDetails.sourceStepId` | `step.source.settings.general.quiz.migrationDetails.show` | `step.source.settings.general.quiz.migrationDetails.quizType` | `step.source.settings.general.video.wixVideo._id` | `step.source.settings.general.video.wixVideo.paid` | `step.source.settings.general.video.requiredCompletionPercentage` | `step.source.settings.general.video.deleted` | `step.source.settings.general.duration.unit` | `step.source.settings.general.duration.value` | `step.source.settings.general.recurrenceSettings.schedules` | `step.source.settings.embedding.startConditions` | `step.source.settings.embedding.startConditions.${number}.dependency.step.stepId` | `step.source.settings.embedding.isMilestone` | `step.feedback.items` | `step.feedback.items.${number}.choice.choiceId` | `step.feedback.items.${number}.quantity.unitName` | `step.feedback.items.${number}.quantity.amount` | `step.feedback.items.${number}.feedbackItemSettingsId` | `step.feedback.quiz` | `step.transitions` | `step.transitions.${number}.state` | `step.dateFrame.start` | `step.quizSubmission.quizSubmissionId` | `actionId`, 11>>;
|
|
134
|
-
}
|
|
135
|
-
declare function getMediaUploadInfo$1(httpClient: HttpClient): GetMediaUploadInfoSignature;
|
|
136
|
-
interface GetMediaUploadInfoSignature {
|
|
137
|
-
/** */
|
|
138
|
-
(identifiers: NonNullablePaths<GetMediaUploadInfoIdentifiers, `challengeId` | `participantId`, 2>, options?: GetMediaUploadInfoOptions): Promise<NonNullablePaths<GetMediaUploadInfoResponse, `uploadUrl` | `uploadToken`, 2>>;
|
|
139
|
-
}
|
|
140
|
-
declare function listSections$1(httpClient: HttpClient): ListSectionsSignature;
|
|
141
|
-
interface ListSectionsSignature {
|
|
142
|
-
/**
|
|
143
|
-
* ---------------------------------------------------- Sections --------------------------------------------------------
|
|
144
|
-
*/
|
|
145
|
-
(identifiers: NonNullablePaths<ListSectionsIdentifiers, `challengeId` | `participantId`, 2>, options?: ListSectionsOptions): Promise<NonNullablePaths<ListParticipantSectionsResponse, `sections` | `sections.${number}._id` | `sections.${number}.source._id` | `sections.${number}.progress.nTotalSteps` | `sections.${number}.progress.nCompletedSteps`, 5>>;
|
|
146
|
-
}
|
|
147
|
-
declare function getSection$1(httpClient: HttpClient): GetSectionSignature;
|
|
148
|
-
interface GetSectionSignature {
|
|
149
|
-
/** */
|
|
150
|
-
(identifiers: NonNullablePaths<GetSectionIdentifiers, `challengeId` | `participantId` | `sectionId`, 2>, options?: GetSectionOptions): Promise<NonNullablePaths<GetParticipantSectionResponse, `section._id` | `section.source._id` | `section.source.settings.startCondition.dependency.step.stepId` | `section.source.settings.startCondition.delay.unit` | `section.source.settings.startCondition.delay.value` | `section.source.steps` | `section.source.steps.${number}._id` | `section.source.steps.${number}.settings.embedding.isMilestone` | `section.steps` | `section.steps.${number}._id` | `section.steps.${number}.dateFrame.start` | `section.steps.${number}.quizSubmission.quizSubmissionId` | `section.transitions` | `section.transitions.${number}.waitingDate.startDate` | `section.transitions.${number}.waitingDependency.sectionId` | `section.progress.nTotalSteps` | `section.progress.nCompletedSteps`, 8>>;
|
|
151
|
-
}
|
|
152
115
|
declare function myProgram$1(httpClient: HttpClient): MyProgramSignature;
|
|
153
116
|
interface MyProgramSignature {
|
|
154
117
|
/** */
|
|
155
118
|
(programId: string): Promise<NonNullablePaths<MyProgramResponse, `participant._id` | `participant.member._id` | `participant.member.fullName` | `participant.challenge._id` | `participant.stepsSummary.stepsNumber` | `participant.stepsSummary.completedStepsNumber` | `participant.stepsSummary.failedStepsNumber` | `participant.stepsSummary.postedFeedbacksNumber` | `participant.stepsSummary.lastEvent.stepId` | `participant.stepsSummary.lastEvent.transition.state` | `participant.orderIds` | `participant.transitions` | `participant.transitions.${number}.state` | `participant.timezone` | `participant.dateFrame.start` | `participant.performance` | `participant.joinPath.singlePayment.orderId` | `participant.joinPath.paidPlan.planIds` | `participant.joinPath.freeCoupon.couponId`, 6>>;
|
|
156
119
|
}
|
|
157
|
-
declare function myProgramStep$1(httpClient: HttpClient): MyProgramStepSignature;
|
|
158
|
-
interface MyProgramStepSignature {
|
|
159
|
-
/** */
|
|
160
|
-
(identifiers: NonNullablePaths<MyProgramStepIdentifiers, `programId` | `programStepId`, 2>, options?: MyProgramStepOptions): Promise<NonNullablePaths<MyProgramStepResponse, `participantStep._id` | `participantStep.source._id` | `participantStep.source.settings.general.individual.confirmationRequired` | `participantStep.source.settings.general.individual.feedbackSettings` | `participantStep.source.settings.general.individual.feedbackSettings.${number}._id` | `participantStep.source.settings.general.individual.feedbackSettings.${number}.type.numeric.maxValue` | `participantStep.source.settings.general.individual.feedbackSettings.${number}.type.quantity.amount` | `participantStep.source.settings.general.individual.feedbackSettings.${number}.question` | `participantStep.source.settings.general.individual.feedbackSettings.${number}.isRequired` | `participantStep.source.settings.general.individual.showQuiz` | `participantStep.source.settings.general.individual.quizSettings` | `participantStep.source.settings.general.group.completionCriteria.completedSteps.minThreshold.value` | `participantStep.source.settings.general.quiz.quizId` | `participantStep.source.settings.general.quiz.questionCount` | `participantStep.source.settings.general.quiz.migrationDetails.sourceStepId` | `participantStep.source.settings.general.quiz.migrationDetails.show` | `participantStep.source.settings.general.quiz.migrationDetails.quizType` | `participantStep.source.settings.general.video.wixVideo._id` | `participantStep.source.settings.general.video.wixVideo.paid` | `participantStep.source.settings.general.video.requiredCompletionPercentage` | `participantStep.source.settings.general.video.deleted` | `participantStep.source.settings.general.duration.unit` | `participantStep.source.settings.general.duration.value` | `participantStep.source.settings.general.recurrenceSettings.schedules` | `participantStep.source.settings.embedding.startConditions` | `participantStep.source.settings.embedding.startConditions.${number}.dependency.step.stepId` | `participantStep.source.settings.embedding.isMilestone` | `participantStep.feedback.items` | `participantStep.feedback.items.${number}.choice.choiceId` | `participantStep.feedback.items.${number}.quantity.unitName` | `participantStep.feedback.items.${number}.quantity.amount` | `participantStep.feedback.items.${number}.feedbackItemSettingsId` | `participantStep.feedback.quiz` | `participantStep.transitions` | `participantStep.transitions.${number}.state` | `participantStep.dateFrame.start` | `participantStep.quizSubmission.quizSubmissionId`, 11>>;
|
|
161
|
-
}
|
|
162
|
-
declare function myProgramSection$1(httpClient: HttpClient): MyProgramSectionSignature;
|
|
163
|
-
interface MyProgramSectionSignature {
|
|
164
|
-
/** */
|
|
165
|
-
(identifiers: NonNullablePaths<MyProgramSectionIdentifiers, `programId` | `programSectionId`, 2>, options?: MyProgramSectionOptions): Promise<NonNullablePaths<MyProgramSectionResponse, `participantSection._id` | `participantSection.source._id` | `participantSection.source.settings.startCondition.dependency.step.stepId` | `participantSection.source.settings.startCondition.delay.unit` | `participantSection.source.settings.startCondition.delay.value` | `participantSection.source.steps` | `participantSection.source.steps.${number}._id` | `participantSection.source.steps.${number}.settings.embedding.isMilestone` | `participantSection.steps` | `participantSection.steps.${number}._id` | `participantSection.steps.${number}.dateFrame.start` | `participantSection.steps.${number}.quizSubmission.quizSubmissionId` | `participantSection.transitions` | `participantSection.transitions.${number}.waitingDate.startDate` | `participantSection.transitions.${number}.waitingDependency.sectionId` | `participantSection.progress.nTotalSteps` | `participantSection.progress.nCompletedSteps`, 8>>;
|
|
166
|
-
}
|
|
167
120
|
declare const onParticipantDeleted$1: EventDefinition<ParticipantDeletedEnvelope, "wix.challenges.v1.participant_deleted">;
|
|
168
121
|
declare const onParticipantJoined$1: EventDefinition<ParticipantJoinedEnvelope, "wix.challenges.v1.participant_participant_joined">;
|
|
169
|
-
declare const onParticipantStepResolved$1: EventDefinition<ParticipantStepResolvedEnvelope, "wix.challenges.v1.participant_step_resolved">;
|
|
170
122
|
|
|
171
123
|
declare const queryParticipants: MaybeContext<BuildRESTFunction<typeof queryParticipants$1> & typeof queryParticipants$1>;
|
|
172
124
|
declare const listParticipants: MaybeContext<BuildRESTFunction<typeof listParticipants$1> & typeof listParticipants$1>;
|
|
@@ -188,21 +140,10 @@ declare const getCertificate: MaybeContext<BuildRESTFunction<typeof getCertifica
|
|
|
188
140
|
declare const createPaymentOrder: MaybeContext<BuildRESTFunction<typeof createPaymentOrder$1> & typeof createPaymentOrder$1>;
|
|
189
141
|
declare const applyCouponToOrder: MaybeContext<BuildRESTFunction<typeof applyCouponToOrder$1> & typeof applyCouponToOrder$1>;
|
|
190
142
|
declare const removeCouponFromOrder: MaybeContext<BuildRESTFunction<typeof removeCouponFromOrder$1> & typeof removeCouponFromOrder$1>;
|
|
191
|
-
declare const listSteps: MaybeContext<BuildRESTFunction<typeof listSteps$1> & typeof listSteps$1>;
|
|
192
|
-
declare const getStep: MaybeContext<BuildRESTFunction<typeof getStep$1> & typeof getStep$1>;
|
|
193
|
-
declare const resolveStep: MaybeContext<BuildRESTFunction<typeof resolveStep$1> & typeof resolveStep$1>;
|
|
194
|
-
declare const updateStepFeedback: MaybeContext<BuildRESTFunction<typeof updateStepFeedback$1> & typeof updateStepFeedback$1>;
|
|
195
|
-
declare const getMediaUploadInfo: MaybeContext<BuildRESTFunction<typeof getMediaUploadInfo$1> & typeof getMediaUploadInfo$1>;
|
|
196
|
-
declare const listSections: MaybeContext<BuildRESTFunction<typeof listSections$1> & typeof listSections$1>;
|
|
197
|
-
declare const getSection: MaybeContext<BuildRESTFunction<typeof getSection$1> & typeof getSection$1>;
|
|
198
143
|
declare const myProgram: MaybeContext<BuildRESTFunction<typeof myProgram$1> & typeof myProgram$1>;
|
|
199
|
-
declare const myProgramStep: MaybeContext<BuildRESTFunction<typeof myProgramStep$1> & typeof myProgramStep$1>;
|
|
200
|
-
declare const myProgramSection: MaybeContext<BuildRESTFunction<typeof myProgramSection$1> & typeof myProgramSection$1>;
|
|
201
144
|
/** */
|
|
202
145
|
declare const onParticipantDeleted: BuildEventDefinition<typeof onParticipantDeleted$1> & typeof onParticipantDeleted$1;
|
|
203
146
|
/** */
|
|
204
147
|
declare const onParticipantJoined: BuildEventDefinition<typeof onParticipantJoined$1> & typeof onParticipantJoined$1;
|
|
205
|
-
/** */
|
|
206
|
-
declare const onParticipantStepResolved: BuildEventDefinition<typeof onParticipantStepResolved$1> & typeof onParticipantStepResolved$1;
|
|
207
148
|
|
|
208
|
-
export { AddAllParticipantOptions, AddParticipantOptions, AddParticipantResponse, AddParticipantsOptions, AddParticipantsResponse, ApplyCouponToOrderIdentifiers, ApplyCouponToOrderOptions, ApplyCouponToOrderResponse, CreateJoinRequestOptions, CreateJoinRequestResponse, CreatePaymentOrderIdentifiers, CreatePaymentOrderOptions, CreatePaymentOrderResponse, DeleteParticipantIdentifiers, DeleteParticipantOptions, DeleteParticipantResponse, GetCertificateIdentifiers, GetCertificateResponse,
|
|
149
|
+
export { AddAllParticipantOptions, AddParticipantOptions, AddParticipantResponse, AddParticipantsOptions, AddParticipantsResponse, ApplyCouponToOrderIdentifiers, ApplyCouponToOrderOptions, ApplyCouponToOrderResponse, CreateJoinRequestOptions, CreateJoinRequestResponse, CreatePaymentOrderIdentifiers, CreatePaymentOrderOptions, CreatePaymentOrderResponse, DeleteParticipantIdentifiers, DeleteParticipantOptions, DeleteParticipantResponse, GetCertificateIdentifiers, GetCertificateResponse, GetParticipantIdentifiers, InviteAllParticipantsOptions, InviteParticipantsOptions, InviteParticipantsResponse, IssueCertificateIdentifiers, IssueCertificateResponse, IssueParticipantCertificateIdentifiers, IssueParticipantCertificateResponse, JoinParticipantOptions, JoinParticipantResponse, ListParticipantsOptions, ListParticipantsResponse, MyProgramResponse, Participant, ParticipantDeletedEnvelope, ParticipantJoinedEnvelope, QueryParticipantsOptions, QueryParticipantsResponse, RemoveCouponFromOrderIdentifiers, RemoveCouponFromOrderOptions, RemoveCouponFromOrderResponse, ResetParticipantProgressIdentifiers, ResetParticipantProgressOptions, ResetParticipantProgressResponse, ReviveParticipantIdentifiers, ReviveParticipantOptions, ReviveParticipantResponse, UpdateParticipantIdentifiers, UpdateParticipantOptions, UpdateParticipantResponse, addAllParticipant, addParticipant, addParticipants, applyCouponToOrder, createJoinRequest, createPaymentOrder, deleteParticipant, getCertificate, getParticipant, inviteAllParticipants, inviteParticipants, issueCertificate, issueParticipantCertificate, joinParticipant, listParticipants, myProgram, onParticipantDeleted, onParticipantJoined, queryParticipants, removeCouponFromOrder, resetParticipantProgress, reviveParticipant, updateParticipant };
|