@types/office-js 1.0.365 → 1.0.366

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 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: Thu, 18 Jan 2024 19:35:50 GMT
11
+ * Last updated: Thu, 25 Jan 2024 17:35:38 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -12728,7 +12728,7 @@ declare namespace Office {
12728
12728
  */
12729
12729
  setSelectedDataAsync(data: string, callback?: (asyncResult: Office.AsyncResult<void>) => void): void;
12730
12730
  /**
12731
- * Adds or replaces the signature of the item body.
12731
+ * Adds a signature to the item body if it doesn't have an existing signature. If there's already a signature in the body, replaces that signature.
12732
12732
  *
12733
12733
  * @remarks
12734
12734
  * [Api set: Mailbox 1.10]
@@ -12768,7 +12768,7 @@ declare namespace Office {
12768
12768
  */
12769
12769
  setSignatureAsync(data: string, options: Office.AsyncContextOptions & CoercionTypeOptions, callback?: (asyncResult: Office.AsyncResult<void>) => void): void;
12770
12770
  /**
12771
- * Adds or replaces the signature of the item body.
12771
+ * Adds a signature to the item body if it doesn't have an existing signature. If there's already a signature in the body, replaces that signature.
12772
12772
  *
12773
12773
  * @remarks
12774
12774
  * [Api set: Mailbox 1.10]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.365",
3
+ "version": "1.0.366",
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": "dee2d5eb59a4f5150c09d1f61a75d098d94386cf36c31dfabef6e53b640c771f",
48
+ "typesPublisherContentHash": "3cfe0178d655a0173c3767cb40d8536d9457d2237995ed530980b69d93d9a275",
49
49
  "typeScriptVersion": "4.6"
50
50
  }