@veltdev/sdk 1.0.152 → 1.0.154
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/app/client/snippyly.model.d.ts +6 -0
- package/package.json +1 -1
- package/velt.js +2 -2
|
@@ -180,6 +180,12 @@ export declare class Snippyly {
|
|
|
180
180
|
*/
|
|
181
181
|
isPlanExpired$: () => Observable<boolean>;
|
|
182
182
|
|
|
183
|
+
/**
|
|
184
|
+
* To get if the Velt is initialized or not.
|
|
185
|
+
* @returns Observable<boolean | undefined>
|
|
186
|
+
*/
|
|
187
|
+
getVeltInitState: () => Observable<boolean | undefined>;
|
|
188
|
+
|
|
183
189
|
/**
|
|
184
190
|
* To invite list of users to the document.
|
|
185
191
|
* @param documentUsers List of document users
|