@pnp/sp 4.0.0-alpha0-v4nightly.20240108 → 4.0.0-alpha0-v4nightly.20240110
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/commonjs/appcatalog/index.d.ts +11 -0
- package/commonjs/appcatalog/index.d.ts.map +1 -0
- package/commonjs/appcatalog/index.js +22 -0
- package/commonjs/appcatalog/index.js.map +1 -0
- package/commonjs/appcatalog/types.d.ts +79 -0
- package/commonjs/appcatalog/types.d.ts.map +1 -0
- package/commonjs/appcatalog/types.js +134 -0
- package/commonjs/appcatalog/types.js.map +1 -0
- package/commonjs/appcatalog/web.d.ts +13 -0
- package/commonjs/appcatalog/web.d.ts.map +1 -0
- package/commonjs/appcatalog/web.js +9 -0
- package/commonjs/appcatalog/web.js.map +1 -0
- package/commonjs/attachments/index.d.ts +3 -0
- package/commonjs/attachments/index.d.ts.map +1 -0
- package/commonjs/attachments/index.js +8 -0
- package/commonjs/attachments/index.js.map +1 -0
- package/commonjs/attachments/item.d.ts +13 -0
- package/commonjs/attachments/item.d.ts.map +1 -0
- package/commonjs/attachments/item.js +7 -0
- package/commonjs/attachments/item.js.map +1 -0
- package/commonjs/attachments/types.d.ts +57 -0
- package/commonjs/attachments/types.d.ts.map +1 -0
- package/commonjs/attachments/types.js +68 -0
- package/commonjs/attachments/types.js.map +1 -0
- package/commonjs/batching.d.ts +45 -0
- package/commonjs/batching.d.ts.map +1 -0
- package/commonjs/batching.js +355 -0
- package/commonjs/batching.js.map +1 -0
- package/commonjs/behaviors/defaults.d.ts +5 -0
- package/commonjs/behaviors/defaults.d.ts.map +1 -0
- package/commonjs/behaviors/defaults.js +29 -0
- package/commonjs/behaviors/defaults.js.map +1 -0
- package/commonjs/behaviors/request-digest.d.ts +9 -0
- package/commonjs/behaviors/request-digest.d.ts.map +1 -0
- package/commonjs/behaviors/request-digest.js +59 -0
- package/commonjs/behaviors/request-digest.js.map +1 -0
- package/commonjs/behaviors/spbrowser.d.ts +7 -0
- package/commonjs/behaviors/spbrowser.d.ts.map +1 -0
- package/commonjs/behaviors/spbrowser.js +27 -0
- package/commonjs/behaviors/spbrowser.js.map +1 -0
- package/commonjs/behaviors/spfx.d.ts +21 -0
- package/commonjs/behaviors/spfx.d.ts.map +1 -0
- package/commonjs/behaviors/spfx.js +62 -0
- package/commonjs/behaviors/spfx.js.map +1 -0
- package/commonjs/behaviors/telemetry.d.ts +4 -0
- package/commonjs/behaviors/telemetry.d.ts.map +1 -0
- package/commonjs/behaviors/telemetry.js +27 -0
- package/commonjs/behaviors/telemetry.js.map +1 -0
- package/commonjs/clientside-pages/funcs.d.ts +23 -0
- package/commonjs/clientside-pages/funcs.d.ts.map +1 -0
- package/commonjs/clientside-pages/funcs.js +31 -0
- package/commonjs/clientside-pages/funcs.js.map +1 -0
- package/commonjs/clientside-pages/index.d.ts +3 -0
- package/commonjs/clientside-pages/index.d.ts.map +1 -0
- package/commonjs/clientside-pages/index.js +14 -0
- package/commonjs/clientside-pages/index.js.map +1 -0
- package/commonjs/clientside-pages/types.d.ts +495 -0
- package/commonjs/clientside-pages/types.d.ts.map +1 -0
- package/commonjs/clientside-pages/types.js +1155 -0
- package/commonjs/clientside-pages/types.js.map +1 -0
- package/commonjs/clientside-pages/web.d.ts +42 -0
- package/commonjs/clientside-pages/web.d.ts.map +1 -0
- package/commonjs/clientside-pages/web.js +33 -0
- package/commonjs/clientside-pages/web.js.map +1 -0
- package/commonjs/column-defaults/folder.d.ts +28 -0
- package/commonjs/column-defaults/folder.d.ts.map +1 -0
- package/commonjs/column-defaults/folder.js +50 -0
- package/commonjs/column-defaults/folder.js.map +1 -0
- package/commonjs/column-defaults/index.d.ts +4 -0
- package/commonjs/column-defaults/index.d.ts.map +1 -0
- package/commonjs/column-defaults/index.js +5 -0
- package/commonjs/column-defaults/index.js.map +1 -0
- package/commonjs/column-defaults/list.d.ts +20 -0
- package/commonjs/column-defaults/list.d.ts.map +1 -0
- package/commonjs/column-defaults/list.js +171 -0
- package/commonjs/column-defaults/list.js.map +1 -0
- package/commonjs/column-defaults/types.d.ts +22 -0
- package/commonjs/column-defaults/types.d.ts.map +1 -0
- package/commonjs/column-defaults/types.js +3 -0
- package/commonjs/column-defaults/types.js.map +1 -0
- package/commonjs/comments/clientside-page.d.ts +58 -0
- package/commonjs/comments/clientside-page.d.ts.map +1 -0
- package/commonjs/comments/clientside-page.js +51 -0
- package/commonjs/comments/clientside-page.js.map +1 -0
- package/commonjs/comments/index.d.ts +3 -0
- package/commonjs/comments/index.d.ts.map +1 -0
- package/commonjs/comments/index.js +9 -0
- package/commonjs/comments/index.js.map +1 -0
- package/commonjs/comments/item.d.ts +37 -0
- package/commonjs/comments/item.d.ts.map +1 -0
- package/commonjs/comments/item.js +37 -0
- package/commonjs/comments/item.js.map +1 -0
- package/commonjs/comments/types.d.ts +111 -0
- package/commonjs/comments/types.d.ts.map +1 -0
- package/commonjs/comments/types.js +89 -0
- package/commonjs/comments/types.js.map +1 -0
- package/commonjs/content-types/index.d.ts +5 -0
- package/commonjs/content-types/index.d.ts.map +1 -0
- package/commonjs/content-types/index.js +12 -0
- package/commonjs/content-types/index.js.map +1 -0
- package/commonjs/content-types/item.d.ts +13 -0
- package/commonjs/content-types/item.d.ts.map +1 -0
- package/commonjs/content-types/item.js +7 -0
- package/commonjs/content-types/item.js.map +1 -0
- package/commonjs/content-types/list.d.ts +13 -0
- package/commonjs/content-types/list.d.ts.map +1 -0
- package/commonjs/content-types/list.js +7 -0
- package/commonjs/content-types/list.js.map +1 -0
- package/commonjs/content-types/types.d.ts +120 -0
- package/commonjs/content-types/types.d.ts.map +1 -0
- package/commonjs/content-types/types.js +115 -0
- package/commonjs/content-types/types.js.map +1 -0
- package/commonjs/content-types/web.d.ts +13 -0
- package/commonjs/content-types/web.d.ts.map +1 -0
- package/commonjs/content-types/web.js +7 -0
- package/commonjs/content-types/web.js.map +1 -0
- package/commonjs/context-info/index.d.ts +22 -0
- package/commonjs/context-info/index.d.ts.map +1 -0
- package/commonjs/context-info/index.js +17 -0
- package/commonjs/context-info/index.js.map +1 -0
- package/commonjs/decorators.d.ts +9 -0
- package/commonjs/decorators.d.ts.map +1 -0
- package/commonjs/decorators.js +20 -0
- package/commonjs/decorators.js.map +1 -0
- package/commonjs/favorites/index.d.ts +11 -0
- package/commonjs/favorites/index.d.ts.map +1 -0
- package/commonjs/favorites/index.js +15 -0
- package/commonjs/favorites/index.js.map +1 -0
- package/commonjs/favorites/types.d.ts +113 -0
- package/commonjs/favorites/types.d.ts.map +1 -0
- package/commonjs/favorites/types.js +115 -0
- package/commonjs/favorites/types.js.map +1 -0
- package/commonjs/features/index.d.ts +4 -0
- package/commonjs/features/index.d.ts.map +1 -0
- package/commonjs/features/index.js +9 -0
- package/commonjs/features/index.js.map +1 -0
- package/commonjs/features/site.d.ts +13 -0
- package/commonjs/features/site.d.ts.map +1 -0
- package/commonjs/features/site.js +7 -0
- package/commonjs/features/site.js.map +1 -0
- package/commonjs/features/types.d.ts +42 -0
- package/commonjs/features/types.d.ts.map +1 -0
- package/commonjs/features/types.js +56 -0
- package/commonjs/features/types.js.map +1 -0
- package/commonjs/features/web.d.ts +13 -0
- package/commonjs/features/web.d.ts.map +1 -0
- package/commonjs/features/web.js +7 -0
- package/commonjs/features/web.js.map +1 -0
- package/commonjs/fi.d.ts +25 -0
- package/commonjs/fi.d.ts.map +1 -0
- package/commonjs/fi.js +40 -0
- package/commonjs/fi.js.map +1 -0
- package/commonjs/fields/index.d.ts +4 -0
- package/commonjs/fields/index.d.ts.map +1 -0
- package/commonjs/fields/index.js +17 -0
- package/commonjs/fields/index.js.map +1 -0
- package/commonjs/fields/list.d.ts +13 -0
- package/commonjs/fields/list.d.ts.map +1 -0
- package/commonjs/fields/list.js +7 -0
- package/commonjs/fields/list.js.map +1 -0
- package/commonjs/fields/types.d.ts +402 -0
- package/commonjs/fields/types.d.ts.map +1 -0
- package/commonjs/fields/types.js +459 -0
- package/commonjs/fields/types.js.map +1 -0
- package/commonjs/fields/web.d.ts +18 -0
- package/commonjs/fields/web.d.ts.map +1 -0
- package/commonjs/fields/web.js +8 -0
- package/commonjs/fields/web.js.map +1 -0
- package/commonjs/files/folder.d.ts +13 -0
- package/commonjs/files/folder.d.ts.map +1 -0
- package/commonjs/files/folder.js +7 -0
- package/commonjs/files/folder.js.map +1 -0
- package/commonjs/files/index.d.ts +5 -0
- package/commonjs/files/index.d.ts.map +1 -0
- package/commonjs/files/index.js +18 -0
- package/commonjs/files/index.js.map +1 -0
- package/commonjs/files/item.d.ts +13 -0
- package/commonjs/files/item.d.ts.map +1 -0
- package/commonjs/files/item.js +7 -0
- package/commonjs/files/item.js.map +1 -0
- package/commonjs/files/readable-file.d.ts +23 -0
- package/commonjs/files/readable-file.d.ts.map +1 -0
- package/commonjs/files/readable-file.js +38 -0
- package/commonjs/files/readable-file.js.map +1 -0
- package/commonjs/files/types.d.ts +451 -0
- package/commonjs/files/types.d.ts.map +1 -0
- package/commonjs/files/types.js +589 -0
- package/commonjs/files/types.js.map +1 -0
- package/commonjs/files/web.d.ts +29 -0
- package/commonjs/files/web.d.ts.map +1 -0
- package/commonjs/files/web.js +15 -0
- package/commonjs/files/web.js.map +1 -0
- package/commonjs/folders/index.d.ts +5 -0
- package/commonjs/folders/index.d.ts.map +1 -0
- package/commonjs/folders/index.js +13 -0
- package/commonjs/folders/index.js.map +1 -0
- package/commonjs/folders/item.d.ts +10 -0
- package/commonjs/folders/item.d.ts.map +1 -0
- package/commonjs/folders/item.js +7 -0
- package/commonjs/folders/item.js.map +1 -0
- package/commonjs/folders/list.d.ts +13 -0
- package/commonjs/folders/list.d.ts.map +1 -0
- package/commonjs/folders/list.js +7 -0
- package/commonjs/folders/list.js.map +1 -0
- package/commonjs/folders/types.d.ts +237 -0
- package/commonjs/folders/types.d.ts.map +1 -0
- package/commonjs/folders/types.js +253 -0
- package/commonjs/folders/types.js.map +1 -0
- package/commonjs/folders/web.d.ts +33 -0
- package/commonjs/folders/web.d.ts.map +1 -0
- package/commonjs/folders/web.js +14 -0
- package/commonjs/folders/web.js.map +1 -0
- package/commonjs/forms/index.d.ts +3 -0
- package/commonjs/forms/index.d.ts.map +1 -0
- package/commonjs/forms/index.js +8 -0
- package/commonjs/forms/index.js.map +1 -0
- package/commonjs/forms/list.d.ts +10 -0
- package/commonjs/forms/list.d.ts.map +1 -0
- package/commonjs/forms/list.js +7 -0
- package/commonjs/forms/list.js.map +1 -0
- package/commonjs/forms/types.d.ts +36 -0
- package/commonjs/forms/types.d.ts.map +1 -0
- package/commonjs/forms/types.js +34 -0
- package/commonjs/forms/types.js.map +1 -0
- package/commonjs/groupsitemanager/index.d.ts +8 -0
- package/commonjs/groupsitemanager/index.d.ts.map +1 -0
- package/commonjs/groupsitemanager/index.js +14 -0
- package/commonjs/groupsitemanager/index.js.map +1 -0
- package/commonjs/groupsitemanager/types.d.ts +312 -0
- package/commonjs/groupsitemanager/types.d.ts.map +1 -0
- package/commonjs/groupsitemanager/types.js +325 -0
- package/commonjs/groupsitemanager/types.js.map +1 -0
- package/commonjs/hubsites/index.d.ts +13 -0
- package/commonjs/hubsites/index.d.ts.map +1 -0
- package/commonjs/hubsites/index.js +18 -0
- package/commonjs/hubsites/index.js.map +1 -0
- package/commonjs/hubsites/site.d.ts +27 -0
- package/commonjs/hubsites/site.d.ts.map +1 -0
- package/commonjs/hubsites/site.js +14 -0
- package/commonjs/hubsites/site.js.map +1 -0
- package/commonjs/hubsites/types.d.ts +56 -0
- package/commonjs/hubsites/types.d.ts.map +1 -0
- package/commonjs/hubsites/types.js +34 -0
- package/commonjs/hubsites/types.js.map +1 -0
- package/commonjs/hubsites/web.d.ts +22 -0
- package/commonjs/hubsites/web.d.ts.map +1 -0
- package/commonjs/hubsites/web.js +15 -0
- package/commonjs/hubsites/web.js.map +1 -0
- package/commonjs/index.d.ts +15 -0
- package/commonjs/index.d.ts.map +1 -0
- package/commonjs/index.js +21 -0
- package/commonjs/index.js.map +1 -0
- package/commonjs/items/index.d.ts +3 -0
- package/commonjs/items/index.d.ts.map +1 -0
- package/commonjs/items/index.js +10 -0
- package/commonjs/items/index.js.map +1 -0
- package/commonjs/items/list.d.ts +10 -0
- package/commonjs/items/list.d.ts.map +1 -0
- package/commonjs/items/list.js +7 -0
- package/commonjs/items/list.js.map +1 -0
- package/commonjs/items/types.d.ts +193 -0
- package/commonjs/items/types.d.ts.map +1 -0
- package/commonjs/items/types.js +295 -0
- package/commonjs/items/types.js.map +1 -0
- package/commonjs/lists/index.d.ts +3 -0
- package/commonjs/lists/index.d.ts.map +1 -0
- package/commonjs/lists/index.js +10 -0
- package/commonjs/lists/index.js.map +1 -0
- package/commonjs/lists/types.d.ts +626 -0
- package/commonjs/lists/types.d.ts.map +1 -0
- package/commonjs/lists/types.js +357 -0
- package/commonjs/lists/types.js.map +1 -0
- package/commonjs/lists/web.d.ts +44 -0
- package/commonjs/lists/web.d.ts.map +1 -0
- package/commonjs/lists/web.js +20 -0
- package/commonjs/lists/web.js.map +1 -0
- package/commonjs/navigation/index.d.ts +9 -0
- package/commonjs/navigation/index.d.ts.map +1 -0
- package/commonjs/navigation/index.js +19 -0
- package/commonjs/navigation/index.js.map +1 -0
- package/commonjs/navigation/types.d.ts +155 -0
- package/commonjs/navigation/types.d.ts.map +1 -0
- package/commonjs/navigation/types.js +153 -0
- package/commonjs/navigation/types.js.map +1 -0
- package/commonjs/navigation/web.d.ts +14 -0
- package/commonjs/navigation/web.d.ts.map +1 -0
- package/commonjs/navigation/web.js +7 -0
- package/commonjs/navigation/web.js.map +1 -0
- package/commonjs/package.json +1 -0
- package/commonjs/presets/all.d.ts +75 -0
- package/commonjs/presets/all.d.ts.map +1 -0
- package/commonjs/presets/all.js +78 -0
- package/commonjs/presets/all.js.map +1 -0
- package/commonjs/profiles/index.d.ts +8 -0
- package/commonjs/profiles/index.d.ts.map +1 -0
- package/commonjs/profiles/index.js +16 -0
- package/commonjs/profiles/index.js.map +1 -0
- package/commonjs/profiles/types.d.ts +358 -0
- package/commonjs/profiles/types.d.ts.map +1 -0
- package/commonjs/profiles/types.js +362 -0
- package/commonjs/profiles/types.js.map +1 -0
- package/commonjs/publishing-sitepageservice/index.d.ts +11 -0
- package/commonjs/publishing-sitepageservice/index.d.ts.map +1 -0
- package/commonjs/publishing-sitepageservice/index.js +13 -0
- package/commonjs/publishing-sitepageservice/index.js.map +1 -0
- package/commonjs/publishing-sitepageservice/types.d.ts +12 -0
- package/commonjs/publishing-sitepageservice/types.d.ts.map +1 -0
- package/commonjs/publishing-sitepageservice/types.js +20 -0
- package/commonjs/publishing-sitepageservice/types.js.map +1 -0
- package/commonjs/recycle-bin/index.d.ts +25 -0
- package/commonjs/recycle-bin/index.d.ts.map +1 -0
- package/commonjs/recycle-bin/index.js +12 -0
- package/commonjs/recycle-bin/index.js.map +1 -0
- package/commonjs/recycle-bin/types.d.ts +82 -0
- package/commonjs/recycle-bin/types.d.ts.map +1 -0
- package/commonjs/recycle-bin/types.js +83 -0
- package/commonjs/recycle-bin/types.js.map +1 -0
- package/commonjs/regional-settings/content-type.d.ts +8 -0
- package/commonjs/regional-settings/content-type.d.ts.map +1 -0
- package/commonjs/regional-settings/content-type.js +7 -0
- package/commonjs/regional-settings/content-type.js.map +1 -0
- package/commonjs/regional-settings/field.d.ts +8 -0
- package/commonjs/regional-settings/field.d.ts.map +1 -0
- package/commonjs/regional-settings/field.js +7 -0
- package/commonjs/regional-settings/field.js.map +1 -0
- package/commonjs/regional-settings/funcs.d.ts +3 -0
- package/commonjs/regional-settings/funcs.d.ts.map +1 -0
- package/commonjs/regional-settings/funcs.js +12 -0
- package/commonjs/regional-settings/funcs.js.map +1 -0
- package/commonjs/regional-settings/index.d.ts +7 -0
- package/commonjs/regional-settings/index.d.ts.map +1 -0
- package/commonjs/regional-settings/index.js +13 -0
- package/commonjs/regional-settings/index.js.map +1 -0
- package/commonjs/regional-settings/list.d.ts +8 -0
- package/commonjs/regional-settings/list.d.ts.map +1 -0
- package/commonjs/regional-settings/list.js +7 -0
- package/commonjs/regional-settings/list.js.map +1 -0
- package/commonjs/regional-settings/types.d.ts +105 -0
- package/commonjs/regional-settings/types.d.ts.map +1 -0
- package/commonjs/regional-settings/types.js +88 -0
- package/commonjs/regional-settings/types.js.map +1 -0
- package/commonjs/regional-settings/user-custom-actions.d.ts +8 -0
- package/commonjs/regional-settings/user-custom-actions.d.ts.map +1 -0
- package/commonjs/regional-settings/user-custom-actions.js +7 -0
- package/commonjs/regional-settings/user-custom-actions.js.map +1 -0
- package/commonjs/regional-settings/web.d.ts +13 -0
- package/commonjs/regional-settings/web.d.ts.map +1 -0
- package/commonjs/regional-settings/web.js +10 -0
- package/commonjs/regional-settings/web.js.map +1 -0
- package/commonjs/related-items/index.d.ts +3 -0
- package/commonjs/related-items/index.d.ts.map +1 -0
- package/commonjs/related-items/index.js +7 -0
- package/commonjs/related-items/index.js.map +1 -0
- package/commonjs/related-items/types.d.ts +77 -0
- package/commonjs/related-items/types.d.ts.map +1 -0
- package/commonjs/related-items/types.js +84 -0
- package/commonjs/related-items/types.js.map +1 -0
- package/commonjs/related-items/web.d.ts +13 -0
- package/commonjs/related-items/web.d.ts.map +1 -0
- package/commonjs/related-items/web.js +12 -0
- package/commonjs/related-items/web.js.map +1 -0
- package/commonjs/search/index.d.ts +23 -0
- package/commonjs/search/index.d.ts.map +1 -0
- package/commonjs/search/index.js +21 -0
- package/commonjs/search/index.js.map +1 -0
- package/commonjs/search/query.d.ts +62 -0
- package/commonjs/search/query.d.ts.map +1 -0
- package/commonjs/search/query.js +220 -0
- package/commonjs/search/query.js.map +1 -0
- package/commonjs/search/suggest.d.ts +76 -0
- package/commonjs/search/suggest.d.ts.map +1 -0
- package/commonjs/search/suggest.js +44 -0
- package/commonjs/search/suggest.js.map +1 -0
- package/commonjs/search/types.d.ts +436 -0
- package/commonjs/search/types.d.ts.map +1 -0
- package/commonjs/search/types.js +58 -0
- package/commonjs/search/types.js.map +1 -0
- package/commonjs/security/funcs.d.ts +44 -0
- package/commonjs/security/funcs.d.ts.map +1 -0
- package/commonjs/security/funcs.js +91 -0
- package/commonjs/security/funcs.js.map +1 -0
- package/commonjs/security/index.d.ts +5 -0
- package/commonjs/security/index.d.ts.map +1 -0
- package/commonjs/security/index.js +13 -0
- package/commonjs/security/index.js.map +1 -0
- package/commonjs/security/item.d.ts +8 -0
- package/commonjs/security/item.d.ts.map +1 -0
- package/commonjs/security/item.js +17 -0
- package/commonjs/security/item.js.map +1 -0
- package/commonjs/security/list.d.ts +8 -0
- package/commonjs/security/list.d.ts.map +1 -0
- package/commonjs/security/list.js +17 -0
- package/commonjs/security/list.js.map +1 -0
- package/commonjs/security/types.d.ts +319 -0
- package/commonjs/security/types.d.ts.map +1 -0
- package/commonjs/security/types.js +336 -0
- package/commonjs/security/types.js.map +1 -0
- package/commonjs/security/web.d.ts +10 -0
- package/commonjs/security/web.d.ts.map +1 -0
- package/commonjs/security/web.js +18 -0
- package/commonjs/security/web.js.map +1 -0
- package/commonjs/sharing/file.d.ts +19 -0
- package/commonjs/sharing/file.d.ts.map +1 -0
- package/commonjs/sharing/file.js +40 -0
- package/commonjs/sharing/file.js.map +1 -0
- package/commonjs/sharing/folder.d.ts +10 -0
- package/commonjs/sharing/folder.d.ts.map +1 -0
- package/commonjs/sharing/folder.js +38 -0
- package/commonjs/sharing/folder.js.map +1 -0
- package/commonjs/sharing/funcs.d.ts +63 -0
- package/commonjs/sharing/funcs.d.ts.map +1 -0
- package/commonjs/sharing/funcs.js +211 -0
- package/commonjs/sharing/funcs.js.map +1 -0
- package/commonjs/sharing/index.d.ts +6 -0
- package/commonjs/sharing/index.d.ts.map +1 -0
- package/commonjs/sharing/index.js +15 -0
- package/commonjs/sharing/index.js.map +1 -0
- package/commonjs/sharing/item.d.ts +17 -0
- package/commonjs/sharing/item.d.ts.map +1 -0
- package/commonjs/sharing/item.js +16 -0
- package/commonjs/sharing/item.js.map +1 -0
- package/commonjs/sharing/types.d.ts +589 -0
- package/commonjs/sharing/types.d.ts.map +1 -0
- package/commonjs/sharing/types.js +117 -0
- package/commonjs/sharing/types.js.map +1 -0
- package/commonjs/sharing/web.d.ts +20 -0
- package/commonjs/sharing/web.d.ts.map +1 -0
- package/commonjs/sharing/web.js +59 -0
- package/commonjs/sharing/web.js.map +1 -0
- package/commonjs/site-designs/index.d.ts +9 -0
- package/commonjs/site-designs/index.d.ts.map +1 -0
- package/commonjs/site-designs/index.js +16 -0
- package/commonjs/site-designs/index.js.map +1 -0
- package/commonjs/site-designs/types.d.ts +376 -0
- package/commonjs/site-designs/types.d.ts.map +1 -0
- package/commonjs/site-designs/types.js +179 -0
- package/commonjs/site-designs/types.js.map +1 -0
- package/commonjs/site-designs/web.d.ts +26 -0
- package/commonjs/site-designs/web.d.ts.map +1 -0
- package/commonjs/site-designs/web.js +14 -0
- package/commonjs/site-designs/web.js.map +1 -0
- package/commonjs/site-groups/index.d.ts +3 -0
- package/commonjs/site-groups/index.d.ts.map +1 -0
- package/commonjs/site-groups/index.js +8 -0
- package/commonjs/site-groups/index.js.map +1 -0
- package/commonjs/site-groups/types.d.ts +87 -0
- package/commonjs/site-groups/types.d.ts.map +1 -0
- package/commonjs/site-groups/types.js +88 -0
- package/commonjs/site-groups/types.js.map +1 -0
- package/commonjs/site-groups/web.d.ts +41 -0
- package/commonjs/site-groups/web.d.ts.map +1 -0
- package/commonjs/site-groups/web.js +20 -0
- package/commonjs/site-groups/web.js.map +1 -0
- package/commonjs/site-scripts/index.d.ts +10 -0
- package/commonjs/site-scripts/index.d.ts.map +1 -0
- package/commonjs/site-scripts/index.js +17 -0
- package/commonjs/site-scripts/index.js.map +1 -0
- package/commonjs/site-scripts/list.d.ts +13 -0
- package/commonjs/site-scripts/list.d.ts.map +1 -0
- package/commonjs/site-scripts/list.js +15 -0
- package/commonjs/site-scripts/list.js.map +1 -0
- package/commonjs/site-scripts/types.d.ts +184 -0
- package/commonjs/site-scripts/types.d.ts.map +1 -0
- package/commonjs/site-scripts/types.js +112 -0
- package/commonjs/site-scripts/types.js.map +1 -0
- package/commonjs/site-scripts/web.d.ts +14 -0
- package/commonjs/site-scripts/web.d.ts.map +1 -0
- package/commonjs/site-scripts/web.js +10 -0
- package/commonjs/site-scripts/web.js.map +1 -0
- package/commonjs/site-users/index.d.ts +3 -0
- package/commonjs/site-users/index.d.ts.map +1 -0
- package/commonjs/site-users/index.js +8 -0
- package/commonjs/site-users/index.js.map +1 -0
- package/commonjs/site-users/types.d.ts +138 -0
- package/commonjs/site-users/types.d.ts.map +1 -0
- package/commonjs/site-users/types.js +99 -0
- package/commonjs/site-users/types.js.map +1 -0
- package/commonjs/site-users/web.d.ts +32 -0
- package/commonjs/site-users/web.d.ts.map +1 -0
- package/commonjs/site-users/web.js +20 -0
- package/commonjs/site-users/web.js.map +1 -0
- package/commonjs/sites/index.d.ts +8 -0
- package/commonjs/sites/index.d.ts.map +1 -0
- package/commonjs/sites/index.js +17 -0
- package/commonjs/sites/index.js.map +1 -0
- package/commonjs/sites/types.d.ts +221 -0
- package/commonjs/sites/types.d.ts.map +1 -0
- package/commonjs/sites/types.js +261 -0
- package/commonjs/sites/types.js.map +1 -0
- package/commonjs/social/index.d.ts +11 -0
- package/commonjs/social/index.d.ts.map +1 -0
- package/commonjs/social/index.js +20 -0
- package/commonjs/social/index.js.map +1 -0
- package/commonjs/social/types.d.ts +305 -0
- package/commonjs/social/types.d.ts.map +1 -0
- package/commonjs/social/types.js +210 -0
- package/commonjs/social/types.js.map +1 -0
- package/commonjs/spqueryable.d.ts +117 -0
- package/commonjs/spqueryable.d.ts.map +1 -0
- package/commonjs/spqueryable.js +219 -0
- package/commonjs/spqueryable.js.map +1 -0
- package/commonjs/sputilities/index.d.ts +8 -0
- package/commonjs/sputilities/index.d.ts.map +1 -0
- package/commonjs/sputilities/index.js +15 -0
- package/commonjs/sputilities/index.js.map +1 -0
- package/commonjs/sputilities/types.d.ts +101 -0
- package/commonjs/sputilities/types.d.ts.map +1 -0
- package/commonjs/sputilities/types.js +69 -0
- package/commonjs/sputilities/types.js.map +1 -0
- package/commonjs/subscriptions/index.d.ts +3 -0
- package/commonjs/subscriptions/index.d.ts.map +1 -0
- package/commonjs/subscriptions/index.js +8 -0
- package/commonjs/subscriptions/index.js.map +1 -0
- package/commonjs/subscriptions/list.d.ts +14 -0
- package/commonjs/subscriptions/list.d.ts.map +1 -0
- package/commonjs/subscriptions/list.js +7 -0
- package/commonjs/subscriptions/list.js.map +1 -0
- package/commonjs/subscriptions/types.d.ts +55 -0
- package/commonjs/subscriptions/types.d.ts.map +1 -0
- package/commonjs/subscriptions/types.js +74 -0
- package/commonjs/subscriptions/types.js.map +1 -0
- package/commonjs/taxonomy/index.d.ts +8 -0
- package/commonjs/taxonomy/index.d.ts.map +1 -0
- package/commonjs/taxonomy/index.js +24 -0
- package/commonjs/taxonomy/index.js.map +1 -0
- package/commonjs/taxonomy/types.d.ts +314 -0
- package/commonjs/taxonomy/types.d.ts.map +1 -0
- package/commonjs/taxonomy/types.js +305 -0
- package/commonjs/taxonomy/types.js.map +1 -0
- package/commonjs/types.d.ts +241 -0
- package/commonjs/types.d.ts.map +1 -0
- package/commonjs/types.js +84 -0
- package/commonjs/types.js.map +1 -0
- package/commonjs/user-custom-actions/index.d.ts +5 -0
- package/commonjs/user-custom-actions/index.d.ts.map +1 -0
- package/commonjs/user-custom-actions/index.js +12 -0
- package/commonjs/user-custom-actions/index.js.map +1 -0
- package/commonjs/user-custom-actions/list.d.ts +13 -0
- package/commonjs/user-custom-actions/list.d.ts.map +1 -0
- package/commonjs/user-custom-actions/list.js +7 -0
- package/commonjs/user-custom-actions/list.js.map +1 -0
- package/commonjs/user-custom-actions/site.d.ts +13 -0
- package/commonjs/user-custom-actions/site.d.ts.map +1 -0
- package/commonjs/user-custom-actions/site.js +7 -0
- package/commonjs/user-custom-actions/site.js.map +1 -0
- package/commonjs/user-custom-actions/types.d.ts +82 -0
- package/commonjs/user-custom-actions/types.d.ts.map +1 -0
- package/commonjs/user-custom-actions/types.js +76 -0
- package/commonjs/user-custom-actions/types.js.map +1 -0
- package/commonjs/user-custom-actions/web.d.ts +16 -0
- package/commonjs/user-custom-actions/web.d.ts.map +1 -0
- package/commonjs/user-custom-actions/web.js +7 -0
- package/commonjs/user-custom-actions/web.js.map +1 -0
- package/commonjs/utils/encode-path-str.d.ts +8 -0
- package/commonjs/utils/encode-path-str.d.ts.map +1 -0
- package/commonjs/utils/encode-path-str.js +29 -0
- package/commonjs/utils/encode-path-str.js.map +1 -0
- package/commonjs/utils/extract-web-url.d.ts +2 -0
- package/commonjs/utils/extract-web-url.d.ts.map +1 -0
- package/commonjs/utils/extract-web-url.js +20 -0
- package/commonjs/utils/extract-web-url.js.map +1 -0
- package/commonjs/utils/file-names.d.ts +18 -0
- package/commonjs/utils/file-names.d.ts.map +1 -0
- package/commonjs/utils/file-names.js +41 -0
- package/commonjs/utils/file-names.js.map +1 -0
- package/commonjs/utils/metadata.d.ts +6 -0
- package/commonjs/utils/metadata.d.ts.map +1 -0
- package/commonjs/utils/metadata.js +10 -0
- package/commonjs/utils/metadata.js.map +1 -0
- package/commonjs/utils/odata-url-from.d.ts +2 -0
- package/commonjs/utils/odata-url-from.d.ts.map +1 -0
- package/commonjs/utils/odata-url-from.js +41 -0
- package/commonjs/utils/odata-url-from.js.map +1 -0
- package/commonjs/utils/to-resource-path.d.ts +5 -0
- package/commonjs/utils/to-resource-path.d.ts.map +1 -0
- package/commonjs/utils/to-resource-path.js +10 -0
- package/commonjs/utils/to-resource-path.js.map +1 -0
- package/commonjs/views/index.d.ts +3 -0
- package/commonjs/views/index.d.ts.map +1 -0
- package/commonjs/views/index.js +10 -0
- package/commonjs/views/index.js.map +1 -0
- package/commonjs/views/list.d.ts +24 -0
- package/commonjs/views/list.d.ts.map +1 -0
- package/commonjs/views/list.js +11 -0
- package/commonjs/views/list.js.map +1 -0
- package/commonjs/views/types.d.ts +147 -0
- package/commonjs/views/types.d.ts.map +1 -0
- package/commonjs/views/types.js +140 -0
- package/commonjs/views/types.js.map +1 -0
- package/commonjs/webparts/file.d.ts +16 -0
- package/commonjs/webparts/file.d.ts.map +1 -0
- package/commonjs/webparts/file.js +8 -0
- package/commonjs/webparts/file.js.map +1 -0
- package/commonjs/webparts/index.d.ts +3 -0
- package/commonjs/webparts/index.d.ts.map +1 -0
- package/commonjs/webparts/index.js +10 -0
- package/commonjs/webparts/index.js.map +1 -0
- package/commonjs/webparts/types.d.ts +84 -0
- package/commonjs/webparts/types.d.ts.map +1 -0
- package/commonjs/webparts/types.js +92 -0
- package/commonjs/webparts/types.js.map +1 -0
- package/commonjs/webs/index.d.ts +11 -0
- package/commonjs/webs/index.d.ts.map +1 -0
- package/commonjs/webs/index.js +16 -0
- package/commonjs/webs/index.js.map +1 -0
- package/commonjs/webs/types.d.ts +204 -0
- package/commonjs/webs/types.d.ts.map +1 -0
- package/commonjs/webs/types.js +227 -0
- package/commonjs/webs/types.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,589 @@
|
|
|
1
|
+
import { IPrincipalInfo } from "../types.js";
|
|
2
|
+
import { _Web } from "../webs/types.js";
|
|
3
|
+
import { _File } from "../files/types.js";
|
|
4
|
+
import { _Item } from "../items/types.js";
|
|
5
|
+
import { _Folder } from "../folders/types.js";
|
|
6
|
+
export declare type ShareableQueryable = _Web | _File | _Folder | _Item;
|
|
7
|
+
/**
|
|
8
|
+
* Indicates the role of the sharing link
|
|
9
|
+
*/
|
|
10
|
+
export declare enum SharingRole {
|
|
11
|
+
None = 0,
|
|
12
|
+
View = 1,
|
|
13
|
+
Edit = 2,
|
|
14
|
+
Owner = 3
|
|
15
|
+
}
|
|
16
|
+
export declare enum SPSharedObjectType {
|
|
17
|
+
Unknown = 0,
|
|
18
|
+
File = 1,
|
|
19
|
+
Folder = 2,
|
|
20
|
+
Item = 3,
|
|
21
|
+
List = 4,
|
|
22
|
+
Web = 5,
|
|
23
|
+
Max = 6
|
|
24
|
+
}
|
|
25
|
+
export declare enum SharingDomainRestrictionMode {
|
|
26
|
+
None = 0,
|
|
27
|
+
AllowList = 1,
|
|
28
|
+
BlockList = 2
|
|
29
|
+
}
|
|
30
|
+
export declare enum SharingOperationStatusCode {
|
|
31
|
+
/**
|
|
32
|
+
* The share operation completed without errors.
|
|
33
|
+
*/
|
|
34
|
+
CompletedSuccessfully = 0,
|
|
35
|
+
/**
|
|
36
|
+
* The share operation completed and generated requests for access.
|
|
37
|
+
*/
|
|
38
|
+
AccessRequestsQueued = 1,
|
|
39
|
+
/**
|
|
40
|
+
* The share operation failed as there were no resolved users.
|
|
41
|
+
*/
|
|
42
|
+
NoResolvedUsers = -1,
|
|
43
|
+
/**
|
|
44
|
+
* The share operation failed due to insufficient permissions.
|
|
45
|
+
*/
|
|
46
|
+
AccessDenied = -2,
|
|
47
|
+
/**
|
|
48
|
+
* The share operation failed when attempting a cross site share, which is not supported.
|
|
49
|
+
*/
|
|
50
|
+
CrossSiteRequestNotSupported = -3,
|
|
51
|
+
/**
|
|
52
|
+
* The sharing operation failed due to an unknown error.
|
|
53
|
+
*/
|
|
54
|
+
UnknowError = -4,
|
|
55
|
+
/**
|
|
56
|
+
* The text you typed is too long. Please shorten it.
|
|
57
|
+
*/
|
|
58
|
+
EmailBodyTooLong = -5,
|
|
59
|
+
/**
|
|
60
|
+
* The maximum number of unique scopes in the list has been exceeded.
|
|
61
|
+
*/
|
|
62
|
+
ListUniqueScopesExceeded = -6,
|
|
63
|
+
/**
|
|
64
|
+
* The share operation failed because a sharing capability is disabled in the site.
|
|
65
|
+
*/
|
|
66
|
+
CapabilityDisabled = -7,
|
|
67
|
+
/**
|
|
68
|
+
* The specified object for the share operation is not supported.
|
|
69
|
+
*/
|
|
70
|
+
ObjectNotSupported = -8,
|
|
71
|
+
/**
|
|
72
|
+
* A SharePoint group cannot contain another SharePoint group.
|
|
73
|
+
*/
|
|
74
|
+
NestedGroupsNotSupported = -9
|
|
75
|
+
}
|
|
76
|
+
export declare enum SharingLinkKind {
|
|
77
|
+
/**
|
|
78
|
+
* Uninitialized link
|
|
79
|
+
*/
|
|
80
|
+
Uninitialized = 0,
|
|
81
|
+
/**
|
|
82
|
+
* Direct link to the object being shared
|
|
83
|
+
*/
|
|
84
|
+
Direct = 1,
|
|
85
|
+
/**
|
|
86
|
+
* Organization-shareable link to the object being shared with view permissions
|
|
87
|
+
*/
|
|
88
|
+
OrganizationView = 2,
|
|
89
|
+
/**
|
|
90
|
+
* Organization-shareable link to the object being shared with edit permissions
|
|
91
|
+
*/
|
|
92
|
+
OrganizationEdit = 3,
|
|
93
|
+
/**
|
|
94
|
+
* View only anonymous link
|
|
95
|
+
*/
|
|
96
|
+
AnonymousView = 4,
|
|
97
|
+
/**
|
|
98
|
+
* Read/Write anonymous link
|
|
99
|
+
*/
|
|
100
|
+
AnonymousEdit = 5,
|
|
101
|
+
/**
|
|
102
|
+
* Flexible sharing Link where properties can change without affecting link URL
|
|
103
|
+
*/
|
|
104
|
+
Flexible = 6
|
|
105
|
+
}
|
|
106
|
+
export interface ISharedFuncs {
|
|
107
|
+
/**
|
|
108
|
+
* Gets a link suitable for sharing for this item
|
|
109
|
+
*
|
|
110
|
+
* @param kind The type of link to share
|
|
111
|
+
* @param expiration The optional expiration date
|
|
112
|
+
*/
|
|
113
|
+
getShareLink(kind: SharingLinkKind, expiration?: Date): Promise<IShareLinkResponse>;
|
|
114
|
+
/**
|
|
115
|
+
* Checks Permissions on the list of Users and returns back role the users have on the Item.
|
|
116
|
+
*
|
|
117
|
+
* @param recipients The array of Entities for which Permissions need to be checked.
|
|
118
|
+
*/
|
|
119
|
+
checkSharingPermissions(recipients: ISharingRecipient[]): Promise<ISharingEntityPermission[]>;
|
|
120
|
+
/**
|
|
121
|
+
* Get Sharing Information.
|
|
122
|
+
*
|
|
123
|
+
* @param request The SharingInformationRequest Object.
|
|
124
|
+
* @param expands Expand more fields.
|
|
125
|
+
* @param selects Used to select only specific fields
|
|
126
|
+
*
|
|
127
|
+
*/
|
|
128
|
+
getSharingInformation(request?: Partial<ISharingInformationRequest>, expands?: string[], selects?: string[]): Promise<ISharingInformation>;
|
|
129
|
+
/**
|
|
130
|
+
* Gets the sharing settings of an item.
|
|
131
|
+
*
|
|
132
|
+
* @param useSimplifiedRoles Determines whether to use simplified roles.
|
|
133
|
+
*/
|
|
134
|
+
getObjectSharingSettings(useSimplifiedRoles?: boolean): Promise<IObjectSharingSettings>;
|
|
135
|
+
/**
|
|
136
|
+
* Unshare this item
|
|
137
|
+
*/
|
|
138
|
+
unshare(): Promise<ISharingResult>;
|
|
139
|
+
/**
|
|
140
|
+
* Deletes a sharing link by kind
|
|
141
|
+
*
|
|
142
|
+
* @param kind Deletes a sharing link by the kind of link
|
|
143
|
+
*/
|
|
144
|
+
deleteSharingLinkByKind(kind: SharingLinkKind): Promise<void>;
|
|
145
|
+
/**
|
|
146
|
+
* Removes the specified link to the item.
|
|
147
|
+
*
|
|
148
|
+
* @param kind The kind of link to be deleted.
|
|
149
|
+
* @param shareId
|
|
150
|
+
*/
|
|
151
|
+
unshareLink(kind: SharingLinkKind, shareId?: string): Promise<void>;
|
|
152
|
+
}
|
|
153
|
+
export interface IShareObjectOptions {
|
|
154
|
+
url?: string;
|
|
155
|
+
loginNames?: string | string[];
|
|
156
|
+
role: SharingRole;
|
|
157
|
+
emailData?: ISharingEmailData;
|
|
158
|
+
group?: RoleType;
|
|
159
|
+
propagateAcl?: boolean;
|
|
160
|
+
includeAnonymousLinkInEmail?: boolean;
|
|
161
|
+
useSimplifiedRoles?: boolean;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* Represents email data.
|
|
165
|
+
*/
|
|
166
|
+
export interface ISharingEmailData {
|
|
167
|
+
/**
|
|
168
|
+
* The e-mail subject.
|
|
169
|
+
*/
|
|
170
|
+
subject?: string;
|
|
171
|
+
/**
|
|
172
|
+
* The e-mail body.
|
|
173
|
+
*/
|
|
174
|
+
body: string;
|
|
175
|
+
}
|
|
176
|
+
export interface IShareLinkSettings {
|
|
177
|
+
/**
|
|
178
|
+
* The optional unique identifier of an existing sharing link to be retrieved and updated if necessary.
|
|
179
|
+
*/
|
|
180
|
+
shareId?: string;
|
|
181
|
+
/**
|
|
182
|
+
* The kind of the sharing link to be created.
|
|
183
|
+
*/
|
|
184
|
+
linkKind: SharingLinkKind;
|
|
185
|
+
/**
|
|
186
|
+
* A date/time string for which the format conforms to the ISO 8601:2004(E) complete representation for calendar date and time of day and
|
|
187
|
+
* which represents the time and date of expiry for the anonymous link. Both the minutes and hour value must be specified for the
|
|
188
|
+
* difference between the local and UTC time. Midnight is represented as 00:00:00.
|
|
189
|
+
*/
|
|
190
|
+
expiration?: string;
|
|
191
|
+
/**
|
|
192
|
+
* The role to be used for the sharing link. This is required for Flexible links, and ignored for legacy link kinds.
|
|
193
|
+
*/
|
|
194
|
+
role?: SharingRole;
|
|
195
|
+
/**
|
|
196
|
+
* Indicates if the sharing link, should support anonymous access. This is required for Flexible links, and ignored for legacy link kinds.
|
|
197
|
+
*/
|
|
198
|
+
allowAnonymousAccess?: boolean;
|
|
199
|
+
}
|
|
200
|
+
export interface IShareLinkRequest {
|
|
201
|
+
/**
|
|
202
|
+
* A string of JSON representing users in people picker format. Only needed if an e-mail notification should be sent.
|
|
203
|
+
*/
|
|
204
|
+
peoplePickerInput?: string;
|
|
205
|
+
/**
|
|
206
|
+
* Whether to create the link or not if it doesn't exist yet.
|
|
207
|
+
*/
|
|
208
|
+
createLink: boolean;
|
|
209
|
+
/**
|
|
210
|
+
* The e-mail data. Only needed if an e-mail notification should be sent.
|
|
211
|
+
*/
|
|
212
|
+
emailData?: ISharingEmailData;
|
|
213
|
+
/**
|
|
214
|
+
* The settings for the sharing link to be created/updated
|
|
215
|
+
*/
|
|
216
|
+
settings: IShareLinkSettings;
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* Represents a response for sharing a link
|
|
220
|
+
*/
|
|
221
|
+
export interface IShareLinkResponse {
|
|
222
|
+
/**
|
|
223
|
+
* A SharingLinkInfo that represents the sharing link. Will be populated if sharing operation is returning a sharing link.
|
|
224
|
+
*/
|
|
225
|
+
sharingLinkInfo: ISharingLinkInfo;
|
|
226
|
+
}
|
|
227
|
+
export interface ISharingLinkInfo {
|
|
228
|
+
AllowsAnonymousAccess: boolean;
|
|
229
|
+
Created: string;
|
|
230
|
+
CreatedBy: IPrincipalInfo;
|
|
231
|
+
Expiration: string;
|
|
232
|
+
IsActive: boolean;
|
|
233
|
+
IsEditLink: boolean;
|
|
234
|
+
IsFormsLink: boolean;
|
|
235
|
+
IsUnhealthy: boolean;
|
|
236
|
+
LastModified: string;
|
|
237
|
+
LastModifiedBy: IPrincipalInfo;
|
|
238
|
+
LinkKind: SharingLinkKind;
|
|
239
|
+
ShareId: string;
|
|
240
|
+
Url: string;
|
|
241
|
+
}
|
|
242
|
+
export interface ISharingResult {
|
|
243
|
+
/**
|
|
244
|
+
* The relative URL of a page which can be navigated to, to show permissions.
|
|
245
|
+
*/
|
|
246
|
+
PermissionsPageRelativeUrl?: string;
|
|
247
|
+
/**
|
|
248
|
+
* A collection of users which have new pending access requests as a result of sharing.
|
|
249
|
+
*/
|
|
250
|
+
UsersWithAccessRequests?: any[];
|
|
251
|
+
/**
|
|
252
|
+
* An enumeration which summarizes the result of the sharing operation.
|
|
253
|
+
*/
|
|
254
|
+
StatusCode?: SharingOperationStatusCode;
|
|
255
|
+
/**
|
|
256
|
+
* An error message about the failure if sharing was unsuccessful.
|
|
257
|
+
*/
|
|
258
|
+
ErrorMessage?: string;
|
|
259
|
+
/**
|
|
260
|
+
* A list of UserSharingResults from attempting to share a securable with unique permissions.
|
|
261
|
+
*/
|
|
262
|
+
UniquelyPermissionedUsers?: IUserSharingResult[];
|
|
263
|
+
/**
|
|
264
|
+
* Groups which were granted permissions.
|
|
265
|
+
*/
|
|
266
|
+
GroupsSharedWith?: any[];
|
|
267
|
+
/**
|
|
268
|
+
* The SharePoint group users were added to, if any were added to a group.
|
|
269
|
+
*/
|
|
270
|
+
GroupUsersAddedTo?: any;
|
|
271
|
+
/**
|
|
272
|
+
* A list of users being added to a SharePoint permissions goup
|
|
273
|
+
*/
|
|
274
|
+
UsersAddedToGroup?: IUserSharingResult[];
|
|
275
|
+
/**
|
|
276
|
+
* A list of SPInvitationCreationResult for external users being invited to have access.
|
|
277
|
+
*/
|
|
278
|
+
InvitedUsers?: IInvitationCreationResult[];
|
|
279
|
+
/**
|
|
280
|
+
* The name of the securable being shared.
|
|
281
|
+
*/
|
|
282
|
+
Name?: string;
|
|
283
|
+
/**
|
|
284
|
+
* The url of the securable being shared.
|
|
285
|
+
*/
|
|
286
|
+
Url?: string;
|
|
287
|
+
/**
|
|
288
|
+
* IconUrl
|
|
289
|
+
*/
|
|
290
|
+
IconUrl?: string;
|
|
291
|
+
}
|
|
292
|
+
export interface IInvitationCreationResult {
|
|
293
|
+
Succeeded?: boolean;
|
|
294
|
+
Email?: string;
|
|
295
|
+
InvitationLink?: string;
|
|
296
|
+
}
|
|
297
|
+
export interface IUserSharingResult {
|
|
298
|
+
IsUserKnown?: boolean;
|
|
299
|
+
Status?: boolean;
|
|
300
|
+
Message?: string;
|
|
301
|
+
User?: string;
|
|
302
|
+
DisplayName?: string;
|
|
303
|
+
Email?: string;
|
|
304
|
+
CurrentRole?: SharingRole;
|
|
305
|
+
AllowedRoles?: SharingRole[];
|
|
306
|
+
InvitationLink?: string;
|
|
307
|
+
}
|
|
308
|
+
export interface ISharingRecipient {
|
|
309
|
+
email?: string;
|
|
310
|
+
alias?: string;
|
|
311
|
+
}
|
|
312
|
+
export interface ISharingEntityPermission {
|
|
313
|
+
/**
|
|
314
|
+
* The Input Entity provided to the Call.
|
|
315
|
+
*/
|
|
316
|
+
inputEntity: string;
|
|
317
|
+
/**
|
|
318
|
+
* The Resolved Entity after resolving using PeoplePicker API.
|
|
319
|
+
*/
|
|
320
|
+
resolvedEntity: string;
|
|
321
|
+
/**
|
|
322
|
+
* Does the Entity have Access to the Securable Object
|
|
323
|
+
*/
|
|
324
|
+
hasAccess: boolean;
|
|
325
|
+
/**
|
|
326
|
+
* Role of the Entity on ListItem
|
|
327
|
+
*/
|
|
328
|
+
role: SharingRole;
|
|
329
|
+
}
|
|
330
|
+
export interface ISharingInformationRequest {
|
|
331
|
+
/**
|
|
332
|
+
* Max Principal's to return.
|
|
333
|
+
*/
|
|
334
|
+
maxPrincipalsToReturn: number;
|
|
335
|
+
/**
|
|
336
|
+
* Supported Features (For future use by Office Client).
|
|
337
|
+
*/
|
|
338
|
+
clientSupportedFeatures: string;
|
|
339
|
+
/**
|
|
340
|
+
* Get links inherited from parent objects
|
|
341
|
+
*/
|
|
342
|
+
populateInheritedLinks: boolean;
|
|
343
|
+
}
|
|
344
|
+
export interface IObjectSharingSettings {
|
|
345
|
+
/**
|
|
346
|
+
* The URL pointing to the containing SPWeb object
|
|
347
|
+
*/
|
|
348
|
+
WebUrl: string;
|
|
349
|
+
/**
|
|
350
|
+
* The unique ID of the parent list (if applicable)
|
|
351
|
+
*/
|
|
352
|
+
ListId?: string;
|
|
353
|
+
/**
|
|
354
|
+
* The list item ID (if applicable)
|
|
355
|
+
*/
|
|
356
|
+
ItemId?: string;
|
|
357
|
+
/**
|
|
358
|
+
* The object title
|
|
359
|
+
*/
|
|
360
|
+
ItemName: string;
|
|
361
|
+
/**
|
|
362
|
+
* The server relative object URL
|
|
363
|
+
*/
|
|
364
|
+
ItemUrl: string;
|
|
365
|
+
/**
|
|
366
|
+
* Contains information about the sharing state of a shareable object
|
|
367
|
+
*/
|
|
368
|
+
ObjectSharingInformation: any;
|
|
369
|
+
/**
|
|
370
|
+
* Boolean indicating whether the sharing context operates under the access request mode
|
|
371
|
+
*/
|
|
372
|
+
AccessRequestMode: boolean;
|
|
373
|
+
/**
|
|
374
|
+
* Boolean indicating whether the sharing context operates under the permissions only mode
|
|
375
|
+
* (i.e. adding to a group or hiding the groups dropdown in the SharePoint UI)
|
|
376
|
+
*/
|
|
377
|
+
PermissionsOnlyMode: boolean;
|
|
378
|
+
/**
|
|
379
|
+
* URL of the site from which the shared object inherits permissions
|
|
380
|
+
*/
|
|
381
|
+
InheritingWebLink: string;
|
|
382
|
+
/**
|
|
383
|
+
* Boolean flag denoting if guest users are enabled for the site collection
|
|
384
|
+
*/
|
|
385
|
+
ShareByEmailEnabled: boolean;
|
|
386
|
+
/**
|
|
387
|
+
* Boolean indicating whether the current user is a guest user
|
|
388
|
+
*/
|
|
389
|
+
IsGuestUser: boolean;
|
|
390
|
+
/**
|
|
391
|
+
* Boolean indicating whether the site has the standard "Editor" role
|
|
392
|
+
*/
|
|
393
|
+
HasEditRole: boolean;
|
|
394
|
+
/**
|
|
395
|
+
* Boolean indicating whether the site has the standard "Reader" role
|
|
396
|
+
*/
|
|
397
|
+
HasReadRole: boolean;
|
|
398
|
+
/**
|
|
399
|
+
* Boolean indicating whether the object to share is a picture library
|
|
400
|
+
*/
|
|
401
|
+
IsPictureLibrary: boolean;
|
|
402
|
+
/**
|
|
403
|
+
* Boolean indicating whether the folder object can be shared
|
|
404
|
+
*/
|
|
405
|
+
CanShareFolder: boolean;
|
|
406
|
+
/**
|
|
407
|
+
* Boolean indicating whether email invitations can be sent
|
|
408
|
+
*/
|
|
409
|
+
CanSendEmail: boolean;
|
|
410
|
+
/**
|
|
411
|
+
* Default share link type
|
|
412
|
+
*/
|
|
413
|
+
DefaultShareLinkType: SharingLinkKind;
|
|
414
|
+
/**
|
|
415
|
+
* Boolean indicating whether the object to share supports ACL propagation
|
|
416
|
+
*/
|
|
417
|
+
SupportsAclPropagation: boolean;
|
|
418
|
+
/**
|
|
419
|
+
* Boolean indicating whether the current user can only share within the tenancy
|
|
420
|
+
*/
|
|
421
|
+
CanCurrentUserShareInternally: boolean;
|
|
422
|
+
/**
|
|
423
|
+
* Boolean indicating whether the current user can share outside the tenancy, by inviting external users
|
|
424
|
+
*/
|
|
425
|
+
CanCurrentUserShareExternally: boolean;
|
|
426
|
+
/**
|
|
427
|
+
* Boolean indicating whether the current user can retrieve an anonymous View link, if one has already been created
|
|
428
|
+
* If one has not been created, the user cannot create one
|
|
429
|
+
*/
|
|
430
|
+
CanCurrentUserRetrieveReadonlyLink: boolean;
|
|
431
|
+
/**
|
|
432
|
+
* Boolean indicating whether the current user can create or disable an anonymous Edit link
|
|
433
|
+
*/
|
|
434
|
+
CanCurrentUserManageReadonlyLink: boolean;
|
|
435
|
+
/**
|
|
436
|
+
* Boolean indicating whether the current user can retrieve an anonymous Edit link, if one has already been created
|
|
437
|
+
* If one has not been created, the user cannot create one
|
|
438
|
+
*/
|
|
439
|
+
CanCurrentUserRetrieveReadWriteLink: boolean;
|
|
440
|
+
/**
|
|
441
|
+
* Boolean indicating whether the current user can create or disable an anonymous Edit link
|
|
442
|
+
*/
|
|
443
|
+
CanCurrentUserManageReadWriteLink: boolean;
|
|
444
|
+
/**
|
|
445
|
+
* Boolean indicating whether the current user can retrieve an organization View link, if one has already been created
|
|
446
|
+
* If one has not been created, the user cannot create one
|
|
447
|
+
*/
|
|
448
|
+
CanCurrentUserRetrieveOrganizationReadonlyLink: boolean;
|
|
449
|
+
/**
|
|
450
|
+
* Boolean indicating whether the current user can create or disable an organization Edit link
|
|
451
|
+
*/
|
|
452
|
+
CanCurrentUserManageOrganizationReadonlyLink: boolean;
|
|
453
|
+
/**
|
|
454
|
+
* Boolean indicating whether the current user can retrieve an organization Edit link, if one has already been created
|
|
455
|
+
* If one has not been created, the user cannot create one
|
|
456
|
+
*/
|
|
457
|
+
CanCurrentUserRetrieveOrganizationReadWriteLink: boolean;
|
|
458
|
+
/**
|
|
459
|
+
* Boolean indicating whether the current user can create or disable an organization Edit link
|
|
460
|
+
*/
|
|
461
|
+
CanCurrentUserManageOrganizationReadWriteLink: boolean;
|
|
462
|
+
/**
|
|
463
|
+
* Boolean indicating whether the current user can make use of Share-By-Link
|
|
464
|
+
*/
|
|
465
|
+
CanSendLink: boolean;
|
|
466
|
+
/**
|
|
467
|
+
* Boolean indicating whether the client logic should warn the user
|
|
468
|
+
* that they are about to share with external email addresses.
|
|
469
|
+
*/
|
|
470
|
+
ShowExternalSharingWarning: boolean;
|
|
471
|
+
/**
|
|
472
|
+
* A list of SharingPermissionInformation objects that can be used to share
|
|
473
|
+
*/
|
|
474
|
+
SharingPermissions: any[];
|
|
475
|
+
/**
|
|
476
|
+
* A dictionary object that lists the display name and the id of
|
|
477
|
+
* the SharePoint simplified roles (edit, view)
|
|
478
|
+
*/
|
|
479
|
+
SimplifiedRoles: {
|
|
480
|
+
[key: string]: string;
|
|
481
|
+
};
|
|
482
|
+
/**
|
|
483
|
+
* A dictionary object that lists the display name and the id of the SharePoint groups
|
|
484
|
+
*/
|
|
485
|
+
GroupsList: {
|
|
486
|
+
[key: string]: string;
|
|
487
|
+
};
|
|
488
|
+
/**
|
|
489
|
+
* A dictionary object that lists the display name and the id of the SharePoint regular roles
|
|
490
|
+
*/
|
|
491
|
+
Roles: {
|
|
492
|
+
[key: string]: string;
|
|
493
|
+
};
|
|
494
|
+
/**
|
|
495
|
+
* An object containing the SharePoint UI specific sharing settings.
|
|
496
|
+
*/
|
|
497
|
+
SharePointSettings: any;
|
|
498
|
+
/**
|
|
499
|
+
* Boolean indicating whether the current user is a site collection administrator
|
|
500
|
+
*/
|
|
501
|
+
IsUserSiteAdmin: boolean;
|
|
502
|
+
/**
|
|
503
|
+
* A value that indicates number of days an anonymous link can be valid before it expires
|
|
504
|
+
*/
|
|
505
|
+
RequiredAnonymousLinkExpirationInDays: number;
|
|
506
|
+
}
|
|
507
|
+
export interface ISharingInformation {
|
|
508
|
+
/**
|
|
509
|
+
* External Sharing.
|
|
510
|
+
*/
|
|
511
|
+
canAddExternalPrincipal?: boolean;
|
|
512
|
+
/**
|
|
513
|
+
* Internal Sharing.
|
|
514
|
+
*/
|
|
515
|
+
canAddInternalPrincipal?: boolean;
|
|
516
|
+
/**
|
|
517
|
+
* Can Send Email.
|
|
518
|
+
*/
|
|
519
|
+
canSendEmail?: boolean;
|
|
520
|
+
/**
|
|
521
|
+
* Can Use Simplified Roles present in Roles Enum.
|
|
522
|
+
*/
|
|
523
|
+
canUseSimplifiedRoles?: boolean;
|
|
524
|
+
/**
|
|
525
|
+
* Has Unique Permissions.
|
|
526
|
+
*/
|
|
527
|
+
hasUniquePermissions?: boolean;
|
|
528
|
+
/**
|
|
529
|
+
* Current Users Role on the Item.
|
|
530
|
+
*/
|
|
531
|
+
currentRole?: SharingRole;
|
|
532
|
+
/**
|
|
533
|
+
* Does the User+Item require Approval from Admin for Sharing.
|
|
534
|
+
*/
|
|
535
|
+
requiresAccessApproval?: boolean;
|
|
536
|
+
/**
|
|
537
|
+
* (Owners only)Whether there are pending access requests for the securable object.
|
|
538
|
+
*/
|
|
539
|
+
hasPendingAccessRequests?: boolean;
|
|
540
|
+
/**
|
|
541
|
+
* (Owners only)The link to the access requests page for the securable object, or an empty string if the link is not available.
|
|
542
|
+
*/
|
|
543
|
+
pendingAccessRequestsLink?: string;
|
|
544
|
+
/**
|
|
545
|
+
* sharedObjectType
|
|
546
|
+
*/
|
|
547
|
+
sharedObjectType?: SPSharedObjectType;
|
|
548
|
+
/**
|
|
549
|
+
* Url for the Securable Object (Encoded).
|
|
550
|
+
*/
|
|
551
|
+
directUrl?: string;
|
|
552
|
+
/**
|
|
553
|
+
* Parent Web Url for the Securable Object (Encoded).
|
|
554
|
+
*/
|
|
555
|
+
webUrl?: string;
|
|
556
|
+
/**
|
|
557
|
+
* Default SharingLinkKind.
|
|
558
|
+
*/
|
|
559
|
+
defaultLinkKind?: SharingLinkKind;
|
|
560
|
+
/**
|
|
561
|
+
* Tenant's SharingDomainRestrictionMode.
|
|
562
|
+
*/
|
|
563
|
+
domainRestrictionMode?: SharingDomainRestrictionMode;
|
|
564
|
+
/**
|
|
565
|
+
* Tenant's RestrictedDomains.
|
|
566
|
+
*/
|
|
567
|
+
RestrictedDomains?: string;
|
|
568
|
+
/**
|
|
569
|
+
* Tenant's Anonymous Link Expiration Restriction in Days.
|
|
570
|
+
*/
|
|
571
|
+
anonymousLinkExpirationRestrictionDays?: number;
|
|
572
|
+
/**
|
|
573
|
+
* The PermissionCollection that are on the Securable Object (Princpals & Links)
|
|
574
|
+
*/
|
|
575
|
+
permissionsInformation?: any;
|
|
576
|
+
/**
|
|
577
|
+
* PickerSettings used by the PeoplePicker Control.
|
|
578
|
+
*/
|
|
579
|
+
pickerSettings?: any;
|
|
580
|
+
}
|
|
581
|
+
export declare enum RoleType {
|
|
582
|
+
None = 0,
|
|
583
|
+
Guest = 1,
|
|
584
|
+
Reader = 2,
|
|
585
|
+
Contributor = 3,
|
|
586
|
+
WebDesigner = 4,
|
|
587
|
+
Administrator = 5
|
|
588
|
+
}
|
|
589
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../packages/sp/sharing/types.ts"],"names":[],"mappings":"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"}
|