@types/office-js 1.0.354 → 1.0.355
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.
- office-js/README.md +1 -1
- office-js/index.d.ts +4 -4
- office-js/package.json +2 -2
office-js/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js (https://github.com/OfficeD
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Wed, 25 Oct 2023
|
|
11
|
+
* Last updated: Wed, 25 Oct 2023 21:16:39 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -112779,7 +112779,7 @@ declare namespace PowerPoint {
|
|
|
112779
112779
|
getItemAt(index: number): PowerPoint.SlideLayout;
|
|
112780
112780
|
/**
|
|
112781
112781
|
* Gets a layout using its unique ID. If such a layout does not exist, an object with an `isNullObject` property set to true is returned. For further information,
|
|
112782
|
-
see {@link https://
|
|
112782
|
+
see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}.
|
|
112783
112783
|
*
|
|
112784
112784
|
* @remarks
|
|
112785
112785
|
* [Api set: PowerPointApi 1.3]
|
|
@@ -114218,7 +114218,7 @@ declare namespace PowerPoint {
|
|
|
114218
114218
|
getItemAt(index: number): PowerPoint.Slide;
|
|
114219
114219
|
/**
|
|
114220
114220
|
* Gets a slide using its unique ID. If such a slide does not exist, an object with an `isNullObject` property set to true is returned. For further information,
|
|
114221
|
-
see {@link https://
|
|
114221
|
+
see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
|
|
114222
114222
|
and properties}.
|
|
114223
114223
|
*
|
|
114224
114224
|
* @remarks
|
|
@@ -114293,7 +114293,7 @@ declare namespace PowerPoint {
|
|
|
114293
114293
|
getItemAt(index: number): PowerPoint.Slide;
|
|
114294
114294
|
/**
|
|
114295
114295
|
* Gets a slide using its unique ID. If such a slide does not exist, an object with an `isNullObject` property set to true is returned. For further information,
|
|
114296
|
-
see {@link https://
|
|
114296
|
+
see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods
|
|
114297
114297
|
and properties}.
|
|
114298
114298
|
*
|
|
114299
114299
|
* @remarks
|
|
@@ -114368,7 +114368,7 @@ declare namespace PowerPoint {
|
|
|
114368
114368
|
getItemAt(index: number): PowerPoint.SlideMaster;
|
|
114369
114369
|
/**
|
|
114370
114370
|
* Gets a Slide Master using its unique ID. If such a Slide Master does not exist, an object with an `isNullObject` property set to true is returned.
|
|
114371
|
-
For further information, see {@link https://
|
|
114371
|
+
For further information, see {@link https://learn.microsoft.com/office/dev/add-ins/develop/application-specific-api-model#ornullobject-methods-and-properties | *OrNullObject methods and properties}."
|
|
114372
114372
|
*
|
|
114373
114373
|
* @remarks
|
|
114374
114374
|
* [Api set: PowerPointApi 1.3]
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.355",
|
|
4
4
|
"description": "TypeScript definitions for office-js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "20f67a62801a5d7fd3d500c86ac4f188dcbf8a266eef876497fa32df5d7a5033",
|
|
49
49
|
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|