@wix/auto_sdk_online-programs_participants 1.0.20 → 1.0.21

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.
Files changed (23) hide show
  1. package/build/cjs/index.d.ts +12 -4
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/index.typings.d.ts +4 -2
  4. package/build/cjs/index.typings.js.map +1 -1
  5. package/build/cjs/meta.d.ts +2 -2
  6. package/build/cjs/meta.js.map +1 -1
  7. package/build/cjs/{online-programs-participants-v3-participant-participants.universal-CnN7sCBB.d.ts → online-programs-participants-v3-participant-participants.universal-D4rclIQF.d.ts} +9 -3
  8. package/build/es/index.d.mts +12 -4
  9. package/build/es/index.mjs.map +1 -1
  10. package/build/es/index.typings.d.mts +4 -2
  11. package/build/es/index.typings.mjs.map +1 -1
  12. package/build/es/meta.d.mts +2 -2
  13. package/build/es/meta.mjs.map +1 -1
  14. package/build/es/{online-programs-participants-v3-participant-participants.universal-CnN7sCBB.d.mts → online-programs-participants-v3-participant-participants.universal-D4rclIQF.d.mts} +9 -3
  15. package/build/internal/cjs/index.d.ts +12 -4
  16. package/build/internal/cjs/index.typings.d.ts +4 -2
  17. package/build/internal/cjs/meta.d.ts +2 -2
  18. package/build/internal/cjs/{online-programs-participants-v3-participant-participants.universal-DtzHbtpE.d.ts → online-programs-participants-v3-participant-participants.universal-AG5j7ATZ.d.ts} +9 -3
  19. package/build/internal/es/index.d.mts +12 -4
  20. package/build/internal/es/index.typings.d.mts +4 -2
  21. package/build/internal/es/meta.d.mts +2 -2
  22. package/build/internal/es/{online-programs-participants-v3-participant-participants.universal-DtzHbtpE.d.mts → online-programs-participants-v3-participant-participants.universal-AG5j7ATZ.d.mts} +9 -3
  23. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { am as CreateParticipantRequest$1, an as CreateParticipantResponse$1, ao as UpdateParticipantRequest$1, ap as UpdateParticipantResponse$1, aq as BulkCreateParticipantsRequest$1, c as BulkCreateParticipantsResponse$1, aF as BulkCreateParticipantsForAllMembersRequest$1, f as BulkCreateParticipantsForAllMembersResponse$1, aG as DeleteParticipantRequest$1, aH as DeleteParticipantResponse$1, aI as IssueCertificateRequest$1, g as IssueCertificateResponse$1, aL as GetPremiumStatsRequest$1, G as GetPremiumStatsResponse$1, aM as GetParticipationStatsRequest$1, i as GetParticipationStatsResponse$1, aO as GetParticipantRequest$1, aP as GetParticipantResponse$1, aQ as QueryParticipantsRequest$1, aW as QueryParticipantsResponse$1, aZ as GetAccessStatusRequest$1, k as GetAccessStatusResponse$1, a_ as BulkUpdateParticipantTagsRequest$1, m as BulkUpdateParticipantTagsResponse$1, b0 as BulkUpdateParticipantTagsByFilterRequest$1, p as BulkUpdateParticipantTagsByFilterResponse$1, b1 as SearchParticipantsRequest$1, s as SearchParticipantsResponse$1, bR as ExportParticipantsStatsRequest$1, bS as ExportParticipantsStatsResponse$1 } from './online-programs-participants-v3-participant-participants.universal-CnN7sCBB.mjs';
1
+ import { am as CreateParticipantRequest$1, an as CreateParticipantResponse$1, ao as UpdateParticipantRequest$1, ap as UpdateParticipantResponse$1, aq as BulkCreateParticipantsRequest$1, c as BulkCreateParticipantsResponse$1, aF as BulkCreateParticipantsForAllMembersRequest$1, f as BulkCreateParticipantsForAllMembersResponse$1, aG as DeleteParticipantRequest$1, aH as DeleteParticipantResponse$1, aI as IssueCertificateRequest$1, g as IssueCertificateResponse$1, aL as GetPremiumStatsRequest$1, G as GetPremiumStatsResponse$1, aM as GetParticipationStatsRequest$1, i as GetParticipationStatsResponse$1, aO as GetParticipantRequest$1, aP as GetParticipantResponse$1, aQ as QueryParticipantsRequest$1, aW as QueryParticipantsResponse$1, aZ as GetAccessStatusRequest$1, k as GetAccessStatusResponse$1, a_ as BulkUpdateParticipantTagsRequest$1, m as BulkUpdateParticipantTagsResponse$1, b0 as BulkUpdateParticipantTagsByFilterRequest$1, p as BulkUpdateParticipantTagsByFilterResponse$1, b1 as SearchParticipantsRequest$1, s as SearchParticipantsResponse$1, bR as ExportParticipantsStatsRequest$1, bS as ExportParticipantsStatsResponse$1 } from './online-programs-participants-v3-participant-participants.universal-D4rclIQF.mjs';
2
2
  import '@wix/sdk-types';
3
3
 
4
4
  /**
@@ -692,7 +692,7 @@ interface ProgramParticipationStats {
692
692
  * @format GUID
693
693
  */
694
694
  programId?: string;
695
- /** Number of participants who joined the program, including suspended and finished participants. */
695
+ /** Number of participants with a joined or suspended enrollment, including participants who completed or failed the program. */
696
696
  participantsCount?: number;
697
697
  /** Number of participants automatically removed when the program duration ended. */
698
698
  autoRemovedCount?: number;