repzo 1.0.211 → 1.0.213

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.
@@ -17182,6 +17182,8 @@ export declare namespace Service {
17182
17182
  feedback: "positive" | "negative" | "notProvided";
17183
17183
  zoom: boolean;
17184
17184
  duration_on_slide_ms: number;
17185
+ is_book_mark?: boolean;
17186
+ book_mark_key_message?: string;
17185
17187
  }[];
17186
17188
  }[];
17187
17189
  }
@@ -17231,6 +17233,8 @@ export declare namespace Service {
17231
17233
  feedback: "positive" | "negative" | "notProvided";
17232
17234
  zoom: boolean;
17233
17235
  duration_on_slide_ms: number;
17236
+ is_book_mark?: boolean;
17237
+ book_mark_key_message?: string;
17234
17238
  }[];
17235
17239
  }[];
17236
17240
  interactions: {
@@ -17311,6 +17315,8 @@ export declare namespace Service {
17311
17315
  type: "presentation" | "sequence" | "slide";
17312
17316
  me?: boolean;
17313
17317
  client?: StringId | StringId[];
17318
+ presentation_disabled?: boolean;
17319
+ sequence_disabled?: boolean;
17314
17320
  } & (CLMPresentation.Find.Params | CLMSequence.Find.Params | CLMSlide.Find.Params);
17315
17321
  type Result = CLMPresentation.Find.Result | CLMSequence.Find.Result | CLMSlide.Find.Result;
17316
17322
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.211",
3
+ "version": "1.0.213",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -19474,6 +19474,8 @@ export namespace Service {
19474
19474
  feedback: "positive" | "negative" | "notProvided";
19475
19475
  zoom: boolean;
19476
19476
  duration_on_slide_ms: number;
19477
+ is_book_mark?: boolean;
19478
+ book_mark_key_message?: string;
19477
19479
  }[];
19478
19480
  }[];
19479
19481
  }
@@ -19519,6 +19521,8 @@ export namespace Service {
19519
19521
  feedback: "positive" | "negative" | "notProvided";
19520
19522
  zoom: boolean;
19521
19523
  duration_on_slide_ms: number;
19524
+ is_book_mark?: boolean;
19525
+ book_mark_key_message?: string;
19522
19526
  }[];
19523
19527
  }[];
19524
19528
  interactions: {
@@ -19636,6 +19640,8 @@ export namespace Service {
19636
19640
  type: "presentation" | "sequence" | "slide";
19637
19641
  me?: boolean;
19638
19642
  client?: StringId | StringId[];
19643
+ presentation_disabled?: boolean;
19644
+ sequence_disabled?: boolean;
19639
19645
  } & (
19640
19646
  | CLMPresentation.Find.Params
19641
19647
  | CLMSequence.Find.Params