@microsoft/msgraph-sdk-shares 1.0.0-preview.10
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/LICENSE +21 -0
- package/README.md +11 -0
- package/index.d.ts +11 -0
- package/index.d.ts.map +1 -0
- package/index.js +20 -0
- package/package.json +48 -0
- package/shares/count/index.d.ts +40 -0
- package/shares/count/index.d.ts.map +1 -0
- package/shares/count/index.js +35 -0
- package/shares/index.d.ts +95 -0
- package/shares/index.d.ts.map +1 -0
- package/shares/index.js +71 -0
- package/shares/item/createdByUser/index.d.ts +55 -0
- package/shares/item/createdByUser/index.d.ts.map +1 -0
- package/shares/item/createdByUser/index.js +52 -0
- package/shares/item/createdByUser/mailboxSettings/index.d.ts +55 -0
- package/shares/item/createdByUser/mailboxSettings/index.d.ts.map +1 -0
- package/shares/item/createdByUser/mailboxSettings/index.js +48 -0
- package/shares/item/createdByUser/serviceProvisioningErrors/count/index.d.ts +40 -0
- package/shares/item/createdByUser/serviceProvisioningErrors/count/index.d.ts.map +1 -0
- package/shares/item/createdByUser/serviceProvisioningErrors/count/index.js +35 -0
- package/shares/item/createdByUser/serviceProvisioningErrors/index.d.ts +74 -0
- package/shares/item/createdByUser/serviceProvisioningErrors/index.d.ts.map +1 -0
- package/shares/item/createdByUser/serviceProvisioningErrors/index.js +52 -0
- package/shares/item/driveItem/content/index.d.ts +43 -0
- package/shares/item/driveItem/content/index.d.ts.map +1 -0
- package/shares/item/driveItem/content/index.js +39 -0
- package/shares/item/driveItem/index.d.ts +51 -0
- package/shares/item/driveItem/index.d.ts.map +1 -0
- package/shares/item/driveItem/index.js +46 -0
- package/shares/item/index.d.ts +116 -0
- package/shares/item/index.d.ts.map +1 -0
- package/shares/item/index.js +113 -0
- package/shares/item/items/count/index.d.ts +40 -0
- package/shares/item/items/count/index.d.ts.map +1 -0
- package/shares/item/items/count/index.js +35 -0
- package/shares/item/items/index.d.ts +81 -0
- package/shares/item/items/index.d.ts.map +1 -0
- package/shares/item/items/index.js +59 -0
- package/shares/item/items/item/content/index.d.ts +42 -0
- package/shares/item/items/item/content/index.d.ts.map +1 -0
- package/shares/item/items/item/content/index.js +39 -0
- package/shares/item/items/item/index.d.ts +50 -0
- package/shares/item/items/item/index.d.ts.map +1 -0
- package/shares/item/items/item/index.js +46 -0
- package/shares/item/lastModifiedByUser/index.d.ts +55 -0
- package/shares/item/lastModifiedByUser/index.d.ts.map +1 -0
- package/shares/item/lastModifiedByUser/index.js +52 -0
- package/shares/item/lastModifiedByUser/mailboxSettings/index.d.ts +55 -0
- package/shares/item/lastModifiedByUser/mailboxSettings/index.d.ts.map +1 -0
- package/shares/item/lastModifiedByUser/mailboxSettings/index.js +48 -0
- package/shares/item/lastModifiedByUser/serviceProvisioningErrors/count/index.d.ts +40 -0
- package/shares/item/lastModifiedByUser/serviceProvisioningErrors/count/index.d.ts.map +1 -0
- package/shares/item/lastModifiedByUser/serviceProvisioningErrors/count/index.js +35 -0
- package/shares/item/lastModifiedByUser/serviceProvisioningErrors/index.d.ts +74 -0
- package/shares/item/lastModifiedByUser/serviceProvisioningErrors/index.d.ts.map +1 -0
- package/shares/item/lastModifiedByUser/serviceProvisioningErrors/index.js +52 -0
- package/shares/item/list/columns/count/index.d.ts +40 -0
- package/shares/item/list/columns/count/index.d.ts.map +1 -0
- package/shares/item/list/columns/count/index.js +35 -0
- package/shares/item/list/columns/index.d.ts +97 -0
- package/shares/item/list/columns/index.d.ts.map +1 -0
- package/shares/item/list/columns/index.js +71 -0
- package/shares/item/list/columns/item/index.d.ts +75 -0
- package/shares/item/list/columns/item/index.d.ts.map +1 -0
- package/shares/item/list/columns/item/index.js +66 -0
- package/shares/item/list/columns/item/sourceColumn/index.d.ts +41 -0
- package/shares/item/list/columns/item/sourceColumn/index.d.ts.map +1 -0
- package/shares/item/list/columns/item/sourceColumn/index.js +36 -0
- package/shares/item/list/contentTypes/addCopy/index.d.ts +61 -0
- package/shares/item/list/contentTypes/addCopy/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/addCopy/index.js +60 -0
- package/shares/item/list/contentTypes/addCopyFromContentTypeHub/index.d.ts +61 -0
- package/shares/item/list/contentTypes/addCopyFromContentTypeHub/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/addCopyFromContentTypeHub/index.js +60 -0
- package/shares/item/list/contentTypes/count/index.d.ts +40 -0
- package/shares/item/list/contentTypes/count/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/count/index.js +35 -0
- package/shares/item/list/contentTypes/getCompatibleHubContentTypes/index.d.ts +83 -0
- package/shares/item/list/contentTypes/getCompatibleHubContentTypes/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/getCompatibleHubContentTypes/index.js +67 -0
- package/shares/item/list/contentTypes/index.d.ts +111 -0
- package/shares/item/list/contentTypes/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/index.js +86 -0
- package/shares/item/list/contentTypes/item/associateWithHubSites/index.d.ts +63 -0
- package/shares/item/list/contentTypes/item/associateWithHubSites/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/associateWithHubSites/index.js +60 -0
- package/shares/item/list/contentTypes/item/base/index.d.ts +41 -0
- package/shares/item/list/contentTypes/item/base/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/base/index.js +35 -0
- package/shares/item/list/contentTypes/item/baseTypes/count/index.d.ts +40 -0
- package/shares/item/list/contentTypes/item/baseTypes/count/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/baseTypes/count/index.js +35 -0
- package/shares/item/list/contentTypes/item/baseTypes/index.d.ts +81 -0
- package/shares/item/list/contentTypes/item/baseTypes/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/baseTypes/index.js +58 -0
- package/shares/item/list/contentTypes/item/baseTypes/item/index.d.ts +41 -0
- package/shares/item/list/contentTypes/item/baseTypes/item/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/baseTypes/item/index.js +36 -0
- package/shares/item/list/contentTypes/item/columnLinks/count/index.d.ts +40 -0
- package/shares/item/list/contentTypes/item/columnLinks/count/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/columnLinks/count/index.js +35 -0
- package/shares/item/list/contentTypes/item/columnLinks/index.d.ts +95 -0
- package/shares/item/list/contentTypes/item/columnLinks/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/columnLinks/index.js +70 -0
- package/shares/item/list/contentTypes/item/columnLinks/item/index.d.ts +66 -0
- package/shares/item/list/contentTypes/item/columnLinks/item/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/columnLinks/item/index.js +56 -0
- package/shares/item/list/contentTypes/item/columnPositions/count/index.d.ts +40 -0
- package/shares/item/list/contentTypes/item/columnPositions/count/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/columnPositions/count/index.js +35 -0
- package/shares/item/list/contentTypes/item/columnPositions/index.d.ts +81 -0
- package/shares/item/list/contentTypes/item/columnPositions/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/columnPositions/index.js +58 -0
- package/shares/item/list/contentTypes/item/columnPositions/item/index.d.ts +41 -0
- package/shares/item/list/contentTypes/item/columnPositions/item/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/columnPositions/item/index.js +36 -0
- package/shares/item/list/contentTypes/item/columns/count/index.d.ts +40 -0
- package/shares/item/list/contentTypes/item/columns/count/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/columns/count/index.js +35 -0
- package/shares/item/list/contentTypes/item/columns/index.d.ts +97 -0
- package/shares/item/list/contentTypes/item/columns/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/columns/index.js +71 -0
- package/shares/item/list/contentTypes/item/columns/item/index.d.ts +78 -0
- package/shares/item/list/contentTypes/item/columns/item/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/columns/item/index.js +66 -0
- package/shares/item/list/contentTypes/item/columns/item/sourceColumn/index.d.ts +41 -0
- package/shares/item/list/contentTypes/item/columns/item/sourceColumn/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/columns/item/sourceColumn/index.js +36 -0
- package/shares/item/list/contentTypes/item/copyToDefaultContentLocation/index.d.ts +64 -0
- package/shares/item/list/contentTypes/item/copyToDefaultContentLocation/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/copyToDefaultContentLocation/index.js +61 -0
- package/shares/item/list/contentTypes/item/index.d.ts +120 -0
- package/shares/item/list/contentTypes/item/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/index.js +115 -0
- package/shares/item/list/contentTypes/item/isPublished/index.d.ts +57 -0
- package/shares/item/list/contentTypes/item/isPublished/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/isPublished/index.js +56 -0
- package/shares/item/list/contentTypes/item/publish/index.d.ts +27 -0
- package/shares/item/list/contentTypes/item/publish/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/publish/index.js +26 -0
- package/shares/item/list/contentTypes/item/unpublish/index.d.ts +27 -0
- package/shares/item/list/contentTypes/item/unpublish/index.d.ts.map +1 -0
- package/shares/item/list/contentTypes/item/unpublish/index.js +26 -0
- package/shares/item/list/createdByUser/index.d.ts +55 -0
- package/shares/item/list/createdByUser/index.d.ts.map +1 -0
- package/shares/item/list/createdByUser/index.js +52 -0
- package/shares/item/list/createdByUser/mailboxSettings/index.d.ts +55 -0
- package/shares/item/list/createdByUser/mailboxSettings/index.d.ts.map +1 -0
- package/shares/item/list/createdByUser/mailboxSettings/index.js +48 -0
- package/shares/item/list/createdByUser/serviceProvisioningErrors/count/index.d.ts +40 -0
- package/shares/item/list/createdByUser/serviceProvisioningErrors/count/index.d.ts.map +1 -0
- package/shares/item/list/createdByUser/serviceProvisioningErrors/count/index.js +35 -0
- package/shares/item/list/createdByUser/serviceProvisioningErrors/index.d.ts +74 -0
- package/shares/item/list/createdByUser/serviceProvisioningErrors/index.d.ts.map +1 -0
- package/shares/item/list/createdByUser/serviceProvisioningErrors/index.js +52 -0
- package/shares/item/list/drive/index.d.ts +41 -0
- package/shares/item/list/drive/index.d.ts.map +1 -0
- package/shares/item/list/drive/index.js +36 -0
- package/shares/item/list/index.d.ts +110 -0
- package/shares/item/list/index.d.ts.map +1 -0
- package/shares/item/list/index.js +108 -0
- package/shares/item/list/items/index.d.ts +88 -0
- package/shares/item/list/items/index.d.ts.map +1 -0
- package/shares/item/list/items/index.js +65 -0
- package/shares/item/list/items/item/analytics/index.d.ts +41 -0
- package/shares/item/list/items/item/analytics/index.d.ts.map +1 -0
- package/shares/item/list/items/item/analytics/index.js +36 -0
- package/shares/item/list/items/item/createLink/index.d.ts +88 -0
- package/shares/item/list/items/item/createLink/index.d.ts.map +1 -0
- package/shares/item/list/items/item/createLink/index.js +74 -0
- package/shares/item/list/items/item/createdByUser/index.d.ts +55 -0
- package/shares/item/list/items/item/createdByUser/index.d.ts.map +1 -0
- package/shares/item/list/items/item/createdByUser/index.js +52 -0
- package/shares/item/list/items/item/createdByUser/mailboxSettings/index.d.ts +55 -0
- package/shares/item/list/items/item/createdByUser/mailboxSettings/index.d.ts.map +1 -0
- package/shares/item/list/items/item/createdByUser/mailboxSettings/index.js +48 -0
- package/shares/item/list/items/item/createdByUser/serviceProvisioningErrors/count/index.d.ts +40 -0
- package/shares/item/list/items/item/createdByUser/serviceProvisioningErrors/count/index.d.ts.map +1 -0
- package/shares/item/list/items/item/createdByUser/serviceProvisioningErrors/count/index.js +35 -0
- package/shares/item/list/items/item/createdByUser/serviceProvisioningErrors/index.d.ts +74 -0
- package/shares/item/list/items/item/createdByUser/serviceProvisioningErrors/index.d.ts.map +1 -0
- package/shares/item/list/items/item/createdByUser/serviceProvisioningErrors/index.js +52 -0
- package/shares/item/list/items/item/documentSetVersions/count/index.d.ts +40 -0
- package/shares/item/list/items/item/documentSetVersions/count/index.d.ts.map +1 -0
- package/shares/item/list/items/item/documentSetVersions/count/index.js +35 -0
- package/shares/item/list/items/item/documentSetVersions/index.d.ts +97 -0
- package/shares/item/list/items/item/documentSetVersions/index.d.ts.map +1 -0
- package/shares/item/list/items/item/documentSetVersions/index.js +71 -0
- package/shares/item/list/items/item/documentSetVersions/item/fields/index.d.ts +66 -0
- package/shares/item/list/items/item/documentSetVersions/item/fields/index.d.ts.map +1 -0
- package/shares/item/list/items/item/documentSetVersions/item/fields/index.js +56 -0
- package/shares/item/list/items/item/documentSetVersions/item/index.d.ts +82 -0
- package/shares/item/list/items/item/documentSetVersions/item/index.d.ts.map +1 -0
- package/shares/item/list/items/item/documentSetVersions/item/index.js +71 -0
- package/shares/item/list/items/item/documentSetVersions/item/restore/index.d.ts +27 -0
- package/shares/item/list/items/item/documentSetVersions/item/restore/index.d.ts.map +1 -0
- package/shares/item/list/items/item/documentSetVersions/item/restore/index.js +26 -0
- package/shares/item/list/items/item/driveItem/content/index.d.ts +42 -0
- package/shares/item/list/items/item/driveItem/content/index.d.ts.map +1 -0
- package/shares/item/list/items/item/driveItem/content/index.js +39 -0
- package/shares/item/list/items/item/driveItem/index.d.ts +50 -0
- package/shares/item/list/items/item/driveItem/index.d.ts.map +1 -0
- package/shares/item/list/items/item/driveItem/index.js +46 -0
- package/shares/item/list/items/item/fields/index.d.ts +67 -0
- package/shares/item/list/items/item/fields/index.d.ts.map +1 -0
- package/shares/item/list/items/item/fields/index.js +56 -0
- package/shares/item/list/items/item/getActivitiesByInterval/index.d.ts +83 -0
- package/shares/item/list/items/item/getActivitiesByInterval/index.d.ts.map +1 -0
- package/shares/item/list/items/item/getActivitiesByInterval/index.js +67 -0
- package/shares/item/list/items/item/getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/index.d.ts +83 -0
- package/shares/item/list/items/item/getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/index.d.ts.map +1 -0
- package/shares/item/list/items/item/getActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/index.js +67 -0
- package/shares/item/list/items/item/index.d.ts +126 -0
- package/shares/item/list/items/item/index.d.ts.map +1 -0
- package/shares/item/list/items/item/index.js +116 -0
- package/shares/item/list/items/item/lastModifiedByUser/index.d.ts +55 -0
- package/shares/item/list/items/item/lastModifiedByUser/index.d.ts.map +1 -0
- package/shares/item/list/items/item/lastModifiedByUser/index.js +52 -0
- package/shares/item/list/items/item/lastModifiedByUser/mailboxSettings/index.d.ts +55 -0
- package/shares/item/list/items/item/lastModifiedByUser/mailboxSettings/index.d.ts.map +1 -0
- package/shares/item/list/items/item/lastModifiedByUser/mailboxSettings/index.js +48 -0
- package/shares/item/list/items/item/lastModifiedByUser/serviceProvisioningErrors/count/index.d.ts +40 -0
- package/shares/item/list/items/item/lastModifiedByUser/serviceProvisioningErrors/count/index.d.ts.map +1 -0
- package/shares/item/list/items/item/lastModifiedByUser/serviceProvisioningErrors/count/index.js +35 -0
- package/shares/item/list/items/item/lastModifiedByUser/serviceProvisioningErrors/index.d.ts +74 -0
- package/shares/item/list/items/item/lastModifiedByUser/serviceProvisioningErrors/index.d.ts.map +1 -0
- package/shares/item/list/items/item/lastModifiedByUser/serviceProvisioningErrors/index.js +52 -0
- package/shares/item/list/items/item/versions/count/index.d.ts +40 -0
- package/shares/item/list/items/item/versions/count/index.d.ts.map +1 -0
- package/shares/item/list/items/item/versions/count/index.js +35 -0
- package/shares/item/list/items/item/versions/index.d.ts +96 -0
- package/shares/item/list/items/item/versions/index.d.ts.map +1 -0
- package/shares/item/list/items/item/versions/index.js +71 -0
- package/shares/item/list/items/item/versions/item/fields/index.d.ts +66 -0
- package/shares/item/list/items/item/versions/item/fields/index.d.ts.map +1 -0
- package/shares/item/list/items/item/versions/item/fields/index.js +56 -0
- package/shares/item/list/items/item/versions/item/index.d.ts +81 -0
- package/shares/item/list/items/item/versions/item/index.d.ts.map +1 -0
- package/shares/item/list/items/item/versions/item/index.js +71 -0
- package/shares/item/list/items/item/versions/item/restoreVersion/index.d.ts +27 -0
- package/shares/item/list/items/item/versions/item/restoreVersion/index.d.ts.map +1 -0
- package/shares/item/list/items/item/versions/item/restoreVersion/index.js +26 -0
- package/shares/item/list/lastModifiedByUser/index.d.ts +55 -0
- package/shares/item/list/lastModifiedByUser/index.d.ts.map +1 -0
- package/shares/item/list/lastModifiedByUser/index.js +52 -0
- package/shares/item/list/lastModifiedByUser/mailboxSettings/index.d.ts +55 -0
- package/shares/item/list/lastModifiedByUser/mailboxSettings/index.d.ts.map +1 -0
- package/shares/item/list/lastModifiedByUser/mailboxSettings/index.js +48 -0
- package/shares/item/list/lastModifiedByUser/serviceProvisioningErrors/count/index.d.ts +40 -0
- package/shares/item/list/lastModifiedByUser/serviceProvisioningErrors/count/index.d.ts.map +1 -0
- package/shares/item/list/lastModifiedByUser/serviceProvisioningErrors/count/index.js +35 -0
- package/shares/item/list/lastModifiedByUser/serviceProvisioningErrors/index.d.ts +74 -0
- package/shares/item/list/lastModifiedByUser/serviceProvisioningErrors/index.d.ts.map +1 -0
- package/shares/item/list/lastModifiedByUser/serviceProvisioningErrors/index.js +52 -0
- package/shares/item/list/operations/count/index.d.ts +40 -0
- package/shares/item/list/operations/count/index.d.ts.map +1 -0
- package/shares/item/list/operations/count/index.js +35 -0
- package/shares/item/list/operations/index.d.ts +95 -0
- package/shares/item/list/operations/index.d.ts.map +1 -0
- package/shares/item/list/operations/index.js +70 -0
- package/shares/item/list/operations/item/index.d.ts +66 -0
- package/shares/item/list/operations/item/index.d.ts.map +1 -0
- package/shares/item/list/operations/item/index.js +56 -0
- package/shares/item/list/subscriptions/count/index.d.ts +40 -0
- package/shares/item/list/subscriptions/count/index.d.ts.map +1 -0
- package/shares/item/list/subscriptions/count/index.js +35 -0
- package/shares/item/list/subscriptions/index.d.ts +95 -0
- package/shares/item/list/subscriptions/index.d.ts.map +1 -0
- package/shares/item/list/subscriptions/index.js +71 -0
- package/shares/item/list/subscriptions/item/index.d.ts +75 -0
- package/shares/item/list/subscriptions/item/index.d.ts.map +1 -0
- package/shares/item/list/subscriptions/item/index.js +66 -0
- package/shares/item/list/subscriptions/item/reauthorize/index.d.ts +27 -0
- package/shares/item/list/subscriptions/item/reauthorize/index.d.ts.map +1 -0
- package/shares/item/list/subscriptions/item/reauthorize/index.js +26 -0
- package/shares/item/listItem/index.d.ts +41 -0
- package/shares/item/listItem/index.d.ts.map +1 -0
- package/shares/item/listItem/index.js +36 -0
- package/shares/item/permission/grant/index.d.ts +87 -0
- package/shares/item/permission/grant/index.d.ts.map +1 -0
- package/shares/item/permission/grant/index.js +88 -0
- package/shares/item/permission/index.d.ts +75 -0
- package/shares/item/permission/index.d.ts.map +1 -0
- package/shares/item/permission/index.js +66 -0
- package/shares/item/root/content/index.d.ts +42 -0
- package/shares/item/root/content/index.d.ts.map +1 -0
- package/shares/item/root/content/index.js +39 -0
- package/shares/item/root/index.d.ts +50 -0
- package/shares/item/root/index.d.ts.map +1 -0
- package/shares/item/root/index.js +46 -0
- package/shares/item/site/index.d.ts +41 -0
- package/shares/item/site/index.d.ts.map +1 -0
- package/shares/item/site/index.js +36 -0
- package/sharesServiceClient.d.ts +25 -0
- package/sharesServiceClient.d.ts.map +1 -0
- package/sharesServiceClient.js +49 -0
- package/tsconfig.json +15 -0
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SubscriptionsRequestBuilderUriTemplate = exports.SubscriptionsRequestBuilderRequestsMetadata = exports.SubscriptionsRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
const count_1 = require("./count/");
|
|
10
|
+
const item_1 = require("./item/");
|
|
11
|
+
/**
|
|
12
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
13
|
+
*/
|
|
14
|
+
const SubscriptionsRequestBuilderGetQueryParametersMapper = {
|
|
15
|
+
"count": "%24count",
|
|
16
|
+
"expand": "%24expand",
|
|
17
|
+
"filter": "%24filter",
|
|
18
|
+
"orderby": "%24orderby",
|
|
19
|
+
"search": "%24search",
|
|
20
|
+
"select": "%24select",
|
|
21
|
+
"skip": "%24skip",
|
|
22
|
+
"top": "%24top",
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Metadata for all the navigation properties in the request builder.
|
|
26
|
+
*/
|
|
27
|
+
exports.SubscriptionsRequestBuilderNavigationMetadata = {
|
|
28
|
+
bySubscriptionId: {
|
|
29
|
+
uriTemplate: item_1.SubscriptionItemRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: item_1.SubscriptionItemRequestBuilderRequestsMetadata,
|
|
31
|
+
navigationMetadata: item_1.SubscriptionItemRequestBuilderNavigationMetadata,
|
|
32
|
+
pathParametersMappings: ["subscription%2Did"],
|
|
33
|
+
},
|
|
34
|
+
count: {
|
|
35
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
36
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
37
|
+
},
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Metadata for all the requests in the request builder.
|
|
41
|
+
*/
|
|
42
|
+
exports.SubscriptionsRequestBuilderRequestsMetadata = {
|
|
43
|
+
get: {
|
|
44
|
+
responseBodyContentType: "application/json",
|
|
45
|
+
errorMappings: {
|
|
46
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
48
|
+
},
|
|
49
|
+
adapterMethodName: "sendAsync",
|
|
50
|
+
responseBodyFactory: models_1.createSubscriptionCollectionResponseFromDiscriminatorValue,
|
|
51
|
+
queryParametersMapper: SubscriptionsRequestBuilderGetQueryParametersMapper,
|
|
52
|
+
},
|
|
53
|
+
post: {
|
|
54
|
+
responseBodyContentType: "application/json",
|
|
55
|
+
errorMappings: {
|
|
56
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
58
|
+
},
|
|
59
|
+
adapterMethodName: "sendAsync",
|
|
60
|
+
responseBodyFactory: models_1.createSubscriptionFromDiscriminatorValue,
|
|
61
|
+
requestBodyContentType: "application/json",
|
|
62
|
+
requestBodySerializer: models_1.serializeSubscription,
|
|
63
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Uri template for the request builder.
|
|
68
|
+
*/
|
|
69
|
+
exports.SubscriptionsRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
70
|
+
/* tslint:enable */
|
|
71
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { type Subscription } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type ReauthorizeRequestBuilder } from './reauthorize/';
|
|
3
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
4
|
+
/**
|
|
5
|
+
* Provides operations to manage the subscriptions property of the microsoft.graph.list entity.
|
|
6
|
+
*/
|
|
7
|
+
export interface SubscriptionItemRequestBuilder extends BaseRequestBuilder<SubscriptionItemRequestBuilder> {
|
|
8
|
+
/**
|
|
9
|
+
* Provides operations to call the reauthorize method.
|
|
10
|
+
*/
|
|
11
|
+
get reauthorize(): ReauthorizeRequestBuilder;
|
|
12
|
+
/**
|
|
13
|
+
* Delete navigation property subscriptions for shares
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
*/
|
|
16
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
17
|
+
/**
|
|
18
|
+
* The set of subscriptions on the list.
|
|
19
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
|
+
* @returns a Promise of Subscription
|
|
21
|
+
*/
|
|
22
|
+
get(requestConfiguration?: RequestConfiguration<SubscriptionItemRequestBuilderGetQueryParameters> | undefined): Promise<Subscription | undefined>;
|
|
23
|
+
/**
|
|
24
|
+
* Update the navigation property subscriptions in shares
|
|
25
|
+
* @param body The request body
|
|
26
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
|
+
* @returns a Promise of Subscription
|
|
28
|
+
*/
|
|
29
|
+
patch(body: Subscription, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<Subscription | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Delete navigation property subscriptions for shares
|
|
32
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
33
|
+
* @returns a RequestInformation
|
|
34
|
+
*/
|
|
35
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
36
|
+
/**
|
|
37
|
+
* The set of subscriptions on the list.
|
|
38
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
|
+
* @returns a RequestInformation
|
|
40
|
+
*/
|
|
41
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SubscriptionItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
42
|
+
/**
|
|
43
|
+
* Update the navigation property subscriptions in shares
|
|
44
|
+
* @param body The request body
|
|
45
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
46
|
+
* @returns a RequestInformation
|
|
47
|
+
*/
|
|
48
|
+
toPatchRequestInformation(body: Subscription, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* The set of subscriptions on the list.
|
|
52
|
+
*/
|
|
53
|
+
export interface SubscriptionItemRequestBuilderGetQueryParameters {
|
|
54
|
+
/**
|
|
55
|
+
* Expand related entities
|
|
56
|
+
*/
|
|
57
|
+
expand?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* Select properties to be returned
|
|
60
|
+
*/
|
|
61
|
+
select?: string[];
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Metadata for all the navigation properties in the request builder.
|
|
65
|
+
*/
|
|
66
|
+
export declare const SubscriptionItemRequestBuilderNavigationMetadata: Record<Exclude<keyof SubscriptionItemRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
67
|
+
/**
|
|
68
|
+
* Metadata for all the requests in the request builder.
|
|
69
|
+
*/
|
|
70
|
+
export declare const SubscriptionItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
71
|
+
/**
|
|
72
|
+
* Uri template for the request builder.
|
|
73
|
+
*/
|
|
74
|
+
export declare const SubscriptionItemRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions/{subscription%2Did}{?%24select,%24expand}";
|
|
75
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmE,KAAK,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAEpI,OAAO,EAAmF,KAAK,yBAAyB,EAAE,MAAM,gBAAgB,CAAC;AACjJ,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,8BAA+B,SAAQ,kBAAkB,CAAC,8BAA8B,CAAC;IACtG;;OAEG;IACH,IAAI,WAAW,IAAI,yBAAyB,CAAC;IAC7C;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,gDAAgD,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC,CAAC;IACpJ;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,YAAY,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC,CAAC;IAChI;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,gDAAgD,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACzJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,YAAY,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACxI;AACD;;GAEG;AACH,MAAM,WAAW,gDAAgD;IAC7D;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,gDAAgD,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,8BAA8B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAK1K,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8CAA8C,EAAE,gBA+B5D,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,yCAAyC,0GAA0G,CAAC"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SubscriptionItemRequestBuilderUriTemplate = exports.SubscriptionItemRequestBuilderRequestsMetadata = exports.SubscriptionItemRequestBuilderNavigationMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
const reauthorize_1 = require("./reauthorize/");
|
|
10
|
+
/**
|
|
11
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
12
|
+
*/
|
|
13
|
+
const SubscriptionItemRequestBuilderGetQueryParametersMapper = {
|
|
14
|
+
"expand": "%24expand",
|
|
15
|
+
"select": "%24select",
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Metadata for all the navigation properties in the request builder.
|
|
19
|
+
*/
|
|
20
|
+
exports.SubscriptionItemRequestBuilderNavigationMetadata = {
|
|
21
|
+
reauthorize: {
|
|
22
|
+
uriTemplate: reauthorize_1.ReauthorizeRequestBuilderUriTemplate,
|
|
23
|
+
requestsMetadata: reauthorize_1.ReauthorizeRequestBuilderRequestsMetadata,
|
|
24
|
+
},
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* Metadata for all the requests in the request builder.
|
|
28
|
+
*/
|
|
29
|
+
exports.SubscriptionItemRequestBuilderRequestsMetadata = {
|
|
30
|
+
delete: {
|
|
31
|
+
responseBodyContentType: "application/json",
|
|
32
|
+
errorMappings: {
|
|
33
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
34
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
35
|
+
},
|
|
36
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
37
|
+
},
|
|
38
|
+
get: {
|
|
39
|
+
responseBodyContentType: "application/json",
|
|
40
|
+
errorMappings: {
|
|
41
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
},
|
|
44
|
+
adapterMethodName: "sendAsync",
|
|
45
|
+
responseBodyFactory: models_1.createSubscriptionFromDiscriminatorValue,
|
|
46
|
+
queryParametersMapper: SubscriptionItemRequestBuilderGetQueryParametersMapper,
|
|
47
|
+
},
|
|
48
|
+
patch: {
|
|
49
|
+
responseBodyContentType: "application/json",
|
|
50
|
+
errorMappings: {
|
|
51
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
52
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
53
|
+
},
|
|
54
|
+
adapterMethodName: "sendAsync",
|
|
55
|
+
responseBodyFactory: models_1.createSubscriptionFromDiscriminatorValue,
|
|
56
|
+
requestBodyContentType: "application/json",
|
|
57
|
+
requestBodySerializer: models_1.serializeSubscription,
|
|
58
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
59
|
+
},
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Uri template for the request builder.
|
|
63
|
+
*/
|
|
64
|
+
exports.SubscriptionItemRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions/{subscription%2Did}{?%24select,%24expand}";
|
|
65
|
+
/* tslint:enable */
|
|
66
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
2
|
+
/**
|
|
3
|
+
* Provides operations to call the reauthorize method.
|
|
4
|
+
*/
|
|
5
|
+
export interface ReauthorizeRequestBuilder extends BaseRequestBuilder<ReauthorizeRequestBuilder> {
|
|
6
|
+
/**
|
|
7
|
+
* Reauthorize a subscription when you receive a reauthorizationRequired challenge.
|
|
8
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
+
* @see {@link https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0|Find more info here}
|
|
10
|
+
*/
|
|
11
|
+
post(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12
|
+
/**
|
|
13
|
+
* Reauthorize a subscription when you receive a reauthorizationRequired challenge.
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a RequestInformation
|
|
16
|
+
*/
|
|
17
|
+
toPostRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Metadata for all the requests in the request builder.
|
|
21
|
+
*/
|
|
22
|
+
export declare const ReauthorizeRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
23
|
+
/**
|
|
24
|
+
* Uri template for the request builder.
|
|
25
|
+
*/
|
|
26
|
+
export declare const ReauthorizeRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions/{subscription%2Did}/reauthorize";
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,yBAA0B,SAAQ,kBAAkB,CAAC,yBAAyB,CAAC;IAC5F;;;;OAIG;IACF,IAAI,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACvF;;;;OAIG;IACF,wBAAwB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnH;AACD;;GAEG;AACH,eAAO,MAAM,yCAAyC,EAAE,gBASvD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,oCAAoC,gGAAgG,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ReauthorizeRequestBuilderUriTemplate = exports.ReauthorizeRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
8
|
+
/**
|
|
9
|
+
* Metadata for all the requests in the request builder.
|
|
10
|
+
*/
|
|
11
|
+
exports.ReauthorizeRequestBuilderRequestsMetadata = {
|
|
12
|
+
post: {
|
|
13
|
+
responseBodyContentType: "application/json",
|
|
14
|
+
errorMappings: {
|
|
15
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
16
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
17
|
+
},
|
|
18
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
19
|
+
},
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Uri template for the request builder.
|
|
23
|
+
*/
|
|
24
|
+
exports.ReauthorizeRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions/{subscription%2Did}/reauthorize";
|
|
25
|
+
/* tslint:enable */
|
|
26
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { type ListItem } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Provides operations to manage the listItem property of the microsoft.graph.sharedDriveItem entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface ListItemRequestBuilder extends BaseRequestBuilder<ListItemRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Used to access the underlying listItem
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
* @returns a Promise of ListItem
|
|
11
|
+
*/
|
|
12
|
+
get(requestConfiguration?: RequestConfiguration<ListItemRequestBuilderGetQueryParameters> | undefined): Promise<ListItem | undefined>;
|
|
13
|
+
/**
|
|
14
|
+
* Used to access the underlying listItem
|
|
15
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
16
|
+
* @returns a RequestInformation
|
|
17
|
+
*/
|
|
18
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<ListItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Used to access the underlying listItem
|
|
22
|
+
*/
|
|
23
|
+
export interface ListItemRequestBuilderGetQueryParameters {
|
|
24
|
+
/**
|
|
25
|
+
* Expand related entities
|
|
26
|
+
*/
|
|
27
|
+
expand?: string[];
|
|
28
|
+
/**
|
|
29
|
+
* Select properties to be returned
|
|
30
|
+
*/
|
|
31
|
+
select?: string[];
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Metadata for all the requests in the request builder.
|
|
35
|
+
*/
|
|
36
|
+
export declare const ListItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
37
|
+
/**
|
|
38
|
+
* Uri template for the request builder.
|
|
39
|
+
*/
|
|
40
|
+
export declare const ListItemRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/listItem{?%24select,%24expand}";
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAwC,KAAK,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAErG,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,kBAAkB,CAAC,sBAAsB,CAAC;IACtF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,QAAQ,GAAG,SAAS,CAAC,CAAC;IACxI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,wCAAwC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACpJ;AACD;;GAEG;AACH,MAAM,WAAW,wCAAwC;IACrD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,gBAWpD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,iCAAiC,4EAA4E,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListItemRequestBuilderUriTemplate = exports.ListItemRequestBuilderRequestsMetadata = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
11
|
+
*/
|
|
12
|
+
const ListItemRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.ListItemRequestBuilderRequestsMetadata = {
|
|
20
|
+
get: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendAsync",
|
|
27
|
+
responseBodyFactory: models_1.createListItemFromDiscriminatorValue,
|
|
28
|
+
queryParametersMapper: ListItemRequestBuilderGetQueryParametersMapper,
|
|
29
|
+
},
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Uri template for the request builder.
|
|
33
|
+
*/
|
|
34
|
+
exports.ListItemRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/listItem{?%24select,%24expand}";
|
|
35
|
+
/* tslint:enable */
|
|
36
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { type BaseCollectionPaginationCountResponse, type DriveRecipient, type Permission } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type AdditionalDataHolder, type BackedModel, type BaseRequestBuilder, type Parsable, type ParseNode, type RequestConfiguration, type RequestInformation, type RequestsMetadata, type SerializationWriter } from '@microsoft/kiota-abstractions';
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
5
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
|
+
* @returns a grantPostRequestBody
|
|
7
|
+
*/
|
|
8
|
+
export declare function createGrantPostRequestBodyFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoGrantPostRequestBody;
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns a grantPostResponse
|
|
13
|
+
*/
|
|
14
|
+
export declare function createGrantPostResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): typeof deserializeIntoGrantPostResponse;
|
|
15
|
+
/**
|
|
16
|
+
* The deserialization information for the current model
|
|
17
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
18
|
+
*/
|
|
19
|
+
export declare function deserializeIntoGrantPostRequestBody(grantPostRequestBody?: GrantPostRequestBody | undefined): Record<string, (node: ParseNode) => void>;
|
|
20
|
+
/**
|
|
21
|
+
* The deserialization information for the current model
|
|
22
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
23
|
+
*/
|
|
24
|
+
export declare function deserializeIntoGrantPostResponse(grantPostResponse?: GrantPostResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
25
|
+
export interface GrantPostRequestBody extends AdditionalDataHolder, BackedModel, Parsable {
|
|
26
|
+
/**
|
|
27
|
+
* Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
|
|
28
|
+
*/
|
|
29
|
+
additionalData?: Record<string, unknown>;
|
|
30
|
+
/**
|
|
31
|
+
* Stores model information.
|
|
32
|
+
*/
|
|
33
|
+
backingStoreEnabled?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* The recipients property
|
|
36
|
+
*/
|
|
37
|
+
recipients?: DriveRecipient[];
|
|
38
|
+
/**
|
|
39
|
+
* The roles property
|
|
40
|
+
*/
|
|
41
|
+
roles?: string[];
|
|
42
|
+
}
|
|
43
|
+
export interface GrantPostResponse extends BaseCollectionPaginationCountResponse, Parsable {
|
|
44
|
+
/**
|
|
45
|
+
* The value property
|
|
46
|
+
*/
|
|
47
|
+
value?: Permission[];
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Provides operations to call the grant method.
|
|
51
|
+
*/
|
|
52
|
+
export interface GrantRequestBuilder extends BaseRequestBuilder<GrantRequestBuilder> {
|
|
53
|
+
/**
|
|
54
|
+
* Grant users access to a link represented by a [permission][].
|
|
55
|
+
* @param body The request body
|
|
56
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
57
|
+
* @returns a Promise of GrantPostResponse
|
|
58
|
+
* @see {@link https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0|Find more info here}
|
|
59
|
+
*/
|
|
60
|
+
post(body: GrantPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<GrantPostResponse | undefined>;
|
|
61
|
+
/**
|
|
62
|
+
* Grant users access to a link represented by a [permission][].
|
|
63
|
+
* @param body The request body
|
|
64
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
65
|
+
* @returns a RequestInformation
|
|
66
|
+
*/
|
|
67
|
+
toPostRequestInformation(body: GrantPostRequestBody, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Serializes information the current object
|
|
71
|
+
* @param writer Serialization writer to use to serialize this model
|
|
72
|
+
*/
|
|
73
|
+
export declare function serializeGrantPostRequestBody(writer: SerializationWriter, grantPostRequestBody?: GrantPostRequestBody | undefined): void;
|
|
74
|
+
/**
|
|
75
|
+
* Serializes information the current object
|
|
76
|
+
* @param writer Serialization writer to use to serialize this model
|
|
77
|
+
*/
|
|
78
|
+
export declare function serializeGrantPostResponse(writer: SerializationWriter, grantPostResponse?: GrantPostResponse | undefined): void;
|
|
79
|
+
/**
|
|
80
|
+
* Metadata for all the requests in the request builder.
|
|
81
|
+
*/
|
|
82
|
+
export declare const GrantRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
83
|
+
/**
|
|
84
|
+
* Uri template for the request builder.
|
|
85
|
+
*/
|
|
86
|
+
export declare const GrantRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/permission/grant";
|
|
87
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA0O,KAAK,qCAAqC,EAAE,KAAK,cAAc,EAAE,KAAK,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE1W,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,WAAW,EAAqB,KAAK,kBAAkB,EAAE,KAAK,QAAQ,EAAwB,KAAK,SAAS,EAAE,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,KAAK,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AAElS;;;;GAIG;AACH,wBAAgB,gDAAgD,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,8CAEhG;AACD;;;;GAIG;AACH,wBAAgB,6CAA6C,CAAC,SAAS,EAAE,SAAS,GAAG,SAAS,2CAE7F;AACD;;;GAGG;AACH,wBAAgB,mCAAmC,CAAC,oBAAoB,GAAE,oBAAoB,GAAG,SAAsC,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAMnL;AACD;;;GAGG;AACH,wBAAgB,gCAAgC,CAAC,iBAAiB,GAAE,iBAAiB,GAAG,SAAmC,GAAI,MAAM,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC,CAKvK;AACD,MAAM,WAAW,oBAAqB,SAAQ,oBAAoB,EAAE,WAAW,EAAE,QAAQ;IACrF;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;OAEG;IACH,UAAU,CAAC,EAAE,cAAc,EAAE,CAAC;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AACD,MAAM,WAAW,iBAAkB,SAAQ,qCAAqC,EAAE,QAAQ;IACtF;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,EAAE,CAAC;CACxB;AACD;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;;;OAMG;IACF,IAAI,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,iBAAiB,GAAG,SAAS,CAAC,CAAC;IAC5I;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,oBAAoB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CAC/I;AACD;;;GAGG;AACH,wBAAgB,6BAA6B,CAAC,MAAM,EAAE,mBAAmB,EAAE,oBAAoB,GAAE,oBAAoB,GAAG,SAAsC,GAAI,IAAI,CAIrK;AACD;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,MAAM,EAAE,mBAAmB,EAAE,iBAAiB,GAAE,iBAAiB,GAAG,SAAmC,GAAI,IAAI,CAGzJ;AACD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAajD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,8DAA8D,CAAC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GrantRequestBuilderUriTemplate = exports.GrantRequestBuilderRequestsMetadata = exports.serializeGrantPostResponse = exports.serializeGrantPostRequestBody = exports.deserializeIntoGrantPostResponse = exports.deserializeIntoGrantPostRequestBody = exports.createGrantPostResponseFromDiscriminatorValue = exports.createGrantPostRequestBodyFromDiscriminatorValue = void 0;
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// Generated by Microsoft Kiota
|
|
7
|
+
const models_1 = require("@microsoft/msgraph-sdk/models/");
|
|
8
|
+
const oDataErrors_1 = require("@microsoft/msgraph-sdk/models/oDataErrors/");
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
|
+
* @returns a grantPostRequestBody
|
|
13
|
+
*/
|
|
14
|
+
function createGrantPostRequestBodyFromDiscriminatorValue(parseNode) {
|
|
15
|
+
return deserializeIntoGrantPostRequestBody;
|
|
16
|
+
}
|
|
17
|
+
exports.createGrantPostRequestBodyFromDiscriminatorValue = createGrantPostRequestBodyFromDiscriminatorValue;
|
|
18
|
+
/**
|
|
19
|
+
* Creates a new instance of the appropriate class based on discriminator value
|
|
20
|
+
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
21
|
+
* @returns a grantPostResponse
|
|
22
|
+
*/
|
|
23
|
+
function createGrantPostResponseFromDiscriminatorValue(parseNode) {
|
|
24
|
+
return deserializeIntoGrantPostResponse;
|
|
25
|
+
}
|
|
26
|
+
exports.createGrantPostResponseFromDiscriminatorValue = createGrantPostResponseFromDiscriminatorValue;
|
|
27
|
+
/**
|
|
28
|
+
* The deserialization information for the current model
|
|
29
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
30
|
+
*/
|
|
31
|
+
function deserializeIntoGrantPostRequestBody(grantPostRequestBody = {}) {
|
|
32
|
+
return {
|
|
33
|
+
"backingStoreEnabled": n => { grantPostRequestBody.backingStoreEnabled = true; },
|
|
34
|
+
"recipients": n => { grantPostRequestBody.recipients = n.getCollectionOfObjectValues(models_1.createDriveRecipientFromDiscriminatorValue); },
|
|
35
|
+
"roles": n => { grantPostRequestBody.roles = n.getCollectionOfPrimitiveValues(); },
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
exports.deserializeIntoGrantPostRequestBody = deserializeIntoGrantPostRequestBody;
|
|
39
|
+
/**
|
|
40
|
+
* The deserialization information for the current model
|
|
41
|
+
* @returns a Record<string, (node: ParseNode) => void>
|
|
42
|
+
*/
|
|
43
|
+
function deserializeIntoGrantPostResponse(grantPostResponse = {}) {
|
|
44
|
+
return Object.assign(Object.assign({}, (0, models_1.deserializeIntoBaseCollectionPaginationCountResponse)(grantPostResponse)), { "value": n => { grantPostResponse.value = n.getCollectionOfObjectValues(models_1.createPermissionFromDiscriminatorValue); } });
|
|
45
|
+
}
|
|
46
|
+
exports.deserializeIntoGrantPostResponse = deserializeIntoGrantPostResponse;
|
|
47
|
+
/**
|
|
48
|
+
* Serializes information the current object
|
|
49
|
+
* @param writer Serialization writer to use to serialize this model
|
|
50
|
+
*/
|
|
51
|
+
function serializeGrantPostRequestBody(writer, grantPostRequestBody = {}) {
|
|
52
|
+
writer.writeCollectionOfObjectValues("recipients", grantPostRequestBody.recipients, models_1.serializeDriveRecipient);
|
|
53
|
+
writer.writeCollectionOfPrimitiveValues("roles", grantPostRequestBody.roles);
|
|
54
|
+
writer.writeAdditionalData(grantPostRequestBody.additionalData);
|
|
55
|
+
}
|
|
56
|
+
exports.serializeGrantPostRequestBody = serializeGrantPostRequestBody;
|
|
57
|
+
/**
|
|
58
|
+
* Serializes information the current object
|
|
59
|
+
* @param writer Serialization writer to use to serialize this model
|
|
60
|
+
*/
|
|
61
|
+
function serializeGrantPostResponse(writer, grantPostResponse = {}) {
|
|
62
|
+
(0, models_1.serializeBaseCollectionPaginationCountResponse)(writer, grantPostResponse);
|
|
63
|
+
writer.writeCollectionOfObjectValues("value", grantPostResponse.value, models_1.serializePermission);
|
|
64
|
+
}
|
|
65
|
+
exports.serializeGrantPostResponse = serializeGrantPostResponse;
|
|
66
|
+
/**
|
|
67
|
+
* Metadata for all the requests in the request builder.
|
|
68
|
+
*/
|
|
69
|
+
exports.GrantRequestBuilderRequestsMetadata = {
|
|
70
|
+
post: {
|
|
71
|
+
responseBodyContentType: "application/json",
|
|
72
|
+
errorMappings: {
|
|
73
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
74
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
75
|
+
},
|
|
76
|
+
adapterMethodName: "sendAsync",
|
|
77
|
+
responseBodyFactory: createGrantPostResponseFromDiscriminatorValue,
|
|
78
|
+
requestBodyContentType: "application/json",
|
|
79
|
+
requestBodySerializer: serializeGrantPostRequestBody,
|
|
80
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
81
|
+
},
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Uri template for the request builder.
|
|
85
|
+
*/
|
|
86
|
+
exports.GrantRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/permission/grant";
|
|
87
|
+
/* tslint:enable */
|
|
88
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { type Permission } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type GrantRequestBuilder } from './grant/';
|
|
3
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
4
|
+
/**
|
|
5
|
+
* Provides operations to manage the permission property of the microsoft.graph.sharedDriveItem entity.
|
|
6
|
+
*/
|
|
7
|
+
export interface PermissionRequestBuilder extends BaseRequestBuilder<PermissionRequestBuilder> {
|
|
8
|
+
/**
|
|
9
|
+
* Provides operations to call the grant method.
|
|
10
|
+
*/
|
|
11
|
+
get grant(): GrantRequestBuilder;
|
|
12
|
+
/**
|
|
13
|
+
* Delete navigation property permission for shares
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
*/
|
|
16
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
17
|
+
/**
|
|
18
|
+
* Used to access the permission representing the underlying sharing link
|
|
19
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
20
|
+
* @returns a Promise of Permission
|
|
21
|
+
*/
|
|
22
|
+
get(requestConfiguration?: RequestConfiguration<PermissionRequestBuilderGetQueryParameters> | undefined): Promise<Permission | undefined>;
|
|
23
|
+
/**
|
|
24
|
+
* Update the navigation property permission in shares
|
|
25
|
+
* @param body The request body
|
|
26
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
27
|
+
* @returns a Promise of Permission
|
|
28
|
+
*/
|
|
29
|
+
patch(body: Permission, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<Permission | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* Delete navigation property permission for shares
|
|
32
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
33
|
+
* @returns a RequestInformation
|
|
34
|
+
*/
|
|
35
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
36
|
+
/**
|
|
37
|
+
* Used to access the permission representing the underlying sharing link
|
|
38
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
39
|
+
* @returns a RequestInformation
|
|
40
|
+
*/
|
|
41
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<PermissionRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
42
|
+
/**
|
|
43
|
+
* Update the navigation property permission in shares
|
|
44
|
+
* @param body The request body
|
|
45
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
46
|
+
* @returns a RequestInformation
|
|
47
|
+
*/
|
|
48
|
+
toPatchRequestInformation(body: Permission, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Used to access the permission representing the underlying sharing link
|
|
52
|
+
*/
|
|
53
|
+
export interface PermissionRequestBuilderGetQueryParameters {
|
|
54
|
+
/**
|
|
55
|
+
* Expand related entities
|
|
56
|
+
*/
|
|
57
|
+
expand?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* Select properties to be returned
|
|
60
|
+
*/
|
|
61
|
+
select?: string[];
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Metadata for all the navigation properties in the request builder.
|
|
65
|
+
*/
|
|
66
|
+
export declare const PermissionRequestBuilderNavigationMetadata: Record<Exclude<keyof PermissionRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
67
|
+
/**
|
|
68
|
+
* Metadata for all the requests in the request builder.
|
|
69
|
+
*/
|
|
70
|
+
export declare const PermissionRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
71
|
+
/**
|
|
72
|
+
* Uri template for the request builder.
|
|
73
|
+
*/
|
|
74
|
+
export declare const PermissionRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/permission{?%24select,%24expand}";
|
|
75
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA+D,KAAK,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAE9H,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAAE,KAAK,kBAAkB,EAAE,KAAK,kCAAkC,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAE1P;;GAEG;AACH,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB,CAAC,wBAAwB,CAAC;IAC1F;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;OAGG;IACF,MAAM,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACzF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,0CAA0C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC,CAAC;IAC5I;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,UAAU,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,UAAU,GAAG,SAAS,CAAC,CAAC;IAC5H;;;;OAIG;IACF,0BAA0B,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IAClH;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,0CAA0C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACnJ;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,UAAU,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACtI;AACD;;GAEG;AACH,MAAM,WAAW,0CAA0C;IACvD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,wBAAwB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAK9J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC,EAAE,gBA+BtD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mCAAmC,8EAA8E,CAAC"}
|