Skip to content

Commit

Permalink
[all hosts] Get latest (#2184)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethSamuel-MSFT authored Jan 21, 2025
1 parent fe341fa commit 6ce3ee3
Show file tree
Hide file tree
Showing 10 changed files with 4,522 additions and 4,522 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,20 @@ export declare namespace PowerPoint {
/** An interface for updating data on the `HyperlinkCollection` object, for use in `hyperlinkCollection.set({ ... })`. */
export interface HyperlinkCollectionUpdateData {
items?: PowerPoint.Interfaces.HyperlinkData[];
}
/** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
export interface ShapeFillUpdateData {


}
/** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
export interface ShapeFontUpdateData {






}
/** An interface for updating data on the `ShapeCollection` object, for use in `shapeCollection.set({ ... })`. */
export interface ShapeCollectionUpdateData {
Expand All @@ -162,11 +176,6 @@ export declare namespace PowerPoint {
/** An interface for updating data on the `TagCollection` object, for use in `tagCollection.set({ ... })`. */
export interface TagCollectionUpdateData {
items?: PowerPoint.Interfaces.TagData[];
}
/** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
export interface ShapeFillUpdateData {


}
/** An interface for updating data on the `ShapeScopedCollection` object, for use in `shapeScopedCollection.set({ ... })`. */
export interface ShapeScopedCollectionUpdateData {
Expand All @@ -188,15 +197,6 @@ export declare namespace PowerPoint {
/** An interface for updating data on the `ParagraphFormat` object, for use in `paragraphFormat.set({ ... })`. */
export interface ParagraphFormatUpdateData {

}
/** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
export interface ShapeFontUpdateData {






}
/** An interface for updating data on the `TextRange` object, for use in `textRange.set({ ... })`. */
export interface TextRangeUpdateData {
Expand Down Expand Up @@ -280,6 +280,21 @@ export declare namespace PowerPoint {
/** An interface describing the data returned by calling `hyperlinkCollection.toJSON()`. */
export interface HyperlinkCollectionData {
items?: PowerPoint.Interfaces.HyperlinkData[];
}
/** An interface describing the data returned by calling `shapeFill.toJSON()`. */
export interface ShapeFillData {



}
/** An interface describing the data returned by calling `shapeFont.toJSON()`. */
export interface ShapeFontData {






}
/** An interface describing the data returned by calling `shapeCollection.toJSON()`. */
export interface ShapeCollectionData {
Expand Down Expand Up @@ -311,12 +326,6 @@ export declare namespace PowerPoint {
/** An interface describing the data returned by calling `slide.toJSON()`. */
export interface SlideData {

}
/** An interface describing the data returned by calling `shapeFill.toJSON()`. */
export interface ShapeFillData {



}
/** An interface describing the data returned by calling `shapeScopedCollection.toJSON()`. */
export interface ShapeScopedCollectionData {
Expand All @@ -338,15 +347,6 @@ export declare namespace PowerPoint {
/** An interface describing the data returned by calling `paragraphFormat.toJSON()`. */
export interface ParagraphFormatData {

}
/** An interface describing the data returned by calling `shapeFont.toJSON()`. */
export interface ShapeFontData {






}
/** An interface describing the data returned by calling `textRange.toJSON()`. */
export interface TextRangeData {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ export declare namespace PowerPoint {










Expand Down Expand Up @@ -175,10 +179,6 @@ export declare namespace PowerPoint {







/**
* Specifies the formatting options for when slides are inserted.
*
Expand Down Expand Up @@ -345,6 +345,20 @@ export declare namespace PowerPoint {
/** An interface for updating data on the `HyperlinkCollection` object, for use in `hyperlinkCollection.set({ ... })`. */
export interface HyperlinkCollectionUpdateData {
items?: PowerPoint.Interfaces.HyperlinkData[];
}
/** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
export interface ShapeFillUpdateData {


}
/** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
export interface ShapeFontUpdateData {






}
/** An interface for updating data on the `ShapeCollection` object, for use in `shapeCollection.set({ ... })`. */
export interface ShapeCollectionUpdateData {
Expand All @@ -361,11 +375,6 @@ export declare namespace PowerPoint {
/** An interface for updating data on the `TagCollection` object, for use in `tagCollection.set({ ... })`. */
export interface TagCollectionUpdateData {
items?: PowerPoint.Interfaces.TagData[];
}
/** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
export interface ShapeFillUpdateData {


}
/** An interface for updating data on the `ShapeScopedCollection` object, for use in `shapeScopedCollection.set({ ... })`. */
export interface ShapeScopedCollectionUpdateData {
Expand All @@ -387,15 +396,6 @@ export declare namespace PowerPoint {
/** An interface for updating data on the `ParagraphFormat` object, for use in `paragraphFormat.set({ ... })`. */
export interface ParagraphFormatUpdateData {

}
/** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
export interface ShapeFontUpdateData {






}
/** An interface for updating data on the `TextRange` object, for use in `textRange.set({ ... })`. */
export interface TextRangeUpdateData {
Expand Down Expand Up @@ -479,6 +479,21 @@ export declare namespace PowerPoint {
/** An interface describing the data returned by calling `hyperlinkCollection.toJSON()`. */
export interface HyperlinkCollectionData {
items?: PowerPoint.Interfaces.HyperlinkData[];
}
/** An interface describing the data returned by calling `shapeFill.toJSON()`. */
export interface ShapeFillData {



}
/** An interface describing the data returned by calling `shapeFont.toJSON()`. */
export interface ShapeFontData {






}
/** An interface describing the data returned by calling `shapeCollection.toJSON()`. */
export interface ShapeCollectionData {
Expand Down Expand Up @@ -516,12 +531,6 @@ export declare namespace PowerPoint {
* [Api set: PowerPointApi 1.2]
*/
id?: string;
}
/** An interface describing the data returned by calling `shapeFill.toJSON()`. */
export interface ShapeFillData {



}
/** An interface describing the data returned by calling `shapeScopedCollection.toJSON()`. */
export interface ShapeScopedCollectionData {
Expand All @@ -543,15 +552,6 @@ export declare namespace PowerPoint {
/** An interface describing the data returned by calling `paragraphFormat.toJSON()`. */
export interface ParagraphFormatData {

}
/** An interface describing the data returned by calling `shapeFont.toJSON()`. */
export interface ShapeFontData {






}
/** An interface describing the data returned by calling `textRange.toJSON()`. */
export interface TextRangeData {
Expand Down Expand Up @@ -640,6 +640,8 @@ export declare namespace PowerPoint {





/**
* Represents a single slide of a presentation.
*
Expand Down Expand Up @@ -671,8 +673,6 @@ export declare namespace PowerPoint {





/**
* Represents the collection of slides in the presentation.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ export declare namespace PowerPoint {







/**
* Represents the collection of shapes.
*
Expand Down Expand Up @@ -643,10 +647,6 @@ export declare namespace PowerPoint {







/**
* Represents a single shape in the slide.
*
Expand Down Expand Up @@ -971,6 +971,20 @@ export declare namespace PowerPoint {
/** An interface for updating data on the `HyperlinkCollection` object, for use in `hyperlinkCollection.set({ ... })`. */
export interface HyperlinkCollectionUpdateData {
items?: PowerPoint.Interfaces.HyperlinkData[];
}
/** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
export interface ShapeFillUpdateData {


}
/** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
export interface ShapeFontUpdateData {






}
/** An interface for updating data on the `ShapeCollection` object, for use in `shapeCollection.set({ ... })`. */
export interface ShapeCollectionUpdateData {
Expand All @@ -993,11 +1007,6 @@ export declare namespace PowerPoint {
/** An interface for updating data on the `TagCollection` object, for use in `tagCollection.set({ ... })`. */
export interface TagCollectionUpdateData {
items?: PowerPoint.Interfaces.TagData[];
}
/** An interface for updating data on the `ShapeFill` object, for use in `shapeFill.set({ ... })`. */
export interface ShapeFillUpdateData {


}
/** An interface for updating data on the `ShapeScopedCollection` object, for use in `shapeScopedCollection.set({ ... })`. */
export interface ShapeScopedCollectionUpdateData {
Expand All @@ -1019,15 +1028,6 @@ export declare namespace PowerPoint {
/** An interface for updating data on the `ParagraphFormat` object, for use in `paragraphFormat.set({ ... })`. */
export interface ParagraphFormatUpdateData {

}
/** An interface for updating data on the `ShapeFont` object, for use in `shapeFont.set({ ... })`. */
export interface ShapeFontUpdateData {






}
/** An interface for updating data on the `TextRange` object, for use in `textRange.set({ ... })`. */
export interface TextRangeUpdateData {
Expand Down Expand Up @@ -1111,6 +1111,21 @@ export declare namespace PowerPoint {
/** An interface describing the data returned by calling `hyperlinkCollection.toJSON()`. */
export interface HyperlinkCollectionData {
items?: PowerPoint.Interfaces.HyperlinkData[];
}
/** An interface describing the data returned by calling `shapeFill.toJSON()`. */
export interface ShapeFillData {



}
/** An interface describing the data returned by calling `shapeFont.toJSON()`. */
export interface ShapeFontData {






}
/** An interface describing the data returned by calling `shapeCollection.toJSON()`. */
export interface ShapeCollectionData {
Expand Down Expand Up @@ -1184,12 +1199,6 @@ export declare namespace PowerPoint {
* [Api set: PowerPointApi 1.2]
*/
id?: string;
}
/** An interface describing the data returned by calling `shapeFill.toJSON()`. */
export interface ShapeFillData {



}
/** An interface describing the data returned by calling `shapeScopedCollection.toJSON()`. */
export interface ShapeScopedCollectionData {
Expand All @@ -1211,15 +1220,6 @@ export declare namespace PowerPoint {
/** An interface describing the data returned by calling `paragraphFormat.toJSON()`. */
export interface ParagraphFormatData {

}
/** An interface describing the data returned by calling `shapeFont.toJSON()`. */
export interface ShapeFontData {






}
/** An interface describing the data returned by calling `textRange.toJSON()`. */
export interface TextRangeData {
Expand Down Expand Up @@ -1308,6 +1308,8 @@ export declare namespace PowerPoint {





/**
* Represents the collection of shapes.
*
Expand Down Expand Up @@ -1505,8 +1507,6 @@ export declare namespace PowerPoint {





/**
* Represents a single shape in the slide.
*
Expand Down
Loading

0 comments on commit 6ce3ee3

Please sign in to comment.