nylas 7.13.2 → 7.13.3

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.
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
4
  // This file is generated by scripts/exportVersion.js
5
- exports.SDK_VERSION = '7.13.2';
5
+ exports.SDK_VERSION = '7.13.3';
@@ -1,2 +1,2 @@
1
1
  // This file is generated by scripts/exportVersion.js
2
- export const SDK_VERSION = '7.13.2';
2
+ export const SDK_VERSION = '7.13.3';
@@ -62,7 +62,7 @@ export interface Event {
62
62
  * - {@link Autocreate}
63
63
  * - {@link Details}
64
64
  */
65
- conferencing: Conferencing;
65
+ conferencing?: Conferencing;
66
66
  /**
67
67
  * Visibility of the event, if the event is private or public.
68
68
  */
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "7.13.2";
1
+ export declare const SDK_VERSION = "7.13.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nylas",
3
- "version": "7.13.2",
3
+ "version": "7.13.3",
4
4
  "description": "A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.",
5
5
  "main": "lib/cjs/nylas.js",
6
6
  "types": "lib/types/nylas.d.ts",