@types/office-runtime 1.0.28 → 1.0.30
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-runtime/README.md +1 -1
- office-runtime/index.d.ts +50 -2
- office-runtime/package.json +3 -3
office-runtime/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-runtime (https://github.com/Of
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-runtime.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 24 Mar 2023 20:32:48 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `OfficeRuntime`
|
|
14
14
|
|
office-runtime/index.d.ts
CHANGED
|
@@ -37,6 +37,12 @@ declare namespace OfficeRuntime {
|
|
|
37
37
|
* @remarks
|
|
38
38
|
* [Api set: SharedRuntime 1.1, Mailbox 1.10]
|
|
39
39
|
*
|
|
40
|
+
* This interface is available in the
|
|
41
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/shared-runtime-requirement-sets | SharedRuntime 1.1 requirement set}
|
|
42
|
+
* for Excel, PowerPoint, and Word add-ins. It's also available starting in
|
|
43
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/requirement-set-1.10/outlook-requirement-set-1.10 | Mailbox requirement set 1.10}
|
|
44
|
+
* for Outlook.
|
|
45
|
+
*
|
|
40
46
|
* **Important**: In Outlook, support is only available with
|
|
41
47
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}.
|
|
42
48
|
*
|
|
@@ -50,6 +56,12 @@ declare namespace OfficeRuntime {
|
|
|
50
56
|
* @remarks
|
|
51
57
|
* [Api set: SharedRuntime 1.1, Mailbox 1.10]
|
|
52
58
|
*
|
|
59
|
+
* This method is available in the
|
|
60
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/shared-runtime-requirement-sets | SharedRuntime 1.1 requirement set}
|
|
61
|
+
* for Excel, PowerPoint, and Word add-ins. It's also available starting in
|
|
62
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/requirement-set-1.10/outlook-requirement-set-1.10 | Mailbox requirement set 1.10}
|
|
63
|
+
* for Outlook.
|
|
64
|
+
*
|
|
53
65
|
* **Important**: In Outlook, support is only available with
|
|
54
66
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}.
|
|
55
67
|
*
|
|
@@ -63,6 +75,12 @@ declare namespace OfficeRuntime {
|
|
|
63
75
|
* @remarks
|
|
64
76
|
* [Api set: SharedRuntime 1.1, Mailbox 1.10]
|
|
65
77
|
*
|
|
78
|
+
* This method is available in the
|
|
79
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/shared-runtime-requirement-sets | SharedRuntime 1.1 requirement set}
|
|
80
|
+
* for Excel, PowerPoint, and Word add-ins. It's also available starting in
|
|
81
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/requirement-set-1.10/outlook-requirement-set-1.10 | Mailbox requirement set 1.10}
|
|
82
|
+
* for Outlook.
|
|
83
|
+
*
|
|
66
84
|
* **Important**: In Outlook, support is only available with
|
|
67
85
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}.
|
|
68
86
|
*
|
|
@@ -77,6 +95,12 @@ declare namespace OfficeRuntime {
|
|
|
77
95
|
* @remarks
|
|
78
96
|
* [Api set: SharedRuntime 1.1, Mailbox 1.10]
|
|
79
97
|
*
|
|
98
|
+
* This method is available in the
|
|
99
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/shared-runtime-requirement-sets | SharedRuntime 1.1 requirement set}
|
|
100
|
+
* for Excel, PowerPoint, and Word add-ins. It's also available starting in
|
|
101
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/requirement-set-1.10/outlook-requirement-set-1.10 | Mailbox requirement set 1.10}
|
|
102
|
+
* for Outlook.
|
|
103
|
+
*
|
|
80
104
|
* **Important**: In Outlook, support is only available with
|
|
81
105
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}.
|
|
82
106
|
*
|
|
@@ -90,6 +114,12 @@ declare namespace OfficeRuntime {
|
|
|
90
114
|
* @remarks
|
|
91
115
|
* [Api set: SharedRuntime 1.1, Mailbox 1.10]
|
|
92
116
|
*
|
|
117
|
+
* This method is available in the
|
|
118
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/shared-runtime-requirement-sets | SharedRuntime 1.1 requirement set}
|
|
119
|
+
* for Excel, PowerPoint, and Word add-ins. It's also available starting in
|
|
120
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/requirement-set-1.10/outlook-requirement-set-1.10 | Mailbox requirement set 1.10}
|
|
121
|
+
* for Outlook.
|
|
122
|
+
*
|
|
93
123
|
* **Important**: In Outlook, support is only available with
|
|
94
124
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}.
|
|
95
125
|
*
|
|
@@ -103,6 +133,12 @@ declare namespace OfficeRuntime {
|
|
|
103
133
|
* @remarks
|
|
104
134
|
* [Api set: SharedRuntime 1.1, Mailbox 1.10]
|
|
105
135
|
*
|
|
136
|
+
* This method is available in the
|
|
137
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/shared-runtime-requirement-sets | SharedRuntime 1.1 requirement set}
|
|
138
|
+
* for Excel, PowerPoint, and Word add-ins. It's also available starting in
|
|
139
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/requirement-set-1.10/outlook-requirement-set-1.10 | Mailbox requirement set 1.10}
|
|
140
|
+
* for Outlook.
|
|
141
|
+
*
|
|
106
142
|
* **Important**: In Outlook, support is only available with
|
|
107
143
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}.
|
|
108
144
|
*
|
|
@@ -116,6 +152,12 @@ declare namespace OfficeRuntime {
|
|
|
116
152
|
* @remarks
|
|
117
153
|
* [Api set: SharedRuntime 1.1, Mailbox 1.10]
|
|
118
154
|
*
|
|
155
|
+
* This method is available in the
|
|
156
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/shared-runtime-requirement-sets | SharedRuntime 1.1 requirement set}
|
|
157
|
+
* for Excel, PowerPoint, and Word add-ins. It's also available starting in
|
|
158
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/requirement-set-1.10/outlook-requirement-set-1.10 | Mailbox requirement set 1.10}
|
|
159
|
+
* for Outlook.
|
|
160
|
+
*
|
|
119
161
|
* **Important**: In Outlook, support is only available with
|
|
120
162
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}.
|
|
121
163
|
*
|
|
@@ -129,6 +171,12 @@ declare namespace OfficeRuntime {
|
|
|
129
171
|
* @remarks
|
|
130
172
|
* [Api set: SharedRuntime 1.1, Mailbox 1.10]
|
|
131
173
|
*
|
|
174
|
+
* This method is available in the
|
|
175
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/common/shared-runtime-requirement-sets | SharedRuntime 1.1 requirement set}
|
|
176
|
+
* for Excel, PowerPoint, and Word add-ins. It's also available starting in
|
|
177
|
+
* {@link https://learn.microsoft.com/javascript/api/requirement-sets/outlook/requirement-set-1.10/outlook-requirement-set-1.10 | Mailbox requirement set 1.10}
|
|
178
|
+
* for Outlook.
|
|
179
|
+
*
|
|
132
180
|
* **Important**: In Outlook, support is only available with
|
|
133
181
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/autolaunch | event-based activation}.
|
|
134
182
|
*/
|
|
@@ -297,7 +345,7 @@ declare namespace OfficeRuntime {
|
|
|
297
345
|
*
|
|
298
346
|
* @remarks
|
|
299
347
|
*
|
|
300
|
-
* **
|
|
348
|
+
* **Applications**: Excel, Outlook, PowerPoint, Word
|
|
301
349
|
*
|
|
302
350
|
* @param options - Optional. Accepts an `AuthOptions` object to define sign-on behaviors.
|
|
303
351
|
* @returns Promise to the access token.
|
|
@@ -313,7 +361,7 @@ declare namespace OfficeRuntime {
|
|
|
313
361
|
*/
|
|
314
362
|
interface ApiInformation {
|
|
315
363
|
/**
|
|
316
|
-
* Check if the specified requirement set is supported by the
|
|
364
|
+
* Check if the specified requirement set is supported by the Office application.
|
|
317
365
|
* @param name - Set name; e.g., "MatrixBindings".
|
|
318
366
|
* @param minVersion - The minimum required version; e.g., "1.4".
|
|
319
367
|
*/
|
office-runtime/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-runtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.30",
|
|
4
4
|
"description": "TypeScript definitions for office-runtime",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-runtime",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
44
|
-
"typeScriptVersion": "4.
|
|
43
|
+
"typesPublisherContentHash": "abd45aac48a29da2770bb79f2b5d5291fe570fb1fdeef125c948d89138062482",
|
|
44
|
+
"typeScriptVersion": "4.3"
|
|
45
45
|
}
|