need4deed-sdk 0.0.41 → 0.0.42

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.
@@ -134,7 +134,7 @@ export interface ApiVolunteerGet {
134
134
  }
135
135
  export interface VolunteerPatchBodyData extends Partial<ApiVolunteerGet> {
136
136
  }
137
- export interface VolunteerOpportunityGet {
137
+ export interface ApiVolunteerOpportunityGet {
138
138
  id: number;
139
139
  opportunityId: number;
140
140
  volunteerId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",