need4deed-sdk 0.0.106 → 0.0.107

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.
@@ -132,6 +132,7 @@ export interface ApiOpportunityGetList {
132
132
  location: OptionById[];
133
133
  accompanyingDetails: ApiOpportunityAccompanyingDetails;
134
134
  agentTitle: string;
135
+ volunteerNames?: string[];
135
136
  }
136
137
  export interface ApiOpportunityGet extends ApiOpportunityGetList {
137
138
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.106",
3
+ "version": "0.0.107",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",