@veltdev/sdk 1.0.153 → 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 +1 -1
- package/package.json +1 -1
- package/velt.js +2 -2
|
@@ -184,7 +184,7 @@ export declare class Snippyly {
|
|
|
184
184
|
* To get if the Velt is initialized or not.
|
|
185
185
|
* @returns Observable<boolean | undefined>
|
|
186
186
|
*/
|
|
187
|
-
getVeltInitState
|
|
187
|
+
getVeltInitState: () => Observable<boolean | undefined>;
|
|
188
188
|
|
|
189
189
|
/**
|
|
190
190
|
* To invite list of users to the document.
|