@ciganov/contracts 1.1.19 → 1.1.20

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/dist/gen/odd.d.ts CHANGED
@@ -96,6 +96,7 @@ export interface Category {
96
96
  name: string;
97
97
  slug: string;
98
98
  isActive: boolean;
99
+ description: string;
99
100
  }
100
101
  export interface Outcome {
101
102
  id: string;
@@ -132,6 +132,7 @@ message Category {
132
132
  string name = 2;
133
133
  string slug = 3;
134
134
  bool is_active = 4;
135
+ string description = 5;
135
136
  }
136
137
 
137
138
  message Outcome {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ciganov/contracts",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "description": "Protobuf definitions and generated ts types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",