@volontariapp/contracts-nest 2.0.3 → 2.0.4

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": "@volontariapp/contracts-nest",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -6,10 +6,10 @@ import "google/protobuf/timestamp.proto";
6
6
 
7
7
  message Event {
8
8
  string id = 1;
9
- string title = 2;
10
- string description = 3;
11
- google.protobuf.Timestamp start_date = 4;
12
- google.protobuf.Timestamp end_date = 5;
13
- string location = 6;
9
+ string localisation_name = 2;
10
+ string title = 3;
11
+ string description = 4;
12
+ google.protobuf.Timestamp start_date = 5;
13
+ google.protobuf.Timestamp end_date = 6;
14
14
  string organizer_id = 7;
15
15
  }