need4deed-sdk 0.0.98 → 0.0.99

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.
@@ -159,6 +159,7 @@ export interface ApiVolunteerOpportunityGet extends OpportunityVolunteer {
159
159
  avatarUrl: string;
160
160
  volunteeringType: ProfileVolunteeringType;
161
161
  engagement: VolunteerStateEngagementType;
162
+ communication: VolunteerStateCommunicationType;
162
163
  languages: ApiLanguage[];
163
164
  availability: ApiAvailability[];
164
165
  activities: OptionItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.98",
3
+ "version": "0.0.99",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",