@salla.sa/twilight 2.14.295 → 2.14.297

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@salla.sa/twilight",
3
- "version": "2.14.295",
3
+ "version": "2.14.297",
4
4
  "description": "Salla Theme Toolkit, Webcomponents, Events, Requests, Utils",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -34,7 +34,7 @@
34
34
  "homepage": "https://salla.dev",
35
35
  "dependencies": {
36
36
  "@jitsu/js": "^1.10.0",
37
- "@salla.sa/base": "2.14.295",
37
+ "@salla.sa/base": "2.14.297",
38
38
  "axios": "^1.6.7",
39
39
  "infinite-scroll": "^4.0.1",
40
40
  "jwt-decode": "^4.0.0",
@@ -70,5 +70,5 @@
70
70
  "peerDependencies": {
71
71
  "webpack": "^4 || ^5"
72
72
  },
73
- "gitHead": "d21bdbd99cac9545cd42a71bd9033e8ebe87fcef"
73
+ "gitHead": "24b94f226c28e8ed81f1c7be5a7a4eb32c7f5e1b"
74
74
  }
@@ -9,6 +9,11 @@ export interface ProfileUpdatePayload {
9
9
  avatar?: BinaryType;
10
10
  }
11
11
 
12
+ export interface ProfileUpdateCustomFields {
13
+ id:number,
14
+ fields: { [key: string]: unknown };
15
+ }
16
+
12
17
  export interface ProfileUpdateContactPayload {
13
18
  phone?: string | number; //required if there is no email
14
19
  country_code?: string | 'SA'; //required if there is phone