nylas 8.0.0 → 8.0.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.
package/lib/cjs/version.js
CHANGED
package/lib/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// This file is generated by scripts/exportVersion.js
|
|
2
|
-
export const SDK_VERSION = '8.0.
|
|
2
|
+
export const SDK_VERSION = '8.0.1';
|
|
@@ -130,6 +130,11 @@ export interface Event {
|
|
|
130
130
|
* Master event id if recurring events.
|
|
131
131
|
*/
|
|
132
132
|
masterEventId?: string;
|
|
133
|
+
/**
|
|
134
|
+
* The original start time of the event, in Unix timestamp format.
|
|
135
|
+
* This field is present only if the event is an instance of a recurring event.
|
|
136
|
+
*/
|
|
137
|
+
originalStartTime?: number;
|
|
133
138
|
/**
|
|
134
139
|
* Notetaker meeting bot settings
|
|
135
140
|
*/
|
package/lib/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "8.0.
|
|
1
|
+
export declare const SDK_VERSION = "8.0.1";
|