@tripian/core 5.0.23 → 5.0.27

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": "5.0.23",
3
+ "version": "5.0.27",
4
4
  "description": "Tripian Inc Web SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {
8
- "@tripian/model": "5.0.23",
8
+ "@tripian/model": "5.0.27",
9
9
  "adyen-encryption": "^0.1.1",
10
10
  "axios": "^0.19.1",
11
11
  "moment": "^2.29.0"
@@ -4,8 +4,7 @@ declare class API {
4
4
  private tripianProxyURL;
5
5
  private baseURL;
6
6
  private baseURL_TEST;
7
- private access_token_test;
8
- private access_token_prod;
7
+ private access_token;
9
8
  constructor(test?: boolean);
10
9
  categories: (limit?: number, language?: string, currency?: string) => Promise<Providers.Gyg.Category[]>;
11
10
  category: (categoryId: number, language?: string, currency?: string) => Promise<Providers.Gyg.Category>;