@types/office-js-preview 1.0.325 → 1.0.326
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: Mon,
|
|
11
|
+
* Last updated: Mon, 29 Aug 2022 18:02:41 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
|
@@ -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.326",
|
|
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": "348120bc121e0508b0eced0b18485b3e703eb269873b28ff4818d86812a7bf4d",
|
|
49
49
|
"typeScriptVersion": "4.0"
|
|
50
50
|
}
|