need4deed-sdk 0.0.80 → 0.0.82

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.
@@ -118,6 +118,7 @@ export interface ApiOpportunityGetList {
118
118
  id: Id;
119
119
  title: string;
120
120
  category: OptionById;
121
+ district: OptionById;
121
122
  volunteerType: VolunteerStateTypeType;
122
123
  statusOpportunity: OpportunityStatusType;
123
124
  statusMatch: OpportunityMatchStatusType;
@@ -125,6 +126,7 @@ export interface ApiOpportunityGetList {
125
126
  activities: OptionById[];
126
127
  languages: ApiLanguage[];
127
128
  availability: ApiAvailability[];
129
+ location: OptionById[];
128
130
  accompanyingDetails: ApiOpportunityAccompanyingDetails;
129
131
  }
130
132
  export interface ApiOpportunityGet extends ApiOpportunityGetList {
@@ -132,7 +134,6 @@ export interface ApiOpportunityGet extends ApiOpportunityGetList {
132
134
  numberOfVolunteers: number;
133
135
  description: string;
134
136
  skills: OptionById[];
135
- location: OptionById[];
136
137
  comments: ApiComment[];
137
138
  contact: ApiOpportunityContact;
138
139
  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.82",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",