need4deed-sdk 0.0.127 → 0.0.129

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.
@@ -195,6 +195,10 @@ export type ApiOpportunityPatch = VoidableProps<{
195
195
  skills: OptionItem[];
196
196
  schedule: ApiAvailability[];
197
197
  opportunity_type: OpportunityType;
198
+ event: {
199
+ date: string;
200
+ time: string;
201
+ };
198
202
  contact: {
199
203
  id: number;
200
204
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.127",
3
+ "version": "0.0.129",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",