@matchi/api 0.20260414.1 → 0.20260416.1

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.
@@ -4694,6 +4694,11 @@ type GetRecommendationsData = {
4694
4694
  * Include sold-out events.
4695
4695
  */
4696
4696
  include_full?: boolean;
4697
+ /**
4698
+ * Caller's skill levels per sport for level-based filtering. JSON array of objects with "sport" (string) and "level" (number). Occasions where the caller's level is outside [level_min, level_max] are excluded. Omit to skip level filtering.
4699
+ *
4700
+ */
4701
+ caller_levels?: string;
4697
4702
  /**
4698
4703
  * Weight for social connection signal (0-5).
4699
4704
  */
@@ -4746,6 +4751,10 @@ type GetRecommendationsData = {
4746
4751
  url: '/users/{user_id}/recommendations';
4747
4752
  };
4748
4753
  type GetRecommendationsErrors = {
4754
+ /**
4755
+ * The request was malformed or could not be processed.
4756
+ */
4757
+ 400: PkgOpenapiSharedProblemDetails;
4749
4758
  /**
4750
4759
  * Access token is not set or invalid.
4751
4760
  */
@@ -4694,6 +4694,11 @@ type GetRecommendationsData = {
4694
4694
  * Include sold-out events.
4695
4695
  */
4696
4696
  include_full?: boolean;
4697
+ /**
4698
+ * Caller's skill levels per sport for level-based filtering. JSON array of objects with "sport" (string) and "level" (number). Occasions where the caller's level is outside [level_min, level_max] are excluded. Omit to skip level filtering.
4699
+ *
4700
+ */
4701
+ caller_levels?: string;
4697
4702
  /**
4698
4703
  * Weight for social connection signal (0-5).
4699
4704
  */
@@ -4746,6 +4751,10 @@ type GetRecommendationsData = {
4746
4751
  url: '/users/{user_id}/recommendations';
4747
4752
  };
4748
4753
  type GetRecommendationsErrors = {
4754
+ /**
4755
+ * The request was malformed or could not be processed.
4756
+ */
4757
+ 400: PkgOpenapiSharedProblemDetails;
4749
4758
  /**
4750
4759
  * Access token is not set or invalid.
4751
4760
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20260414.1",
3
+ "version": "0.20260416.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {