repzo 1.0.215 → 1.0.216
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/types/index.d.ts +2 -0
- package/package.json +1 -1
- package/src/types/index.ts +2 -0
package/lib/types/index.d.ts
CHANGED
|
@@ -17183,6 +17183,7 @@ export declare namespace Service {
|
|
|
17183
17183
|
feedback: "positive" | "negative" | "notProvided";
|
|
17184
17184
|
zoom: boolean;
|
|
17185
17185
|
duration_on_slide_ms: number;
|
|
17186
|
+
slide_landing_count: number;
|
|
17186
17187
|
is_book_mark?: boolean;
|
|
17187
17188
|
book_mark_key_message?: string;
|
|
17188
17189
|
}[];
|
|
@@ -17234,6 +17235,7 @@ export declare namespace Service {
|
|
|
17234
17235
|
feedback: "positive" | "negative" | "notProvided";
|
|
17235
17236
|
zoom: boolean;
|
|
17236
17237
|
duration_on_slide_ms: number;
|
|
17238
|
+
slide_landing_count: number;
|
|
17237
17239
|
is_book_mark?: boolean;
|
|
17238
17240
|
book_mark_key_message?: string;
|
|
17239
17241
|
}[];
|
package/package.json
CHANGED
package/src/types/index.ts
CHANGED
|
@@ -19475,6 +19475,7 @@ export namespace Service {
|
|
|
19475
19475
|
feedback: "positive" | "negative" | "notProvided";
|
|
19476
19476
|
zoom: boolean;
|
|
19477
19477
|
duration_on_slide_ms: number;
|
|
19478
|
+
slide_landing_count: number;
|
|
19478
19479
|
is_book_mark?: boolean;
|
|
19479
19480
|
book_mark_key_message?: string;
|
|
19480
19481
|
}[];
|
|
@@ -19522,6 +19523,7 @@ export namespace Service {
|
|
|
19522
19523
|
feedback: "positive" | "negative" | "notProvided";
|
|
19523
19524
|
zoom: boolean;
|
|
19524
19525
|
duration_on_slide_ms: number;
|
|
19526
|
+
slide_landing_count: number;
|
|
19525
19527
|
is_book_mark?: boolean;
|
|
19526
19528
|
book_mark_key_message?: string;
|
|
19527
19529
|
}[];
|