@types/office-js-preview 1.0.324 → 1.0.327
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
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: Mon, 29 Aug 2022 23:32:44 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
|
@@ -11171,7 +11171,7 @@ declare namespace Office {
|
|
|
11171
11171
|
*/
|
|
11172
11172
|
optionalAttendees: EmailAddressDetails[];
|
|
11173
11173
|
/**
|
|
11174
|
-
* Gets the
|
|
11174
|
+
* Gets the meeting organizer's email properties.
|
|
11175
11175
|
*
|
|
11176
11176
|
* @remarks
|
|
11177
11177
|
*
|
|
@@ -17179,8 +17179,8 @@ declare namespace Office {
|
|
|
17179
17179
|
*
|
|
17180
17180
|
* **Important**:
|
|
17181
17181
|
*
|
|
17182
|
-
* - Only one notification of type
|
|
17183
|
-
*
|
|
17182
|
+
* - Only one notification of type {@link https://docs.microsoft.com/javascript/api/outlook/office.mailboxenums.itemnotificationmessagetype#fields | InsightMessage}
|
|
17183
|
+
* is allowed per add-in. Attempting to add more will throw an error.
|
|
17184
17184
|
*
|
|
17185
17185
|
* - In modern Outlook on the web, you can add an `InsightMessage` notification only in Compose mode.
|
|
17186
17186
|
*
|
|
@@ -17208,8 +17208,8 @@ declare namespace Office {
|
|
|
17208
17208
|
*
|
|
17209
17209
|
* **Important**:
|
|
17210
17210
|
*
|
|
17211
|
-
* - Only one notification of type
|
|
17212
|
-
*
|
|
17211
|
+
* - Only one notification of type {@link https://docs.microsoft.com/javascript/api/outlook/office.mailboxenums.itemnotificationmessagetype#fields | InsightMessage}
|
|
17212
|
+
* is allowed per add-in. Attempting to add more will throw an error.
|
|
17213
17213
|
*
|
|
17214
17214
|
* - In modern Outlook on the web, you can add an `InsightMessage` notification only in Compose mode.
|
|
17215
17215
|
*
|
|
@@ -24403,7 +24403,6 @@ declare namespace Excel {
|
|
|
24403
24403
|
readonly createdDateTime: Date;
|
|
24404
24404
|
/**
|
|
24405
24405
|
* Gets or sets the date and time the task is due.
|
|
24406
|
-
To ensure that calls to `dueDateTime` always occur after calls to `startDateTime`, the DispatchId for `dueDateTime` should be greater than the DispatchId for `startDateTime`.
|
|
24407
24406
|
*
|
|
24408
24407
|
* @remarks
|
|
24409
24408
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
@@ -24436,7 +24435,6 @@ declare namespace Excel {
|
|
|
24436
24435
|
priority: number;
|
|
24437
24436
|
/**
|
|
24438
24437
|
* Gets or sets the date and time the task starts.
|
|
24439
|
-
To ensure that calls to `dueDateTime` always occur after calls to `startDateTime`, the DispatchId for `dueDateTime` should be greater than the DispatchId for `startDateTime`.
|
|
24440
24438
|
*
|
|
24441
24439
|
* @remarks
|
|
24442
24440
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
@@ -59856,7 +59854,6 @@ declare namespace Excel {
|
|
|
59856
59854
|
interface DocumentTaskUpdateData {
|
|
59857
59855
|
/**
|
|
59858
59856
|
* Gets or sets the date and time the task is due.
|
|
59859
|
-
To ensure that calls to `dueDateTime` always occur after calls to `startDateTime`, the DispatchId for `dueDateTime` should be greater than the DispatchId for `startDateTime`.
|
|
59860
59857
|
*
|
|
59861
59858
|
* @remarks
|
|
59862
59859
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
@@ -59881,7 +59878,6 @@ declare namespace Excel {
|
|
|
59881
59878
|
priority?: number;
|
|
59882
59879
|
/**
|
|
59883
59880
|
* Gets or sets the date and time the task starts.
|
|
59884
|
-
To ensure that calls to `dueDateTime` always occur after calls to `startDateTime`, the DispatchId for `dueDateTime` should be greater than the DispatchId for `startDateTime`.
|
|
59885
59881
|
*
|
|
59886
59882
|
* @remarks
|
|
59887
59883
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
@@ -65041,7 +65037,6 @@ declare namespace Excel {
|
|
|
65041
65037
|
createdDateTime?: Date;
|
|
65042
65038
|
/**
|
|
65043
65039
|
* Gets or sets the date and time the task is due.
|
|
65044
|
-
To ensure that calls to `dueDateTime` always occur after calls to `startDateTime`, the DispatchId for `dueDateTime` should be greater than the DispatchId for `startDateTime`.
|
|
65045
65040
|
*
|
|
65046
65041
|
* @remarks
|
|
65047
65042
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
@@ -65074,7 +65069,6 @@ declare namespace Excel {
|
|
|
65074
65069
|
priority?: number;
|
|
65075
65070
|
/**
|
|
65076
65071
|
* Gets or sets the date and time the task starts.
|
|
65077
|
-
To ensure that calls to `dueDateTime` always occur after calls to `startDateTime`, the DispatchId for `dueDateTime` should be greater than the DispatchId for `startDateTime`.
|
|
65078
65072
|
*
|
|
65079
65073
|
* @remarks
|
|
65080
65074
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
@@ -72266,7 +72260,6 @@ declare namespace Excel {
|
|
|
72266
72260
|
createdDateTime?: boolean;
|
|
72267
72261
|
/**
|
|
72268
72262
|
* Gets or sets the date and time the task is due.
|
|
72269
|
-
To ensure that calls to `dueDateTime` always occur after calls to `startDateTime`, the DispatchId for `dueDateTime` should be greater than the DispatchId for `startDateTime`.
|
|
72270
72263
|
*
|
|
72271
72264
|
* @remarks
|
|
72272
72265
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
@@ -72299,7 +72292,6 @@ declare namespace Excel {
|
|
|
72299
72292
|
priority?: boolean;
|
|
72300
72293
|
/**
|
|
72301
72294
|
* Gets or sets the date and time the task starts.
|
|
72302
|
-
To ensure that calls to `dueDateTime` always occur after calls to `startDateTime`, the DispatchId for `dueDateTime` should be greater than the DispatchId for `startDateTime`.
|
|
72303
72295
|
*
|
|
72304
72296
|
* @remarks
|
|
72305
72297
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
@@ -72377,7 +72369,6 @@ declare namespace Excel {
|
|
|
72377
72369
|
createdDateTime?: boolean;
|
|
72378
72370
|
/**
|
|
72379
72371
|
* For EACH ITEM in the collection: Gets or sets the date and time the task is due.
|
|
72380
|
-
To ensure that calls to `dueDateTime` always occur after calls to `startDateTime`, the DispatchId for `dueDateTime` should be greater than the DispatchId for `startDateTime`.
|
|
72381
72372
|
*
|
|
72382
72373
|
* @remarks
|
|
72383
72374
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
|
@@ -72410,7 +72401,6 @@ declare namespace Excel {
|
|
|
72410
72401
|
priority?: boolean;
|
|
72411
72402
|
/**
|
|
72412
72403
|
* For EACH ITEM in the collection: Gets or sets the date and time the task starts.
|
|
72413
|
-
To ensure that calls to `dueDateTime` always occur after calls to `startDateTime`, the DispatchId for `dueDateTime` should be greater than the DispatchId for `startDateTime`.
|
|
72414
72404
|
*
|
|
72415
72405
|
* @remarks
|
|
72416
72406
|
* [Api set: ExcelApi BETA (PREVIEW ONLY)]
|
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.327",
|
|
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": "784558303982b3ca5b3b7fdb585eca48f6df6323af2cbcb0be92d43944aaaa7a",
|
|
49
49
|
"typeScriptVersion": "4.0"
|
|
50
50
|
}
|