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.
|
@@ -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;
|