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.
- 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
|
@@ -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
package/src/types/index.ts
CHANGED
|
@@ -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
|