@wix/online-programs 1.0.36 → 1.0.38

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 (69) hide show
  1. package/build/cjs/index.d.ts +24 -1
  2. package/build/cjs/index.js +59 -11
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/meta.d.ts +16 -1
  5. package/build/cjs/meta.js +59 -11
  6. package/build/cjs/meta.js.map +1 -1
  7. package/build/es/index.d.mts +24 -0
  8. package/build/es/index.mjs +20 -0
  9. package/build/es/index.mjs.map +1 -0
  10. package/build/es/meta.d.mts +16 -0
  11. package/build/es/meta.mjs +20 -0
  12. package/build/es/meta.mjs.map +1 -0
  13. package/build/es/package.json +3 -0
  14. package/build/internal/cjs/index.d.ts +24 -0
  15. package/build/internal/cjs/index.js +62 -0
  16. package/build/internal/cjs/index.js.map +1 -0
  17. package/build/internal/cjs/meta.d.ts +16 -0
  18. package/build/internal/cjs/meta.js +62 -0
  19. package/build/internal/cjs/meta.js.map +1 -0
  20. package/build/internal/es/index.d.mts +24 -0
  21. package/build/internal/es/index.mjs +20 -0
  22. package/build/internal/es/index.mjs.map +1 -0
  23. package/build/internal/es/meta.d.mts +16 -0
  24. package/build/internal/es/meta.mjs +20 -0
  25. package/build/internal/es/meta.mjs.map +1 -0
  26. package/meta/package.json +1 -4
  27. package/package.json +44 -12
  28. package/build/cjs/index.typings.d.ts +0 -1
  29. package/build/cjs/index.typings.js +0 -14
  30. package/build/cjs/index.typings.js.map +0 -1
  31. package/build/cjs/src/challenges-v1-participant.http.d.ts +0 -7
  32. package/build/cjs/src/challenges-v1-participant.http.js +0 -244
  33. package/build/cjs/src/challenges-v1-participant.http.js.map +0 -1
  34. package/build/cjs/src/challenges-v1-participant.meta.d.ts +0 -21
  35. package/build/cjs/src/challenges-v1-participant.meta.js +0 -81
  36. package/build/cjs/src/challenges-v1-participant.meta.js.map +0 -1
  37. package/build/cjs/src/challenges-v1-participant.public.d.ts +0 -10
  38. package/build/cjs/src/challenges-v1-participant.public.js +0 -39
  39. package/build/cjs/src/challenges-v1-participant.public.js.map +0 -1
  40. package/build/cjs/src/challenges-v1-participant.types.d.ts +0 -1016
  41. package/build/cjs/src/challenges-v1-participant.types.js +0 -111
  42. package/build/cjs/src/challenges-v1-participant.types.js.map +0 -1
  43. package/build/cjs/src/challenges-v1-participant.universal.d.ts +0 -964
  44. package/build/cjs/src/challenges-v1-participant.universal.js +0 -330
  45. package/build/cjs/src/challenges-v1-participant.universal.js.map +0 -1
  46. package/build/es/index.d.ts +0 -1
  47. package/build/es/index.js +0 -2
  48. package/build/es/index.js.map +0 -1
  49. package/build/es/index.typings.d.ts +0 -1
  50. package/build/es/index.typings.js +0 -2
  51. package/build/es/index.typings.js.map +0 -1
  52. package/build/es/meta.d.ts +0 -1
  53. package/build/es/meta.js +0 -2
  54. package/build/es/meta.js.map +0 -1
  55. package/build/es/src/challenges-v1-participant.http.d.ts +0 -7
  56. package/build/es/src/challenges-v1-participant.http.js +0 -238
  57. package/build/es/src/challenges-v1-participant.http.js.map +0 -1
  58. package/build/es/src/challenges-v1-participant.meta.d.ts +0 -21
  59. package/build/es/src/challenges-v1-participant.meta.js +0 -56
  60. package/build/es/src/challenges-v1-participant.meta.js.map +0 -1
  61. package/build/es/src/challenges-v1-participant.public.d.ts +0 -10
  62. package/build/es/src/challenges-v1-participant.public.js +0 -19
  63. package/build/es/src/challenges-v1-participant.public.js.map +0 -1
  64. package/build/es/src/challenges-v1-participant.types.d.ts +0 -1016
  65. package/build/es/src/challenges-v1-participant.types.js +0 -108
  66. package/build/es/src/challenges-v1-participant.types.js.map +0 -1
  67. package/build/es/src/challenges-v1-participant.universal.d.ts +0 -964
  68. package/build/es/src/challenges-v1-participant.universal.js +0 -305
  69. package/build/es/src/challenges-v1-participant.universal.js.map +0 -1
package/package.json CHANGED
@@ -1,33 +1,65 @@
1
1
  {
2
2
  "name": "@wix/online-programs",
3
- "version": "1.0.36",
3
+ "version": "1.0.38",
4
+ "license": "MIT",
4
5
  "publishConfig": {
5
6
  "registry": "https://registry.npmjs.org/",
6
7
  "access": "public"
7
8
  },
9
+ "keywords": [
10
+ "wixSdkBackendModule",
11
+ "wixSdkPageModule",
12
+ "wixSdkPublicModule"
13
+ ],
8
14
  "sideEffects": false,
9
- "module": "build/es/index.js",
10
- "main": "build/cjs/index.js",
11
- "typings": "./build/cjs/index.d.ts",
15
+ "main": "./build/cjs/index.js",
16
+ "types": "./build/cjs/index.d.ts",
17
+ "exports": {
18
+ ".": {
19
+ "import": "./build/es/index.mjs",
20
+ "require": "./build/cjs/index.js",
21
+ "types": "./build/es/index.d.mts"
22
+ },
23
+ "./package.json": "./package.json",
24
+ "./meta": {
25
+ "import": "./build/es/meta.mjs",
26
+ "require": "./build/cjs/meta.js",
27
+ "types": "./build/es/meta.d.mts"
28
+ }
29
+ },
12
30
  "files": [
13
31
  "build",
14
- "frontend/package.json",
15
- "meta"
32
+ "meta",
33
+ "service-plugins"
16
34
  ],
17
35
  "dependencies": {
18
- "@wix/metro-runtime": "^1.1528.0",
19
- "@wix/sdk-types": "^1.3.0",
20
- "@wix/motion-edm-autogen-query-wrapper": "^1.0.37"
36
+ "@wix/auto_sdk_online-programs_categories": "1.0.0",
37
+ "@wix/auto_sdk_online-programs_instructors": "1.0.0",
38
+ "@wix/auto_sdk_online-programs_online-program-participants": "1.0.0",
39
+ "@wix/auto_sdk_online-programs_participants": "1.0.0",
40
+ "@wix/auto_sdk_online-programs_programs": "1.0.0",
41
+ "@wix/auto_sdk_online-programs_quizzes": "1.0.0",
42
+ "@wix/auto_sdk_online-programs_sections": "1.0.0",
43
+ "@wix/auto_sdk_online-programs_steps": "1.0.0"
44
+ },
45
+ "devDependencies": {
46
+ "tsup": "^8.4.0",
47
+ "typescript": "^5.3.2"
21
48
  },
22
49
  "scripts": {
23
- "build": "tsc -b tsconfig.json tsconfig.esm.json",
50
+ "build": "tsup",
24
51
  "test": ":"
25
52
  },
26
53
  "wix": {
27
54
  "artifact": {
55
+ "groupId": "com.wixpress.public-sdk-autogen",
28
56
  "artifactId": "online-programs-public-sdk-autogen",
29
- "groupId": "com.wixpress.public-sdk-autogen"
57
+ "isRootPublicSdk": true
58
+ },
59
+ "sdkDependency": {
60
+ "fqdnNamespace": "",
61
+ "fqdn": ""
30
62
  }
31
63
  },
32
- "falconPackageHash": "66be6dcbebf2083489c6af5a667abe443f91b27a2ce3a42d1ea330ff"
64
+ "falconPackageHash": "8cfb578dd472c4ca1b4922e90b58f764e21f84d04262658b6b2e1a5d"
33
65
  }
@@ -1 +0,0 @@
1
- export * from './src/challenges-v1-participant.universal';
@@ -1,14 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
10
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
11
- };
12
- Object.defineProperty(exports, "__esModule", { value: true });
13
- __exportStar(require("./src/challenges-v1-participant.universal"), exports);
14
- //# sourceMappingURL=index.typings.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,4EAA0D"}
@@ -1,7 +0,0 @@
1
- import { RequestOptionsFactory } from '@wix/sdk-types';
2
- import { AddParticipantRequest, AddParticipantResponse, AddAllParticipantRequest, AddAllParticipantResponse, AddParticipantResponseNonNullableFields, AddParticipantsRequest, AddParticipantsResponse, AddParticipantsResponseNonNullableFields } from './challenges-v1-participant.types';
3
- /** owner adds participant to the challenge */
4
- export declare function addParticipant(payload: AddParticipantRequest): RequestOptionsFactory<AddParticipantResponse & AddParticipantResponseNonNullableFields>;
5
- /** owner adds participants to the challenge */
6
- export declare function addParticipants(payload: AddParticipantsRequest): RequestOptionsFactory<AddParticipantsResponse & AddParticipantsResponseNonNullableFields>;
7
- export declare function addAllParticipant(payload: AddAllParticipantRequest): RequestOptionsFactory<AddAllParticipantResponse>;
@@ -1,244 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.addAllParticipant = exports.addParticipants = exports.addParticipant = void 0;
4
- const ambassador_1 = require("@wix/metro-runtime/ambassador");
5
- const metro_runtime_1 = require("@wix/metro-runtime");
6
- const _addAllParticipantRequest = {};
7
- const _addAllParticipantResponse = {};
8
- const _addParticipantRequest = {};
9
- const _addParticipantResponse = { participant: '_participant' };
10
- const _addParticipantsRequest = {};
11
- const _addParticipantsResponse = { participants: '_participant' };
12
- const _certificate = { issuedDate: 'google.protobuf.Timestamp' };
13
- const _document = { urlExpirationDate: 'google.protobuf.Timestamp' };
14
- const _entitySummary = { media: '_mediaItem' };
15
- const _image = { urlExpirationDate: 'google.protobuf.Timestamp' };
16
- const _mediaItem = { image: '_image', video: '_video', document: '_document' };
17
- const _participant = {
18
- performance: 'DOUBLE',
19
- challenge: '_entitySummary',
20
- timeFrame: '_timeInterval',
21
- stepsSummary: '_stepsSummary',
22
- transitions: '_stateTransition',
23
- certificate: '_certificate',
24
- };
25
- const _participantStepStateTransition = {
26
- occurredAt: 'google.protobuf.Timestamp',
27
- };
28
- const _stateTransition = { occurredAt: 'google.protobuf.Timestamp' };
29
- const _stepEvent = { transition: '_participantStepStateTransition' };
30
- const _stepsSummary = { lastEvent: '_stepEvent' };
31
- const _timeInterval = {
32
- start: 'google.protobuf.Timestamp',
33
- finish: 'google.protobuf.Timestamp',
34
- };
35
- const _video = { thumbnail: '_image' };
36
- function resolveComWixpressAchievementsApiV1ParticipantsServiceUrl(opts) {
37
- const domainToMappings = {
38
- 'api._api_base_domain_': [
39
- {
40
- srcPath: '/challenge-service-web',
41
- destPath: '',
42
- },
43
- {
44
- srcPath: '/_api/challenge-service-web/api/v2',
45
- destPath: '/v2',
46
- },
47
- ],
48
- 'www._base_domain_': [
49
- {
50
- srcPath: '/_api/challenge-service-web',
51
- destPath: '',
52
- },
53
- {
54
- srcPath: '/challenges/api/v1',
55
- destPath: '/api/v1',
56
- },
57
- {
58
- srcPath: '/_api/challenge-service-web/api/v2',
59
- destPath: '/v2',
60
- },
61
- ],
62
- _: [
63
- {
64
- srcPath: '/_api/challenge-service-web',
65
- destPath: '',
66
- },
67
- {
68
- srcPath: '/challenges/api/v1',
69
- destPath: '/api/v1',
70
- },
71
- {
72
- srcPath: '/_api/challenge-service-web/api/v2',
73
- destPath: '/v2',
74
- },
75
- ],
76
- 'challenges.wixapps.net': [
77
- {
78
- srcPath: '/challenge-service-web/api',
79
- destPath: '',
80
- },
81
- {
82
- srcPath: '/challenge-service-web/api/v1',
83
- destPath: '/api/v1',
84
- },
85
- {
86
- srcPath: '/api/v1',
87
- destPath: '/api/v1',
88
- },
89
- ],
90
- 'manage._base_domain_': [
91
- {
92
- srcPath: '/_api/challenge-service-web',
93
- destPath: '',
94
- },
95
- {
96
- srcPath: '/_api/challenge-service-web/api/v2',
97
- destPath: '/v2',
98
- },
99
- ],
100
- 'editor-flow.wixapps.net': [
101
- {
102
- srcPath: '/_api/challenge-service-web',
103
- destPath: '',
104
- },
105
- ],
106
- 'editor.wixapps.net': [
107
- {
108
- srcPath: '/_api/challenge-service-web',
109
- destPath: '',
110
- },
111
- ],
112
- '*.dev.wix-code.com': [
113
- {
114
- srcPath: '/_api/challenge-service-web',
115
- destPath: '',
116
- },
117
- {
118
- srcPath: '/challenge-service-web/api/v1',
119
- destPath: '/api/v1',
120
- },
121
- {
122
- srcPath: '/_api/challenge-service-web/api/v2',
123
- destPath: '/v2',
124
- },
125
- ],
126
- 'editor._base_domain_': [
127
- {
128
- srcPath: '/_api/challenge-service-web',
129
- destPath: '',
130
- },
131
- ],
132
- 'blocks._base_domain_': [
133
- {
134
- srcPath: '/_api/challenge-service-web',
135
- destPath: '',
136
- },
137
- ],
138
- 'create.editorx': [
139
- {
140
- srcPath: '/_api/challenge-service-web',
141
- destPath: '',
142
- },
143
- ],
144
- };
145
- return (0, metro_runtime_1.resolveUrl)(Object.assign(opts, { domainToMappings }));
146
- }
147
- /** owner adds participant to the challenge */
148
- function addParticipant(payload) {
149
- const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_addParticipantRequest, {});
150
- const { fromJSON: fromRes } = (0, ambassador_1.serializer)(_addParticipantResponse, {
151
- _certificate,
152
- _document,
153
- _entitySummary,
154
- _image,
155
- _mediaItem,
156
- _participant,
157
- _participantStepStateTransition,
158
- _stateTransition,
159
- _stepEvent,
160
- _stepsSummary,
161
- _timeInterval,
162
- _video,
163
- });
164
- function __addParticipant({ host }) {
165
- const serializedData = toReq(payload);
166
- const metadata = {
167
- entityFqdn: 'wix.challenges.v1.participant',
168
- method: 'POST',
169
- methodFqn: 'com.wixpress.achievements.api.v1.ParticipantsService.AddParticipant',
170
- url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({
171
- protoPath: '/api/v1/participants/{challengeId}/add',
172
- data: serializedData,
173
- host,
174
- }),
175
- data: serializedData,
176
- transformResponse: fromRes,
177
- };
178
- return metadata;
179
- }
180
- __addParticipant.fromReq = fromReq;
181
- return __addParticipant;
182
- }
183
- exports.addParticipant = addParticipant;
184
- /** owner adds participants to the challenge */
185
- function addParticipants(payload) {
186
- const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_addParticipantsRequest, {});
187
- const { fromJSON: fromRes } = (0, ambassador_1.serializer)(_addParticipantsResponse, {
188
- _certificate,
189
- _document,
190
- _entitySummary,
191
- _image,
192
- _mediaItem,
193
- _participant,
194
- _participantStepStateTransition,
195
- _stateTransition,
196
- _stepEvent,
197
- _stepsSummary,
198
- _timeInterval,
199
- _video,
200
- });
201
- function __addParticipants({ host }) {
202
- const serializedData = toReq(payload);
203
- const metadata = {
204
- entityFqdn: 'wix.challenges.v1.participant',
205
- method: 'POST',
206
- methodFqn: 'com.wixpress.achievements.api.v1.ParticipantsService.AddParticipants',
207
- url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({
208
- protoPath: '/api/v1/participants/{challengeId}/bulk-add',
209
- data: serializedData,
210
- host,
211
- }),
212
- data: serializedData,
213
- transformResponse: fromRes,
214
- };
215
- return metadata;
216
- }
217
- __addParticipants.fromReq = fromReq;
218
- return __addParticipants;
219
- }
220
- exports.addParticipants = addParticipants;
221
- function addAllParticipant(payload) {
222
- const { toJSON: toReq, fromJSON: fromReq } = (0, ambassador_1.serializer)(_addAllParticipantRequest, {});
223
- const { fromJSON: fromRes } = (0, ambassador_1.serializer)(_addAllParticipantResponse, {});
224
- function __addAllParticipant({ host }) {
225
- const serializedData = toReq(payload);
226
- const metadata = {
227
- entityFqdn: 'wix.challenges.v1.participant',
228
- method: 'POST',
229
- methodFqn: 'com.wixpress.achievements.api.v1.ParticipantsService.AddAllParticipant',
230
- url: resolveComWixpressAchievementsApiV1ParticipantsServiceUrl({
231
- protoPath: '/api/v1/participants/{challengeId}/add-all',
232
- data: serializedData,
233
- host,
234
- }),
235
- data: serializedData,
236
- transformResponse: fromRes,
237
- };
238
- return metadata;
239
- }
240
- __addAllParticipant.fromReq = fromReq;
241
- return __addAllParticipant;
242
- }
243
- exports.addAllParticipant = addAllParticipant;
244
- //# sourceMappingURL=challenges-v1-participant.http.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"challenges-v1-participant.http.js","sourceRoot":"","sources":["../../../src/challenges-v1-participant.http.ts"],"names":[],"mappings":"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"}
@@ -1,21 +0,0 @@
1
- import * as ambassadorWixChallengesV1ParticipantTypes from './challenges-v1-participant.types';
2
- import * as ambassadorWixChallengesV1ParticipantUniversalTypes from './challenges-v1-participant.universal';
3
- export declare type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
4
- getUrl: (context: any) => string;
5
- httpMethod: K;
6
- path: string;
7
- pathParams: M;
8
- __requestType: T;
9
- __originalRequestType: S;
10
- __responseType: Q;
11
- __originalResponseType: R;
12
- };
13
- export declare function addParticipant(): __PublicMethodMetaInfo<'POST', {
14
- challengeId: string;
15
- }, ambassadorWixChallengesV1ParticipantUniversalTypes.AddParticipantRequest, ambassadorWixChallengesV1ParticipantTypes.AddParticipantRequest, ambassadorWixChallengesV1ParticipantUniversalTypes.AddParticipantResponse & ambassadorWixChallengesV1ParticipantUniversalTypes.AddParticipantResponseNonNullableFields, ambassadorWixChallengesV1ParticipantTypes.AddParticipantResponse & ambassadorWixChallengesV1ParticipantTypes.AddParticipantResponseNonNullableFields>;
16
- export declare function addParticipants(): __PublicMethodMetaInfo<'POST', {
17
- challengeId: string;
18
- }, ambassadorWixChallengesV1ParticipantUniversalTypes.AddParticipantsRequest, ambassadorWixChallengesV1ParticipantTypes.AddParticipantsRequest, ambassadorWixChallengesV1ParticipantUniversalTypes.AddParticipantsResponse & ambassadorWixChallengesV1ParticipantUniversalTypes.AddParticipantsResponseNonNullableFields, ambassadorWixChallengesV1ParticipantTypes.AddParticipantsResponse & ambassadorWixChallengesV1ParticipantTypes.AddParticipantsResponseNonNullableFields>;
19
- export declare function addAllParticipant(): __PublicMethodMetaInfo<'POST', {
20
- challengeId: string;
21
- }, ambassadorWixChallengesV1ParticipantUniversalTypes.AddAllParticipantRequest, ambassadorWixChallengesV1ParticipantTypes.AddAllParticipantRequest, ambassadorWixChallengesV1ParticipantUniversalTypes.AddAllParticipantResponse, ambassadorWixChallengesV1ParticipantTypes.AddAllParticipantResponse>;
@@ -1,81 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
- }) : (function(o, m, k, k2) {
6
- if (k2 === undefined) k2 = k;
7
- o[k2] = m[k];
8
- }));
9
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
10
- Object.defineProperty(o, "default", { enumerable: true, value: v });
11
- }) : function(o, v) {
12
- o["default"] = v;
13
- });
14
- var __importStar = (this && this.__importStar) || function (mod) {
15
- if (mod && mod.__esModule) return mod;
16
- var result = {};
17
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
18
- __setModuleDefault(result, mod);
19
- return result;
20
- };
21
- Object.defineProperty(exports, "__esModule", { value: true });
22
- exports.addAllParticipant = exports.addParticipants = exports.addParticipant = void 0;
23
- const ambassadorWixChallengesV1Participant = __importStar(require("./challenges-v1-participant.http"));
24
- function addParticipant() {
25
- const payload = { challengeId: ':challengeId' };
26
- const getRequestOptions = ambassadorWixChallengesV1Participant.addParticipant(payload);
27
- const getUrl = (context) => {
28
- const { url } = getRequestOptions(context);
29
- return url;
30
- };
31
- return {
32
- getUrl,
33
- httpMethod: 'POST',
34
- path: '/api/v1/participants/{challengeId}/add',
35
- pathParams: { challengeId: 'challengeId' },
36
- __requestType: null,
37
- __originalRequestType: null,
38
- __responseType: null,
39
- __originalResponseType: null,
40
- };
41
- }
42
- exports.addParticipant = addParticipant;
43
- function addParticipants() {
44
- const payload = { challengeId: ':challengeId' };
45
- const getRequestOptions = ambassadorWixChallengesV1Participant.addParticipants(payload);
46
- const getUrl = (context) => {
47
- const { url } = getRequestOptions(context);
48
- return url;
49
- };
50
- return {
51
- getUrl,
52
- httpMethod: 'POST',
53
- path: '/api/v1/participants/{challengeId}/bulk-add',
54
- pathParams: { challengeId: 'challengeId' },
55
- __requestType: null,
56
- __originalRequestType: null,
57
- __responseType: null,
58
- __originalResponseType: null,
59
- };
60
- }
61
- exports.addParticipants = addParticipants;
62
- function addAllParticipant() {
63
- const payload = { challengeId: ':challengeId' };
64
- const getRequestOptions = ambassadorWixChallengesV1Participant.addAllParticipant(payload);
65
- const getUrl = (context) => {
66
- const { url } = getRequestOptions(context);
67
- return url;
68
- };
69
- return {
70
- getUrl,
71
- httpMethod: 'POST',
72
- path: '/api/v1/participants/{challengeId}/add-all',
73
- pathParams: { challengeId: 'challengeId' },
74
- __requestType: null,
75
- __originalRequestType: null,
76
- __responseType: null,
77
- __originalResponseType: null,
78
- };
79
- }
80
- exports.addAllParticipant = addAllParticipant;
81
- //# sourceMappingURL=challenges-v1-participant.meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"challenges-v1-participant.meta.js","sourceRoot":"","sources":["../../../src/challenges-v1-participant.meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,uGAAyF;AAsBzF,SAAgB,cAAc;IAU5B,MAAM,OAAO,GAAG,EAAE,WAAW,EAAE,cAAc,EAAS,CAAC;IAEvD,MAAM,iBAAiB,GACrB,oCAAoC,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;IAE/D,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,wCAAwC;QAC9C,UAAU,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE;QAC1C,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AA9BD,wCA8BC;AAED,SAAgB,eAAe;IAU7B,MAAM,OAAO,GAAG,EAAE,WAAW,EAAE,cAAc,EAAS,CAAC;IAEvD,MAAM,iBAAiB,GACrB,oCAAoC,CAAC,eAAe,CAAC,OAAO,CAAC,CAAC;IAEhE,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,6CAA6C;QACnD,UAAU,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE;QAC1C,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AA9BD,0CA8BC;AAED,SAAgB,iBAAiB;IAQ/B,MAAM,OAAO,GAAG,EAAE,WAAW,EAAE,cAAc,EAAS,CAAC;IAEvD,MAAM,iBAAiB,GACrB,oCAAoC,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAElE,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAI,CAAC;IACd,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,MAAM;QAClB,IAAI,EAAE,4CAA4C;QAClD,UAAU,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE;QAC1C,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC;AA5BD,8CA4BC"}
@@ -1,10 +0,0 @@
1
- import { HttpClient } from '@wix/sdk-types';
2
- import { AddAllParticipantOptions, AddParticipantOptions, AddParticipantsOptions } from './challenges-v1-participant.universal';
3
- export declare const __metadata: {
4
- PACKAGE_NAME: string;
5
- };
6
- export declare function addParticipant(httpClient: HttpClient): (challengeId: string, options?: AddParticipantOptions | undefined) => Promise<import("./challenges-v1-participant.universal").AddParticipantResponse & import("./challenges-v1-participant.universal").AddParticipantResponseNonNullableFields>;
7
- export declare function addParticipants(httpClient: HttpClient): (challengeId: string, options?: AddParticipantsOptions | undefined) => Promise<import("./challenges-v1-participant.universal").AddParticipantsResponse & import("./challenges-v1-participant.universal").AddParticipantsResponseNonNullableFields>;
8
- export declare function addAllParticipant(httpClient: HttpClient): (challengeId: string, options?: AddAllParticipantOptions | undefined) => Promise<void>;
9
- export { ParticipantStepState, State, ParticipationState, QueryParticipantsRequestJoinPath, QueryParticipantsRequestSortingCriterion, QueryParticipantsRequestSortingOrder, SortingCriterion, SortingOrder, PaymentType, DescriptionFieldSet, ChoiceRightness, QuizType, DurationUnit, ResolutionStatus, } from './challenges-v1-participant.universal';
10
- export { Participant, StepEvent, ParticipantStepStateTransition, Free, Added, SinglePayment, PaidPlan, FreeCoupon, Member, EntitySummary, MediaItem, MediaItemMediaOneOf, TimeInterval, StepsSummary, StateTransition, DateInterval, JoinPath, JoinPathPathOneOf, Certificate, QueryParticipantsRequest, ParticipantJoinDate, ParticipantPerformance, Paging, QueryParticipantsRequestSorting, ParticipantsFilter, QueryParticipantsResponse, ListParticipantsRequest, Sorting, ListParticipantsResponse, JoinParticipantRequest, JoinParticipantResponse, ParticipantJoined, AddParticipantRequest, AddParticipantResponse, AddParticipantsRequest, AddParticipantsResponse, AddAllParticipantRequest, AddAllParticipantResponse, CreateJoinRequestRequest, CreateJoinRequestResponse, InviteParticipantsRequest, InviteParticipantsResponse, InvitationDetails, InviteAllParticipantsRequest, InviteAllParticipantsResponse, GetParticipantRequest, GetParticipantResponse, UpdateParticipantRequest, UpdateParticipantRequestUpdateOneOf, UpdateParticipantResponse, DeleteParticipantRequest, DeleteParticipantResponse, ReviveParticipantRequest, ReviveParticipantResponse, ResetParticipantProgressRequest, ResetParticipantProgressResponse, IssueParticipantCertificateRequest, IssueParticipantCertificateResponse, IssueCertificateRequest, IssueCertificateResponse, GetCertificateRequest, GetCertificateResponse, CreatePaymentOrderRequest, CreatePaymentOrderResponse, ApplyCouponToOrderRequest, ApplyCouponToOrderResponse, RemoveCouponFromOrderRequest, RemoveCouponFromOrderResponse, ListParticipantStepsRequest, ListParticipantStepsResponse, ParticipantStep, FeedbackItem, FeedbackItemValueOneOf, MediaItems, FeedbackItemChoice, Quantity, Choices, ChallengeStep, GeneralSettings, GeneralSettingsStepTypeOneOf, ObjectDescription, IndividualSettings, FeedbackItemSettings, NumericFeedbackItem, TextFeedbackItem, MediaFeedbackItem, MultipleChoiceFeedbackItem, Choice, QuantityFeedbackItem, FeedbackItemType, FeedbackItemTypeTypeOneOf, GroupSettings, CompletionCriteria, QuantityCriterion, QuantityCriterionCriterionOneOf, All, MinThreshold, QuizSettings, QuizMigrationDetails, TimeDuration, RecurrenceSettings, RecurrenceSchedule, EmbeddingSettings, StartCondition, StepDependency, StepDependencyDependencyTypeOneOf, Container, Step, ChallengeStepSettings, Feedback, QuizSubmission, GetParticipantStepRequest, GetParticipantStepResponse, ResolveParticipantStepRequest, ResolveParticipantStepResponse, StepResolved, UpdateStepFeedbackRequest, UpdateStepFeedbackResponse, GetMediaUploadInfoRequest, GetMediaUploadInfoResponse, ListParticipantSectionsRequest, ListParticipantSectionsResponse, ParticipantSection, WaitingDate, WaitingDependency, Running, Completed, Overdue, ChallengeSection, Settings, ParticipantSectionStateTransition, ParticipantSectionStateTransitionStateOneOf, Progress, GetParticipantSectionRequest, GetParticipantSectionResponse, MyProgramRequest, MyProgramResponse, MyProgramStepRequest, MyProgramStepResponse, MyProgramSectionRequest, MyProgramSectionResponse, AddParticipantResponseNonNullableFields, AddParticipantsResponseNonNullableFields, AddParticipantOptions, AddParticipantsOptions, AddAllParticipantOptions, } from './challenges-v1-participant.universal';
@@ -1,39 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ResolutionStatus = exports.DurationUnit = exports.QuizType = exports.ChoiceRightness = exports.DescriptionFieldSet = exports.PaymentType = exports.SortingOrder = exports.SortingCriterion = exports.QueryParticipantsRequestSortingOrder = exports.QueryParticipantsRequestSortingCriterion = exports.QueryParticipantsRequestJoinPath = exports.ParticipationState = exports.State = exports.ParticipantStepState = exports.addAllParticipant = exports.addParticipants = exports.addParticipant = exports.__metadata = void 0;
4
- const challenges_v1_participant_universal_1 = require("./challenges-v1-participant.universal");
5
- exports.__metadata = { PACKAGE_NAME: '@wix/online-programs' };
6
- function addParticipant(httpClient) {
7
- return (challengeId, options) => (0, challenges_v1_participant_universal_1.addParticipant)(challengeId, options,
8
- // @ts-ignore
9
- { httpClient });
10
- }
11
- exports.addParticipant = addParticipant;
12
- function addParticipants(httpClient) {
13
- return (challengeId, options) => (0, challenges_v1_participant_universal_1.addParticipants)(challengeId, options,
14
- // @ts-ignore
15
- { httpClient });
16
- }
17
- exports.addParticipants = addParticipants;
18
- function addAllParticipant(httpClient) {
19
- return (challengeId, options) => (0, challenges_v1_participant_universal_1.addAllParticipant)(challengeId, options,
20
- // @ts-ignore
21
- { httpClient });
22
- }
23
- exports.addAllParticipant = addAllParticipant;
24
- var challenges_v1_participant_universal_2 = require("./challenges-v1-participant.universal");
25
- Object.defineProperty(exports, "ParticipantStepState", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.ParticipantStepState; } });
26
- Object.defineProperty(exports, "State", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.State; } });
27
- Object.defineProperty(exports, "ParticipationState", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.ParticipationState; } });
28
- Object.defineProperty(exports, "QueryParticipantsRequestJoinPath", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.QueryParticipantsRequestJoinPath; } });
29
- Object.defineProperty(exports, "QueryParticipantsRequestSortingCriterion", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.QueryParticipantsRequestSortingCriterion; } });
30
- Object.defineProperty(exports, "QueryParticipantsRequestSortingOrder", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.QueryParticipantsRequestSortingOrder; } });
31
- Object.defineProperty(exports, "SortingCriterion", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.SortingCriterion; } });
32
- Object.defineProperty(exports, "SortingOrder", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.SortingOrder; } });
33
- Object.defineProperty(exports, "PaymentType", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.PaymentType; } });
34
- Object.defineProperty(exports, "DescriptionFieldSet", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.DescriptionFieldSet; } });
35
- Object.defineProperty(exports, "ChoiceRightness", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.ChoiceRightness; } });
36
- Object.defineProperty(exports, "QuizType", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.QuizType; } });
37
- Object.defineProperty(exports, "DurationUnit", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.DurationUnit; } });
38
- Object.defineProperty(exports, "ResolutionStatus", { enumerable: true, get: function () { return challenges_v1_participant_universal_2.ResolutionStatus; } });
39
- //# sourceMappingURL=challenges-v1-participant.public.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"challenges-v1-participant.public.js","sourceRoot":"","sources":["../../../src/challenges-v1-participant.public.ts"],"names":[],"mappings":";;;AACA,+FAO+C;AAElC,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,sBAAsB,EAAE,CAAC;AAEnE,SAAgB,cAAc,CAAC,UAAsB;IACnD,OAAO,CAAC,WAAmB,EAAE,OAA+B,EAAE,EAAE,CAC9D,IAAA,oDAAuB,EACrB,WAAW,EACX,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,wCAQC;AAED,SAAgB,eAAe,CAAC,UAAsB;IACpD,OAAO,CAAC,WAAmB,EAAE,OAAgC,EAAE,EAAE,CAC/D,IAAA,qDAAwB,EACtB,WAAW,EACX,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,0CAQC;AAED,SAAgB,iBAAiB,CAAC,UAAsB;IACtD,OAAO,CAAC,WAAmB,EAAE,OAAkC,EAAE,EAAE,CACjE,IAAA,uDAA0B,EACxB,WAAW,EACX,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,8CAQC;AAED,6FAe+C;AAd7C,2IAAA,oBAAoB,OAAA;AACpB,4HAAA,KAAK,OAAA;AACL,yIAAA,kBAAkB,OAAA;AAClB,uJAAA,gCAAgC,OAAA;AAChC,+JAAA,wCAAwC,OAAA;AACxC,2JAAA,oCAAoC,OAAA;AACpC,uIAAA,gBAAgB,OAAA;AAChB,mIAAA,YAAY,OAAA;AACZ,kIAAA,WAAW,OAAA;AACX,0IAAA,mBAAmB,OAAA;AACnB,sIAAA,eAAe,OAAA;AACf,+HAAA,QAAQ,OAAA;AACR,mIAAA,YAAY,OAAA;AACZ,uIAAA,gBAAgB,OAAA"}