@wix/auto_sdk_online-programs_online-program-participants 1.0.0

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 (39) hide show
  1. package/build/cjs/index.d.ts +208 -0
  2. package/build/cjs/index.js +7335 -0
  3. package/build/cjs/index.js.map +1 -0
  4. package/build/cjs/index.typings.d.ts +1803 -0
  5. package/build/cjs/index.typings.js +6922 -0
  6. package/build/cjs/index.typings.js.map +1 -0
  7. package/build/cjs/meta.d.ts +1205 -0
  8. package/build/cjs/meta.js +5346 -0
  9. package/build/cjs/meta.js.map +1 -0
  10. package/build/es/index.d.mts +208 -0
  11. package/build/es/index.mjs +7263 -0
  12. package/build/es/index.mjs.map +1 -0
  13. package/build/es/index.typings.d.mts +1803 -0
  14. package/build/es/index.typings.mjs +6853 -0
  15. package/build/es/index.typings.mjs.map +1 -0
  16. package/build/es/meta.d.mts +1205 -0
  17. package/build/es/meta.mjs +5290 -0
  18. package/build/es/meta.mjs.map +1 -0
  19. package/build/es/package.json +3 -0
  20. package/build/internal/cjs/index.d.ts +208 -0
  21. package/build/internal/cjs/index.js +7335 -0
  22. package/build/internal/cjs/index.js.map +1 -0
  23. package/build/internal/cjs/index.typings.d.ts +1803 -0
  24. package/build/internal/cjs/index.typings.js +6922 -0
  25. package/build/internal/cjs/index.typings.js.map +1 -0
  26. package/build/internal/cjs/meta.d.ts +1205 -0
  27. package/build/internal/cjs/meta.js +5346 -0
  28. package/build/internal/cjs/meta.js.map +1 -0
  29. package/build/internal/es/index.d.mts +208 -0
  30. package/build/internal/es/index.mjs +7263 -0
  31. package/build/internal/es/index.mjs.map +1 -0
  32. package/build/internal/es/index.typings.d.mts +1803 -0
  33. package/build/internal/es/index.typings.mjs +6853 -0
  34. package/build/internal/es/index.typings.mjs.map +1 -0
  35. package/build/internal/es/meta.d.mts +1205 -0
  36. package/build/internal/es/meta.mjs +5290 -0
  37. package/build/internal/es/meta.mjs.map +1 -0
  38. package/meta/package.json +3 -0
  39. package/package.json +54 -0
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../src/challenges-v1-participant-online-program-participants.http.ts","../../../src/challenges-v1-participant-online-program-participants.meta.ts"],"sourcesContent":["import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules';\nimport { transformSDKFloatToRESTFloat } from '@wix/sdk-runtime/transformations/float';\nimport { transformRESTFloatToSDKFloat } from '@wix/sdk-runtime/transformations/float';\nimport { transformSDKTimestampToRESTTimestamp } from '@wix/sdk-runtime/transformations/timestamp';\nimport { transformRESTTimestampToSDKTimestamp } from '@wix/sdk-runtime/transformations/timestamp';\nimport { transformPaths } from '@wix/sdk-runtime/transformations/transform-paths';\nimport { resolveUrl } from '@wix/sdk-runtime/rest-modules';\nimport { ResolveUrlOpts } from '@wix/sdk-runtime/rest-modules';\nimport { RequestOptionsFactory } from '@wix/sdk-types';\n\nfunction resolveComWixpressAchievementsApiV1ParticipantsServiceUrl(\n opts: Omit<ResolveUrlOpts, 'domainToMappings'>\n) {\n const domainToMappings = {\n 'manage._base_domain_': [\n {\n srcPath: '/_api/challenge-service-web/api/v1/participants',\n destPath: '/api/v1/participants',\n },\n ],\n _: [\n {\n srcPath: '/_api/challenge-service-web/api/v1/participants',\n destPath: '/api/v1/participants',\n },\n {\n srcPath: '/challenges/api/v1/participants',\n destPath: '/api/v1/participants',\n },\n ],\n 'www.wixapis.com': [\n {\n srcPath: '/challenge-service-web/api/v1/participants',\n destPath: '/api/v1/participants',\n },\n ],\n 'www._base_domain_': [\n {\n srcPath: '/_api/challenge-service-web/api/v1/participants',\n destPath: '/api/v1/participants',\n },\n {\n srcPath: '/challenges/api/v1/participants',\n destPath: '/api/v1/participants',\n },\n ],\n 'api._api_base_domain_': [\n {\n srcPath: '/challenge-participants-proxy',\n destPath: '',\n },\n ],\n '*.dev.wix-code.com': [\n {\n srcPath: '/_api/challenge-service-web/api/v1/participants',\n destPath: '/api/v1/participants',\n },\n {\n srcPath: '/challenge-service-web/api/v1/participants',\n destPath: '/api/v1/participants',\n },\n ],\n };\n\n return resolveUrl(Object.assign(opts, { domainToMappings }));\n}\n\nconst PACKAGE_NAME =\n '@wix/auto_sdk_online-programs_online-program-participants';\n\nexport function queryParticipants(payload: object): RequestOptionsFactory<any> {\n function __queryParticipants({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'POST' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.QueryParticipants',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/query',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participants.performance' },\n { path: 'participants.challenge.media.image.focalPoint.x' },\n { path: 'participants.challenge.media.image.focalPoint.y' },\n {\n path: 'participants.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participants.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participants.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participants.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participants.challenge.media.image.urlExpirationDate' },\n {\n path: 'participants.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participants.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participants.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participants.timeFrame.start' },\n { path: 'participants.timeFrame.finish' },\n {\n path: 'participants.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participants.transitions.occurredAt' },\n { path: 'participants.certificate.issuedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __queryParticipants;\n}\n\n/** @deprecated */\nexport function listParticipants(payload: object): RequestOptionsFactory<any> {\n function __listParticipants({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'GET' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.ListParticipants',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participants.performance' },\n { path: 'participants.challenge.media.image.focalPoint.x' },\n { path: 'participants.challenge.media.image.focalPoint.y' },\n {\n path: 'participants.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participants.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participants.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participants.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participants.challenge.media.image.urlExpirationDate' },\n {\n path: 'participants.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participants.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participants.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participants.timeFrame.start' },\n { path: 'participants.timeFrame.finish' },\n {\n path: 'participants.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participants.transitions.occurredAt' },\n { path: 'participants.certificate.issuedDate' },\n ],\n },\n ]),\n fallback: [\n {\n method: 'GET' as any,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n },\n ],\n };\n\n return metadata;\n }\n\n return __listParticipants;\n}\n\nexport function joinParticipant(payload: object): RequestOptionsFactory<any> {\n function __joinParticipant({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'POST' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.JoinParticipant',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participant.performance' },\n { path: 'participant.challenge.media.image.focalPoint.x' },\n { path: 'participant.challenge.media.image.focalPoint.y' },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participant.challenge.media.image.urlExpirationDate' },\n {\n path: 'participant.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participant.timeFrame.start' },\n { path: 'participant.timeFrame.finish' },\n {\n path: 'participant.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participant.transitions.occurredAt' },\n { path: 'participant.certificate.issuedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __joinParticipant;\n}\n\n/** owner adds participant to the challenge */\nexport function addParticipant(payload: object): RequestOptionsFactory<any> {\n function __addParticipant({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'POST' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.AddParticipant',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/add',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participant.performance' },\n { path: 'participant.challenge.media.image.focalPoint.x' },\n { path: 'participant.challenge.media.image.focalPoint.y' },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participant.challenge.media.image.urlExpirationDate' },\n {\n path: 'participant.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participant.timeFrame.start' },\n { path: 'participant.timeFrame.finish' },\n {\n path: 'participant.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participant.transitions.occurredAt' },\n { path: 'participant.certificate.issuedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __addParticipant;\n}\n\n/** owner adds participants to the challenge */\nexport function addParticipants(payload: object): RequestOptionsFactory<any> {\n function __addParticipants({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'POST' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.AddParticipants',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/bulk-add',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participants.performance' },\n { path: 'participants.challenge.media.image.focalPoint.x' },\n { path: 'participants.challenge.media.image.focalPoint.y' },\n {\n path: 'participants.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participants.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participants.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participants.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participants.challenge.media.image.urlExpirationDate' },\n {\n path: 'participants.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participants.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participants.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participants.timeFrame.start' },\n { path: 'participants.timeFrame.finish' },\n {\n path: 'participants.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participants.transitions.occurredAt' },\n { path: 'participants.certificate.issuedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __addParticipants;\n}\n\nexport function addAllParticipant(payload: object): RequestOptionsFactory<any> {\n function __addAllParticipant({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'POST' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.AddAllParticipant',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/add-all',\n data: payload,\n host,\n }),\n data: payload,\n };\n\n return metadata;\n }\n\n return __addAllParticipant;\n}\n\nexport function createJoinRequest(payload: object): RequestOptionsFactory<any> {\n function __createJoinRequest({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'POST' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.CreateJoinRequest',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/join-requests',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participant.performance' },\n { path: 'participant.challenge.media.image.focalPoint.x' },\n { path: 'participant.challenge.media.image.focalPoint.y' },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participant.challenge.media.image.urlExpirationDate' },\n {\n path: 'participant.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participant.timeFrame.start' },\n { path: 'participant.timeFrame.finish' },\n {\n path: 'participant.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participant.transitions.occurredAt' },\n { path: 'participant.certificate.issuedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __createJoinRequest;\n}\n\nexport function inviteParticipants(\n payload: object\n): RequestOptionsFactory<any> {\n function __inviteParticipants({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'POST' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.InviteParticipants',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/invitations',\n data: payload,\n host,\n }),\n data: payload,\n };\n\n return metadata;\n }\n\n return __inviteParticipants;\n}\n\nexport function inviteAllParticipants(\n payload: object\n): RequestOptionsFactory<any> {\n function __inviteAllParticipants({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'POST' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.InviteAllParticipants',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/invite-all',\n data: payload,\n host,\n }),\n data: payload,\n };\n\n return metadata;\n }\n\n return __inviteAllParticipants;\n}\n\n/** returns participant by id */\nexport function getParticipant(payload: object): RequestOptionsFactory<any> {\n function __getParticipant({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'GET' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.GetParticipant',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/{participantId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participant.performance' },\n { path: 'participant.challenge.media.image.focalPoint.x' },\n { path: 'participant.challenge.media.image.focalPoint.y' },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participant.challenge.media.image.urlExpirationDate' },\n {\n path: 'participant.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participant.timeFrame.start' },\n { path: 'participant.timeFrame.finish' },\n {\n path: 'participant.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participant.transitions.occurredAt' },\n { path: 'participant.certificate.issuedDate' },\n ],\n },\n ]),\n fallback: [\n {\n method: 'GET' as any,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/{participantId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n },\n ],\n };\n\n return metadata;\n }\n\n return __getParticipant;\n}\n\nexport function updateParticipant(payload: object): RequestOptionsFactory<any> {\n function __updateParticipant({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'PATCH' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.UpdateParticipant',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/{participantId}',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participant.performance' },\n { path: 'participant.challenge.media.image.focalPoint.x' },\n { path: 'participant.challenge.media.image.focalPoint.y' },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participant.challenge.media.image.urlExpirationDate' },\n {\n path: 'participant.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participant.timeFrame.start' },\n { path: 'participant.timeFrame.finish' },\n {\n path: 'participant.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participant.transitions.occurredAt' },\n { path: 'participant.certificate.issuedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __updateParticipant;\n}\n\n/** by owner - makes participant REMOVED. By participant himself - LEFT. */\nexport function deleteParticipant(payload: object): RequestOptionsFactory<any> {\n function __deleteParticipant({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'DELETE' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.DeleteParticipant',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/{participantId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n };\n\n return metadata;\n }\n\n return __deleteParticipant;\n}\n\nexport function reviveParticipant(payload: object): RequestOptionsFactory<any> {\n function __reviveParticipant({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'PATCH' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.ReviveParticipant',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/revive/{participantId}',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participant.performance' },\n { path: 'participant.challenge.media.image.focalPoint.x' },\n { path: 'participant.challenge.media.image.focalPoint.y' },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participant.challenge.media.image.urlExpirationDate' },\n {\n path: 'participant.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participant.timeFrame.start' },\n { path: 'participant.timeFrame.finish' },\n {\n path: 'participant.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participant.transitions.occurredAt' },\n { path: 'participant.certificate.issuedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __reviveParticipant;\n}\n\nexport function resetParticipantProgress(\n payload: object\n): RequestOptionsFactory<any> {\n function __resetParticipantProgress({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'PATCH' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.ResetParticipantProgress',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/reset/{participantId}',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participant.performance' },\n { path: 'participant.challenge.media.image.focalPoint.x' },\n { path: 'participant.challenge.media.image.focalPoint.y' },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participant.challenge.media.image.urlExpirationDate' },\n {\n path: 'participant.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participant.timeFrame.start' },\n { path: 'participant.timeFrame.finish' },\n {\n path: 'participant.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participant.transitions.occurredAt' },\n { path: 'participant.certificate.issuedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __resetParticipantProgress;\n}\n\nexport function issueParticipantCertificate(\n payload: object\n): RequestOptionsFactory<any> {\n function __issueParticipantCertificate({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'POST' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.IssueParticipantCertificate',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/issue_certificate/{participantId}',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participant.performance' },\n { path: 'participant.challenge.media.image.focalPoint.x' },\n { path: 'participant.challenge.media.image.focalPoint.y' },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participant.challenge.media.image.urlExpirationDate' },\n {\n path: 'participant.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participant.timeFrame.start' },\n { path: 'participant.timeFrame.finish' },\n {\n path: 'participant.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participant.transitions.occurredAt' },\n { path: 'participant.certificate.issuedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __issueParticipantCertificate;\n}\n\nexport function issueCertificate(payload: object): RequestOptionsFactory<any> {\n function __issueCertificate({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'POST' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.IssueCertificate',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/get_certificate/{participantId}',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participant.performance' },\n { path: 'participant.challenge.media.image.focalPoint.x' },\n { path: 'participant.challenge.media.image.focalPoint.y' },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participant.challenge.media.image.urlExpirationDate' },\n {\n path: 'participant.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participant.timeFrame.start' },\n { path: 'participant.timeFrame.finish' },\n {\n path: 'participant.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participant.transitions.occurredAt' },\n { path: 'participant.certificate.issuedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __issueCertificate;\n}\n\nexport function getCertificate(payload: object): RequestOptionsFactory<any> {\n function __getCertificate({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'GET' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.GetCertificate',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/certificate/{participantId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n\n fallback: [\n {\n method: 'GET' as any,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/certificate/{participantId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n },\n ],\n };\n\n return metadata;\n }\n\n return __getCertificate;\n}\n\nexport function createPaymentOrder(\n payload: object\n): RequestOptionsFactory<any> {\n function __createPaymentOrder({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'POST' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.CreatePaymentOrder',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/payment-orders/{participantId}',\n data: payload,\n host,\n }),\n data: payload,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participant.performance' },\n { path: 'participant.challenge.media.image.focalPoint.x' },\n { path: 'participant.challenge.media.image.focalPoint.y' },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participant.challenge.media.image.urlExpirationDate' },\n {\n path: 'participant.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participant.timeFrame.start' },\n { path: 'participant.timeFrame.finish' },\n {\n path: 'participant.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participant.transitions.occurredAt' },\n { path: 'participant.certificate.issuedDate' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __createPaymentOrder;\n}\n\n/** ---------------------------------------------------- Coupons ----------------------------------------------------- */\nexport function applyCouponToOrder(\n payload: object\n): RequestOptionsFactory<any> {\n function __applyCouponToOrder({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'POST' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.ApplyCouponToOrder',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/payment-orders/{participantId}/coupons/{orderId}',\n data: payload,\n host,\n }),\n data: payload,\n };\n\n return metadata;\n }\n\n return __applyCouponToOrder;\n}\n\nexport function removeCouponFromOrder(\n payload: object\n): RequestOptionsFactory<any> {\n function __removeCouponFromOrder({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'DELETE' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.RemoveCouponFromOrder',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/payment-orders/{participantId}/coupons/{orderId}/{couponId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n };\n\n return metadata;\n }\n\n return __removeCouponFromOrder;\n}\n\nexport function listSteps(payload: object): RequestOptionsFactory<any> {\n function __listSteps({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'timeInterval.start' },\n { path: 'timeInterval.finish' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'GET' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.ListSteps',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/{challengeId}/steps/{participantId}',\n data: serializedData,\n host,\n }),\n params: toURLSearchParams(serializedData),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'steps.source.createdAt' },\n { path: 'steps.source.updatedAt' },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.video.video.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.video.video.resolutions.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.video.video.resolutions.poster.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.video.video.posters.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.video.coverImage.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.description.media.image.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.description.media.document.urlExpirationDate',\n },\n {\n path: 'steps.source.settings.general.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'steps.timeFrame.start' },\n { path: 'steps.timeFrame.finish' },\n { path: 'steps.feedback.createdAt' },\n { path: 'steps.feedback.updatedAt' },\n {\n path: 'steps.feedback.items.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'steps.feedback.items.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'steps.feedback.items.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'steps.feedback.items.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'steps.feedback.quiz.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'steps.feedback.quiz.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'steps.feedback.quiz.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'steps.feedback.quiz.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n { path: 'steps.transitions.occurredAt' },\n ],\n },\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.quantity.amount',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.quantity.amount',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.video.requiredCompletionPercentage',\n },\n {\n path: 'steps.source.settings.general.video.video.resolutions.poster.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.video.video.resolutions.poster.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.video.video.posters.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.video.video.posters.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.video.coverImage.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.video.coverImage.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.description.media.image.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.description.media.image.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'steps.source.settings.general.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.source.settings.general.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'steps.feedback.items.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'steps.feedback.items.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'steps.feedback.items.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.feedback.items.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'steps.feedback.items.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.feedback.items.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'steps.feedback.items.quantity.amount' },\n {\n path: 'steps.feedback.quiz.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'steps.feedback.quiz.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'steps.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'steps.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'steps.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'steps.feedback.quiz.quantity.amount' },\n { path: 'steps.quizSubmission.score' },\n ],\n },\n ]),\n fallback: [\n {\n method: 'GET' as any,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/steps/{participantId}',\n data: serializedData,\n host,\n }),\n params: toURLSearchParams(serializedData),\n },\n ],\n };\n\n return metadata;\n }\n\n return __listSteps;\n}\n\nexport function getStep(payload: object): RequestOptionsFactory<any> {\n function __getStep({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'timeInterval.start' },\n { path: 'timeInterval.finish' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'GET' as any,\n methodFqn: 'com.wixpress.achievements.api.v1.ParticipantsService.GetStep',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/steps/{participantId}/{stepId}',\n data: serializedData,\n host,\n }),\n params: toURLSearchParams(serializedData),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'step.source.createdAt' },\n { path: 'step.source.updatedAt' },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.video.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.video.resolutions.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.video.resolutions.poster.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.video.posters.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.coverImage.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'step.timeFrame.start' },\n { path: 'step.timeFrame.finish' },\n { path: 'step.feedback.createdAt' },\n { path: 'step.feedback.updatedAt' },\n {\n path: 'step.feedback.items.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'step.feedback.items.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.feedback.items.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'step.feedback.items.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n { path: 'step.transitions.occurredAt' },\n { path: 'subSteps.source.createdAt' },\n { path: 'subSteps.source.updatedAt' },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.video.video.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.video.video.resolutions.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.video.video.resolutions.poster.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.video.video.posters.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.video.coverImage.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.description.media.image.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.description.media.document.urlExpirationDate',\n },\n {\n path: 'subSteps.source.settings.general.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'subSteps.timeFrame.start' },\n { path: 'subSteps.timeFrame.finish' },\n { path: 'subSteps.feedback.createdAt' },\n { path: 'subSteps.feedback.updatedAt' },\n {\n path: 'subSteps.feedback.items.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'subSteps.feedback.items.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'subSteps.feedback.items.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'subSteps.feedback.items.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'subSteps.feedback.quiz.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'subSteps.feedback.quiz.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'subSteps.feedback.quiz.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'subSteps.feedback.quiz.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n { path: 'subSteps.transitions.occurredAt' },\n ],\n },\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.quantity.amount',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.quantity.amount',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.video.requiredCompletionPercentage',\n },\n {\n path: 'step.source.settings.general.video.video.resolutions.poster.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.video.video.resolutions.poster.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.video.video.posters.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.video.video.posters.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.video.coverImage.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.video.coverImage.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.feedback.items.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'step.feedback.items.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'step.feedback.items.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.feedback.items.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.feedback.items.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.feedback.items.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'step.feedback.items.quantity.amount' },\n {\n path: 'step.feedback.quiz.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'step.feedback.quiz.quantity.amount' },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.quantity.amount',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.quantity.amount',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.video.requiredCompletionPercentage',\n },\n {\n path: 'subSteps.source.settings.general.video.video.resolutions.poster.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.video.video.resolutions.poster.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.video.video.posters.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.video.video.posters.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.video.coverImage.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.video.coverImage.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.description.media.image.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.description.media.image.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'subSteps.source.settings.general.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.source.settings.general.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'subSteps.feedback.items.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'subSteps.feedback.items.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'subSteps.feedback.items.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.feedback.items.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'subSteps.feedback.items.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.feedback.items.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'subSteps.feedback.items.quantity.amount' },\n {\n path: 'subSteps.feedback.quiz.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'subSteps.feedback.quiz.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'subSteps.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'subSteps.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'subSteps.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'subSteps.feedback.quiz.quantity.amount' },\n { path: 'step.quizSubmission.score' },\n { path: 'subSteps.quizSubmission.score' },\n ],\n },\n ]),\n fallback: [\n {\n method: 'GET' as any,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/steps/{participantId}/{stepId}',\n data: serializedData,\n host,\n }),\n params: toURLSearchParams(serializedData),\n },\n ],\n };\n\n return metadata;\n }\n\n return __getStep;\n}\n\nexport function resolveStep(payload: object): RequestOptionsFactory<any> {\n function __resolveStep({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'feedback.createdAt' },\n { path: 'feedback.updatedAt' },\n { path: 'feedback.items.media.mediaItems.image.urlExpirationDate' },\n {\n path: 'feedback.items.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'feedback.items.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'feedback.items.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n { path: 'feedback.quiz.media.mediaItems.image.urlExpirationDate' },\n {\n path: 'feedback.quiz.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n { path: 'feedback.quiz.media.mediaItems.document.urlExpirationDate' },\n {\n path: 'feedback.quiz.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n ],\n },\n {\n transformFn: transformSDKFloatToRESTFloat,\n paths: [\n { path: 'feedback.items.media.mediaItems.image.focalPoint.x' },\n { path: 'feedback.items.media.mediaItems.image.focalPoint.y' },\n {\n path: 'feedback.items.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'feedback.items.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'feedback.items.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'feedback.items.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'feedback.items.quantity.amount' },\n { path: 'feedback.quiz.media.mediaItems.image.focalPoint.x' },\n { path: 'feedback.quiz.media.mediaItems.image.focalPoint.y' },\n {\n path: 'feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'feedback.quiz.quantity.amount' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'PATCH' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.ResolveStep',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/steps/{participantId}/{stepId}',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'step.source.createdAt' },\n { path: 'step.source.updatedAt' },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.video.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.video.resolutions.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.video.resolutions.poster.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.video.posters.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.coverImage.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'step.timeFrame.start' },\n { path: 'step.timeFrame.finish' },\n { path: 'step.feedback.createdAt' },\n { path: 'step.feedback.updatedAt' },\n {\n path: 'step.feedback.items.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'step.feedback.items.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.feedback.items.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'step.feedback.items.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n { path: 'step.transitions.occurredAt' },\n ],\n },\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.quantity.amount',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.quantity.amount',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.video.requiredCompletionPercentage',\n },\n {\n path: 'step.source.settings.general.video.video.resolutions.poster.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.video.video.resolutions.poster.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.video.video.posters.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.video.video.posters.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.video.coverImage.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.video.coverImage.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.feedback.items.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'step.feedback.items.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'step.feedback.items.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.feedback.items.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.feedback.items.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.feedback.items.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'step.feedback.items.quantity.amount' },\n {\n path: 'step.feedback.quiz.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'step.feedback.quiz.quantity.amount' },\n { path: 'step.quizSubmission.score' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __resolveStep;\n}\n\nexport function updateStepFeedback(\n payload: object\n): RequestOptionsFactory<any> {\n function __updateStepFeedback({ host }: any) {\n const serializedData = transformPaths(payload, [\n {\n transformFn: transformSDKTimestampToRESTTimestamp,\n paths: [\n { path: 'feedback.createdAt' },\n { path: 'feedback.updatedAt' },\n { path: 'feedback.items.media.mediaItems.image.urlExpirationDate' },\n {\n path: 'feedback.items.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'feedback.items.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'feedback.items.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n { path: 'feedback.quiz.media.mediaItems.image.urlExpirationDate' },\n {\n path: 'feedback.quiz.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n { path: 'feedback.quiz.media.mediaItems.document.urlExpirationDate' },\n {\n path: 'feedback.quiz.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n ],\n },\n {\n transformFn: transformSDKFloatToRESTFloat,\n paths: [\n { path: 'feedback.items.media.mediaItems.image.focalPoint.x' },\n { path: 'feedback.items.media.mediaItems.image.focalPoint.y' },\n {\n path: 'feedback.items.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'feedback.items.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'feedback.items.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'feedback.items.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'feedback.items.quantity.amount' },\n { path: 'feedback.quiz.media.mediaItems.image.focalPoint.x' },\n { path: 'feedback.quiz.media.mediaItems.image.focalPoint.y' },\n {\n path: 'feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'feedback.quiz.quantity.amount' },\n ],\n },\n ]);\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'PUT' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.UpdateStepFeedback',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/steps/{participantId}/feedback/{stepId}',\n data: serializedData,\n host,\n }),\n data: serializedData,\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'step.source.createdAt' },\n { path: 'step.source.updatedAt' },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.video.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.video.resolutions.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.video.resolutions.poster.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.video.posters.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.video.coverImage.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.description.media.image.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.description.media.document.urlExpirationDate',\n },\n {\n path: 'step.source.settings.general.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'step.timeFrame.start' },\n { path: 'step.timeFrame.finish' },\n { path: 'step.feedback.createdAt' },\n { path: 'step.feedback.updatedAt' },\n {\n path: 'step.feedback.items.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'step.feedback.items.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.feedback.items.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'step.feedback.items.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n { path: 'step.transitions.occurredAt' },\n ],\n },\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.quantity.amount',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.quantity.amount',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.video.requiredCompletionPercentage',\n },\n {\n path: 'step.source.settings.general.video.video.resolutions.poster.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.video.video.resolutions.poster.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.video.video.posters.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.video.video.posters.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.video.coverImage.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.video.coverImage.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.description.media.image.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.description.media.image.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.source.settings.general.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.source.settings.general.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'step.feedback.items.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'step.feedback.items.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'step.feedback.items.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.feedback.items.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.feedback.items.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.feedback.items.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'step.feedback.items.quantity.amount' },\n {\n path: 'step.feedback.quiz.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'step.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'step.feedback.quiz.quantity.amount' },\n { path: 'step.quizSubmission.score' },\n ],\n },\n ]),\n };\n\n return metadata;\n }\n\n return __updateStepFeedback;\n}\n\nexport function getMediaUploadInfo(\n payload: object\n): RequestOptionsFactory<any> {\n function __getMediaUploadInfo({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'GET' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.GetMediaUploadInfo',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/media/upload_info/{participantId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n\n fallback: [\n {\n method: 'GET' as any,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/media/upload_info/{participantId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n },\n ],\n };\n\n return metadata;\n }\n\n return __getMediaUploadInfo;\n}\n\n/** ---------------------------------------------------- Sections -------------------------------------------------------- */\nexport function listSections(payload: object): RequestOptionsFactory<any> {\n function __listSections({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'GET' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.ListSections',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/sections/{participantId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'sections.source.createdAt' },\n { path: 'sections.source.updatedAt' },\n {\n path: 'sections.source.settings.description.media.image.urlExpirationDate',\n },\n {\n path: 'sections.source.settings.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.source.settings.description.media.document.urlExpirationDate',\n },\n {\n path: 'sections.source.settings.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'sections.source.steps.createdAt' },\n { path: 'sections.source.steps.updatedAt' },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.video.video.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.video.video.resolutions.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.video.video.resolutions.poster.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.video.video.posters.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.video.coverImage.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.description.media.image.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.description.media.document.urlExpirationDate',\n },\n {\n path: 'sections.source.steps.settings.general.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'sections.steps.source.createdAt' },\n { path: 'sections.steps.source.updatedAt' },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.video.video.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.video.video.resolutions.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.video.video.resolutions.poster.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.video.video.posters.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.video.coverImage.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.description.media.image.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.description.media.document.urlExpirationDate',\n },\n {\n path: 'sections.steps.source.settings.general.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'sections.steps.timeFrame.start' },\n { path: 'sections.steps.timeFrame.finish' },\n { path: 'sections.steps.feedback.createdAt' },\n { path: 'sections.steps.feedback.updatedAt' },\n {\n path: 'sections.steps.feedback.items.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'sections.steps.feedback.items.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.steps.feedback.items.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'sections.steps.feedback.items.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.steps.feedback.quiz.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'sections.steps.feedback.quiz.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'sections.steps.feedback.quiz.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'sections.steps.feedback.quiz.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n { path: 'sections.steps.transitions.occurredAt' },\n { path: 'sections.transitions.occurredAt' },\n ],\n },\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n {\n path: 'sections.source.settings.description.media.image.focalPoint.x',\n },\n {\n path: 'sections.source.settings.description.media.image.focalPoint.y',\n },\n {\n path: 'sections.source.settings.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.source.settings.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.source.settings.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.source.settings.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.quantity.amount',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.quantity.amount',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.video.requiredCompletionPercentage',\n },\n {\n path: 'sections.source.steps.settings.general.video.video.resolutions.poster.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.video.video.resolutions.poster.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.video.video.posters.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.video.video.posters.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.video.coverImage.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.video.coverImage.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.description.media.image.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.description.media.image.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.source.steps.settings.general.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.source.steps.settings.general.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.quantity.amount',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.quantity.amount',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.video.requiredCompletionPercentage',\n },\n {\n path: 'sections.steps.source.settings.general.video.video.resolutions.poster.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.video.video.resolutions.poster.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.video.video.posters.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.video.video.posters.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.video.coverImage.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.video.coverImage.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.description.media.image.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.description.media.image.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.source.settings.general.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.source.settings.general.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.feedback.items.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'sections.steps.feedback.items.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'sections.steps.feedback.items.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.feedback.items.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.feedback.items.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.feedback.items.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'sections.steps.feedback.items.quantity.amount' },\n {\n path: 'sections.steps.feedback.quiz.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'sections.steps.feedback.quiz.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'sections.steps.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'sections.steps.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'sections.steps.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'sections.steps.feedback.quiz.quantity.amount' },\n { path: 'sections.steps.quizSubmission.score' },\n ],\n },\n ]),\n fallback: [\n {\n method: 'GET' as any,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/sections/{participantId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n },\n ],\n };\n\n return metadata;\n }\n\n return __listSections;\n}\n\nexport function getSection(payload: object): RequestOptionsFactory<any> {\n function __getSection({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'GET' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.GetSection',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/sections/{participantId}/{sectionId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'section.source.createdAt' },\n { path: 'section.source.updatedAt' },\n {\n path: 'section.source.settings.description.media.image.urlExpirationDate',\n },\n {\n path: 'section.source.settings.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.source.settings.description.media.document.urlExpirationDate',\n },\n {\n path: 'section.source.settings.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'section.source.steps.createdAt' },\n { path: 'section.source.steps.updatedAt' },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.video.video.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.video.video.resolutions.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.video.video.resolutions.poster.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.video.video.posters.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.video.coverImage.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.description.media.image.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.description.media.document.urlExpirationDate',\n },\n {\n path: 'section.source.steps.settings.general.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'section.steps.source.createdAt' },\n { path: 'section.steps.source.updatedAt' },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.video.video.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.video.video.resolutions.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.video.video.resolutions.poster.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.video.video.posters.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.video.coverImage.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.description.media.image.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.description.media.document.urlExpirationDate',\n },\n {\n path: 'section.steps.source.settings.general.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'section.steps.timeFrame.start' },\n { path: 'section.steps.timeFrame.finish' },\n { path: 'section.steps.feedback.createdAt' },\n { path: 'section.steps.feedback.updatedAt' },\n {\n path: 'section.steps.feedback.items.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'section.steps.feedback.items.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.steps.feedback.items.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'section.steps.feedback.items.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.steps.feedback.quiz.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'section.steps.feedback.quiz.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'section.steps.feedback.quiz.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'section.steps.feedback.quiz.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n { path: 'section.steps.transitions.occurredAt' },\n { path: 'section.transitions.occurredAt' },\n ],\n },\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n {\n path: 'section.source.settings.description.media.image.focalPoint.x',\n },\n {\n path: 'section.source.settings.description.media.image.focalPoint.y',\n },\n {\n path: 'section.source.settings.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.source.settings.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.source.settings.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.source.settings.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.quantity.amount',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.quantity.amount',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.video.requiredCompletionPercentage',\n },\n {\n path: 'section.source.steps.settings.general.video.video.resolutions.poster.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.video.video.resolutions.poster.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.video.video.posters.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.video.video.posters.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.video.coverImage.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.video.coverImage.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.description.media.image.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.description.media.image.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.source.steps.settings.general.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.source.steps.settings.general.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.quantity.amount',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.quantity.amount',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.video.requiredCompletionPercentage',\n },\n {\n path: 'section.steps.source.settings.general.video.video.resolutions.poster.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.video.video.resolutions.poster.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.video.video.posters.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.video.video.posters.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.video.coverImage.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.video.coverImage.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.description.media.image.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.description.media.image.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.source.settings.general.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.source.settings.general.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.feedback.items.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'section.steps.feedback.items.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'section.steps.feedback.items.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.feedback.items.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.feedback.items.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.feedback.items.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'section.steps.feedback.items.quantity.amount' },\n {\n path: 'section.steps.feedback.quiz.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'section.steps.feedback.quiz.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'section.steps.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'section.steps.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'section.steps.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'section.steps.feedback.quiz.quantity.amount' },\n { path: 'section.steps.quizSubmission.score' },\n ],\n },\n ]),\n fallback: [\n {\n method: 'GET' as any,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/{challengeId}/sections/{participantId}/{sectionId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n },\n ],\n };\n\n return metadata;\n }\n\n return __getSection;\n}\n\nexport function myProgram(payload: object): RequestOptionsFactory<any> {\n function __myProgram({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'GET' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.MyProgram',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/my_program/{programId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n { path: 'participant.performance' },\n { path: 'participant.challenge.media.image.focalPoint.x' },\n { path: 'participant.challenge.media.image.focalPoint.y' },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.focalPoint.y',\n },\n ],\n },\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participant.challenge.media.image.urlExpirationDate' },\n {\n path: 'participant.challenge.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.urlExpirationDate',\n },\n {\n path: 'participant.challenge.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participant.timeFrame.start' },\n { path: 'participant.timeFrame.finish' },\n {\n path: 'participant.stepsSummary.lastEvent.transition.occurredAt',\n },\n { path: 'participant.transitions.occurredAt' },\n { path: 'participant.certificate.issuedDate' },\n ],\n },\n ]),\n fallback: [\n {\n method: 'GET' as any,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath: '/api/v1/participants/my_program/{programId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n },\n ],\n };\n\n return metadata;\n }\n\n return __myProgram;\n}\n\nexport function myProgramStep(payload: object): RequestOptionsFactory<any> {\n function __myProgramStep({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'GET' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.MyProgramStep',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/my_program/{programId}/step/{programStepId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participantStep.source.createdAt' },\n { path: 'participantStep.source.updatedAt' },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.video.video.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.video.video.resolutions.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.video.video.resolutions.poster.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.video.video.posters.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.video.coverImage.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantStep.source.settings.general.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participantStep.timeFrame.start' },\n { path: 'participantStep.timeFrame.finish' },\n { path: 'participantStep.feedback.createdAt' },\n { path: 'participantStep.feedback.updatedAt' },\n {\n path: 'participantStep.feedback.items.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'participantStep.feedback.items.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantStep.feedback.items.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'participantStep.feedback.items.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantStep.feedback.quiz.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'participantStep.feedback.quiz.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantStep.feedback.quiz.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'participantStep.feedback.quiz.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n { path: 'participantStep.transitions.occurredAt' },\n ],\n },\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.quantity.amount',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.quantity.amount',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.video.requiredCompletionPercentage',\n },\n {\n path: 'participantStep.source.settings.general.video.video.resolutions.poster.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.video.video.resolutions.poster.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.video.video.posters.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.video.video.posters.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.video.coverImage.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.video.coverImage.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.description.media.image.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.description.media.image.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantStep.source.settings.general.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.source.settings.general.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantStep.feedback.items.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'participantStep.feedback.items.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'participantStep.feedback.items.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.feedback.items.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantStep.feedback.items.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.feedback.items.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'participantStep.feedback.items.quantity.amount' },\n {\n path: 'participantStep.feedback.quiz.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'participantStep.feedback.quiz.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'participantStep.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantStep.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantStep.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n { path: 'participantStep.feedback.quiz.quantity.amount' },\n { path: 'participantStep.quizSubmission.score' },\n ],\n },\n ]),\n fallback: [\n {\n method: 'GET' as any,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/my_program/{programId}/step/{programStepId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n },\n ],\n };\n\n return metadata;\n }\n\n return __myProgramStep;\n}\n\nexport function myProgramSection(payload: object): RequestOptionsFactory<any> {\n function __myProgramSection({ host }: any) {\n const metadata = {\n entityFqdn: 'wix.challenges.v1.participant',\n method: 'GET' as any,\n methodFqn:\n 'com.wixpress.achievements.api.v1.ParticipantsService.MyProgramSection',\n packageName: PACKAGE_NAME,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/my_program/{programId}/section/{programSectionId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n transformResponse: (payload: any) =>\n transformPaths(payload, [\n {\n transformFn: transformRESTTimestampToSDKTimestamp,\n paths: [\n { path: 'participantSection.source.createdAt' },\n { path: 'participantSection.source.updatedAt' },\n {\n path: 'participantSection.source.settings.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantSection.source.settings.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.source.settings.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantSection.source.settings.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participantSection.source.steps.createdAt' },\n { path: 'participantSection.source.steps.updatedAt' },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.video.video.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.video.video.resolutions.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.video.video.resolutions.poster.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.video.video.posters.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.video.coverImage.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantSection.source.steps.settings.general.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participantSection.steps.source.createdAt' },\n { path: 'participantSection.steps.source.updatedAt' },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.video.video.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.video.video.resolutions.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.video.video.resolutions.poster.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.video.video.posters.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.video.coverImage.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.description.media.image.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.description.media.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.description.media.document.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.source.settings.general.description.media.document.thumbnail.urlExpirationDate',\n },\n { path: 'participantSection.steps.timeFrame.start' },\n { path: 'participantSection.steps.timeFrame.finish' },\n { path: 'participantSection.steps.feedback.createdAt' },\n { path: 'participantSection.steps.feedback.updatedAt' },\n {\n path: 'participantSection.steps.feedback.items.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.feedback.items.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.feedback.items.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.feedback.items.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.feedback.quiz.media.mediaItems.image.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.feedback.quiz.media.mediaItems.video.thumbnail.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.feedback.quiz.media.mediaItems.document.urlExpirationDate',\n },\n {\n path: 'participantSection.steps.feedback.quiz.media.mediaItems.document.thumbnail.urlExpirationDate',\n },\n { path: 'participantSection.steps.transitions.occurredAt' },\n { path: 'participantSection.transitions.occurredAt' },\n ],\n },\n {\n transformFn: transformRESTFloatToSDKFloat,\n paths: [\n {\n path: 'participantSection.source.settings.description.media.image.focalPoint.x',\n },\n {\n path: 'participantSection.source.settings.description.media.image.focalPoint.y',\n },\n {\n path: 'participantSection.source.settings.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.source.settings.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.source.settings.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.source.settings.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.quantity.amount',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.quantity.amount',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.video.requiredCompletionPercentage',\n },\n {\n path: 'participantSection.source.steps.settings.general.video.video.resolutions.poster.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.video.video.resolutions.poster.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.video.video.posters.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.video.video.posters.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.video.coverImage.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.video.coverImage.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.description.media.image.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.description.media.image.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.source.steps.settings.general.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.source.steps.settings.general.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.quantity.amount',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.feedbackSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multipleChoice.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.quantity.amount',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.image.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.individual.quizSettings.type.multiSelect.choices.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.video.requiredCompletionPercentage',\n },\n {\n path: 'participantSection.steps.source.settings.general.video.video.resolutions.poster.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.video.video.resolutions.poster.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.video.video.posters.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.video.video.posters.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.video.coverImage.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.video.coverImage.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.description.media.image.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.description.media.image.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.description.media.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.description.media.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.source.settings.general.description.media.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.source.settings.general.description.media.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.feedback.items.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'participantSection.steps.feedback.items.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'participantSection.steps.feedback.items.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.feedback.items.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.feedback.items.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.feedback.items.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.feedback.items.quantity.amount',\n },\n {\n path: 'participantSection.steps.feedback.quiz.media.mediaItems.image.focalPoint.x',\n },\n {\n path: 'participantSection.steps.feedback.quiz.media.mediaItems.image.focalPoint.y',\n },\n {\n path: 'participantSection.steps.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.feedback.quiz.media.mediaItems.video.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.x',\n },\n {\n path: 'participantSection.steps.feedback.quiz.media.mediaItems.document.thumbnail.focalPoint.y',\n },\n {\n path: 'participantSection.steps.feedback.quiz.quantity.amount',\n },\n { path: 'participantSection.steps.quizSubmission.score' },\n ],\n },\n ]),\n fallback: [\n {\n method: 'GET' as any,\n url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({\n protoPath:\n '/api/v1/participants/my_program/{programId}/section/{programSectionId}',\n data: payload,\n host,\n }),\n params: toURLSearchParams(payload),\n },\n ],\n };\n\n return metadata;\n }\n\n return __myProgramSection;\n}\n","import * as ambassadorWixChallengesV1Participant from './challenges-v1-participant-online-program-participants.http.js';\nimport * as ambassadorWixChallengesV1ParticipantTypes from './challenges-v1-participant-online-program-participants.types.js';\nimport * as ambassadorWixChallengesV1ParticipantUniversalTypes from './challenges-v1-participant-online-program-participants.universal.js';\n\nexport type __PublicMethodMetaInfo<\n K = string,\n M = unknown,\n T = unknown,\n S = unknown,\n Q = unknown,\n R = unknown\n> = {\n getUrl: (context: any) => string;\n httpMethod: K;\n path: string;\n pathParams: M;\n __requestType: T;\n __originalRequestType: S;\n __responseType: Q;\n __originalResponseType: R;\n};\n\nexport function queryParticipants(): __PublicMethodMetaInfo<\n 'POST',\n { challengeId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.QueryParticipantsRequest,\n ambassadorWixChallengesV1ParticipantTypes.QueryParticipantsRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.QueryParticipantsResponse,\n ambassadorWixChallengesV1ParticipantTypes.QueryParticipantsResponse\n> {\n const payload = { challengeId: ':challengeId' } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.queryParticipants(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'POST',\n path: '/api/v1/participants/{challengeId}/query',\n pathParams: { challengeId: 'challengeId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function listParticipants(): __PublicMethodMetaInfo<\n 'GET',\n { challengeId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.ListParticipantsRequest,\n ambassadorWixChallengesV1ParticipantTypes.ListParticipantsRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.ListParticipantsResponse,\n ambassadorWixChallengesV1ParticipantTypes.ListParticipantsResponse\n> {\n const payload = { challengeId: ':challengeId' } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.listParticipants(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'GET',\n path: '/api/v1/participants/{challengeId}',\n pathParams: { challengeId: 'challengeId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function joinParticipant(): __PublicMethodMetaInfo<\n 'POST',\n { challengeId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.JoinParticipantRequest,\n ambassadorWixChallengesV1ParticipantTypes.JoinParticipantRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.JoinParticipantResponse,\n ambassadorWixChallengesV1ParticipantTypes.JoinParticipantResponse\n> {\n const payload = { challengeId: ':challengeId' } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.joinParticipant(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'POST',\n path: '/api/v1/participants/{challengeId}',\n pathParams: { challengeId: 'challengeId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function addParticipant(): __PublicMethodMetaInfo<\n 'POST',\n { challengeId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.AddParticipantRequest,\n ambassadorWixChallengesV1ParticipantTypes.AddParticipantRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.AddParticipantResponse,\n ambassadorWixChallengesV1ParticipantTypes.AddParticipantResponse\n> {\n const payload = { challengeId: ':challengeId' } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.addParticipant(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'POST',\n path: '/api/v1/participants/{challengeId}/add',\n pathParams: { challengeId: 'challengeId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function addParticipants(): __PublicMethodMetaInfo<\n 'POST',\n { challengeId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.AddParticipantsRequest,\n ambassadorWixChallengesV1ParticipantTypes.AddParticipantsRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.AddParticipantsResponse,\n ambassadorWixChallengesV1ParticipantTypes.AddParticipantsResponse\n> {\n const payload = { challengeId: ':challengeId' } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.addParticipants(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'POST',\n path: '/api/v1/participants/{challengeId}/bulk-add',\n pathParams: { challengeId: 'challengeId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function addAllParticipant(): __PublicMethodMetaInfo<\n 'POST',\n { challengeId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.AddAllParticipantRequest,\n ambassadorWixChallengesV1ParticipantTypes.AddAllParticipantRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.AddAllParticipantResponse,\n ambassadorWixChallengesV1ParticipantTypes.AddAllParticipantResponse\n> {\n const payload = { challengeId: ':challengeId' } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.addAllParticipant(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'POST',\n path: '/api/v1/participants/{challengeId}/add-all',\n pathParams: { challengeId: 'challengeId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function createJoinRequest(): __PublicMethodMetaInfo<\n 'POST',\n { challengeId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.CreateJoinRequestRequest,\n ambassadorWixChallengesV1ParticipantTypes.CreateJoinRequestRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.CreateJoinRequestResponse,\n ambassadorWixChallengesV1ParticipantTypes.CreateJoinRequestResponse\n> {\n const payload = { challengeId: ':challengeId' } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.createJoinRequest(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'POST',\n path: '/api/v1/participants/{challengeId}/join-requests',\n pathParams: { challengeId: 'challengeId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function inviteParticipants(): __PublicMethodMetaInfo<\n 'POST',\n { challengeId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.InviteParticipantsRequest,\n ambassadorWixChallengesV1ParticipantTypes.InviteParticipantsRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.InviteParticipantsResponse,\n ambassadorWixChallengesV1ParticipantTypes.InviteParticipantsResponse\n> {\n const payload = { challengeId: ':challengeId' } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.inviteParticipants(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'POST',\n path: '/api/v1/participants/{challengeId}/invitations',\n pathParams: { challengeId: 'challengeId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function inviteAllParticipants(): __PublicMethodMetaInfo<\n 'POST',\n { challengeId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.InviteAllParticipantsRequest,\n ambassadorWixChallengesV1ParticipantTypes.InviteAllParticipantsRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.InviteAllParticipantsResponse,\n ambassadorWixChallengesV1ParticipantTypes.InviteAllParticipantsResponse\n> {\n const payload = { challengeId: ':challengeId' } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.inviteAllParticipants(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'POST',\n path: '/api/v1/participants/{challengeId}/invite-all',\n pathParams: { challengeId: 'challengeId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function getParticipant(): __PublicMethodMetaInfo<\n 'GET',\n { challengeId: string; participantId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.GetParticipantRequest,\n ambassadorWixChallengesV1ParticipantTypes.GetParticipantRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.GetParticipantResponse,\n ambassadorWixChallengesV1ParticipantTypes.GetParticipantResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.getParticipant(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'GET',\n path: '/api/v1/participants/{challengeId}/{participantId}',\n pathParams: { challengeId: 'challengeId', participantId: 'participantId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function updateParticipant(): __PublicMethodMetaInfo<\n 'PATCH',\n { challengeId: string; participantId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.UpdateParticipantRequest,\n ambassadorWixChallengesV1ParticipantTypes.UpdateParticipantRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.UpdateParticipantResponse,\n ambassadorWixChallengesV1ParticipantTypes.UpdateParticipantResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.updateParticipant(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'PATCH',\n path: '/api/v1/participants/{challengeId}/{participantId}',\n pathParams: { challengeId: 'challengeId', participantId: 'participantId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function deleteParticipant(): __PublicMethodMetaInfo<\n 'DELETE',\n { challengeId: string; participantId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.DeleteParticipantRequest,\n ambassadorWixChallengesV1ParticipantTypes.DeleteParticipantRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.DeleteParticipantResponse,\n ambassadorWixChallengesV1ParticipantTypes.DeleteParticipantResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.deleteParticipant(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'DELETE',\n path: '/api/v1/participants/{challengeId}/{participantId}',\n pathParams: { challengeId: 'challengeId', participantId: 'participantId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function reviveParticipant(): __PublicMethodMetaInfo<\n 'PATCH',\n { challengeId: string; participantId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.ReviveParticipantRequest,\n ambassadorWixChallengesV1ParticipantTypes.ReviveParticipantRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.ReviveParticipantResponse,\n ambassadorWixChallengesV1ParticipantTypes.ReviveParticipantResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.reviveParticipant(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'PATCH',\n path: '/api/v1/participants/{challengeId}/revive/{participantId}',\n pathParams: { challengeId: 'challengeId', participantId: 'participantId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function resetParticipantProgress(): __PublicMethodMetaInfo<\n 'PATCH',\n { challengeId: string; participantId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.ResetParticipantProgressRequest,\n ambassadorWixChallengesV1ParticipantTypes.ResetParticipantProgressRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.ResetParticipantProgressResponse,\n ambassadorWixChallengesV1ParticipantTypes.ResetParticipantProgressResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.resetParticipantProgress(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'PATCH',\n path: '/api/v1/participants/{challengeId}/reset/{participantId}',\n pathParams: { challengeId: 'challengeId', participantId: 'participantId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function issueParticipantCertificate(): __PublicMethodMetaInfo<\n 'POST',\n { challengeId: string; participantId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.IssueParticipantCertificateRequest,\n ambassadorWixChallengesV1ParticipantTypes.IssueParticipantCertificateRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.IssueParticipantCertificateResponse,\n ambassadorWixChallengesV1ParticipantTypes.IssueParticipantCertificateResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.issueParticipantCertificate(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'POST',\n path: '/api/v1/participants/{challengeId}/issue_certificate/{participantId}',\n pathParams: { challengeId: 'challengeId', participantId: 'participantId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function issueCertificate(): __PublicMethodMetaInfo<\n 'POST',\n { challengeId: string; participantId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.IssueCertificateRequest,\n ambassadorWixChallengesV1ParticipantTypes.IssueCertificateRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.IssueCertificateResponse,\n ambassadorWixChallengesV1ParticipantTypes.IssueCertificateResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.issueCertificate(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'POST',\n path: '/api/v1/participants/{challengeId}/get_certificate/{participantId}',\n pathParams: { challengeId: 'challengeId', participantId: 'participantId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function getCertificate(): __PublicMethodMetaInfo<\n 'GET',\n { challengeId: string; participantId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.GetCertificateRequest,\n ambassadorWixChallengesV1ParticipantTypes.GetCertificateRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.GetCertificateResponse,\n ambassadorWixChallengesV1ParticipantTypes.GetCertificateResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.getCertificate(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'GET',\n path: '/api/v1/participants/{challengeId}/certificate/{participantId}',\n pathParams: { challengeId: 'challengeId', participantId: 'participantId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function createPaymentOrder(): __PublicMethodMetaInfo<\n 'POST',\n { challengeId: string; participantId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.CreatePaymentOrderRequest,\n ambassadorWixChallengesV1ParticipantTypes.CreatePaymentOrderRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.CreatePaymentOrderResponse,\n ambassadorWixChallengesV1ParticipantTypes.CreatePaymentOrderResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.createPaymentOrder(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'POST',\n path: '/api/v1/participants/{challengeId}/payment-orders/{participantId}',\n pathParams: { challengeId: 'challengeId', participantId: 'participantId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function applyCouponToOrder(): __PublicMethodMetaInfo<\n 'POST',\n { challengeId: string; participantId: string; orderId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.ApplyCouponToOrderRequest,\n ambassadorWixChallengesV1ParticipantTypes.ApplyCouponToOrderRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.ApplyCouponToOrderResponse,\n ambassadorWixChallengesV1ParticipantTypes.ApplyCouponToOrderResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n orderId: ':orderId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.applyCouponToOrder(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'POST',\n path: '/api/v1/participants/{challengeId}/payment-orders/{participantId}/coupons/{orderId}',\n pathParams: {\n challengeId: 'challengeId',\n participantId: 'participantId',\n orderId: 'orderId',\n },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function removeCouponFromOrder(): __PublicMethodMetaInfo<\n 'DELETE',\n {\n challengeId: string;\n participantId: string;\n orderId: string;\n couponId: string;\n },\n ambassadorWixChallengesV1ParticipantUniversalTypes.RemoveCouponFromOrderRequest,\n ambassadorWixChallengesV1ParticipantTypes.RemoveCouponFromOrderRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.RemoveCouponFromOrderResponse,\n ambassadorWixChallengesV1ParticipantTypes.RemoveCouponFromOrderResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n orderId: ':orderId',\n couponId: ':couponId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.removeCouponFromOrder(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'DELETE',\n path: '/api/v1/participants/{challengeId}/payment-orders/{participantId}/coupons/{orderId}/{couponId}',\n pathParams: {\n challengeId: 'challengeId',\n participantId: 'participantId',\n orderId: 'orderId',\n couponId: 'couponId',\n },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function listSteps(): __PublicMethodMetaInfo<\n 'GET',\n { challengeId: string; participantId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.ListParticipantStepsRequest,\n ambassadorWixChallengesV1ParticipantTypes.ListParticipantStepsRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.ListParticipantStepsResponse,\n ambassadorWixChallengesV1ParticipantTypes.ListParticipantStepsResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.listSteps(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'GET',\n path: '/api/v1/participants/{challengeId}/steps/{participantId}',\n pathParams: { challengeId: 'challengeId', participantId: 'participantId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function getStep(): __PublicMethodMetaInfo<\n 'GET',\n { challengeId: string; participantId: string; stepId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.GetParticipantStepRequest,\n ambassadorWixChallengesV1ParticipantTypes.GetParticipantStepRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.GetParticipantStepResponse,\n ambassadorWixChallengesV1ParticipantTypes.GetParticipantStepResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n stepId: ':stepId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.getStep(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'GET',\n path: '/api/v1/participants/{challengeId}/steps/{participantId}/{stepId}',\n pathParams: {\n challengeId: 'challengeId',\n participantId: 'participantId',\n stepId: 'stepId',\n },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function resolveStep(): __PublicMethodMetaInfo<\n 'PATCH',\n { challengeId: string; participantId: string; stepId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.ResolveParticipantStepRequest,\n ambassadorWixChallengesV1ParticipantTypes.ResolveParticipantStepRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.ResolveParticipantStepResponse,\n ambassadorWixChallengesV1ParticipantTypes.ResolveParticipantStepResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n stepId: ':stepId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.resolveStep(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'PATCH',\n path: '/api/v1/participants/{challengeId}/steps/{participantId}/{stepId}',\n pathParams: {\n challengeId: 'challengeId',\n participantId: 'participantId',\n stepId: 'stepId',\n },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function updateStepFeedback(): __PublicMethodMetaInfo<\n 'PUT',\n { challengeId: string; participantId: string; stepId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.UpdateStepFeedbackRequest,\n ambassadorWixChallengesV1ParticipantTypes.UpdateStepFeedbackRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.UpdateStepFeedbackResponse,\n ambassadorWixChallengesV1ParticipantTypes.UpdateStepFeedbackResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n stepId: ':stepId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.updateStepFeedback(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'PUT',\n path: '/api/v1/participants/{challengeId}/steps/{participantId}/feedback/{stepId}',\n pathParams: {\n challengeId: 'challengeId',\n participantId: 'participantId',\n stepId: 'stepId',\n },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function getMediaUploadInfo(): __PublicMethodMetaInfo<\n 'GET',\n { challengeId: string; participantId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.GetMediaUploadInfoRequest,\n ambassadorWixChallengesV1ParticipantTypes.GetMediaUploadInfoRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.GetMediaUploadInfoResponse,\n ambassadorWixChallengesV1ParticipantTypes.GetMediaUploadInfoResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.getMediaUploadInfo(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'GET',\n path: '/api/v1/participants/{challengeId}/media/upload_info/{participantId}',\n pathParams: { challengeId: 'challengeId', participantId: 'participantId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function listSections(): __PublicMethodMetaInfo<\n 'GET',\n { challengeId: string; participantId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.ListParticipantSectionsRequest,\n ambassadorWixChallengesV1ParticipantTypes.ListParticipantSectionsRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.ListParticipantSectionsResponse,\n ambassadorWixChallengesV1ParticipantTypes.ListParticipantSectionsResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.listSections(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'GET',\n path: '/api/v1/participants/{challengeId}/sections/{participantId}',\n pathParams: { challengeId: 'challengeId', participantId: 'participantId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function getSection(): __PublicMethodMetaInfo<\n 'GET',\n { challengeId: string; participantId: string; sectionId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.GetParticipantSectionRequest,\n ambassadorWixChallengesV1ParticipantTypes.GetParticipantSectionRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.GetParticipantSectionResponse,\n ambassadorWixChallengesV1ParticipantTypes.GetParticipantSectionResponse\n> {\n const payload = {\n challengeId: ':challengeId',\n participantId: ':participantId',\n sectionId: ':sectionId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.getSection(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'GET',\n path: '/api/v1/participants/{challengeId}/sections/{participantId}/{sectionId}',\n pathParams: {\n challengeId: 'challengeId',\n participantId: 'participantId',\n sectionId: 'sectionId',\n },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function myProgram(): __PublicMethodMetaInfo<\n 'GET',\n { programId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.MyProgramRequest,\n ambassadorWixChallengesV1ParticipantTypes.MyProgramRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.MyProgramResponse,\n ambassadorWixChallengesV1ParticipantTypes.MyProgramResponse\n> {\n const payload = { programId: ':programId' } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.myProgram(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'GET',\n path: '/api/v1/participants/my_program/{programId}',\n pathParams: { programId: 'programId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function myProgramStep(): __PublicMethodMetaInfo<\n 'GET',\n { programId: string; programStepId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.MyProgramStepRequest,\n ambassadorWixChallengesV1ParticipantTypes.MyProgramStepRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.MyProgramStepResponse,\n ambassadorWixChallengesV1ParticipantTypes.MyProgramStepResponse\n> {\n const payload = {\n programId: ':programId',\n programStepId: ':programStepId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.myProgramStep(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'GET',\n path: '/api/v1/participants/my_program/{programId}/step/{programStepId}',\n pathParams: { programId: 'programId', programStepId: 'programStepId' },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n\nexport function myProgramSection(): __PublicMethodMetaInfo<\n 'GET',\n { programId: string; programSectionId: string },\n ambassadorWixChallengesV1ParticipantUniversalTypes.MyProgramSectionRequest,\n ambassadorWixChallengesV1ParticipantTypes.MyProgramSectionRequest,\n ambassadorWixChallengesV1ParticipantUniversalTypes.MyProgramSectionResponse,\n ambassadorWixChallengesV1ParticipantTypes.MyProgramSectionResponse\n> {\n const payload = {\n programId: ':programId',\n programSectionId: ':programSectionId',\n } as any;\n\n const getRequestOptions =\n ambassadorWixChallengesV1Participant.myProgramSection(payload);\n\n const getUrl = (context: any): string => {\n const { url } = getRequestOptions(context);\n return url!;\n };\n\n return {\n getUrl,\n httpMethod: 'GET',\n path: '/api/v1/participants/my_program/{programId}/section/{programSectionId}',\n pathParams: {\n programId: 'programId',\n programSectionId: 'programSectionId',\n },\n __requestType: null as any,\n __originalRequestType: null as any,\n __responseType: null as any,\n __originalResponseType: null as any,\n };\n}\n"],"mappings":";AAAA,SAAS,yBAAyB;AAClC,SAAS,oCAAoC;AAC7C,SAAS,oCAAoC;AAC7C,SAAS,4CAA4C;AACrD,SAAS,4CAA4C;AACrD,SAAS,sBAAsB;AAC/B,SAAS,kBAAkB;AAI3B,SAAS,0DACP,MACA;AACA,QAAM,mBAAmB;AAAA,IACvB,wBAAwB;AAAA,MACtB;AAAA,QACE,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,IACF;AAAA,IACA,GAAG;AAAA,MACD;AAAA,QACE,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,MACA;AAAA,QACE,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,IACF;AAAA,IACA,mBAAmB;AAAA,MACjB;AAAA,QACE,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,IACF;AAAA,IACA,qBAAqB;AAAA,MACnB;AAAA,QACE,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,MACA;AAAA,QACE,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,IACF;AAAA,IACA,yBAAyB;AAAA,MACvB;AAAA,QACE,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,IACF;AAAA,IACA,sBAAsB;AAAA,MACpB;AAAA,QACE,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,MACA;AAAA,QACE,SAAS;AAAA,QACT,UAAU;AAAA,MACZ;AAAA,IACF;AAAA,EACF;AAEA,SAAO,WAAW,OAAO,OAAO,MAAM,EAAE,iBAAiB,CAAC,CAAC;AAC7D;AAEA,IAAM,eACJ;AAEK,SAAS,kBAAkB,SAA6C;AAC7E,WAAS,oBAAoB,EAAE,KAAK,GAAQ;AAC1C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,2BAA2B;AAAA,YACnC,EAAE,MAAM,kDAAkD;AAAA,YAC1D,EAAE,MAAM,kDAAkD;AAAA,YAC1D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,uDAAuD;AAAA,YAC/D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,+BAA+B;AAAA,YACvC,EAAE,MAAM,gCAAgC;AAAA,YACxC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,sCAAsC;AAAA,YAC9C,EAAE,MAAM,sCAAsC;AAAA,UAChD;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAGO,SAAS,iBAAiB,SAA6C;AAC5E,WAAS,mBAAmB,EAAE,KAAK,GAAQ;AACzC,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,QAAQ,kBAAkB,OAAO;AAAA,MACjC,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,2BAA2B;AAAA,YACnC,EAAE,MAAM,kDAAkD;AAAA,YAC1D,EAAE,MAAM,kDAAkD;AAAA,YAC1D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,uDAAuD;AAAA,YAC/D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,+BAA+B;AAAA,YACvC,EAAE,MAAM,gCAAgC;AAAA,YACxC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,sCAAsC;AAAA,YAC9C,EAAE,MAAM,sCAAsC;AAAA,UAChD;AAAA,QACF;AAAA,MACF,CAAC;AAAA,MACH,UAAU;AAAA,QACR;AAAA,UACE,QAAQ;AAAA,UACR,KAAK,0DAA0D;AAAA,YAC7D,WAAW;AAAA,YACX,MAAM;AAAA,YACN;AAAA,UACF,CAAC;AAAA,UACD,QAAQ,kBAAkB,OAAO;AAAA,QACnC;AAAA,MACF;AAAA,IACF;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,gBAAgB,SAA6C;AAC3E,WAAS,kBAAkB,EAAE,KAAK,GAAQ;AACxC,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,0BAA0B;AAAA,YAClC,EAAE,MAAM,iDAAiD;AAAA,YACzD,EAAE,MAAM,iDAAiD;AAAA,YACzD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,sDAAsD;AAAA,YAC9D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,8BAA8B;AAAA,YACtC,EAAE,MAAM,+BAA+B;AAAA,YACvC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,qCAAqC;AAAA,YAC7C,EAAE,MAAM,qCAAqC;AAAA,UAC/C;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAGO,SAAS,eAAe,SAA6C;AAC1E,WAAS,iBAAiB,EAAE,KAAK,GAAQ;AACvC,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,0BAA0B;AAAA,YAClC,EAAE,MAAM,iDAAiD;AAAA,YACzD,EAAE,MAAM,iDAAiD;AAAA,YACzD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,sDAAsD;AAAA,YAC9D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,8BAA8B;AAAA,YACtC,EAAE,MAAM,+BAA+B;AAAA,YACvC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,qCAAqC;AAAA,YAC7C,EAAE,MAAM,qCAAqC;AAAA,UAC/C;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAGO,SAAS,gBAAgB,SAA6C;AAC3E,WAAS,kBAAkB,EAAE,KAAK,GAAQ;AACxC,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,2BAA2B;AAAA,YACnC,EAAE,MAAM,kDAAkD;AAAA,YAC1D,EAAE,MAAM,kDAAkD;AAAA,YAC1D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,uDAAuD;AAAA,YAC/D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,+BAA+B;AAAA,YACvC,EAAE,MAAM,gCAAgC;AAAA,YACxC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,sCAAsC;AAAA,YAC9C,EAAE,MAAM,sCAAsC;AAAA,UAChD;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,kBAAkB,SAA6C;AAC7E,WAAS,oBAAoB,EAAE,KAAK,GAAQ;AAC1C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,IACR;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,kBAAkB,SAA6C;AAC7E,WAAS,oBAAoB,EAAE,KAAK,GAAQ;AAC1C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,0BAA0B;AAAA,YAClC,EAAE,MAAM,iDAAiD;AAAA,YACzD,EAAE,MAAM,iDAAiD;AAAA,YACzD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,sDAAsD;AAAA,YAC9D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,8BAA8B;AAAA,YACtC,EAAE,MAAM,+BAA+B;AAAA,YACvC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,qCAAqC;AAAA,YAC7C,EAAE,MAAM,qCAAqC;AAAA,UAC/C;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,mBACd,SAC4B;AAC5B,WAAS,qBAAqB,EAAE,KAAK,GAAQ;AAC3C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,IACR;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,sBACd,SAC4B;AAC5B,WAAS,wBAAwB,EAAE,KAAK,GAAQ;AAC9C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,IACR;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAGO,SAAS,eAAe,SAA6C;AAC1E,WAAS,iBAAiB,EAAE,KAAK,GAAQ;AACvC,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,QAAQ,kBAAkB,OAAO;AAAA,MACjC,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,0BAA0B;AAAA,YAClC,EAAE,MAAM,iDAAiD;AAAA,YACzD,EAAE,MAAM,iDAAiD;AAAA,YACzD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,sDAAsD;AAAA,YAC9D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,8BAA8B;AAAA,YACtC,EAAE,MAAM,+BAA+B;AAAA,YACvC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,qCAAqC;AAAA,YAC7C,EAAE,MAAM,qCAAqC;AAAA,UAC/C;AAAA,QACF;AAAA,MACF,CAAC;AAAA,MACH,UAAU;AAAA,QACR;AAAA,UACE,QAAQ;AAAA,UACR,KAAK,0DAA0D;AAAA,YAC7D,WAAW;AAAA,YACX,MAAM;AAAA,YACN;AAAA,UACF,CAAC;AAAA,UACD,QAAQ,kBAAkB,OAAO;AAAA,QACnC;AAAA,MACF;AAAA,IACF;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,kBAAkB,SAA6C;AAC7E,WAAS,oBAAoB,EAAE,KAAK,GAAQ;AAC1C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,0BAA0B;AAAA,YAClC,EAAE,MAAM,iDAAiD;AAAA,YACzD,EAAE,MAAM,iDAAiD;AAAA,YACzD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,sDAAsD;AAAA,YAC9D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,8BAA8B;AAAA,YACtC,EAAE,MAAM,+BAA+B;AAAA,YACvC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,qCAAqC;AAAA,YAC7C,EAAE,MAAM,qCAAqC;AAAA,UAC/C;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAGO,SAAS,kBAAkB,SAA6C;AAC7E,WAAS,oBAAoB,EAAE,KAAK,GAAQ;AAC1C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,QAAQ,kBAAkB,OAAO;AAAA,IACnC;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,kBAAkB,SAA6C;AAC7E,WAAS,oBAAoB,EAAE,KAAK,GAAQ;AAC1C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,0BAA0B;AAAA,YAClC,EAAE,MAAM,iDAAiD;AAAA,YACzD,EAAE,MAAM,iDAAiD;AAAA,YACzD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,sDAAsD;AAAA,YAC9D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,8BAA8B;AAAA,YACtC,EAAE,MAAM,+BAA+B;AAAA,YACvC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,qCAAqC;AAAA,YAC7C,EAAE,MAAM,qCAAqC;AAAA,UAC/C;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,yBACd,SAC4B;AAC5B,WAAS,2BAA2B,EAAE,KAAK,GAAQ;AACjD,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,0BAA0B;AAAA,YAClC,EAAE,MAAM,iDAAiD;AAAA,YACzD,EAAE,MAAM,iDAAiD;AAAA,YACzD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,sDAAsD;AAAA,YAC9D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,8BAA8B;AAAA,YACtC,EAAE,MAAM,+BAA+B;AAAA,YACvC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,qCAAqC;AAAA,YAC7C,EAAE,MAAM,qCAAqC;AAAA,UAC/C;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,4BACd,SAC4B;AAC5B,WAAS,8BAA8B,EAAE,KAAK,GAAQ;AACpD,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WACE;AAAA,QACF,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,0BAA0B;AAAA,YAClC,EAAE,MAAM,iDAAiD;AAAA,YACzD,EAAE,MAAM,iDAAiD;AAAA,YACzD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,sDAAsD;AAAA,YAC9D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,8BAA8B;AAAA,YACtC,EAAE,MAAM,+BAA+B;AAAA,YACvC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,qCAAqC;AAAA,YAC7C,EAAE,MAAM,qCAAqC;AAAA,UAC/C;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,iBAAiB,SAA6C;AAC5E,WAAS,mBAAmB,EAAE,KAAK,GAAQ;AACzC,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WACE;AAAA,QACF,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,0BAA0B;AAAA,YAClC,EAAE,MAAM,iDAAiD;AAAA,YACzD,EAAE,MAAM,iDAAiD;AAAA,YACzD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,sDAAsD;AAAA,YAC9D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,8BAA8B;AAAA,YACtC,EAAE,MAAM,+BAA+B;AAAA,YACvC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,qCAAqC;AAAA,YAC7C,EAAE,MAAM,qCAAqC;AAAA,UAC/C;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,eAAe,SAA6C;AAC1E,WAAS,iBAAiB,EAAE,KAAK,GAAQ;AACvC,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WACE;AAAA,QACF,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,QAAQ,kBAAkB,OAAO;AAAA,MAEjC,UAAU;AAAA,QACR;AAAA,UACE,QAAQ;AAAA,UACR,KAAK,0DAA0D;AAAA,YAC7D,WACE;AAAA,YACF,MAAM;AAAA,YACN;AAAA,UACF,CAAC;AAAA,UACD,QAAQ,kBAAkB,OAAO;AAAA,QACnC;AAAA,MACF;AAAA,IACF;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,mBACd,SAC4B;AAC5B,WAAS,qBAAqB,EAAE,KAAK,GAAQ;AAC3C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WACE;AAAA,QACF,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,0BAA0B;AAAA,YAClC,EAAE,MAAM,iDAAiD;AAAA,YACzD,EAAE,MAAM,iDAAiD;AAAA,YACzD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,sDAAsD;AAAA,YAC9D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,8BAA8B;AAAA,YACtC,EAAE,MAAM,+BAA+B;AAAA,YACvC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,qCAAqC;AAAA,YAC7C,EAAE,MAAM,qCAAqC;AAAA,UAC/C;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAGO,SAAS,mBACd,SAC4B;AAC5B,WAAS,qBAAqB,EAAE,KAAK,GAAQ;AAC3C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WACE;AAAA,QACF,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,IACR;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,sBACd,SAC4B;AAC5B,WAAS,wBAAwB,EAAE,KAAK,GAAQ;AAC9C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WACE;AAAA,QACF,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,QAAQ,kBAAkB,OAAO;AAAA,IACnC;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,UAAU,SAA6C;AACrE,WAAS,YAAY,EAAE,KAAK,GAAQ;AAClC,UAAM,iBAAiB,eAAe,SAAS;AAAA,MAC7C;AAAA,QACE,aAAa;AAAA,QACb,OAAO;AAAA,UACL,EAAE,MAAM,qBAAqB;AAAA,UAC7B,EAAE,MAAM,sBAAsB;AAAA,QAChC;AAAA,MACF;AAAA,IACF,CAAC;AACD,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,QAAQ,kBAAkB,cAAc;AAAA,MACxC,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,yBAAyB;AAAA,YACjC,EAAE,MAAM,yBAAyB;AAAA,YACjC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,wBAAwB;AAAA,YAChC,EAAE,MAAM,yBAAyB;AAAA,YACjC,EAAE,MAAM,2BAA2B;AAAA,YACnC,EAAE,MAAM,2BAA2B;AAAA,YACnC;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,+BAA+B;AAAA,UACzC;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,uCAAuC;AAAA,YAC/C;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAA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,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,0CAA0C;AAAA,YAClD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,Y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CR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,sCAAsC;AAAA,YAC9C;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA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AA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,kCAAkC;AAAA,YAC1C,EAAE,MAAM,kCAAkC;AAAA,YAC1C;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,iCAAiC;AAAA,YACzC,EAAE,MAAM,kCAAkC;AAAA,YAC1C,EAAE,MAAM,oCAAoC;AAAA,YAC5C,EAAE,MAAM,oCAAoC;AAAA,YAC5C;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,wCAAwC;AAAA,YAChD,EAAE,MAAM,kCAAkC;AAAA,UAC5C;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAA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CA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,+CAA+C;AAAA,YACvD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR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;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,iDAAiD;AAAA,YACzD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,gDAAgD;AAAA,YACxD,EAAE,MAAM,uCAAuC;AAAA,UACjD;AAAA,QACF;AAAA,MACF,CAAC;AAAA,MACH,UAAU;AAAA,QACR;AAAA,UACE,QAAQ;AAAA,UACR,KAAK,0DAA0D;AAAA,YAC7D,WACE;AAAA,YACF,MAAM;AAAA,YACN;AAAA,UACF,CAAC;AAAA,UACD,QAAQ,kBAAkB,OAAO;AAAA,QACnC;AAAA,MACF;AAAA,IACF;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAEO,SAAS,iBAAiB,SAA6C;AAC5E,WAAS,mBAAmB,EAAE,KAAK,GAAQ;AACzC,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,KAAK,0DAA0D;AAAA,QAC7D,WACE;AAAA,QACF,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,QAAQ,kBAAkB,OAAO;AAAA,MACjC,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,sCAAsC;AAAA,YAC9C,EAAE,MAAM,sCAAsC;AAAA,YAC9C;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,4CAA4C;AAAA,YACpD,EAAE,MAAM,4CAA4C;AAAA,YACpD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,4CAA4C;AAAA,YACpD,EAAE,MAAM,4CAA4C;AAAA,YACpD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,2CAA2C;AAAA,YACnD,EAAE,MAAM,4CAA4C;AAAA,YACpD,EAAE,MAAM,8CAA8C;AAAA,YACtD,EAAE,MAAM,8CAA8C;AAAA,YACtD;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,kDAAkD;AAAA,YAC1D,EAAE,MAAM,4CAA4C;AAAA,UACtD;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE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","names":["payload","queryParticipants","listParticipants","joinParticipant","addParticipant","addParticipants","addAllParticipant","createJoinRequest","inviteParticipants","inviteAllParticipants","getParticipant","updateParticipant","deleteParticipant","reviveParticipant","resetParticipantProgress","issueParticipantCertificate","issueCertificate","getCertificate","createPaymentOrder","applyCouponToOrder","removeCouponFromOrder","listSteps","getStep","resolveStep","updateStepFeedback","getMediaUploadInfo","listSections","getSection","myProgram","myProgramStep","myProgramSection"]}