need4deed-sdk 0.0.81 → 0.0.83

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.
@@ -1,8 +1,11 @@
1
+ import { OptionById } from "./common";
2
+ import { TranslatedIntoType } from "./opportunity";
1
3
  export interface ApiOpportunityAccompanyingDetails {
2
4
  appointmentAddress?: string;
3
5
  appointmentDate?: string;
4
6
  appointmentTime?: string;
5
7
  refugeeNumber?: string;
6
8
  refugeeName?: string;
7
- languageToTranslate?: number;
9
+ appointmentLanguage?: TranslatedIntoType;
10
+ refugeeLanguage?: OptionById[];
8
11
  }
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.81",
3
+ "version": "0.0.83",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",