@slates-integrations/sharepoint 0.2.0-rc.10 → 0.2.0-rc.11
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.
- package/README.md +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/docs/SPEC.md +2 -0
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ Search for SharePoint sites by keyword, or list subsites of a given site. Return
|
|
|
36
36
|
|
|
37
37
|
### Manage Columns
|
|
38
38
|
|
|
39
|
-
List, create, update, or delete columns (fields) on a SharePoint list. Columns define the schema and metadata structure of a list. Supports various column types including text, number, boolean, dateTime, choice, currency, and
|
|
39
|
+
List, create, update, or delete columns (fields) on a SharePoint list. Columns define the schema and metadata structure of a list. Supports various column types including text, number, boolean, dateTime, choice, currency, personOrGroup, and hyperlinkOrPicture.
|
|
40
40
|
|
|
41
41
|
### Manage File
|
|
42
42
|
|
|
@@ -44,7 +44,7 @@ Upload, download, move, copy, rename, or delete files and folders in a SharePoin
|
|
|
44
44
|
|
|
45
45
|
### Manage List Items
|
|
46
46
|
|
|
47
|
-
Full CRUD operations on SharePoint list items. Create, read, update, delete, or list items in a SharePoint list. Supports OData filtering and ordering when listing items. Field values match the list's column schema.
|
|
47
|
+
Full CRUD operations on SharePoint list items. Create, read, update, delete, or list items in a SharePoint list. Supports OData filtering and ordering when listing items. Field values match the list's column schema, including Hyperlink updates with URL and description values.
|
|
48
48
|
|
|
49
49
|
### Manage List
|
|
50
50
|
|