@veltdev/sdk-staging 5.0.2-beta.36 → 5.0.2-beta.37
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/utils/enums.d.ts +0 -4
- package/models.d.ts +0 -1
- package/package.json +1 -1
- package/velt.js +69 -69
- package/app/models/data/rewriter-events.data.model.d.ts +0 -40
package/app/utils/enums.d.ts
CHANGED
|
@@ -86,9 +86,6 @@ export declare const RecorderEventTypes: {
|
|
|
86
86
|
readonly RECORDING_STOPPED: "recordingStopped";
|
|
87
87
|
readonly RECORDING_DONE_LOCAL: "recordingDoneLocal";
|
|
88
88
|
};
|
|
89
|
-
export declare const RewriterEventTypes: {
|
|
90
|
-
readonly TEXT_SELECTED: "textSelected";
|
|
91
|
-
};
|
|
92
89
|
export declare const CoreEventTypes: {
|
|
93
90
|
readonly PERMISSION_PROVIDER: "permissionProvider";
|
|
94
91
|
readonly USER_RESOLVER: "userResolver";
|
|
@@ -129,7 +126,6 @@ export type CoreEventType = typeof CoreEventTypes[keyof typeof CoreEventTypes];
|
|
|
129
126
|
export type LiveStateSyncEventType = typeof LiveStateSyncEventTypes[keyof typeof LiveStateSyncEventTypes];
|
|
130
127
|
export type PresenceEventType = typeof PresenceEventTypes[keyof typeof PresenceEventTypes];
|
|
131
128
|
export type NotificationEventType = typeof NotificationEventTypes[keyof typeof NotificationEventTypes];
|
|
132
|
-
export type RewriterEventType = typeof RewriterEventTypes[keyof typeof RewriterEventTypes];
|
|
133
129
|
export type CrdtEventType = typeof CrdtEventTypes[keyof typeof CrdtEventTypes];
|
|
134
130
|
export declare enum TagStatus {
|
|
135
131
|
ADDED = "added",
|
package/models.d.ts
CHANGED
|
@@ -49,7 +49,6 @@ export * from './app/models/data/recorder.model';
|
|
|
49
49
|
export * from './app/models/data/recorder-annotation.data.model';
|
|
50
50
|
export * from './app/models/data/recorder-events.data.model';
|
|
51
51
|
export * from './app/models/data/rewriter-annotation.data.model';
|
|
52
|
-
export * from './app/models/data/rewriter-events.data.model';
|
|
53
52
|
export * from './app/models/data/screen-size.data.model';
|
|
54
53
|
export * from './app/models/data/screenshot.data.model';
|
|
55
54
|
export * from './app/models/data/selection.model';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veltdev/sdk-staging",
|
|
3
|
-
"version": "5.0.2-beta.
|
|
3
|
+
"version": "5.0.2-beta.37",
|
|
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": [
|