need4deed-sdk 0.0.132 → 0.0.133

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.
@@ -182,6 +182,10 @@ export interface ApiOpportunityGet extends ApiOpportunityGetList {
182
182
  comments: ApiComment[];
183
183
  contact: ApiOpportunityContact;
184
184
  agent: ApiOpportunityAgent;
185
+ event?: {
186
+ date: string;
187
+ time: string;
188
+ };
185
189
  }
186
190
  export type ApiOpportunityLean = Omit<ApiOpportunityGet, "comments">;
187
191
  export type ApiOpportunityPatch = VoidableProps<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "need4deed-sdk",
3
- "version": "0.0.132",
3
+ "version": "0.0.133",
4
4
  "description": "Need4Deed.org SDK",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",