@wix/auto_sdk_online-programs_participants 1.0.3 → 1.0.5
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 +70 -99
- package/build/cjs/index.js +447 -705
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +291 -911
- package/build/cjs/index.typings.js +358 -514
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +213 -752
- package/build/cjs/meta.js +277 -418
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +70 -99
- package/build/es/index.mjs +440 -682
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +291 -911
- package/build/es/index.typings.mjs +379 -523
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +213 -752
- package/build/es/meta.mjs +261 -390
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +70 -99
- package/build/internal/cjs/index.js +447 -705
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +291 -911
- package/build/internal/cjs/index.typings.js +358 -514
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +213 -752
- package/build/internal/cjs/meta.js +277 -418
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +70 -99
- package/build/internal/es/index.mjs +440 -682
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +291 -911
- package/build/internal/es/index.typings.mjs +379 -523
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +213 -752
- package/build/internal/es/meta.mjs +261 -390
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,15 +1,64 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
2
|
+
import { Participant, BulkCreateParticipantOptions, BulkCreateParticipantResponse, BulkAddAllToProgramOptions, BulkAddAllToProgramResponse, IssueCertificateResponse, GetCompletionStatsResponse, GetPremiumStatsResponse, ParticipantsQueryBuilder, GetAccessStatusResponse, BulkInviteToProgramOptions, BulkInviteToProgramResponse, BulkInviteAllToProgramOptions, BulkInviteAllToProgramResponse, BulkAddToProgramOptions, BulkAddToProgramResponse, BulkApproveParticipantOptions, BulkApproveParticipantResponse, BulkApproveAllParticipantOptions, BulkApproveAllParticipantResponse, ParticipantAddedEnvelope, ParticipantApprovedEnvelope, ParticipantInvitedEnvelope } from './index.typings.js';
|
|
3
|
+
export { ActionEvent, ApplicationError, BaseEventMetadata, Behavior, BehaviorBehaviorOneOf, Benefit, BenefitNotification, BenefitType, BenefitTypeWithLiterals, BulkActionMetadata, BulkAddAllToProgramRequest, BulkAddToProgramRequest, BulkAddToProgramResult, BulkApproveAllParticipantRequest, BulkApproveParticipantRequest, BulkApproveParticipantResult, BulkCreateParticipantRequest, BulkInviteAllToProgramRequest, BulkInviteToProgramRequest, BulkInviteToProgramResult, BulkParticipantResult, Certificate, CommonBulkActionMetadata, CommonItemMetadata, CreateParticipantRequest, CreateParticipantResponse, CursorPaging, CursorPagingMetadata, CursorQuery, CursorQueryPagingMethodOneOf, Cursors, DeleteParticipantRequest, DeleteParticipantResponse, Discount, DiscountDiscountOneOf, DomainEvent, DomainEventBodyOneOf, Empty, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, EntryPass, Event, EventMetadata, EventWithLiterals, ExportParticipantsStatsRequest, ExportParticipantsStatsResponse, ExtendedFields, GetAccessStatusRequest, GetCompletionStatsRequest, GetParticipantRequest, GetParticipantResponse, GetPremiumStatsRequest, IdentificationData, IdentificationDataIdOneOf, IssueCertificateRequest, ItemMetadata, JoinPath, JoinPathWithLiterals, JoinedInfo, Member, MessageEnvelope, ParticipantAdded, ParticipantApproved, ParticipantExportsFinished, ParticipantInvited, ParticipantsQueryResult, PaymentInfo, Progress, QueryParticipantsRequest, QueryParticipantsResponse, RestoreInfo, SortOrder, SortOrderWithLiterals, Sorting, State, StateWithLiterals, WebhookIdentityType, WebhookIdentityTypeWithLiterals } from './index.typings.js';
|
|
4
4
|
|
|
5
|
-
declare function
|
|
6
|
-
interface
|
|
5
|
+
declare function createParticipant$1(httpClient: HttpClient): CreateParticipantSignature;
|
|
6
|
+
interface CreateParticipantSignature {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* @param - Program to join
|
|
8
|
+
* @param - Participant to create
|
|
9
|
+
* @returns Created participant
|
|
11
10
|
*/
|
|
12
|
-
(
|
|
11
|
+
(participant: Participant): Promise<NonNullablePaths<Participant, `memberId` | `programId` | `progress.totalStepsCompleted` | `progress.totalStepsAvailable` | `progress.completionPercentage` | `state` | `joinedInfo.timeZone` | `joinedInfo.startDate` | `joinedInfo.joinPath` | `member.contactId`, 3>>;
|
|
12
|
+
}
|
|
13
|
+
declare function bulkCreateParticipant$1(httpClient: HttpClient): BulkCreateParticipantSignature;
|
|
14
|
+
interface BulkCreateParticipantSignature {
|
|
15
|
+
/**
|
|
16
|
+
* Creates participants in bulk.
|
|
17
|
+
* @param - List of participants you want to create
|
|
18
|
+
*/
|
|
19
|
+
(participants: Participant[], options?: BulkCreateParticipantOptions): Promise<NonNullablePaths<BulkCreateParticipantResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `results.${number}.item.memberId` | `results.${number}.item.programId` | `results.${number}.item.progress.totalStepsCompleted` | `results.${number}.item.progress.totalStepsAvailable` | `results.${number}.item.progress.completionPercentage` | `results.${number}.item.state` | `results.${number}.item.joinedInfo.timeZone` | `results.${number}.item.joinedInfo.startDate` | `results.${number}.item.joinedInfo.joinPath` | `results.${number}.item.member.contactId` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
|
|
20
|
+
}
|
|
21
|
+
declare function bulkAddAllToProgram$1(httpClient: HttpClient): BulkAddAllToProgramSignature;
|
|
22
|
+
interface BulkAddAllToProgramSignature {
|
|
23
|
+
/**
|
|
24
|
+
* Bulk adds all site members to program, but not more then 1000.
|
|
25
|
+
* Participant will be either created in state Joined, or updated to that state
|
|
26
|
+
* from pending one.
|
|
27
|
+
* @param - Program to which bulk add participants.
|
|
28
|
+
*/
|
|
29
|
+
(programId: string, options?: BulkAddAllToProgramOptions): Promise<NonNullablePaths<BulkAddAllToProgramResponse, `jobId`, 2>>;
|
|
30
|
+
}
|
|
31
|
+
declare function deleteParticipant$1(httpClient: HttpClient): DeleteParticipantSignature;
|
|
32
|
+
interface DeleteParticipantSignature {
|
|
33
|
+
/**
|
|
34
|
+
* Delete participant from program. Removes participant from member
|
|
35
|
+
* group. Leaves him in Social Group.
|
|
36
|
+
* @param - Participants to delete
|
|
37
|
+
*/
|
|
38
|
+
(participantId: string): Promise<void>;
|
|
39
|
+
}
|
|
40
|
+
declare function issueCertificate$1(httpClient: HttpClient): IssueCertificateSignature;
|
|
41
|
+
interface IssueCertificateSignature {
|
|
42
|
+
/**
|
|
43
|
+
* Issue certificate by site admin
|
|
44
|
+
* @param - Participant to get certificate
|
|
45
|
+
*/
|
|
46
|
+
(participantId: string): Promise<NonNullablePaths<IssueCertificateResponse, `participant.memberId` | `participant.programId` | `participant.progress.totalStepsCompleted` | `participant.progress.totalStepsAvailable` | `participant.progress.completionPercentage` | `participant.state` | `participant.joinedInfo.timeZone` | `participant.joinedInfo.startDate` | `participant.joinedInfo.joinPath` | `participant.member.contactId`, 4>>;
|
|
47
|
+
}
|
|
48
|
+
declare function getCompletionStats$1(httpClient: HttpClient): GetCompletionStatsSignature;
|
|
49
|
+
interface GetCompletionStatsSignature {
|
|
50
|
+
/**
|
|
51
|
+
* Get program's completion stats
|
|
52
|
+
* @param - program id to get stats for
|
|
53
|
+
*/
|
|
54
|
+
(programId: string): Promise<NonNullablePaths<GetCompletionStatsResponse, `completedAll` | `completionRate`, 2>>;
|
|
55
|
+
}
|
|
56
|
+
declare function getPremiumStats$1(httpClient: HttpClient): GetPremiumStatsSignature;
|
|
57
|
+
interface GetPremiumStatsSignature {
|
|
58
|
+
/**
|
|
59
|
+
* Get premium stats
|
|
60
|
+
*/
|
|
61
|
+
(): Promise<NonNullablePaths<GetPremiumStatsResponse, `hasPremium` | `activeParticipantsCount` | `activeParticipantsLimit`, 2>>;
|
|
13
62
|
}
|
|
14
63
|
declare function getParticipant$1(httpClient: HttpClient): GetParticipantSignature;
|
|
15
64
|
interface GetParticipantSignature {
|
|
@@ -18,15 +67,7 @@ interface GetParticipantSignature {
|
|
|
18
67
|
* @param - Participant id to fetch
|
|
19
68
|
* @returns existing participant
|
|
20
69
|
*/
|
|
21
|
-
(participantId: string): Promise<NonNullablePaths<Participant, `
|
|
22
|
-
}
|
|
23
|
-
declare function leaveProgram$1(httpClient: HttpClient): LeaveProgramSignature;
|
|
24
|
-
interface LeaveProgramSignature {
|
|
25
|
-
/**
|
|
26
|
-
* Participant leaves program. Entity will be deleted. Idempotent call.
|
|
27
|
-
* @param - Participant id to leave program
|
|
28
|
-
*/
|
|
29
|
-
(participantId: string): Promise<void>;
|
|
70
|
+
(participantId: string): Promise<NonNullablePaths<Participant, `memberId` | `programId` | `progress.totalStepsCompleted` | `progress.totalStepsAvailable` | `progress.completionPercentage` | `state` | `joinedInfo.timeZone` | `joinedInfo.startDate` | `joinedInfo.joinPath` | `member.contactId`, 3>>;
|
|
30
71
|
}
|
|
31
72
|
declare function queryParticipants$1(httpClient: HttpClient): QueryParticipantsSignature;
|
|
32
73
|
interface QueryParticipantsSignature {
|
|
@@ -42,20 +83,6 @@ interface GetAccessStatusSignature {
|
|
|
42
83
|
*/
|
|
43
84
|
(): Promise<NonNullablePaths<GetAccessStatusResponse, `isBlocked`, 2>>;
|
|
44
85
|
}
|
|
45
|
-
declare function applyCoupon$1(httpClient: HttpClient): ApplyCouponSignature;
|
|
46
|
-
interface ApplyCouponSignature {
|
|
47
|
-
/**
|
|
48
|
-
* Apply coupon to order
|
|
49
|
-
*/
|
|
50
|
-
(identifiers: NonNullablePaths<ApplyCouponIdentifiers, `couponCode` | `participantId`, 2>, orderId: string): Promise<NonNullablePaths<ApplyCouponResponse, `couponId` | `subTotal` | `discount` | `total`, 2>>;
|
|
51
|
-
}
|
|
52
|
-
declare function revertCoupon$1(httpClient: HttpClient): RevertCouponSignature;
|
|
53
|
-
interface RevertCouponSignature {
|
|
54
|
-
/**
|
|
55
|
-
* Remove coupon from order
|
|
56
|
-
*/
|
|
57
|
-
(identifiers: NonNullablePaths<RevertCouponIdentifiers, `couponId` | `participantId`, 2>, orderId: string): Promise<NonNullablePaths<RevertCouponResponse, `total`, 2>>;
|
|
58
|
-
}
|
|
59
86
|
declare function bulkInviteToProgram$1(httpClient: HttpClient): BulkInviteToProgramSignature;
|
|
60
87
|
interface BulkInviteToProgramSignature {
|
|
61
88
|
/**
|
|
@@ -63,7 +90,7 @@ interface BulkInviteToProgramSignature {
|
|
|
63
90
|
* For each member participant in Invited state is created.
|
|
64
91
|
* @param - Program to which bulk invite participants.
|
|
65
92
|
*/
|
|
66
|
-
(programId: string, options?: BulkInviteToProgramOptions): Promise<NonNullablePaths<BulkInviteToProgramResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `results.${number}.item.
|
|
93
|
+
(programId: string, options?: BulkInviteToProgramOptions): Promise<NonNullablePaths<BulkInviteToProgramResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `results.${number}.item.memberId` | `results.${number}.item.programId` | `results.${number}.item.progress.totalStepsCompleted` | `results.${number}.item.progress.totalStepsAvailable` | `results.${number}.item.progress.completionPercentage` | `results.${number}.item.state` | `results.${number}.item.joinedInfo.timeZone` | `results.${number}.item.joinedInfo.startDate` | `results.${number}.item.joinedInfo.joinPath` | `results.${number}.item.member.contactId` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
|
|
67
94
|
}
|
|
68
95
|
declare function bulkInviteAllToProgram$1(httpClient: HttpClient): BulkInviteAllToProgramSignature;
|
|
69
96
|
interface BulkInviteAllToProgramSignature {
|
|
@@ -82,17 +109,7 @@ interface BulkAddToProgramSignature {
|
|
|
82
109
|
* from pending one.
|
|
83
110
|
* @param - Program to which bulk add participants.
|
|
84
111
|
*/
|
|
85
|
-
(programId: string, options?: BulkAddToProgramOptions): Promise<NonNullablePaths<BulkAddToProgramResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `results.${number}.item.
|
|
86
|
-
}
|
|
87
|
-
declare function bulkAddAllToProgram$1(httpClient: HttpClient): BulkAddAllToProgramSignature;
|
|
88
|
-
interface BulkAddAllToProgramSignature {
|
|
89
|
-
/**
|
|
90
|
-
* Bulk adds all site members to program, but not more then 1000.
|
|
91
|
-
* Participant will be either created in state Joined, or updated to that state
|
|
92
|
-
* from pending one.
|
|
93
|
-
* @param - Program to which bulk add participants.
|
|
94
|
-
*/
|
|
95
|
-
(programId: string, options?: BulkAddAllToProgramOptions): Promise<NonNullablePaths<BulkAddAllToProgramResponse, `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 3>>;
|
|
112
|
+
(programId: string, options?: BulkAddToProgramOptions): Promise<NonNullablePaths<BulkAddToProgramResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `results.${number}.item.memberId` | `results.${number}.item.programId` | `results.${number}.item.progress.totalStepsCompleted` | `results.${number}.item.progress.totalStepsAvailable` | `results.${number}.item.progress.completionPercentage` | `results.${number}.item.state` | `results.${number}.item.joinedInfo.timeZone` | `results.${number}.item.joinedInfo.startDate` | `results.${number}.item.joinedInfo.joinPath` | `results.${number}.item.member.contactId` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
|
|
96
113
|
}
|
|
97
114
|
declare function bulkApproveParticipant$1(httpClient: HttpClient): BulkApproveParticipantSignature;
|
|
98
115
|
interface BulkApproveParticipantSignature {
|
|
@@ -102,7 +119,7 @@ interface BulkApproveParticipantSignature {
|
|
|
102
119
|
* error returned.
|
|
103
120
|
* @param - Participants to add
|
|
104
121
|
*/
|
|
105
|
-
(participantIds: string[], options?: BulkApproveParticipantOptions): Promise<NonNullablePaths<BulkApproveParticipantResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `results.${number}.item.
|
|
122
|
+
(participantIds: string[], options?: BulkApproveParticipantOptions): Promise<NonNullablePaths<BulkApproveParticipantResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `results.${number}.item.memberId` | `results.${number}.item.programId` | `results.${number}.item.progress.totalStepsCompleted` | `results.${number}.item.progress.totalStepsAvailable` | `results.${number}.item.progress.completionPercentage` | `results.${number}.item.state` | `results.${number}.item.joinedInfo.timeZone` | `results.${number}.item.joinedInfo.startDate` | `results.${number}.item.joinedInfo.joinPath` | `results.${number}.item.member.contactId` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
|
|
106
123
|
}
|
|
107
124
|
declare function bulkApproveAllParticipant$1(httpClient: HttpClient): BulkApproveAllParticipantSignature;
|
|
108
125
|
interface BulkApproveAllParticipantSignature {
|
|
@@ -112,76 +129,30 @@ interface BulkApproveAllParticipantSignature {
|
|
|
112
129
|
*/
|
|
113
130
|
(options?: BulkApproveAllParticipantOptions): Promise<NonNullablePaths<BulkApproveAllParticipantResponse, `jobId`, 2>>;
|
|
114
131
|
}
|
|
115
|
-
declare
|
|
116
|
-
interface DeleteParticipantSignature {
|
|
117
|
-
/**
|
|
118
|
-
* Delete participant from program by owner will. Removes participant from member
|
|
119
|
-
* group. Leaves him in Social Group.
|
|
120
|
-
* @param - Participants to delete
|
|
121
|
-
*/
|
|
122
|
-
(participantId: string): Promise<void>;
|
|
123
|
-
}
|
|
124
|
-
declare function issueCertificate$1(httpClient: HttpClient): IssueCertificateSignature;
|
|
125
|
-
interface IssueCertificateSignature {
|
|
126
|
-
/**
|
|
127
|
-
* Issue certificate by site admin
|
|
128
|
-
* @param - Participant to get certificate
|
|
129
|
-
*/
|
|
130
|
-
(participantId: string): Promise<NonNullablePaths<IssueCertificateResponse, `participant.paymentPendingOptions.paidPlanIds` | `participant.joinedOptions.singlePaymentOptions.orderId` | `participant.joinedOptions.paidPlanOptions.planIds` | `participant.joinedOptions.freeCouponOptions.couponId` | `participant.joinedOptions.timeZone` | `participant.joinedOptions.startDate` | `participant.joinedOptions.joinPath` | `participant.completedOptions.startDate` | `participant.failedOptions.startDate` | `participant.suspendedOptions.startDate` | `participant.autoRemovedOptions.startDate` | `participant.memberId` | `participant.programId` | `participant.progress.totalStepsCompleted` | `participant.progress.totalStepsAvailable` | `participant.progress.completionPercentage` | `participant.state`, 5>>;
|
|
131
|
-
}
|
|
132
|
-
declare function getCompletionStats$1(httpClient: HttpClient): GetCompletionStatsSignature;
|
|
133
|
-
interface GetCompletionStatsSignature {
|
|
134
|
-
/**
|
|
135
|
-
* Get program's completion stats
|
|
136
|
-
* @param - program id to get stats for
|
|
137
|
-
*/
|
|
138
|
-
(programId: string): Promise<NonNullablePaths<GetCompletionStatsResponse, `completedAll` | `completionRate`, 2>>;
|
|
139
|
-
}
|
|
140
|
-
declare function getPremiumStats$1(httpClient: HttpClient): GetPremiumStatsSignature;
|
|
141
|
-
interface GetPremiumStatsSignature {
|
|
142
|
-
/**
|
|
143
|
-
* Get premium stats
|
|
144
|
-
*/
|
|
145
|
-
(): Promise<NonNullablePaths<GetPremiumStatsResponse, `hasPremium` | `activeParticipantsCount` | `activeParticipantsLimit`, 2>>;
|
|
146
|
-
}
|
|
147
|
-
declare const onParticipantJoined$1: EventDefinition<ParticipantJoinedEnvelope, "wix.online_programs.v3.participant_participant_joined">;
|
|
148
|
-
declare const onParticipantLeft$1: EventDefinition<ParticipantLeftEnvelope, "wix.online_programs.v3.participant_participant_left">;
|
|
149
|
-
declare const onParticipantDeleted$1: EventDefinition<ParticipantDeletedEnvelope, "wix.online_programs.v3.participant_deleted">;
|
|
150
|
-
declare const onParticipantAdded$1: EventDefinition<ParticipantAddedEnvelope, "wix.online_programs.v3.participant_participant_added">;
|
|
132
|
+
declare const onParticipantAdded$1: EventDefinition<ParticipantAddedEnvelope, "wix.online_programs.v3.participant_added">;
|
|
151
133
|
declare const onParticipantApproved$1: EventDefinition<ParticipantApprovedEnvelope, "wix.online_programs.v3.participant_participant_approved">;
|
|
152
134
|
declare const onParticipantInvited$1: EventDefinition<ParticipantInvitedEnvelope, "wix.online_programs.v3.participant_participant_invited">;
|
|
153
|
-
declare const onParticipantRejected$1: EventDefinition<ParticipantRejectedEnvelope, "wix.online_programs.v3.participant_participant_rejected">;
|
|
154
135
|
|
|
155
|
-
declare const
|
|
136
|
+
declare const createParticipant: MaybeContext<BuildRESTFunction<typeof createParticipant$1> & typeof createParticipant$1>;
|
|
137
|
+
declare const bulkCreateParticipant: MaybeContext<BuildRESTFunction<typeof bulkCreateParticipant$1> & typeof bulkCreateParticipant$1>;
|
|
138
|
+
declare const bulkAddAllToProgram: MaybeContext<BuildRESTFunction<typeof bulkAddAllToProgram$1> & typeof bulkAddAllToProgram$1>;
|
|
139
|
+
declare const deleteParticipant: MaybeContext<BuildRESTFunction<typeof deleteParticipant$1> & typeof deleteParticipant$1>;
|
|
140
|
+
declare const issueCertificate: MaybeContext<BuildRESTFunction<typeof issueCertificate$1> & typeof issueCertificate$1>;
|
|
141
|
+
declare const getCompletionStats: MaybeContext<BuildRESTFunction<typeof getCompletionStats$1> & typeof getCompletionStats$1>;
|
|
142
|
+
declare const getPremiumStats: MaybeContext<BuildRESTFunction<typeof getPremiumStats$1> & typeof getPremiumStats$1>;
|
|
156
143
|
declare const getParticipant: MaybeContext<BuildRESTFunction<typeof getParticipant$1> & typeof getParticipant$1>;
|
|
157
|
-
declare const leaveProgram: MaybeContext<BuildRESTFunction<typeof leaveProgram$1> & typeof leaveProgram$1>;
|
|
158
144
|
declare const queryParticipants: MaybeContext<BuildRESTFunction<typeof queryParticipants$1> & typeof queryParticipants$1>;
|
|
159
145
|
declare const getAccessStatus: MaybeContext<BuildRESTFunction<typeof getAccessStatus$1> & typeof getAccessStatus$1>;
|
|
160
|
-
declare const applyCoupon: MaybeContext<BuildRESTFunction<typeof applyCoupon$1> & typeof applyCoupon$1>;
|
|
161
|
-
declare const revertCoupon: MaybeContext<BuildRESTFunction<typeof revertCoupon$1> & typeof revertCoupon$1>;
|
|
162
146
|
declare const bulkInviteToProgram: MaybeContext<BuildRESTFunction<typeof bulkInviteToProgram$1> & typeof bulkInviteToProgram$1>;
|
|
163
147
|
declare const bulkInviteAllToProgram: MaybeContext<BuildRESTFunction<typeof bulkInviteAllToProgram$1> & typeof bulkInviteAllToProgram$1>;
|
|
164
148
|
declare const bulkAddToProgram: MaybeContext<BuildRESTFunction<typeof bulkAddToProgram$1> & typeof bulkAddToProgram$1>;
|
|
165
|
-
declare const bulkAddAllToProgram: MaybeContext<BuildRESTFunction<typeof bulkAddAllToProgram$1> & typeof bulkAddAllToProgram$1>;
|
|
166
149
|
declare const bulkApproveParticipant: MaybeContext<BuildRESTFunction<typeof bulkApproveParticipant$1> & typeof bulkApproveParticipant$1>;
|
|
167
150
|
declare const bulkApproveAllParticipant: MaybeContext<BuildRESTFunction<typeof bulkApproveAllParticipant$1> & typeof bulkApproveAllParticipant$1>;
|
|
168
|
-
declare const deleteParticipant: MaybeContext<BuildRESTFunction<typeof deleteParticipant$1> & typeof deleteParticipant$1>;
|
|
169
|
-
declare const issueCertificate: MaybeContext<BuildRESTFunction<typeof issueCertificate$1> & typeof issueCertificate$1>;
|
|
170
|
-
declare const getCompletionStats: MaybeContext<BuildRESTFunction<typeof getCompletionStats$1> & typeof getCompletionStats$1>;
|
|
171
|
-
declare const getPremiumStats: MaybeContext<BuildRESTFunction<typeof getPremiumStats$1> & typeof getPremiumStats$1>;
|
|
172
|
-
/** */
|
|
173
|
-
declare const onParticipantJoined: BuildEventDefinition<typeof onParticipantJoined$1> & typeof onParticipantJoined$1;
|
|
174
|
-
/** */
|
|
175
|
-
declare const onParticipantLeft: BuildEventDefinition<typeof onParticipantLeft$1> & typeof onParticipantLeft$1;
|
|
176
|
-
/** */
|
|
177
|
-
declare const onParticipantDeleted: BuildEventDefinition<typeof onParticipantDeleted$1> & typeof onParticipantDeleted$1;
|
|
178
151
|
/** */
|
|
179
152
|
declare const onParticipantAdded: BuildEventDefinition<typeof onParticipantAdded$1> & typeof onParticipantAdded$1;
|
|
180
153
|
/** */
|
|
181
154
|
declare const onParticipantApproved: BuildEventDefinition<typeof onParticipantApproved$1> & typeof onParticipantApproved$1;
|
|
182
155
|
/** */
|
|
183
156
|
declare const onParticipantInvited: BuildEventDefinition<typeof onParticipantInvited$1> & typeof onParticipantInvited$1;
|
|
184
|
-
/** */
|
|
185
|
-
declare const onParticipantRejected: BuildEventDefinition<typeof onParticipantRejected$1> & typeof onParticipantRejected$1;
|
|
186
157
|
|
|
187
|
-
export {
|
|
158
|
+
export { BulkAddAllToProgramOptions, BulkAddAllToProgramResponse, BulkAddToProgramOptions, BulkAddToProgramResponse, BulkApproveAllParticipantOptions, BulkApproveAllParticipantResponse, BulkApproveParticipantOptions, BulkApproveParticipantResponse, BulkCreateParticipantOptions, BulkCreateParticipantResponse, BulkInviteAllToProgramOptions, BulkInviteAllToProgramResponse, BulkInviteToProgramOptions, BulkInviteToProgramResponse, GetAccessStatusResponse, GetCompletionStatsResponse, GetPremiumStatsResponse, IssueCertificateResponse, Participant, ParticipantAddedEnvelope, ParticipantApprovedEnvelope, ParticipantInvitedEnvelope, ParticipantsQueryBuilder, bulkAddAllToProgram, bulkAddToProgram, bulkApproveAllParticipant, bulkApproveParticipant, bulkCreateParticipant, bulkInviteAllToProgram, bulkInviteToProgram, createParticipant, deleteParticipant, getAccessStatus, getCompletionStats, getParticipant, getPremiumStats, issueCertificate, onParticipantAdded, onParticipantApproved, onParticipantInvited, queryParticipants };
|