need4deed-sdk 0.0.76 → 0.0.77

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.
@@ -4,5 +4,5 @@ export interface ApiOpportunityAccompanyingDetails {
4
4
  appointmentTime?: string;
5
5
  refugeeNumber?: string;
6
6
  refugeeName?: string;
7
- languageToTranslate?: string;
7
+ languageToTranslate?: number;
8
8
  }
@@ -149,14 +149,7 @@ export type ApiOpportunityPatch = Partial<{
149
149
  address: string;
150
150
  district: string;
151
151
  };
152
- accompanyingDetails: {
153
- appointmentAddress: string;
154
- appointmentDate: string;
155
- appointmentTime: string;
156
- refugeeNumber: string;
157
- refugeeName: string;
158
- languagesToTranslate: number;
159
- };
152
+ accompanyingDetails: ApiOpportunityAccompanyingDetails;
160
153
  }>;
161
154
  export interface OpportunityVolunteer {
162
155
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.76",
3
+ "version": "0.0.77",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",