@tripian/core 9.3.1 → 9.3.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.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@tripian/core",
3
- "version": "9.3.1",
3
+ "version": "9.3.3",
4
4
  "description": "Tripian Inc Web SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {
8
- "@tripian/model": "9.3.1",
8
+ "@tripian/model": "9.3.5",
9
9
  "adyen-encryption": "^0.1.1",
10
10
  "axios": "^0.19.1",
11
11
  "cross-fetch": "^3.1.6",
@@ -24,7 +24,7 @@ declare class API {
24
24
  /**
25
25
  * Fetches events based on latitude, longitude, and optional date filters.
26
26
  */
27
- events: (lat: number, lon: number, startDate?: string, endDate?: string) => Promise<Providers.Victory.Event[]>;
27
+ events: (lat: number, lon: number, startDate?: string, endDate?: string, categoryId?: number) => Promise<Providers.Victory.Event[]>;
28
28
  /**
29
29
  * Fetches event details by event ID.
30
30
  */