repzo 1.0.211 → 1.0.212

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.
@@ -17311,6 +17311,8 @@ export declare namespace Service {
17311
17311
  type: "presentation" | "sequence" | "slide";
17312
17312
  me?: boolean;
17313
17313
  client?: StringId | StringId[];
17314
+ presentation_disabled?: boolean;
17315
+ sequence_disabled?: boolean;
17314
17316
  } & (CLMPresentation.Find.Params | CLMSequence.Find.Params | CLMSlide.Find.Params);
17315
17317
  type Result = CLMPresentation.Find.Result | CLMSequence.Find.Result | CLMSlide.Find.Result;
17316
17318
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repzo",
3
- "version": "1.0.211",
3
+ "version": "1.0.212",
4
4
  "description": "Repzo TypeScript SDK",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",
@@ -19636,6 +19636,8 @@ export namespace Service {
19636
19636
  type: "presentation" | "sequence" | "slide";
19637
19637
  me?: boolean;
19638
19638
  client?: StringId | StringId[];
19639
+ presentation_disabled?: boolean;
19640
+ sequence_disabled?: boolean;
19639
19641
  } & (
19640
19642
  | CLMPresentation.Find.Params
19641
19643
  | CLMSequence.Find.Params