@ludo.ninja/api 2.8.28 → 2.8.30

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 (48) hide show
  1. package/build/config/index.js +4 -4
  2. package/build/graphql_tools/__generated__/adminHost/schema.d.ts +1434 -0
  3. package/build/graphql_tools/__generated__/adminHost/schema.js +688 -0
  4. package/build/graphql_tools/__generated__/assetsHost/schema.d.ts +392 -0
  5. package/build/graphql_tools/__generated__/assetsHost/schema.js +80 -0
  6. package/build/graphql_tools/__generated__/authHost/schema.d.ts +238 -0
  7. package/build/graphql_tools/__generated__/authHost/schema.js +85 -0
  8. package/build/graphql_tools/__generated__/collectionsHost/schema.d.ts +455 -0
  9. package/build/graphql_tools/__generated__/collectionsHost/schema.js +80 -0
  10. package/build/graphql_tools/__generated__/experiencesHost/schema.d.ts +356 -0
  11. package/build/graphql_tools/__generated__/experiencesHost/schema.js +191 -0
  12. package/build/graphql_tools/__generated__/extensionHost/schema.d.ts +808 -0
  13. package/build/graphql_tools/__generated__/extensionHost/schema.js +449 -0
  14. package/build/graphql_tools/__generated__/galleriesHost/schema.d.ts +794 -0
  15. package/build/graphql_tools/__generated__/galleriesHost/schema.js +575 -0
  16. package/build/graphql_tools/__generated__/identityHost/schema.d.ts +1205 -0
  17. package/build/graphql_tools/__generated__/identityHost/schema.js +757 -0
  18. package/build/graphql_tools/__generated__/mediasHost/schema.d.ts +242 -0
  19. package/build/graphql_tools/__generated__/mediasHost/schema.js +110 -0
  20. package/build/graphql_tools/__generated__/opportunitiesHost/schema.d.ts +486 -0
  21. package/build/graphql_tools/__generated__/opportunitiesHost/schema.js +148 -0
  22. package/build/graphql_tools/__generated__/preferencesHost/schema.d.ts +604 -0
  23. package/build/graphql_tools/__generated__/preferencesHost/schema.js +411 -0
  24. package/build/graphql_tools/__generated__/schema.d.ts +1 -0
  25. package/build/graphql_tools/__generated__/searchHost/schema.d.ts +1304 -0
  26. package/build/graphql_tools/__generated__/searchHost/schema.js +1191 -0
  27. package/build/hosts/index.d.ts +0 -3
  28. package/build/hosts/index.js +1 -4
  29. package/build/index.d.ts +13 -2
  30. package/build/index.js +25 -3
  31. package/package.json +1 -1
  32. package/src/config/index.ts +50 -50
  33. package/src/graphql_tools/__generated__/adminHost/schema.ts +1814 -0
  34. package/src/graphql_tools/__generated__/assetsHost/schema.ts +482 -0
  35. package/src/graphql_tools/__generated__/authHost/schema.ts +317 -0
  36. package/src/graphql_tools/__generated__/collectionsHost/schema.ts +554 -0
  37. package/src/graphql_tools/__generated__/experiencesHost/schema.ts +478 -0
  38. package/src/graphql_tools/__generated__/extensionHost/schema.ts +1074 -0
  39. package/src/graphql_tools/__generated__/galleriesHost/schema.ts +1090 -0
  40. package/src/graphql_tools/__generated__/identityHost/schema.ts +1584 -0
  41. package/src/graphql_tools/__generated__/mediasHost/schema.ts +333 -0
  42. package/src/graphql_tools/__generated__/opportunitiesHost/schema.ts +629 -0
  43. package/src/graphql_tools/__generated__/preferencesHost/schema.ts +772 -0
  44. package/src/graphql_tools/__generated__/schema.ts +1 -0
  45. package/src/graphql_tools/__generated__/searchHost/schema.ts +2137 -0
  46. package/src/hosts/index.ts +0 -6
  47. package/src/index.ts +29 -2
  48. package/tsconfig.tsbuildinfo +1 -1
@@ -0,0 +1,411 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.useFetchSetsSearchResultTypeSelectionsLazyQuery = exports.useFetchSetsSearchResultTypeSelectionsQuery = exports.FetchSetsSearchResultTypeSelectionsDocument = exports.useFetchSearchResultStatusSelectionsLazyQuery = exports.useFetchSearchResultStatusSelectionsQuery = exports.FetchSearchResultStatusSelectionsDocument = exports.useFetchSearchResultCategorySelectionsLazyQuery = exports.useFetchSearchResultCategorySelectionsQuery = exports.FetchSearchResultCategorySelectionsDocument = exports.useFetchSearchResultBlockchainSelectionsLazyQuery = exports.useFetchSearchResultBlockchainSelectionsQuery = exports.FetchSearchResultBlockchainSelectionsDocument = exports.useFetchUserInterestsLazyQuery = exports.useFetchUserInterestsQuery = exports.FetchUserInterestsDocument = exports.useFetchUserExpectationsLazyQuery = exports.useFetchUserExpectationsQuery = exports.FetchUserExpectationsDocument = exports.useFetchSearchResultTimeSelectionsLazyQuery = exports.useFetchSearchResultTimeSelectionsQuery = exports.FetchSearchResultTimeSelectionsDocument = exports.useFetchSearchResultSelectionsLazyQuery = exports.useFetchSearchResultSelectionsQuery = exports.FetchSearchResultSelectionsDocument = exports.useFetchInterestsLazyQuery = exports.useFetchInterestsQuery = exports.FetchInterestsDocument = exports.useFetchExpectationsLazyQuery = exports.useFetchExpectationsQuery = exports.FetchExpectationsDocument = exports.useSaveUserInterestsMutation = exports.SaveUserInterestsDocument = exports.useSaveUserExpectationsMutation = exports.SaveUserExpectationsDocument = void 0;
27
+ const client_1 = require("@apollo/client");
28
+ const Apollo = __importStar(require("@apollo/client"));
29
+ exports.SaveUserExpectationsDocument = (0, client_1.gql) `
30
+ mutation SaveUserExpectations($expectations: [String]!) {
31
+ saveUserExpectations(expectations: $expectations)
32
+ }
33
+ `;
34
+ /**
35
+ * __useSaveUserExpectationsMutation__
36
+ *
37
+ * To run a mutation, you first call `useSaveUserExpectationsMutation` within a React component and pass it any options that fit your needs.
38
+ * When your component renders, `useSaveUserExpectationsMutation` returns a tuple that includes:
39
+ * - A mutate function that you can call at any time to execute the mutation
40
+ * - An object with fields that represent the current status of the mutation's execution
41
+ *
42
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
43
+ *
44
+ * @example
45
+ * const [saveUserExpectationsMutation, { data, loading, error }] = useSaveUserExpectationsMutation({
46
+ * variables: {
47
+ * expectations: // value for 'expectations'
48
+ * },
49
+ * });
50
+ */
51
+ function useSaveUserExpectationsMutation(baseOptions) {
52
+ return Apollo.useMutation(exports.SaveUserExpectationsDocument, baseOptions);
53
+ }
54
+ exports.useSaveUserExpectationsMutation = useSaveUserExpectationsMutation;
55
+ exports.SaveUserInterestsDocument = (0, client_1.gql) `
56
+ mutation SaveUserInterests($interests: [String]!) {
57
+ saveUserInterests(interests: $interests)
58
+ }
59
+ `;
60
+ /**
61
+ * __useSaveUserInterestsMutation__
62
+ *
63
+ * To run a mutation, you first call `useSaveUserInterestsMutation` within a React component and pass it any options that fit your needs.
64
+ * When your component renders, `useSaveUserInterestsMutation` returns a tuple that includes:
65
+ * - A mutate function that you can call at any time to execute the mutation
66
+ * - An object with fields that represent the current status of the mutation's execution
67
+ *
68
+ * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
69
+ *
70
+ * @example
71
+ * const [saveUserInterestsMutation, { data, loading, error }] = useSaveUserInterestsMutation({
72
+ * variables: {
73
+ * interests: // value for 'interests'
74
+ * },
75
+ * });
76
+ */
77
+ function useSaveUserInterestsMutation(baseOptions) {
78
+ return Apollo.useMutation(exports.SaveUserInterestsDocument, baseOptions);
79
+ }
80
+ exports.useSaveUserInterestsMutation = useSaveUserInterestsMutation;
81
+ exports.FetchExpectationsDocument = (0, client_1.gql) `
82
+ query FetchExpectations {
83
+ fetchExpectations {
84
+ name
85
+ imageUrl
86
+ }
87
+ }
88
+ `;
89
+ /**
90
+ * __useFetchExpectationsQuery__
91
+ *
92
+ * To run a query within a React component, call `useFetchExpectationsQuery` and pass it any options that fit your needs.
93
+ * When your component renders, `useFetchExpectationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
94
+ * you can use to render your UI.
95
+ *
96
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
97
+ *
98
+ * @example
99
+ * const { data, loading, error } = useFetchExpectationsQuery({
100
+ * variables: {
101
+ * },
102
+ * });
103
+ */
104
+ function useFetchExpectationsQuery(baseOptions) {
105
+ return Apollo.useQuery(exports.FetchExpectationsDocument, baseOptions);
106
+ }
107
+ exports.useFetchExpectationsQuery = useFetchExpectationsQuery;
108
+ function useFetchExpectationsLazyQuery(baseOptions) {
109
+ return Apollo.useLazyQuery(exports.FetchExpectationsDocument, baseOptions);
110
+ }
111
+ exports.useFetchExpectationsLazyQuery = useFetchExpectationsLazyQuery;
112
+ exports.FetchInterestsDocument = (0, client_1.gql) `
113
+ query FetchInterests {
114
+ fetchInterests {
115
+ name
116
+ imageUrl
117
+ }
118
+ }
119
+ `;
120
+ /**
121
+ * __useFetchInterestsQuery__
122
+ *
123
+ * To run a query within a React component, call `useFetchInterestsQuery` and pass it any options that fit your needs.
124
+ * When your component renders, `useFetchInterestsQuery` returns an object from Apollo Client that contains loading, error, and data properties
125
+ * you can use to render your UI.
126
+ *
127
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
128
+ *
129
+ * @example
130
+ * const { data, loading, error } = useFetchInterestsQuery({
131
+ * variables: {
132
+ * },
133
+ * });
134
+ */
135
+ function useFetchInterestsQuery(baseOptions) {
136
+ return Apollo.useQuery(exports.FetchInterestsDocument, baseOptions);
137
+ }
138
+ exports.useFetchInterestsQuery = useFetchInterestsQuery;
139
+ function useFetchInterestsLazyQuery(baseOptions) {
140
+ return Apollo.useLazyQuery(exports.FetchInterestsDocument, baseOptions);
141
+ }
142
+ exports.useFetchInterestsLazyQuery = useFetchInterestsLazyQuery;
143
+ exports.FetchSearchResultSelectionsDocument = (0, client_1.gql) `
144
+ query FetchSearchResultSelections {
145
+ fetchSearchResultSelections {
146
+ typeSelections {
147
+ id: name
148
+ label
149
+ }
150
+ blockchainSelections {
151
+ id: name
152
+ label
153
+ }
154
+ categorySelections {
155
+ id: name
156
+ label
157
+ }
158
+ timeSelections {
159
+ id: name
160
+ label
161
+ }
162
+ statusSelections {
163
+ id: name
164
+ label
165
+ }
166
+ }
167
+ }
168
+ `;
169
+ /**
170
+ * __useFetchSearchResultSelectionsQuery__
171
+ *
172
+ * To run a query within a React component, call `useFetchSearchResultSelectionsQuery` and pass it any options that fit your needs.
173
+ * When your component renders, `useFetchSearchResultSelectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
174
+ * you can use to render your UI.
175
+ *
176
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
177
+ *
178
+ * @example
179
+ * const { data, loading, error } = useFetchSearchResultSelectionsQuery({
180
+ * variables: {
181
+ * },
182
+ * });
183
+ */
184
+ function useFetchSearchResultSelectionsQuery(baseOptions) {
185
+ return Apollo.useQuery(exports.FetchSearchResultSelectionsDocument, baseOptions);
186
+ }
187
+ exports.useFetchSearchResultSelectionsQuery = useFetchSearchResultSelectionsQuery;
188
+ function useFetchSearchResultSelectionsLazyQuery(baseOptions) {
189
+ return Apollo.useLazyQuery(exports.FetchSearchResultSelectionsDocument, baseOptions);
190
+ }
191
+ exports.useFetchSearchResultSelectionsLazyQuery = useFetchSearchResultSelectionsLazyQuery;
192
+ exports.FetchSearchResultTimeSelectionsDocument = (0, client_1.gql) `
193
+ query FetchSearchResultTimeSelections {
194
+ fetchSearchResultTimeSelections {
195
+ name
196
+ label
197
+ }
198
+ }
199
+ `;
200
+ /**
201
+ * __useFetchSearchResultTimeSelectionsQuery__
202
+ *
203
+ * To run a query within a React component, call `useFetchSearchResultTimeSelectionsQuery` and pass it any options that fit your needs.
204
+ * When your component renders, `useFetchSearchResultTimeSelectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
205
+ * you can use to render your UI.
206
+ *
207
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
208
+ *
209
+ * @example
210
+ * const { data, loading, error } = useFetchSearchResultTimeSelectionsQuery({
211
+ * variables: {
212
+ * },
213
+ * });
214
+ */
215
+ function useFetchSearchResultTimeSelectionsQuery(baseOptions) {
216
+ return Apollo.useQuery(exports.FetchSearchResultTimeSelectionsDocument, baseOptions);
217
+ }
218
+ exports.useFetchSearchResultTimeSelectionsQuery = useFetchSearchResultTimeSelectionsQuery;
219
+ function useFetchSearchResultTimeSelectionsLazyQuery(baseOptions) {
220
+ return Apollo.useLazyQuery(exports.FetchSearchResultTimeSelectionsDocument, baseOptions);
221
+ }
222
+ exports.useFetchSearchResultTimeSelectionsLazyQuery = useFetchSearchResultTimeSelectionsLazyQuery;
223
+ exports.FetchUserExpectationsDocument = (0, client_1.gql) `
224
+ query FetchUserExpectations {
225
+ fetchUserExpectations {
226
+ userId
227
+ name
228
+ imageUrl
229
+ }
230
+ }
231
+ `;
232
+ /**
233
+ * __useFetchUserExpectationsQuery__
234
+ *
235
+ * To run a query within a React component, call `useFetchUserExpectationsQuery` and pass it any options that fit your needs.
236
+ * When your component renders, `useFetchUserExpectationsQuery` returns an object from Apollo Client that contains loading, error, and data properties
237
+ * you can use to render your UI.
238
+ *
239
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
240
+ *
241
+ * @example
242
+ * const { data, loading, error } = useFetchUserExpectationsQuery({
243
+ * variables: {
244
+ * },
245
+ * });
246
+ */
247
+ function useFetchUserExpectationsQuery(baseOptions) {
248
+ return Apollo.useQuery(exports.FetchUserExpectationsDocument, baseOptions);
249
+ }
250
+ exports.useFetchUserExpectationsQuery = useFetchUserExpectationsQuery;
251
+ function useFetchUserExpectationsLazyQuery(baseOptions) {
252
+ return Apollo.useLazyQuery(exports.FetchUserExpectationsDocument, baseOptions);
253
+ }
254
+ exports.useFetchUserExpectationsLazyQuery = useFetchUserExpectationsLazyQuery;
255
+ exports.FetchUserInterestsDocument = (0, client_1.gql) `
256
+ query FetchUserInterests {
257
+ fetchUserInterests {
258
+ userId
259
+ name
260
+ imageUrl
261
+ percents
262
+ }
263
+ }
264
+ `;
265
+ /**
266
+ * __useFetchUserInterestsQuery__
267
+ *
268
+ * To run a query within a React component, call `useFetchUserInterestsQuery` and pass it any options that fit your needs.
269
+ * When your component renders, `useFetchUserInterestsQuery` returns an object from Apollo Client that contains loading, error, and data properties
270
+ * you can use to render your UI.
271
+ *
272
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
273
+ *
274
+ * @example
275
+ * const { data, loading, error } = useFetchUserInterestsQuery({
276
+ * variables: {
277
+ * },
278
+ * });
279
+ */
280
+ function useFetchUserInterestsQuery(baseOptions) {
281
+ return Apollo.useQuery(exports.FetchUserInterestsDocument, baseOptions);
282
+ }
283
+ exports.useFetchUserInterestsQuery = useFetchUserInterestsQuery;
284
+ function useFetchUserInterestsLazyQuery(baseOptions) {
285
+ return Apollo.useLazyQuery(exports.FetchUserInterestsDocument, baseOptions);
286
+ }
287
+ exports.useFetchUserInterestsLazyQuery = useFetchUserInterestsLazyQuery;
288
+ exports.FetchSearchResultBlockchainSelectionsDocument = (0, client_1.gql) `
289
+ query FetchSearchResultBlockchainSelections {
290
+ fetchSearchResultBlockchainSelections {
291
+ name
292
+ label
293
+ }
294
+ }
295
+ `;
296
+ /**
297
+ * __useFetchSearchResultBlockchainSelectionsQuery__
298
+ *
299
+ * To run a query within a React component, call `useFetchSearchResultBlockchainSelectionsQuery` and pass it any options that fit your needs.
300
+ * When your component renders, `useFetchSearchResultBlockchainSelectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
301
+ * you can use to render your UI.
302
+ *
303
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
304
+ *
305
+ * @example
306
+ * const { data, loading, error } = useFetchSearchResultBlockchainSelectionsQuery({
307
+ * variables: {
308
+ * },
309
+ * });
310
+ */
311
+ function useFetchSearchResultBlockchainSelectionsQuery(baseOptions) {
312
+ return Apollo.useQuery(exports.FetchSearchResultBlockchainSelectionsDocument, baseOptions);
313
+ }
314
+ exports.useFetchSearchResultBlockchainSelectionsQuery = useFetchSearchResultBlockchainSelectionsQuery;
315
+ function useFetchSearchResultBlockchainSelectionsLazyQuery(baseOptions) {
316
+ return Apollo.useLazyQuery(exports.FetchSearchResultBlockchainSelectionsDocument, baseOptions);
317
+ }
318
+ exports.useFetchSearchResultBlockchainSelectionsLazyQuery = useFetchSearchResultBlockchainSelectionsLazyQuery;
319
+ exports.FetchSearchResultCategorySelectionsDocument = (0, client_1.gql) `
320
+ query FetchSearchResultCategorySelections {
321
+ fetchSearchResultCategorySelections {
322
+ name
323
+ label
324
+ }
325
+ }
326
+ `;
327
+ /**
328
+ * __useFetchSearchResultCategorySelectionsQuery__
329
+ *
330
+ * To run a query within a React component, call `useFetchSearchResultCategorySelectionsQuery` and pass it any options that fit your needs.
331
+ * When your component renders, `useFetchSearchResultCategorySelectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
332
+ * you can use to render your UI.
333
+ *
334
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
335
+ *
336
+ * @example
337
+ * const { data, loading, error } = useFetchSearchResultCategorySelectionsQuery({
338
+ * variables: {
339
+ * },
340
+ * });
341
+ */
342
+ function useFetchSearchResultCategorySelectionsQuery(baseOptions) {
343
+ return Apollo.useQuery(exports.FetchSearchResultCategorySelectionsDocument, baseOptions);
344
+ }
345
+ exports.useFetchSearchResultCategorySelectionsQuery = useFetchSearchResultCategorySelectionsQuery;
346
+ function useFetchSearchResultCategorySelectionsLazyQuery(baseOptions) {
347
+ return Apollo.useLazyQuery(exports.FetchSearchResultCategorySelectionsDocument, baseOptions);
348
+ }
349
+ exports.useFetchSearchResultCategorySelectionsLazyQuery = useFetchSearchResultCategorySelectionsLazyQuery;
350
+ exports.FetchSearchResultStatusSelectionsDocument = (0, client_1.gql) `
351
+ query FetchSearchResultStatusSelections {
352
+ fetchSearchResultStatusSelections {
353
+ name
354
+ label
355
+ }
356
+ }
357
+ `;
358
+ /**
359
+ * __useFetchSearchResultStatusSelectionsQuery__
360
+ *
361
+ * To run a query within a React component, call `useFetchSearchResultStatusSelectionsQuery` and pass it any options that fit your needs.
362
+ * When your component renders, `useFetchSearchResultStatusSelectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
363
+ * you can use to render your UI.
364
+ *
365
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
366
+ *
367
+ * @example
368
+ * const { data, loading, error } = useFetchSearchResultStatusSelectionsQuery({
369
+ * variables: {
370
+ * },
371
+ * });
372
+ */
373
+ function useFetchSearchResultStatusSelectionsQuery(baseOptions) {
374
+ return Apollo.useQuery(exports.FetchSearchResultStatusSelectionsDocument, baseOptions);
375
+ }
376
+ exports.useFetchSearchResultStatusSelectionsQuery = useFetchSearchResultStatusSelectionsQuery;
377
+ function useFetchSearchResultStatusSelectionsLazyQuery(baseOptions) {
378
+ return Apollo.useLazyQuery(exports.FetchSearchResultStatusSelectionsDocument, baseOptions);
379
+ }
380
+ exports.useFetchSearchResultStatusSelectionsLazyQuery = useFetchSearchResultStatusSelectionsLazyQuery;
381
+ exports.FetchSetsSearchResultTypeSelectionsDocument = (0, client_1.gql) `
382
+ query FetchSetsSearchResultTypeSelections {
383
+ fetchSetsSearchResultTypeSelections {
384
+ name
385
+ label
386
+ }
387
+ }
388
+ `;
389
+ /**
390
+ * __useFetchSetsSearchResultTypeSelectionsQuery__
391
+ *
392
+ * To run a query within a React component, call `useFetchSetsSearchResultTypeSelectionsQuery` and pass it any options that fit your needs.
393
+ * When your component renders, `useFetchSetsSearchResultTypeSelectionsQuery` returns an object from Apollo Client that contains loading, error, and data properties
394
+ * you can use to render your UI.
395
+ *
396
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
397
+ *
398
+ * @example
399
+ * const { data, loading, error } = useFetchSetsSearchResultTypeSelectionsQuery({
400
+ * variables: {
401
+ * },
402
+ * });
403
+ */
404
+ function useFetchSetsSearchResultTypeSelectionsQuery(baseOptions) {
405
+ return Apollo.useQuery(exports.FetchSetsSearchResultTypeSelectionsDocument, baseOptions);
406
+ }
407
+ exports.useFetchSetsSearchResultTypeSelectionsQuery = useFetchSetsSearchResultTypeSelectionsQuery;
408
+ function useFetchSetsSearchResultTypeSelectionsLazyQuery(baseOptions) {
409
+ return Apollo.useLazyQuery(exports.FetchSetsSearchResultTypeSelectionsDocument, baseOptions);
410
+ }
411
+ exports.useFetchSetsSearchResultTypeSelectionsLazyQuery = useFetchSetsSearchResultTypeSelectionsLazyQuery;
@@ -1479,6 +1479,7 @@ export type IOpportunitiesSortInput = {
1479
1479
  sortByActiveUntil?: Maybe<ISort>;
1480
1480
  sortByMinXpLevel?: Maybe<ISort>;
1481
1481
  sortByMaxXpLevel?: Maybe<ISort>;
1482
+ sortByAddedBy?: Maybe<ISort>;
1482
1483
  };
1483
1484
  export type IOpportunity = {
1484
1485
  opportunityId?: Maybe<Scalars['ID']>;