@types/office-js-preview 1.0.462 → 1.0.463

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: Tue, 09 Apr 2024 18:07:35 GMT
11
+ * Last updated: Thu, 11 Apr 2024 20:07:16 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -421,10 +421,6 @@ declare namespace Office {
421
421
  Project,
422
422
  /**
423
423
  * The Office application is Microsoft Access.
424
- *
425
- * **Important**: We no longer recommend that you create and use Access web apps and databases in SharePoint.
426
- * As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
427
- * to build no-code business solutions for web and mobile devices.
428
424
  */
429
425
  Access
430
426
  }
@@ -1796,10 +1792,6 @@ declare namespace Office {
1796
1792
  filterType?: Office.FilterType | string
1797
1793
  /**
1798
1794
  * Only for table bindings in content add-ins for Access. Specifies the pre-defined string "thisRow" to get data in the currently selected row.
1799
- *
1800
- * **Important**: We no longer recommend that you create and use Access web apps and databases in SharePoint.
1801
- * As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
1802
- * to build no-code business solutions for web and mobile devices.
1803
1795
  */
1804
1796
  rows?: string
1805
1797
  /**
@@ -1828,18 +1820,10 @@ declare namespace Office {
1828
1820
  coercionType?: Office.CoercionType | string
1829
1821
  /**
1830
1822
  * Only for table bindings in content add-ins for Access. Array of strings. Specifies the column names.
1831
- *
1832
- * **Important**: We no longer recommend that you create and use Access web apps and databases in SharePoint.
1833
- * As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
1834
- * to build no-code business solutions for web and mobile devices.
1835
1823
  */
1836
1824
  columns?: string[]
1837
1825
  /**
1838
1826
  * Only for table bindings in content add-ins for Access. Specifies the pre-defined string "thisRow" to get data in the currently selected row.
1839
- *
1840
- * **Important**: We no longer recommend that you create and use Access web apps and databases in SharePoint.
1841
- * As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
1842
- * to build no-code business solutions for web and mobile devices.
1843
1827
  */
1844
1828
  rows?: string
1845
1829
  /**
@@ -1934,10 +1918,6 @@ declare namespace Office {
1934
1918
  * The headers provided in the TableData object specify the labels used in the field selection UI.
1935
1919
  *
1936
1920
  * **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.
1937
- *
1938
- * **Important**: We no longer recommend that you create and use Access web apps and databases in SharePoint.
1939
- * As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
1940
- * to build no-code business solutions for web and mobile devices.
1941
1921
  */
1942
1922
  sampleData?: Office.TableData
1943
1923
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.462",
3
+ "version": "1.0.463",
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": "54eeb9c6a05e90d9e031c3dc7722618c217a413fa27092d699e4c32bb4d809b8",
48
+ "typesPublisherContentHash": "3565cb9b5bd4720088d0a1d0bb3dbc384f38f7f7cbd2be688921fe0174a06790",
49
49
  "typeScriptVersion": "4.7",
50
50
  "nonNpm": true
51
51
  }