need4deed-sdk 0.0.64 → 0.0.65

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.
@@ -154,7 +154,7 @@ export type ApiOpportunityPatch = Partial<{
154
154
  appointmentTime: string;
155
155
  refugeeNumber: string;
156
156
  refugeeName: string;
157
- languagesToTranslate: TranslatedIntoType[];
157
+ languagesToTranslate: number;
158
158
  };
159
159
  }>;
160
160
  export interface OpportunityVolunteer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",