@connectedxm/client 6.5.0 → 6.5.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -267,6 +267,7 @@ interface BaseActivity {
267
267
  contentId: string | null;
268
268
  commentedId: string | null;
269
269
  createdAt: string;
270
+ editedAt: string | null;
270
271
  }
271
272
  interface Activity extends BaseActivity {
272
273
  group: BaseGroup | null;
@@ -1412,11 +1413,9 @@ interface Lead extends BaseLead {
1412
1413
  declare const isTypeLead: (lead: BaseLead | Lead) => lead is Lead;
1413
1414
  interface NotificationPreferences {
1414
1415
  newFollowerPush: boolean;
1415
- newFollowerEmail: boolean;
1416
1416
  likePush: boolean;
1417
1417
  resharePush: boolean;
1418
1418
  commentPush: boolean;
1419
- commentEmail: boolean;
1420
1419
  transferPush: boolean;
1421
1420
  transferEmail: boolean;
1422
1421
  supportTicketConfirmationEmail: boolean;
@@ -3277,11 +3276,9 @@ declare const useUpdateSelfBanner: (options?: Omit<MutationOptions<Awaited<Retur
3277
3276
 
3278
3277
  interface UpdateSelfNotificationPreferencesParams extends MutationParams {
3279
3278
  newFollowerPush?: boolean;
3280
- newFollowerEmail?: boolean;
3281
3279
  likePush?: boolean;
3282
3280
  resharePush?: boolean;
3283
3281
  commentPush?: boolean;
3284
- commentEmail?: boolean;
3285
3282
  transferPush?: boolean;
3286
3283
  transferEmail?: boolean;
3287
3284
  supportTicketConfirmationEmail?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "6.5.0",
3
+ "version": "6.5.1",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",