@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,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ServiceProvisioningErrorsRequestBuilderUriTemplate = exports.ServiceProvisioningErrorsRequestBuilderRequestsMetadata = exports.ServiceProvisioningErrorsRequestBuilderNavigationMetadata = 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
|
+
/**
|
|
11
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
12
|
+
*/
|
|
13
|
+
const ServiceProvisioningErrorsRequestBuilderGetQueryParametersMapper = {
|
|
14
|
+
"count": "%24count",
|
|
15
|
+
"expand": "%24expand",
|
|
16
|
+
"filter": "%24filter",
|
|
17
|
+
"orderby": "%24orderby",
|
|
18
|
+
"search": "%24search",
|
|
19
|
+
"select": "%24select",
|
|
20
|
+
"skip": "%24skip",
|
|
21
|
+
"top": "%24top",
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Metadata for all the navigation properties in the request builder.
|
|
25
|
+
*/
|
|
26
|
+
exports.ServiceProvisioningErrorsRequestBuilderNavigationMetadata = {
|
|
27
|
+
count: {
|
|
28
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
29
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Metadata for all the requests in the request builder.
|
|
34
|
+
*/
|
|
35
|
+
exports.ServiceProvisioningErrorsRequestBuilderRequestsMetadata = {
|
|
36
|
+
get: {
|
|
37
|
+
responseBodyContentType: "application/json",
|
|
38
|
+
errorMappings: {
|
|
39
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
40
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
41
|
+
},
|
|
42
|
+
adapterMethodName: "sendAsync",
|
|
43
|
+
responseBodyFactory: models_1.createServiceProvisioningErrorCollectionResponseFromDiscriminatorValue,
|
|
44
|
+
queryParametersMapper: ServiceProvisioningErrorsRequestBuilderGetQueryParametersMapper,
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Uri template for the request builder.
|
|
49
|
+
*/
|
|
50
|
+
exports.ServiceProvisioningErrorsRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/lastModifiedByUser/serviceProvisioningErrors{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
51
|
+
/* tslint:enable */
|
|
52
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
2
|
+
/**
|
|
3
|
+
* Provides operations to count the resources in the collection.
|
|
4
|
+
*/
|
|
5
|
+
export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
|
|
6
|
+
/**
|
|
7
|
+
* Get the number of the resource
|
|
8
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
+
* @returns a Promise of Integer
|
|
10
|
+
*/
|
|
11
|
+
get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Get the number of the resource
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a RequestInformation
|
|
16
|
+
*/
|
|
17
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Get the number of the resource
|
|
21
|
+
*/
|
|
22
|
+
export interface CountRequestBuilderGetQueryParameters {
|
|
23
|
+
/**
|
|
24
|
+
* Filter items by property values
|
|
25
|
+
*/
|
|
26
|
+
filter?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Search items by search phrases
|
|
29
|
+
*/
|
|
30
|
+
search?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Metadata for all the requests in the request builder.
|
|
34
|
+
*/
|
|
35
|
+
export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
36
|
+
/**
|
|
37
|
+
* Uri template for the request builder.
|
|
38
|
+
*/
|
|
39
|
+
export declare const CountRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/operations/$count{?%24search,%24filter}";
|
|
40
|
+
//# 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,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAQD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,0FAA0F,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CountRequestBuilderUriTemplate = exports.CountRequestBuilderRequestsMetadata = 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
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
10
|
+
*/
|
|
11
|
+
const CountRequestBuilderGetQueryParametersMapper = {
|
|
12
|
+
"filter": "%24filter",
|
|
13
|
+
"search": "%24search",
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Metadata for all the requests in the request builder.
|
|
17
|
+
*/
|
|
18
|
+
exports.CountRequestBuilderRequestsMetadata = {
|
|
19
|
+
get: {
|
|
20
|
+
responseBodyContentType: "text/plain;q=0.9",
|
|
21
|
+
errorMappings: {
|
|
22
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
23
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
},
|
|
25
|
+
adapterMethodName: "sendPrimitiveAsync",
|
|
26
|
+
responseBodyFactory: "number",
|
|
27
|
+
queryParametersMapper: CountRequestBuilderGetQueryParametersMapper,
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Uri template for the request builder.
|
|
32
|
+
*/
|
|
33
|
+
exports.CountRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/operations/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { type RichLongRunningOperation, type RichLongRunningOperationCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type RichLongRunningOperationItemRequestBuilder } from './item/';
|
|
4
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
5
|
+
/**
|
|
6
|
+
* Provides operations to manage the operations property of the microsoft.graph.list entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface OperationsRequestBuilder extends BaseRequestBuilder<OperationsRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the operations property of the microsoft.graph.list entity.
|
|
15
|
+
* @param richLongRunningOperationId The unique identifier of richLongRunningOperation
|
|
16
|
+
* @returns a RichLongRunningOperationItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
byRichLongRunningOperationId(richLongRunningOperationId: string): RichLongRunningOperationItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* The collection of long-running operations on the list.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of RichLongRunningOperationCollectionResponse
|
|
23
|
+
*/
|
|
24
|
+
get(requestConfiguration?: RequestConfiguration<OperationsRequestBuilderGetQueryParameters> | undefined): Promise<RichLongRunningOperationCollectionResponse | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Create new navigation property to operations for shares
|
|
27
|
+
* @param body The request body
|
|
28
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
29
|
+
* @returns a Promise of RichLongRunningOperation
|
|
30
|
+
*/
|
|
31
|
+
post(body: RichLongRunningOperation, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<RichLongRunningOperation | undefined>;
|
|
32
|
+
/**
|
|
33
|
+
* The collection of long-running operations on the list.
|
|
34
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
+
* @returns a RequestInformation
|
|
36
|
+
*/
|
|
37
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<OperationsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
38
|
+
/**
|
|
39
|
+
* Create new navigation property to operations for shares
|
|
40
|
+
* @param body The request body
|
|
41
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
|
+
* @returns a RequestInformation
|
|
43
|
+
*/
|
|
44
|
+
toPostRequestInformation(body: RichLongRunningOperation, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* The collection of long-running operations on the list.
|
|
48
|
+
*/
|
|
49
|
+
export interface OperationsRequestBuilderGetQueryParameters {
|
|
50
|
+
/**
|
|
51
|
+
* Include count of items
|
|
52
|
+
*/
|
|
53
|
+
count?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Expand related entities
|
|
56
|
+
*/
|
|
57
|
+
expand?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* Filter items by property values
|
|
60
|
+
*/
|
|
61
|
+
filter?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Order items by property values
|
|
64
|
+
*/
|
|
65
|
+
orderby?: string[];
|
|
66
|
+
/**
|
|
67
|
+
* Search items by search phrases
|
|
68
|
+
*/
|
|
69
|
+
search?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Select properties to be returned
|
|
72
|
+
*/
|
|
73
|
+
select?: string[];
|
|
74
|
+
/**
|
|
75
|
+
* Skip the first n items
|
|
76
|
+
*/
|
|
77
|
+
skip?: number;
|
|
78
|
+
/**
|
|
79
|
+
* Show only the first n items
|
|
80
|
+
*/
|
|
81
|
+
top?: number;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Metadata for all the navigation properties in the request builder.
|
|
85
|
+
*/
|
|
86
|
+
export declare const OperationsRequestBuilderNavigationMetadata: Record<Exclude<keyof OperationsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
87
|
+
/**
|
|
88
|
+
* Metadata for all the requests in the request builder.
|
|
89
|
+
*/
|
|
90
|
+
export declare const OperationsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
91
|
+
/**
|
|
92
|
+
* Uri template for the request builder.
|
|
93
|
+
*/
|
|
94
|
+
export declare const OperationsRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/operations{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
95
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAmK,KAAK,wBAAwB,EAAE,KAAK,0CAA0C,EAAE,MAAM,gCAAgC,CAAC;AAEjS,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAAqH,KAAK,0CAA0C,EAAE,MAAM,SAAS,CAAC;AAC7L,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;;;;OAIG;IACF,4BAA4B,CAAC,0BAA0B,EAAE,MAAM,GAAI,0CAA0C,CAAC;IAC/G;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,0CAA0C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,0CAA0C,GAAG,SAAS,CAAC,CAAC;IAC5K;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,wBAAwB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACvJ;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,0CAA0C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACnJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,wBAAwB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACnJ;AACD;;GAEG;AACH,MAAM,WAAW,0CAA0C;IACvD;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAcD;;GAEG;AACH,eAAO,MAAM,0CAA0C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,wBAAwB,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAU9J,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wCAAwC,EAAE,gBAuBtD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,mCAAmC,0IAA0I,CAAC"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OperationsRequestBuilderUriTemplate = exports.OperationsRequestBuilderRequestsMetadata = exports.OperationsRequestBuilderNavigationMetadata = 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 OperationsRequestBuilderGetQueryParametersMapper = {
|
|
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.OperationsRequestBuilderNavigationMetadata = {
|
|
28
|
+
byRichLongRunningOperationId: {
|
|
29
|
+
uriTemplate: item_1.RichLongRunningOperationItemRequestBuilderUriTemplate,
|
|
30
|
+
requestsMetadata: item_1.RichLongRunningOperationItemRequestBuilderRequestsMetadata,
|
|
31
|
+
pathParametersMappings: ["richLongRunningOperation%2Did"],
|
|
32
|
+
},
|
|
33
|
+
count: {
|
|
34
|
+
uriTemplate: count_1.CountRequestBuilderUriTemplate,
|
|
35
|
+
requestsMetadata: count_1.CountRequestBuilderRequestsMetadata,
|
|
36
|
+
},
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* Metadata for all the requests in the request builder.
|
|
40
|
+
*/
|
|
41
|
+
exports.OperationsRequestBuilderRequestsMetadata = {
|
|
42
|
+
get: {
|
|
43
|
+
responseBodyContentType: "application/json",
|
|
44
|
+
errorMappings: {
|
|
45
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
46
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
47
|
+
},
|
|
48
|
+
adapterMethodName: "sendAsync",
|
|
49
|
+
responseBodyFactory: models_1.createRichLongRunningOperationCollectionResponseFromDiscriminatorValue,
|
|
50
|
+
queryParametersMapper: OperationsRequestBuilderGetQueryParametersMapper,
|
|
51
|
+
},
|
|
52
|
+
post: {
|
|
53
|
+
responseBodyContentType: "application/json",
|
|
54
|
+
errorMappings: {
|
|
55
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
56
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
57
|
+
},
|
|
58
|
+
adapterMethodName: "sendAsync",
|
|
59
|
+
responseBodyFactory: models_1.createRichLongRunningOperationFromDiscriminatorValue,
|
|
60
|
+
requestBodyContentType: "application/json",
|
|
61
|
+
requestBodySerializer: models_1.serializeRichLongRunningOperation,
|
|
62
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
63
|
+
},
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Uri template for the request builder.
|
|
67
|
+
*/
|
|
68
|
+
exports.OperationsRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/operations{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
69
|
+
/* tslint:enable */
|
|
70
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { type RichLongRunningOperation } 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 operations property of the microsoft.graph.list entity.
|
|
5
|
+
*/
|
|
6
|
+
export interface RichLongRunningOperationItemRequestBuilder extends BaseRequestBuilder<RichLongRunningOperationItemRequestBuilder> {
|
|
7
|
+
/**
|
|
8
|
+
* Delete navigation property operations for shares
|
|
9
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
|
+
*/
|
|
11
|
+
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
12
|
+
/**
|
|
13
|
+
* The collection of long-running operations on the list.
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a Promise of RichLongRunningOperation
|
|
16
|
+
*/
|
|
17
|
+
get(requestConfiguration?: RequestConfiguration<RichLongRunningOperationItemRequestBuilderGetQueryParameters> | undefined): Promise<RichLongRunningOperation | undefined>;
|
|
18
|
+
/**
|
|
19
|
+
* Update the navigation property operations in shares
|
|
20
|
+
* @param body The request body
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of RichLongRunningOperation
|
|
23
|
+
*/
|
|
24
|
+
patch(body: RichLongRunningOperation, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<RichLongRunningOperation | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Delete navigation property operations for shares
|
|
27
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
28
|
+
* @returns a RequestInformation
|
|
29
|
+
*/
|
|
30
|
+
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
31
|
+
/**
|
|
32
|
+
* The collection of long-running operations on the list.
|
|
33
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
|
+
* @returns a RequestInformation
|
|
35
|
+
*/
|
|
36
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<RichLongRunningOperationItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
37
|
+
/**
|
|
38
|
+
* Update the navigation property operations in shares
|
|
39
|
+
* @param body The request body
|
|
40
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
|
+
* @returns a RequestInformation
|
|
42
|
+
*/
|
|
43
|
+
toPatchRequestInformation(body: RichLongRunningOperation, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The collection of long-running operations on the list.
|
|
47
|
+
*/
|
|
48
|
+
export interface RichLongRunningOperationItemRequestBuilderGetQueryParameters {
|
|
49
|
+
/**
|
|
50
|
+
* Expand related entities
|
|
51
|
+
*/
|
|
52
|
+
expand?: string[];
|
|
53
|
+
/**
|
|
54
|
+
* Select properties to be returned
|
|
55
|
+
*/
|
|
56
|
+
select?: string[];
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Metadata for all the requests in the request builder.
|
|
60
|
+
*/
|
|
61
|
+
export declare const RichLongRunningOperationItemRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
62
|
+
/**
|
|
63
|
+
* Uri template for the request builder.
|
|
64
|
+
*/
|
|
65
|
+
export declare const RichLongRunningOperationItemRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/operations/{richLongRunningOperation%2Did}{?%24select,%24expand}";
|
|
66
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA2F,KAAK,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAExK,OAAO,EAAE,KAAK,kBAAkB,EAAuC,KAAK,oBAAoB,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAExL;;GAEG;AACH,MAAM,WAAW,0CAA2C,SAAQ,kBAAkB,CAAC,0CAA0C,CAAC;IAC9H;;;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,4DAA4D,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IAC5K;;;;;OAKG;IACF,KAAK,CAAC,IAAI,EAAE,wBAAwB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,wBAAwB,GAAG,SAAS,CAAC,CAAC;IACxJ;;;;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,4DAA4D,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACrK;;;;;OAKG;IACF,yBAAyB,CAAC,IAAI,EAAE,wBAAwB,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACpJ;AACD;;GAEG;AACH,MAAM,WAAW,4DAA4D;IACzE;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAQD;;GAEG;AACH,eAAO,MAAM,0DAA0D,EAAE,gBA+BxE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,qDAAqD,mHAAmH,CAAC"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RichLongRunningOperationItemRequestBuilderUriTemplate = exports.RichLongRunningOperationItemRequestBuilderRequestsMetadata = 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 RichLongRunningOperationItemRequestBuilderGetQueryParametersMapper = {
|
|
13
|
+
"expand": "%24expand",
|
|
14
|
+
"select": "%24select",
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Metadata for all the requests in the request builder.
|
|
18
|
+
*/
|
|
19
|
+
exports.RichLongRunningOperationItemRequestBuilderRequestsMetadata = {
|
|
20
|
+
delete: {
|
|
21
|
+
responseBodyContentType: "application/json",
|
|
22
|
+
errorMappings: {
|
|
23
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
25
|
+
},
|
|
26
|
+
adapterMethodName: "sendNoResponseContentAsync",
|
|
27
|
+
},
|
|
28
|
+
get: {
|
|
29
|
+
responseBodyContentType: "application/json",
|
|
30
|
+
errorMappings: {
|
|
31
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
32
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
33
|
+
},
|
|
34
|
+
adapterMethodName: "sendAsync",
|
|
35
|
+
responseBodyFactory: models_1.createRichLongRunningOperationFromDiscriminatorValue,
|
|
36
|
+
queryParametersMapper: RichLongRunningOperationItemRequestBuilderGetQueryParametersMapper,
|
|
37
|
+
},
|
|
38
|
+
patch: {
|
|
39
|
+
responseBodyContentType: "application/json",
|
|
40
|
+
errorMappings: {
|
|
41
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
42
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
43
|
+
},
|
|
44
|
+
adapterMethodName: "sendAsync",
|
|
45
|
+
responseBodyFactory: models_1.createRichLongRunningOperationFromDiscriminatorValue,
|
|
46
|
+
requestBodyContentType: "application/json",
|
|
47
|
+
requestBodySerializer: models_1.serializeRichLongRunningOperation,
|
|
48
|
+
requestInformationContentSetMethod: "setContentFromParsable",
|
|
49
|
+
},
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Uri template for the request builder.
|
|
53
|
+
*/
|
|
54
|
+
exports.RichLongRunningOperationItemRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/operations/{richLongRunningOperation%2Did}{?%24select,%24expand}";
|
|
55
|
+
/* tslint:enable */
|
|
56
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { type BaseRequestBuilder, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
2
|
+
/**
|
|
3
|
+
* Provides operations to count the resources in the collection.
|
|
4
|
+
*/
|
|
5
|
+
export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuilder> {
|
|
6
|
+
/**
|
|
7
|
+
* Get the number of the resource
|
|
8
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
|
+
* @returns a Promise of Integer
|
|
10
|
+
*/
|
|
11
|
+
get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
|
|
12
|
+
/**
|
|
13
|
+
* Get the number of the resource
|
|
14
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
15
|
+
* @returns a RequestInformation
|
|
16
|
+
*/
|
|
17
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Get the number of the resource
|
|
21
|
+
*/
|
|
22
|
+
export interface CountRequestBuilderGetQueryParameters {
|
|
23
|
+
/**
|
|
24
|
+
* Filter items by property values
|
|
25
|
+
*/
|
|
26
|
+
filter?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Search items by search phrases
|
|
29
|
+
*/
|
|
30
|
+
search?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Metadata for all the requests in the request builder.
|
|
34
|
+
*/
|
|
35
|
+
export declare const CountRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
36
|
+
/**
|
|
37
|
+
* Uri template for the request builder.
|
|
38
|
+
*/
|
|
39
|
+
export declare const CountRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions/$count{?%24search,%24filter}";
|
|
40
|
+
//# 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,mBAAoB,SAAQ,kBAAkB,CAAC,mBAAmB,CAAC;IAChF;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACnI;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,qCAAqC,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACjJ;AACD;;GAEG;AACH,MAAM,WAAW,qCAAqC;IAClD;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAQD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,gBAWjD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,8BAA8B,6FAA6F,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CountRequestBuilderUriTemplate = exports.CountRequestBuilderRequestsMetadata = 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
|
+
* Mapper for query parameters from symbol name to serialization name represented as a constant.
|
|
10
|
+
*/
|
|
11
|
+
const CountRequestBuilderGetQueryParametersMapper = {
|
|
12
|
+
"filter": "%24filter",
|
|
13
|
+
"search": "%24search",
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* Metadata for all the requests in the request builder.
|
|
17
|
+
*/
|
|
18
|
+
exports.CountRequestBuilderRequestsMetadata = {
|
|
19
|
+
get: {
|
|
20
|
+
responseBodyContentType: "text/plain;q=0.9",
|
|
21
|
+
errorMappings: {
|
|
22
|
+
_4XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
23
|
+
_5XX: oDataErrors_1.createODataErrorFromDiscriminatorValue,
|
|
24
|
+
},
|
|
25
|
+
adapterMethodName: "sendPrimitiveAsync",
|
|
26
|
+
responseBodyFactory: "number",
|
|
27
|
+
queryParametersMapper: CountRequestBuilderGetQueryParametersMapper,
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Uri template for the request builder.
|
|
32
|
+
*/
|
|
33
|
+
exports.CountRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions/$count{?%24search,%24filter}";
|
|
34
|
+
/* tslint:enable */
|
|
35
|
+
/* eslint-enable */
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { type Subscription, type SubscriptionCollectionResponse } from '@microsoft/msgraph-sdk/models/';
|
|
2
|
+
import { type CountRequestBuilder } from './count/';
|
|
3
|
+
import { type SubscriptionItemRequestBuilder } from './item/';
|
|
4
|
+
import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type NavigationMetadata, type RequestConfiguration, type RequestInformation, type RequestsMetadata } from '@microsoft/kiota-abstractions';
|
|
5
|
+
/**
|
|
6
|
+
* Provides operations to manage the subscriptions property of the microsoft.graph.list entity.
|
|
7
|
+
*/
|
|
8
|
+
export interface SubscriptionsRequestBuilder extends BaseRequestBuilder<SubscriptionsRequestBuilder> {
|
|
9
|
+
/**
|
|
10
|
+
* Provides operations to count the resources in the collection.
|
|
11
|
+
*/
|
|
12
|
+
get count(): CountRequestBuilder;
|
|
13
|
+
/**
|
|
14
|
+
* Provides operations to manage the subscriptions property of the microsoft.graph.list entity.
|
|
15
|
+
* @param subscriptionId The unique identifier of subscription
|
|
16
|
+
* @returns a SubscriptionItemRequestBuilder
|
|
17
|
+
*/
|
|
18
|
+
bySubscriptionId(subscriptionId: string): SubscriptionItemRequestBuilder;
|
|
19
|
+
/**
|
|
20
|
+
* The set of subscriptions on the list.
|
|
21
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
22
|
+
* @returns a Promise of SubscriptionCollectionResponse
|
|
23
|
+
*/
|
|
24
|
+
get(requestConfiguration?: RequestConfiguration<SubscriptionsRequestBuilderGetQueryParameters> | undefined): Promise<SubscriptionCollectionResponse | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Create new navigation property to subscriptions for shares
|
|
27
|
+
* @param body The request body
|
|
28
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
29
|
+
* @returns a Promise of Subscription
|
|
30
|
+
*/
|
|
31
|
+
post(body: Subscription, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<Subscription | undefined>;
|
|
32
|
+
/**
|
|
33
|
+
* The set of subscriptions on the list.
|
|
34
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
35
|
+
* @returns a RequestInformation
|
|
36
|
+
*/
|
|
37
|
+
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SubscriptionsRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
38
|
+
/**
|
|
39
|
+
* Create new navigation property to subscriptions for shares
|
|
40
|
+
* @param body The request body
|
|
41
|
+
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
42
|
+
* @returns a RequestInformation
|
|
43
|
+
*/
|
|
44
|
+
toPostRequestInformation(body: Subscription, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* The set of subscriptions on the list.
|
|
48
|
+
*/
|
|
49
|
+
export interface SubscriptionsRequestBuilderGetQueryParameters {
|
|
50
|
+
/**
|
|
51
|
+
* Include count of items
|
|
52
|
+
*/
|
|
53
|
+
count?: boolean;
|
|
54
|
+
/**
|
|
55
|
+
* Expand related entities
|
|
56
|
+
*/
|
|
57
|
+
expand?: string[];
|
|
58
|
+
/**
|
|
59
|
+
* Filter items by property values
|
|
60
|
+
*/
|
|
61
|
+
filter?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Order items by property values
|
|
64
|
+
*/
|
|
65
|
+
orderby?: string[];
|
|
66
|
+
/**
|
|
67
|
+
* Search items by search phrases
|
|
68
|
+
*/
|
|
69
|
+
search?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Select properties to be returned
|
|
72
|
+
*/
|
|
73
|
+
select?: string[];
|
|
74
|
+
/**
|
|
75
|
+
* Skip the first n items
|
|
76
|
+
*/
|
|
77
|
+
skip?: number;
|
|
78
|
+
/**
|
|
79
|
+
* Show only the first n items
|
|
80
|
+
*/
|
|
81
|
+
top?: number;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Metadata for all the navigation properties in the request builder.
|
|
85
|
+
*/
|
|
86
|
+
export declare const SubscriptionsRequestBuilderNavigationMetadata: Record<Exclude<keyof SubscriptionsRequestBuilder, KeysToExcludeForNavigationMetadata>, NavigationMetadata>;
|
|
87
|
+
/**
|
|
88
|
+
* Metadata for all the requests in the request builder.
|
|
89
|
+
*/
|
|
90
|
+
export declare const SubscriptionsRequestBuilderRequestsMetadata: RequestsMetadata;
|
|
91
|
+
/**
|
|
92
|
+
* Uri template for the request builder.
|
|
93
|
+
*/
|
|
94
|
+
export declare const SubscriptionsRequestBuilderUriTemplate = "{+baseurl}/shares/{sharedDriveItem%2Did}/list/subscriptions{?%24top,%24skip,%24search,%24filter,%24count,%24orderby,%24select,%24expand}";
|
|
95
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAGA,OAAO,EAA+H,KAAK,YAAY,EAAE,KAAK,8BAA8B,EAAE,MAAM,gCAAgC,CAAC;AAErO,OAAO,EAAuE,KAAK,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACzH,OAAO,EAA+I,KAAK,8BAA8B,EAAE,MAAM,SAAS,CAAC;AAC3M,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,2BAA4B,SAAQ,kBAAkB,CAAC,2BAA2B,CAAC;IAChG;;OAEG;IACH,IAAI,KAAK,IAAI,mBAAmB,CAAC;IACjC;;;;OAIG;IACF,gBAAgB,CAAC,cAAc,EAAE,MAAM,GAAI,8BAA8B,CAAC;IAC3E;;;;OAIG;IACF,GAAG,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,8BAA8B,GAAG,SAAS,CAAC,CAAC;IACnK;;;;;OAKG;IACF,IAAI,CAAC,IAAI,EAAE,YAAY,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,OAAO,CAAC,YAAY,GAAG,SAAS,CAAC,CAAC;IAC/H;;;;OAIG;IACF,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,6CAA6C,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;IACtJ;;;;;OAKG;IACF,wBAAwB,CAAC,IAAI,EAAE,YAAY,EAAE,oBAAoB,CAAC,EAAE,oBAAoB,CAAC,MAAM,CAAC,GAAG,SAAS,GAAI,kBAAkB,CAAC;CACvI;AACD;;GAEG;AACH,MAAM,WAAW,6CAA6C;IAC1D;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CAChB;AAcD;;GAEG;AACH,eAAO,MAAM,6CAA6C,EAAE,MAAM,CAAC,OAAO,CAAC,MAAM,2BAA2B,EAAE,kCAAkC,CAAC,EAAE,kBAAkB,CAWpK,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,gBAuBzD,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,sCAAsC,6IAA6I,CAAC"}
|