@onylab/common-api 2.0.1 → 2.0.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.
@@ -1018,12 +1018,13 @@ declare module "api/hubrise/model/account/HubriseAuthContract" {
1018
1018
  access_token: string;
1019
1019
  token_type: 'Bearer';
1020
1020
  account_id: string;
1021
- location_id: string;
1022
- catalog_id: string;
1023
- customer_list_id: string;
1024
1021
  account_name: string;
1022
+ user_id: string;
1023
+ location_id: string;
1025
1024
  location_name: string;
1025
+ catalog_id: string;
1026
1026
  catalog_name: string;
1027
+ customer_list_id: string;
1027
1028
  customer_list_name: string;
1028
1029
  }
1029
1030
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Common API",
4
4
  "main": "dist/common-api.node.min.js",
5
5
  "types": "dist/common-api.d.ts",
6
- "version": "2.0.1",
6
+ "version": "2.0.3",
7
7
  "author": "Paul M.",
8
8
  "license": "NO LICENSE",
9
9
  "engines": {
@@ -35,7 +35,7 @@
35
35
  "compression": "^1.8.1",
36
36
  "connect-timeout": "^1.9.1",
37
37
  "cors": "^2.8.5",
38
- "emoji-regex": "^10.5.0",
38
+ "emoji-regex": "^10.6.0",
39
39
  "express": "^5.1.0",
40
40
  "fast-diff": "^1.3.0",
41
41
  "helmet": "^8.1.0",
@@ -64,7 +64,7 @@
64
64
  "@types/luxon": "^3.7.1",
65
65
  "@types/mocha": "^10.0.10",
66
66
  "@types/mustache": "^4.2.6",
67
- "@types/node": "^24.6.2",
67
+ "@types/node": "^24.7.2",
68
68
  "@types/node-mailjet": "^3.3.12",
69
69
  "@types/prettyjson": "^0.0.33",
70
70
  "@types/retry": "^0.12.5",
@@ -79,7 +79,7 @@
79
79
  "tsconfig-paths-webpack-plugin": "^4.2.0",
80
80
  "tsx": "^4.20.6",
81
81
  "typescript": "^5.9.3",
82
- "webpack": "^5.102.0",
82
+ "webpack": "^5.102.1",
83
83
  "webpack-cli": "^6.0.1",
84
84
  "webpack-node-externals": "^3.0.0"
85
85
  },