need4deed-sdk 0.0.123 → 0.0.125

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.
@@ -151,6 +151,7 @@ export interface ApiOpportunityGet extends ApiOpportunityGetList {
151
151
  }
152
152
  export type ApiOpportunityLean = Omit<ApiOpportunityGet, "comments">;
153
153
  export type ApiOpportunityPatch = VoidableProps<{
154
+ title: string;
154
155
  statusOpportunity: OpportunityStatusType;
155
156
  numberVolunteers: number;
156
157
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.123",
3
+ "version": "0.0.125",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",