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<OpportunityFormData, "rac_email" | "rac_full_name" | "rac_phone" | "rac_address" | "rac_plz">>;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.108",
3
+ "version": "0.0.110",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",