@devline-smart-taxi/common 2.3.60 → 2.3.62

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.
@@ -37,6 +37,7 @@ message CampaignData {
37
37
  bool isActive = 7;
38
38
  string createdAt = 8;
39
39
  optional string updatedAt = 9;
40
+ optional int32 tripCountTarget = 10;
40
41
  }
41
42
 
42
43
  // ==========================================
@@ -50,6 +51,7 @@ message CreateCampaignRequest {
50
51
  optional string startDate = 4;
51
52
  optional string endDate = 5;
52
53
  bool isActive = 6;
54
+ optional int32 tripCountTarget = 7;
53
55
  }
54
56
 
55
57
  message UpdateCampaignRequest {
@@ -60,6 +62,7 @@ message UpdateCampaignRequest {
60
62
  optional string startDate = 5;
61
63
  optional string endDate = 6;
62
64
  optional bool isActive = 7;
65
+ optional int32 tripCountTarget = 8;
63
66
  }
64
67
 
65
68
  message GetCampaignByIdRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devline-smart-taxi/common",
3
- "version": "2.3.60",
3
+ "version": "2.3.62",
4
4
  "description": "Reusable NestJS common library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",