need4deed-sdk 0.0.108 → 0.0.110
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.
|
@@ -104,7 +104,7 @@ export interface OpportunityLegacyFormDataProps {
|
|
|
104
104
|
language: `${Lang}`;
|
|
105
105
|
}
|
|
106
106
|
export type OpportunityLegacyFormData = VoidableUndefined<OpportunityLegacyFormDataProps>;
|
|
107
|
-
export type OpportunityFormDataWithAgentSubmitter = VoidableUndefined<Omit<
|
|
107
|
+
export type OpportunityFormDataWithAgentSubmitter = VoidableUndefined<Omit<OpportunityLegacyFormDataProps, "rac_email" | "rac_full_name" | "rac_phone" | "rac_address" | "rac_plz">>;
|
|
108
108
|
export interface ApiOpportunityAgent {
|
|
109
109
|
id: number;
|
|
110
110
|
type: AgentType;
|
|
@@ -135,6 +135,7 @@ export interface ApiOpportunityGetList {
|
|
|
135
135
|
location: OptionById[];
|
|
136
136
|
accompanyingDetails: ApiOpportunityAccompanyingDetails;
|
|
137
137
|
agentTitle: string;
|
|
138
|
+
volunteerNames?: string[];
|
|
138
139
|
}
|
|
139
140
|
export interface ApiOpportunityGet extends ApiOpportunityGetList {
|
|
140
141
|
description: string;
|