@devline-smart-taxi/common 2.3.49 → 2.3.50

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.
@@ -25,6 +25,7 @@ message CreateSupportContactRequest {
25
25
  string type = 1;
26
26
  string value = 2;
27
27
  optional string label = 3;
28
+ optional string iconUrl = 4;
28
29
  }
29
30
 
30
31
  message UpdateSupportContactRequest {
@@ -32,6 +33,7 @@ message UpdateSupportContactRequest {
32
33
  optional string type = 2;
33
34
  optional string value = 3;
34
35
  optional string label = 4;
36
+ optional string iconUrl = 5;
35
37
  }
36
38
 
37
39
  // ==========================================
@@ -44,6 +46,7 @@ message SupportContactData {
44
46
  string label = 4;
45
47
  bool isActive = 5;
46
48
  string createdAt = 6;
49
+ string iconUrl = 7;
47
50
  }
48
51
 
49
52
  message SupportContactResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.49",
3
+ "version": "2.3.50",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",