@types/office-js-preview 1.0.463 → 1.0.464

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.
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
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: Thu, 11 Apr 2024 20:07:16 GMT
11
+ * Last updated: Fri, 12 Apr 2024 18:07:18 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -421,6 +421,8 @@ declare namespace Office {
421
421
  Project,
422
422
  /**
423
423
  * The Office application is Microsoft Access.
424
+ *
425
+ * @deprecated Microsoft Access is no longer supported.
424
426
  */
425
427
  Access
426
428
  }
@@ -1792,6 +1794,8 @@ declare namespace Office {
1792
1794
  filterType?: Office.FilterType | string
1793
1795
  /**
1794
1796
  * Only for table bindings in content add-ins for Access. Specifies the pre-defined string "thisRow" to get data in the currently selected row.
1797
+ *
1798
+ * @deprecated Microsoft Access is no longer supported.
1795
1799
  */
1796
1800
  rows?: string
1797
1801
  /**
@@ -1820,10 +1824,14 @@ declare namespace Office {
1820
1824
  coercionType?: Office.CoercionType | string
1821
1825
  /**
1822
1826
  * Only for table bindings in content add-ins for Access. Array of strings. Specifies the column names.
1827
+ *
1828
+ * @deprecated Microsoft Access is no longer supported.
1823
1829
  */
1824
1830
  columns?: string[]
1825
1831
  /**
1826
1832
  * Only for table bindings in content add-ins for Access. Specifies the pre-defined string "thisRow" to get data in the currently selected row.
1833
+ *
1834
+ * @deprecated Microsoft Access is no longer supported.
1827
1835
  */
1828
1836
  rows?: string
1829
1837
  /**
@@ -1918,6 +1926,8 @@ declare namespace Office {
1918
1926
  * The headers provided in the TableData object specify the labels used in the field selection UI.
1919
1927
  *
1920
1928
  * **Note**: This parameter is used only in add-ins for Access. It is ignored if provided when calling the method in an add-in for Excel.
1929
+ *
1930
+ * @deprecated Microsoft Access is no longer supported.
1921
1931
  */
1922
1932
  sampleData?: Office.TableData
1923
1933
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.463",
3
+ "version": "1.0.464",
4
4
  "description": "TypeScript definitions for office-js-preview",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
6
6
  "license": "MIT",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
- "typesPublisherContentHash": "3565cb9b5bd4720088d0a1d0bb3dbc384f38f7f7cbd2be688921fe0174a06790",
48
+ "typesPublisherContentHash": "6333f1c1ca145ac67a764c78731bb373f3ec188408688a6eba6bae50f62e3bc3",
49
49
  "typeScriptVersion": "4.7",
50
50
  "nonNpm": true
51
51
  }