need4deed-sdk 0.0.80 → 0.0.81

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.
@@ -125,6 +125,7 @@ export interface ApiOpportunityGetList {
125
125
  activities: OptionById[];
126
126
  languages: ApiLanguage[];
127
127
  availability: ApiAvailability[];
128
+ location: OptionById[];
128
129
  accompanyingDetails: ApiOpportunityAccompanyingDetails;
129
130
  }
130
131
  export interface ApiOpportunityGet extends ApiOpportunityGetList {
@@ -132,7 +133,6 @@ export interface ApiOpportunityGet extends ApiOpportunityGetList {
132
133
  numberOfVolunteers: number;
133
134
  description: string;
134
135
  skills: OptionById[];
135
- location: OptionById[];
136
136
  comments: ApiComment[];
137
137
  contact: ApiOpportunityContact;
138
138
  agent: ApiOpportunityAgent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.80",
3
+ "version": "0.0.81",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",