Skip to content

Commit

Permalink
removing favorites from sp
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers committed Apr 8, 2024
1 parent 08e8008 commit 3b9c8f8
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 314 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- ./operations.ts methods moved to ./spqueryable.ts
- startUpload, continueUpload, finishUpload File protected methods removed
- removed legacy support for @target query param
- removed "favorites", please use graph favorites

- nodejs
- removed stream extensions, moved into sp
Expand Down
91 changes: 0 additions & 91 deletions docs/sp/favorites.md

This file was deleted.

1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ nav:
- 'comments and likes': 'sp/comments-likes.md'
- 'content types': 'sp/content-types.md'
- 'context info': 'sp/context-info.md'
- Favorites: 'sp/favorites.md'
- Features: 'sp/features.md'
- Fields: 'sp/fields.md'
- Files: 'sp/files.md'
Expand Down
32 changes: 0 additions & 32 deletions packages/sp/favorites/index.ts

This file was deleted.

186 changes: 0 additions & 186 deletions packages/sp/favorites/types.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/sp/presets/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import "../clientside-pages/index.js";
import "../column-defaults/index.js";
import "../comments/index.js";
import "../content-types/index.js";
import "../favorites/index.js";
import "../features/index.js";
import "../fields/index.js";
import "../files/index.js";
Expand Down Expand Up @@ -40,7 +39,6 @@ export * from "../clientside-pages/index.js";
export * from "../column-defaults/index.js";
export * from "../comments/index.js";
export * from "../content-types/index.js";
export * from "../favorites/index.js";
export * from "../features/index.js";
export * from "../fields/index.js";
export * from "../files/index.js";
Expand Down
2 changes: 0 additions & 2 deletions test/sp/favorites.ts

This file was deleted.

0 comments on commit 3b9c8f8

Please sign in to comment.