@types/office-js-preview 1.0.329 → 1.0.330
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-preview/README.md +1 -1
- office-js-preview/index.d.ts +24 -24
- office-js-preview/package.json +2 -2
office-js-preview/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-preview.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 02 Sep 2022 20:32:40 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -10189,9 +10189,9 @@ declare namespace Office {
|
|
|
10189
10189
|
/**
|
|
10190
10190
|
* Gets an attachment from a message or appointment and returns it as an `AttachmentContent` object.
|
|
10191
10191
|
*
|
|
10192
|
-
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should
|
|
10193
|
-
* the identifier
|
|
10194
|
-
*
|
|
10192
|
+
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should get
|
|
10193
|
+
* the attachment's identifier from a `getAttachmentsAsync` call, then in the same session, use that identifier to retrieve the attachment.
|
|
10194
|
+
* In Outlook on the web and mobile devices, the attachment identifier is valid only within the same session.
|
|
10195
10195
|
* A session is over when the user closes the app, or if the user starts composing an inline form then subsequently pops out the form to
|
|
10196
10196
|
* continue in a separate window.
|
|
10197
10197
|
*
|
|
@@ -10220,9 +10220,9 @@ declare namespace Office {
|
|
|
10220
10220
|
/**
|
|
10221
10221
|
* Gets an attachment from a message or appointment and returns it as an `AttachmentContent` object.
|
|
10222
10222
|
*
|
|
10223
|
-
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should
|
|
10224
|
-
* the identifier
|
|
10225
|
-
*
|
|
10223
|
+
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should get
|
|
10224
|
+
* the attachment's identifier from a `getAttachmentsAsync` call, then in the same session, use that identifier to retrieve the attachment.
|
|
10225
|
+
* In Outlook on the web and mobile devices, the attachment identifier is valid only within the same session.
|
|
10226
10226
|
* A session is over when the user closes the app, or if the user starts composing an inline form then subsequently pops out the form to
|
|
10227
10227
|
* continue in a separate window.
|
|
10228
10228
|
*
|
|
@@ -11477,9 +11477,9 @@ declare namespace Office {
|
|
|
11477
11477
|
/**
|
|
11478
11478
|
* Gets an attachment from a message or appointment and returns it as an `AttachmentContent` object.
|
|
11479
11479
|
*
|
|
11480
|
-
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should
|
|
11481
|
-
* the identifier
|
|
11482
|
-
*
|
|
11480
|
+
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should get
|
|
11481
|
+
* the attachment's identifier from an {@link Office.AppointmentRead.attachments | item.attachments} call, then in the same session, use that identifier
|
|
11482
|
+
* to retrieve the attachment. In Outlook on the web and mobile devices, the attachment identifier is valid only within the same session.
|
|
11483
11483
|
* A session is over when the user closes the app, or if the user starts composing an inline form then subsequently pops out the form to
|
|
11484
11484
|
* continue in a separate window.
|
|
11485
11485
|
*
|
|
@@ -11508,9 +11508,9 @@ declare namespace Office {
|
|
|
11508
11508
|
/**
|
|
11509
11509
|
* Gets an attachment from a message or appointment and returns it as an `AttachmentContent` object.
|
|
11510
11510
|
*
|
|
11511
|
-
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should
|
|
11512
|
-
* the identifier
|
|
11513
|
-
*
|
|
11511
|
+
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should get
|
|
11512
|
+
* the attachment's identifier from an {@link Office.AppointmentRead.attachments | item.attachments} call, then in the same session, use that identifier
|
|
11513
|
+
* to retrieve the attachment. In Outlook on the web and mobile devices, the attachment identifier is valid only within the same session.
|
|
11514
11514
|
* A session is over when the user closes the app, or if the user starts composing an inline form then subsequently pops out the form to
|
|
11515
11515
|
* continue in a separate window.
|
|
11516
11516
|
*
|
|
@@ -15338,9 +15338,9 @@ declare namespace Office {
|
|
|
15338
15338
|
/**
|
|
15339
15339
|
* Gets an attachment from a message or appointment and returns it as an `AttachmentContent` object.
|
|
15340
15340
|
*
|
|
15341
|
-
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should
|
|
15342
|
-
* the identifier
|
|
15343
|
-
*
|
|
15341
|
+
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should get
|
|
15342
|
+
* the attachment's identifier from a `getAttachmentsAsync` call, then in the same session, use that identifier to retrieve the attachment.
|
|
15343
|
+
* In Outlook on the web and mobile devices, the attachment identifier is valid only within the same session.
|
|
15344
15344
|
* A session is over when the user closes the app, or if the user starts composing an inline form then subsequently pops out the form to
|
|
15345
15345
|
* continue in a separate window.
|
|
15346
15346
|
*
|
|
@@ -15369,9 +15369,9 @@ declare namespace Office {
|
|
|
15369
15369
|
/**
|
|
15370
15370
|
* Gets an attachment from a message or appointment and returns it as an `AttachmentContent` object.
|
|
15371
15371
|
*
|
|
15372
|
-
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should
|
|
15373
|
-
* the identifier
|
|
15374
|
-
*
|
|
15372
|
+
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should get
|
|
15373
|
+
* the attachment's identifier from a `getAttachmentsAsync` call, then in the same session, use that identifier to retrieve the attachment.
|
|
15374
|
+
* In Outlook on the web and mobile devices, the attachment identifier is valid only within the same session.
|
|
15375
15375
|
* A session is over when the user closes the app, or if the user starts composing an inline form then subsequently pops out the form to
|
|
15376
15376
|
* continue in a separate window.
|
|
15377
15377
|
*
|
|
@@ -16593,9 +16593,9 @@ declare namespace Office {
|
|
|
16593
16593
|
/**
|
|
16594
16594
|
* Gets an attachment from a message or appointment and returns it as an `AttachmentContent` object.
|
|
16595
16595
|
*
|
|
16596
|
-
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should
|
|
16597
|
-
* the identifier
|
|
16598
|
-
*
|
|
16596
|
+
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should get
|
|
16597
|
+
* the attachment's identifier from an {@link Office.MessageRead.attachments | item.attachments} call, then in the same session, use that identifier
|
|
16598
|
+
* to retrieve the attachment. In Outlook on the web and mobile devices, the attachment identifier is valid only within the same session.
|
|
16599
16599
|
* A session is over when the user closes the app, or if the user starts composing an inline form then subsequently pops out the form to
|
|
16600
16600
|
* continue in a separate window.
|
|
16601
16601
|
*
|
|
@@ -16624,9 +16624,9 @@ declare namespace Office {
|
|
|
16624
16624
|
/**
|
|
16625
16625
|
* Gets an attachment from a message or appointment and returns it as an `AttachmentContent` object.
|
|
16626
16626
|
*
|
|
16627
|
-
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should
|
|
16628
|
-
* the identifier
|
|
16629
|
-
*
|
|
16627
|
+
* The `getAttachmentContentAsync` method gets the attachment with the specified identifier from the item. As a best practice, you should get
|
|
16628
|
+
* the attachment's identifier from an {@link Office.MessageRead.attachments | item.attachments} call, then in the same session, use that identifier
|
|
16629
|
+
* to retrieve the attachment. In Outlook on the web and mobile devices, the attachment identifier is valid only within the same session.
|
|
16630
16630
|
* A session is over when the user closes the app, or if the user starts composing an inline form then subsequently pops out the form to
|
|
16631
16631
|
* continue in a separate window.
|
|
16632
16632
|
*
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.330",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "02da0d528889632af2e050454a3b6404f621c2ed70d30777c9ec6dd1286e5a1d",
|
|
49
49
|
"typeScriptVersion": "4.1"
|
|
50
50
|
}
|