@selfcommunity/api-services 0.5.0-alpha.2 → 0.5.0-alpha.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.
@@ -88,6 +88,10 @@ export interface EventUserParams extends BaseGetParams {
88
88
  * Filtered past events
89
89
  */
90
90
  past?: boolean | number;
91
+ /**
92
+ * Filtered location
93
+ */
94
+ location?: SCEventLocationType;
91
95
  }
92
96
  /**
93
97
  * EventFeedParams interface.
@@ -105,4 +109,8 @@ export interface EventSearchParams extends BaseSearchParams {
105
109
  * Filtered past events
106
110
  */
107
111
  past?: boolean | number;
112
+ /**
113
+ * Filtered location
114
+ */
115
+ location?: SCEventLocationType;
108
116
  }
@@ -88,6 +88,10 @@ export interface EventUserParams extends BaseGetParams {
88
88
  * Filtered past events
89
89
  */
90
90
  past?: boolean | number;
91
+ /**
92
+ * Filtered location
93
+ */
94
+ location?: SCEventLocationType;
91
95
  }
92
96
  /**
93
97
  * EventFeedParams interface.
@@ -105,4 +109,8 @@ export interface EventSearchParams extends BaseSearchParams {
105
109
  * Filtered past events
106
110
  */
107
111
  past?: boolean | number;
112
+ /**
113
+ * Filtered location
114
+ */
115
+ location?: SCEventLocationType;
108
116
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/api-services",
3
- "version": "0.5.0-alpha.2",
3
+ "version": "0.5.0-alpha.3",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -58,7 +58,7 @@
58
58
  "access": "public"
59
59
  },
60
60
  "dependencies": {
61
- "@selfcommunity/types": "^0.6.0-alpha.1",
61
+ "@selfcommunity/types": "^0.6.0-alpha.2",
62
62
  "@selfcommunity/utils": "^0.2.56-alpha.0",
63
63
  "axios": "^1.4.0",
64
64
  "jose": "^4.14.4"
@@ -110,5 +110,5 @@
110
110
  "bugs": {
111
111
  "url": "https://github.com/selfcommunity/community-js/issues"
112
112
  },
113
- "gitHead": "15666eecc098f70ac383618bcdc789e7abccdc88"
113
+ "gitHead": "1a53f1224874d90074770e3a8e11e200762da338"
114
114
  }