@veltdev/sdk-staging 4.5.9-beta.6 → 4.5.9
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.
|
@@ -34,7 +34,6 @@ import { VeltDataProvider } from "../models/data/provider.data.model";
|
|
|
34
34
|
import { VeltEncryptionProvider } from "../models/data/encryption-provider.data.model";
|
|
35
35
|
import { VeltResetButtonStateConfig } from "../models/data/button.data.model";
|
|
36
36
|
import { SetLocationsRequestOptions } from "../models/data/location.model";
|
|
37
|
-
import { HeartbeatConfig, Heartbeat, GetHeartbeatResponse } from "../models/data/heartbeat.data.model";
|
|
38
37
|
|
|
39
38
|
export declare class Snippyly {
|
|
40
39
|
constructor();
|
|
@@ -285,11 +284,6 @@ export declare class Snippyly {
|
|
|
285
284
|
*/
|
|
286
285
|
getUser: () => User | null;
|
|
287
286
|
|
|
288
|
-
/**
|
|
289
|
-
* To get heartbeat.
|
|
290
|
-
*/
|
|
291
|
-
getHeartbeat: (heartbeatConfig?: HeartbeatConfig) => Observable<GetHeartbeatResponse>;
|
|
292
|
-
|
|
293
287
|
/**
|
|
294
288
|
* To get user role in provided document.
|
|
295
289
|
*/
|
package/app/utils/constants.d.ts
CHANGED
|
@@ -361,7 +361,6 @@ export declare class Constants {
|
|
|
361
361
|
VELT_COMMENT_SIDEBAR_CUSTOM_ACTIONS_STATE: string;
|
|
362
362
|
VELT_CURSOR_MULTIPLE_USERS_DETECTED: string;
|
|
363
363
|
VELT_PRESENCE_MULTIPLE_USERS_DETECTED: string;
|
|
364
|
-
VELT_PRESENCE_MULTIPLE_USERS_ONLINE: string;
|
|
365
364
|
VELT_CUSTOM_PRIORITY_MAP: string;
|
|
366
365
|
VELT_CUSTOM_STATUS_MAP: string;
|
|
367
366
|
VELT_CUSTOM_CATEGORY_MAP: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk-staging",
|
|
3
|
-
"version": "4.5.9
|
|
3
|
+
"version": "4.5.9",
|
|
4
4
|
"description": "Velt is an SDK to add collaborative features to your product within minutes. Example: Comments like Figma, Frame.io, Google docs or sheets, Recording like Loom, Huddles like Slack and much more.",
|
|
5
5
|
"homepage": "https://velt.dev",
|
|
6
6
|
"keywords": [
|