@ludo.ninja/api 2.9.1 → 2.9.3

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 (36) hide show
  1. package/build/config/index.js +2 -3
  2. package/build/cookies/index.d.ts +1 -1
  3. package/build/graphql_tools/__generated__/adminHost/schema.d.ts +37 -37
  4. package/build/graphql_tools/__generated__/adminHost/schema.js +68 -69
  5. package/build/graphql_tools/__generated__/assetsHost/schema.d.ts +2 -2
  6. package/build/graphql_tools/__generated__/assetsHost/schema.js +3 -3
  7. package/build/graphql_tools/__generated__/authHost/schema.d.ts +2 -2
  8. package/build/graphql_tools/__generated__/authHost/schema.js +3 -3
  9. package/build/graphql_tools/__generated__/collectionsHost/schema.d.ts +2 -2
  10. package/build/graphql_tools/__generated__/collectionsHost/schema.js +3 -3
  11. package/build/graphql_tools/__generated__/experiencesHost/schema.d.ts +9 -9
  12. package/build/graphql_tools/__generated__/experiencesHost/schema.js +10 -10
  13. package/build/graphql_tools/__generated__/extensionHost/schema.d.ts +28 -28
  14. package/build/graphql_tools/__generated__/extensionHost/schema.js +18 -18
  15. package/build/graphql_tools/__generated__/formsHost/schema.js +8 -8
  16. package/build/graphql_tools/__generated__/galleriesHost/schema.d.ts +46 -46
  17. package/build/graphql_tools/__generated__/galleriesHost/schema.js +21 -21
  18. package/build/graphql_tools/__generated__/identityHost/schema.d.ts +54 -54
  19. package/build/graphql_tools/__generated__/identityHost/schema.js +33 -34
  20. package/build/graphql_tools/__generated__/mediasHost/schema.d.ts +5 -5
  21. package/build/graphql_tools/__generated__/mediasHost/schema.js +5 -5
  22. package/build/graphql_tools/__generated__/mintInfoHost/schema.js +3 -3
  23. package/build/graphql_tools/__generated__/notificationsHost/schema.d.ts +4 -4
  24. package/build/graphql_tools/__generated__/notificationsHost/schema.js +3 -3
  25. package/build/graphql_tools/__generated__/opportunitiesHost/schema.d.ts +7 -7
  26. package/build/graphql_tools/__generated__/opportunitiesHost/schema.js +11 -11
  27. package/build/graphql_tools/__generated__/preferencesHost/schema.d.ts +2 -2
  28. package/build/graphql_tools/__generated__/preferencesHost/schema.js +23 -23
  29. package/build/graphql_tools/__generated__/searchHost/schema.d.ts +48 -48
  30. package/build/graphql_tools/__generated__/searchHost/schema.js +33 -33
  31. package/build/graphql_tools/__generated__/tapHost/schema.d.ts +6 -6
  32. package/build/graphql_tools/__generated__/tapHost/schema.js +12 -12
  33. package/build/index.d.ts +588 -1249
  34. package/package.json +1 -1
  35. package/src/graphql_tools/__generated__/adminHost/schema.ts +2 -1
  36. package/tsconfig.tsbuildinfo +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/api",
3
- "version": "2.9.1",
3
+ "version": "2.9.3",
4
4
  "main": "./build/index.js",
5
5
  "scripts": {
6
6
  "test": "jest",
@@ -2067,7 +2067,7 @@ export type IFetchAdminOpportunitiesPageQueryVariables = Exact<{
2067
2067
  }>;
2068
2068
 
2069
2069
 
2070
- export type IFetchAdminOpportunitiesPageQuery = { fetchAdminOpportunitiesPage: { opportunities: Array<Pick<IAdminOpportunity, 'opportunityId' | 'name' | 'brandName' | 'industry' | 'category' | 'ludoUrl' | 'projectUrl' | 'pushNotificationsEnabled' | 'status' | 'media' | 'description' | 'activeFrom' | 'activeUntil' | 'minXpLevel' | 'maxXpLevel' | 'minLudoRank' | 'maxLudoRank' | 'minWalletValue' | 'maxWalletValue' | 'clicks' | 'views' | 'addedBy'>>, nextPage?: Maybe<Pick<IAdminPage, 'elements' | 'lastNum' | 'num' | 'size' | 'token'>> } };
2070
+ export type IFetchAdminOpportunitiesPageQuery = { fetchAdminOpportunitiesPage: { opportunities: Array<Pick<IAdminOpportunity, 'opportunityId' | 'name' | 'brandName' | 'industry' | 'category' | 'ludoUrl' | 'projectUrl' | 'pushNotificationsEnabled' | 'status' | 'media' | 'description' | 'activeFrom' | 'activeUntil' | 'minXpLevel' | 'maxXpLevel' | 'minLudoRank' | 'maxLudoRank' | 'minWalletValue' | 'maxWalletValue' | 'clicks' | 'views' | 'addedBy' | 'archived'>>, nextPage?: Maybe<Pick<IAdminPage, 'elements' | 'lastNum' | 'num' | 'size' | 'token'>> } };
2071
2071
 
2072
2072
  export type IFetchAdminReferralsPageQueryVariables = Exact<{
2073
2073
  filter: IReferralsFilterInput;
@@ -3607,6 +3607,7 @@ export const FetchAdminOpportunitiesPageDocument = gql`
3607
3607
  clicks
3608
3608
  views
3609
3609
  addedBy
3610
+ archived
3610
3611
  }
3611
3612
  nextPage {
3612
3613
  elements