Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: php-vgrem-php-spo
Upstream-Contact: <preferred name and address to reach the upstream project>
Source: <url://example.com>
#
# Please double check copyright with the licensecheck(1) command.

Files:     .gitattributes
           .github/FUNDING.yml
           .gitignore
           .travis.yml
           CHANGELOG.md
           README-Dev.md
           README.md
           composer.json
           examples/Photo/myprofile.png
           examples/SharePoint/Taxonomy/SiteTaxonomy.csv
           examples/composer.json
           examples/data/SharePoint User Guide.docx
           examples/data/attachment.txt
           generator/Settings.Graph.json
           generator/Settings.OutlookServices.json
           generator/Settings.SharePoint.json
           generator/composer.json
           src/Runtime/Auth/xml/SAML.xml
Copyright: __NO_COPYRIGHT_NOR_LICENSE__
License:   __NO_COPYRIGHT_NOR_LICENSE__

Files:     LICENSE.md
Copyright: Vadim Gremyachev
License:   Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

#----------------------------------------------------------------------------
# xml and html files (skipped):
#         phpunit_phpspo.xml
#         examples/Reports/getReports.php
#         examples/Planner/GetSharedTasksReport.php
#         examples/OneNote/ListPages.php
#         examples/Photo/DownloadPhoto.php
#         examples/Outlook/SendEmailWithAttachments.php
#         examples/Outlook/ListCals.php
#         examples/Outlook/SendEmail.php
#         examples/SharePoint/ConnectOnline.php
#         examples/SharePoint/ConnectWithAppOnly.php
#         examples/SharePoint/CustomRequest.php
#         examples/SharePoint/ConnectWithCert.php
#         examples/SharePoint/FluentApi.php
#         examples/SharePoint/webrequest.xml
#         examples/SharePoint/AppOnlyPermissions.xml
#         examples/SharePoint/ConnectOnPremise.php
#         examples/SharePoint/Taxonomy/ExportTax.php
#         examples/SharePoint/Taxonomy/SetTaxFieldValue.php
#         examples/SharePoint/Files/DownloadFileAsStream.php
#         examples/SharePoint/Files/UploadFile.php
#         examples/SharePoint/Files/DownloadFileAsContent.php
#         examples/SharePoint/Files/UploadLargeFile.php
#         examples/SharePoint/Files/UploadAndSetProps.php
#         examples/SharePoint/Files/DownloadFiles.php
#         examples/SharePoint/Files/FileExists.php
#         examples/SharePoint/Sites/CreateModernSite.php
#         examples/SharePoint/DocSet/Create.php
#         examples/SharePoint/Folders/CreateFolder.php
#         examples/SharePoint/Folders/CopyFolder.php
#         examples/SharePoint/Folders/ReadFiles.php
#         examples/SharePoint/Folders/GetByPath.php
#         examples/SharePoint/Fields/CreateIndex.php
#         examples/SharePoint/Lists/ListLists.php
#         examples/SharePoint/Lists/GetList.php
#         examples/SharePoint/Lists/CreateList.php
#         examples/SharePoint/ListItems/QueryList.php
#         examples/SharePoint/ListItems/ReadLargeListWithCAML.php
#         examples/SharePoint/ListItems/UpdateListItem.php
#         examples/SharePoint/ListItems/SetFieldValues.php
#         examples/SharePoint/ListItems/UploadAttachment.php
#         examples/SharePoint/ListItems/ReadAuhorField.php
#         examples/SharePoint/ListItems/ReadWithFilter.php
#         examples/SharePoint/ListItems/ReadWithCAML.php
#         examples/SharePoint/ListItems/AvailableListColumns.php
#         examples/SharePoint/ListItems/ReadLargeList.php
#         examples/SharePoint/ListItems/ListDataGenerator.php
#         examples/SharePoint/ListItems/ReadList.php
#         examples/OneDrive/DownloadFiles.php
#         generator/GenerateModel.php
#         generator/templates/outlookservices/EntityType.php
#         generator/templates/outlookservices/ComplexType.php
#         generator/templates/sharepoint/EntityType.php
#         generator/templates/sharepoint/ComplexType.php
#         generator/templates/microsoftgraph/EntityType.php
#         generator/templates/microsoftgraph/EnumType.php
#         generator/templates/microsoftgraph/ComplexType.php
#         generator/metadata/OneNote.xml
#         generator/metadata/MicrosoftGraph.xml
#         generator/metadata/SharePoint.xml
#         generator/metadata/OutlookServices.xml
#         generator/Builders/DocCommentBuilder.php
#         generator/Builders/TemplateContext.php
#         generator/Builders/FunctionBuilder.php
#         generator/Builders/TypeBuilder.php
#         generator/Builders/PropertyBuilder.php
#         generator/Documentation/MSGraphDocsService.php
#         generator/Documentation/SharePointSpecsService.php
#         src/Complex.php
#         src/EntityCollection.php
#         src/Entity.php
#         src/GeoCoordinates.php
#         src/GraphServiceClient.php
#         src/Reports/Report.php
#         src/Reports/ReportRoot.php
#         src/Runtime/FormatType.php
#         src/Runtime/ClientRuntimeContext.php
#         src/Runtime/ClientRequestStatus.php
#         src/Runtime/Office365Version.php
#         src/Runtime/Version.php
#         src/Runtime/ClientObject.php
#         src/Runtime/ResourcePath.php
#         src/Runtime/ClientValueCollection.php
#         src/Runtime/ClientResult.php
#         src/Runtime/ClientValue.php
#         src/Runtime/ServerTypeInfo.php
#         src/Runtime/ClientRequest.php
#         src/Runtime/RequestContext.php
#         src/Runtime/ClientObjectCollection.php
#         src/Runtime/CSOM/ObjectIdentityQuery.php
#         src/Runtime/CSOM/CSOMRequest.php
#         src/Runtime/CSOM/ICSOMCallable.php
#         src/Runtime/OData/ODataReader.php
#         src/Runtime/OData/ODataMetadataLevel.php
#         src/Runtime/OData/ODataModel.php
#         src/Runtime/OData/ODataRequest.php
#         src/Runtime/OData/ODataPathKind.php
#         src/Runtime/OData/ServiceType.php
#         src/Runtime/OData/AtomFormat.php
#         src/Runtime/OData/ODataException.php
#         src/Runtime/OData/MetadataResolver.php
#         src/Runtime/OData/ODataQueryOptions.php
#         src/Runtime/OData/ODataFormat.php
#         src/Runtime/OData/ODataType.php
#         src/Runtime/OData/ODataBatchRequest.php
#         src/Runtime/OData/V3/ODataV3Reader.php
#         src/Runtime/OData/V3/JsonLightFormat.php
#         src/Runtime/OData/V4/JsonFormat.php
#         src/Runtime/OData/V4/ODataV4Reader.php
#         src/Runtime/Actions/UpdateEntityQuery.php
#         src/Runtime/Actions/InvokeMethodQuery.php
#         src/Runtime/Actions/ReadEntityQuery.php
#         src/Runtime/Actions/DeleteEntityQuery.php
#         src/Runtime/Actions/ClientAction.php
#         src/Runtime/Actions/CreateEntityQuery.php
#         src/Runtime/Actions/InvokePostMethodQuery.php
#         src/Runtime/Types/Guid.php
#         src/Runtime/Types/EnumType.php
#         src/Runtime/Types/EventHandler.php
#         src/Runtime/Http/Response.php
#         src/Runtime/Http/HttpMethod.php
#         src/Runtime/Http/RequestOptions.php
#         src/Runtime/Http/Requests.php
#         src/Runtime/Http/RequestException.php
#         src/Runtime/Paths/EntityPath.php
#         src/Runtime/Paths/ResourcePathUrl.php
#         src/Runtime/Paths/ServiceOperationPath.php
#         src/Runtime/Auth/AuthenticationContext.php
#         src/Runtime/Auth/LiveConnectProvider.php
#         src/Runtime/Auth/BaseTokenProvider.php
#         src/Runtime/Auth/ClientCredential.php
#         src/Runtime/Auth/ACSTokenProvider.php
#         src/Runtime/Auth/IAuthenticationContext.php
#         src/Runtime/Auth/NetworkCredentialContext.php
#         src/Runtime/Auth/AADTokenProvider.php
#         src/Runtime/Auth/CertificateCredentials.php
#         src/Runtime/Auth/CookieCacheEntry.php
#         src/Runtime/Auth/UserCredentials.php
#         src/Runtime/Auth/SamlTokenProvider.php
#         src/Runtime/Auth/xml/federatedSAML.xml
#         src/Runtime/Auth/xml/RST2.xml
#         src/Planner/Planner.php
#         src/Planner/PlannerUserIds.php
#         src/Planner/PlannerProgressTaskBoardTaskFormat.php
#         src/Planner/PlannerAssignment.php
#         src/Planner/PlannerAssignments.php
#         src/Planner/PlannerOrderHintsByAssignee.php
#         src/Planner/PlannerUser.php
#         src/Planner/PlannerGroup.php
#         src/Planner/Tasks/PlannerChecklistItem.php
#         src/Planner/Tasks/PlannerTask.php
#         src/Planner/Tasks/PlannerAssignedToTaskBoardTaskFormat.php
#         src/Planner/Tasks/PlannerChecklistItems.php
#         src/Planner/Tasks/PlannerTaskCollection.php
#         src/Planner/Tasks/PlannerAppliedCategories.php
#         src/Planner/Tasks/PlannerExternalReference.php
#         src/Planner/Tasks/PlannerExternalReferences.php
#         src/Planner/Tasks/PlannerTaskDetails.php
#         src/Planner/Buckets/PlannerBucketTaskBoardTaskFormat.php
#         src/Planner/Buckets/PlannerBucket.php
#         src/Planner/Buckets/PlannerBucketCollection.php
#         src/Planner/Plans/PlannerPlan.php
#         src/Planner/Plans/PlannerPlanCollection.php
#         src/Planner/Plans/PlannerCategoryDescriptions.php
#         src/Planner/Plans/PlannerPlanDetails.php
#         src/OneNote/OnenoteEntityBaseModel.php
#         src/OneNote/Onenote.php
#         src/OneNote/OnenoteEntitySchemaObjectModel.php
#         src/OneNote/ExternalLink.php
#         src/OneNote/OnenotePatchContentCommand.php
#         src/OneNote/OnenoteEntityHierarchyModel.php
#         src/OneNote/Pages/OnenotePagePreviewLinks.php
#         src/OneNote/Pages/PageLinks.php
#         src/OneNote/Pages/OnenotePage.php
#         src/OneNote/Pages/OnenotePageCollection.php
#         src/OneNote/Pages/OnenotePagePreview.php
#         src/OneNote/Resources/OnenoteResource.php
#         src/OneNote/Sections/SectionGroup.php
#         src/OneNote/Sections/SectionLinks.php
#         src/OneNote/Sections/OnenoteSection.php
#         src/OneNote/Operations/OnenoteOperation.php
#         src/OneNote/Operations/OnenoteOperationError.php
#         src/OneNote/Notebooks/RecentNotebook.php
#         src/OneNote/Notebooks/Notebook.php
#         src/OneNote/Notebooks/NotebookLinks.php
#         src/OneNote/Notebooks/CopyNotebookModel.php
#         src/OneNote/Notebooks/RecentNotebookLinks.php
#         src/Directory/AppRole.php
#         src/Directory/AssignedPlan.php
#         src/Directory/DirectoryObjectPartnerReference.php
#         src/Directory/TargetResource.php
#         src/Directory/Directory.php
#         src/Directory/DirectoryAudit.php
#         src/Directory/ProvisionedPlan.php
#         src/Directory/DirectoryObject.php
#         src/Directory/DirectoryRole.php
#         src/Directory/AddIn.php
#         src/Directory/PasswordCredential.php
#         src/Directory/KeyCredential.php
#         src/Directory/OAuth2PermissionGrant.php
#         src/Directory/DirectoryRoleTemplate.php
#         src/Directory/AppRoleAssignment.php
#         src/Directory/ServicePrincipals/Endpoint.php
#         src/Directory/ServicePrincipals/ServicePrincipal.php
#         src/Directory/Certificates/CertificateBasedAuthConfiguration.php
#         src/Directory/Certificates/CertificateAuthority.php
#         src/Directory/Certificates/CertificationControl.php
#         src/Directory/AuditLogs/AuditActivityInitiator.php
#         src/Directory/AuditLogs/AuditLogRoot.php
#         src/Directory/AuditLogs/AppIdentity.php
#         src/Directory/Permissions/RoleDefinition.php
#         src/Directory/Permissions/RolePermission.php
#         src/Directory/Permissions/RoleAssignment.php
#         src/Directory/Permissions/ResourceAction.php
#         src/Directory/Applications/Application.php
#         src/Directory/Applications/ResourceAccess.php
#         src/Directory/Applications/ApiApplication.php
#         src/Directory/Applications/OptionalClaim.php
#         src/Directory/Applications/WebApplication.php
#         src/Directory/Applications/ImplicitGrantSettings.php
#         src/Directory/Applications/MimeContent.php
#         src/Directory/Applications/ParentalControlSettings.php
#         src/Directory/Applications/PublicClientApplication.php
#         src/Directory/Applications/InformationalUrl.php
#         src/Directory/Applications/PreAuthorizedApplication.php
#         src/Directory/Applications/OptionalClaims.php
#         src/Directory/Applications/RequiredResourceAccess.php
#         src/Directory/Groups/GroupCollection.php
#         src/Directory/Groups/GroupLifecyclePolicy.php
#         src/Directory/Groups/GroupAssignmentTarget.php
#         src/Directory/Groups/GroupSetting.php
#         src/Directory/Groups/GroupSettingTemplate.php
#         src/Directory/Groups/Group.php
#         src/Directory/Groups/SettingTemplateValue.php
#         src/Directory/Subscriptions/Subscription.php
#         src/Directory/Identities/IdentitySet.php
#         src/Directory/Identities/ObjectIdentity.php
#         src/Directory/Identities/IdentityProvider.php
#         src/Directory/Identities/Identity.php
#         src/Directory/SignIns/SignIn.php
#         src/Directory/SignIns/SignInStatus.php
#         src/Directory/SignIns/SignInLocation.php
#         src/Directory/SignIns/RestrictedSignIn.php
#         src/Directory/Policies/HomeRealmDiscoveryPolicy.php
#         src/Directory/Policies/AppliedConditionalAccessPolicy.php
#         src/Directory/Policies/TokenLifetimePolicy.php
#         src/Directory/Policies/DataPolicyOperation.php
#         src/Directory/Policies/TokenIssuancePolicy.php
#         src/Directory/Policies/ActivityBasedTimeoutPolicy.php
#         src/Directory/Policies/PolicyRoot.php
#         src/Directory/Policies/ClaimsMappingPolicy.php
#         src/Directory/Policies/StsPolicy.php
#         src/Directory/Policies/PolicyBase.php
#         src/Directory/Users/Invitation.php
#         src/Directory/Users/GenericError.php
#         src/Directory/Users/User.php
#         src/Directory/Users/MailTips.php
#         src/Directory/Users/AutomaticRepliesMailTips.php
#         src/Directory/Users/ImageInfo.php
#         src/Directory/Users/ConvertIdResult.php
#         src/Directory/Users/InferenceClassification.php
#         src/Directory/Users/InvitedUserMessageInfo.php
#         src/Directory/Users/UserSecurityState.php
#         src/Directory/Users/UserIdentity.php
#         src/Directory/Users/UserInstallStateSummary.php
#         src/Directory/Users/ActivityHistoryItem.php
#         src/Directory/Users/UserSettings.php
#         src/Directory/Users/MailTipsError.php
#         src/Directory/Users/InferenceClassificationOverride.php
#         src/Directory/Users/PasswordProfile.php
#         src/Directory/Users/VisualInfo.php
#         src/Directory/Users/UserCollection.php
#         src/Directory/Users/UserActivity.php
#         src/Directory/Licenses/AssignedLicense.php
#         src/Directory/Licenses/LicenseProcessingState.php
#         src/Directory/Licenses/LicenseAssignmentState.php
#         src/Directory/Licenses/ServicePlanInfo.php
#         src/Directory/Licenses/LicenseUnitsDetail.php
#         src/Directory/Licenses/SubscribedSku.php
#         src/Directory/Licenses/LicenseDetails.php
#         src/Directory/Extensions/ExtensionSchemaProperty.php
#         src/Directory/Extensions/SingleValueLegacyExtendedProperty.php
#         src/Directory/Extensions/Extension.php
#         src/Directory/Extensions/OpenTypeExtension.php
#         src/Directory/Extensions/ExtensionProperty.php
#         src/Directory/Extensions/MultiValueLegacyExtendedProperty.php
#         src/Directory/Extensions/SchemaExtension.php
#         src/Directory/Peoples/ScoredEmailAddress.php
#         src/Directory/Peoples/Website.php
#         src/Directory/Peoples/Phone.php
#         src/Directory/Peoples/Person.php
#         src/Directory/Peoples/PersonType.php
#         src/Intune/AppleDeviceFeaturesConfigurationBase.php
#         src/Intune/SharedPCAccountManagerPolicy.php
#         src/Intune/MobileThreatDefenseConnector.php
#         src/Intune/MacOSGeneralDeviceConfiguration.php
#         src/Intune/MacOSDeviceFeaturesConfiguration.php
#         src/Intune/SharedPCConfiguration.php
#         src/Intune/TargetedManagedAppProtection.php
#         src/Intune/MacOSCompliancePolicy.php
#         src/Intune/EdgeSearchEngineBase.php
#         src/Intune/ManagedEBook.php
#         src/Intune/TargetedManagedAppConfiguration.php
#         src/Intune/LocateDeviceActionResult.php
#         src/Intune/ApplePushNotificationCertificate.php
#         src/Intune/ManagedEBookAssignment.php
#         src/Intune/ManagedIOSLobApp.php
#         src/Intune/UpdateWindowsDeviceAccountActionParameter.php
#         src/Intune/MobileLobApp.php
#         src/Intune/EBookInstallSummary.php
#         src/Intune/MicrosoftStoreForBusinessApp.php
#         src/Intune/EdgeSearchEngine.php
#         src/Intune/ManagedIOSStoreApp.php
#         src/Intune/MdmWindowsInformationProtectionPolicy.php
#         src/Intune/MicrosoftStoreForBusinessAppAssignmentSettings.php
#         src/Intune/MacOSCustomConfiguration.php
#         src/Intune/EdgeSearchEngineCustom.php
#         src/Intune/TargetedManagedAppPolicyAssignment.php
#         src/Intune/MacOSOfficeSuiteApp.php
#         src/Communications/InvitationParticipantInfo.php
#         src/Communications/Prompt.php
#         src/Communications/CloudCommunications.php
#         src/Communications/IncomingContext.php
#         src/Communications/MeetingInfo.php
#         src/Communications/ResultInfo.php
#         src/Communications/ToneInfo.php
#         src/Communications/RecordingInfo.php
#         src/Communications/ParticipantInfo.php
#         src/Communications/MediaConfig.php
#         src/Communications/AppHostedMediaConfig.php
#         src/Communications/Calls/CallRoute.php
#         src/Communications/Calls/OutgoingCallOptions.php
#         src/Communications/Calls/CallMediaState.php
#         src/Communications/Calls/Call.php
#         src/Communications/Calls/CallOptions.php
#         src/Communications/Operations/PlayPromptOperation.php
#         src/Communications/Operations/SubscribeToToneOperation.php
#         src/Communications/Operations/InviteParticipantsOperation.php
#         src/Communications/Operations/UpdateRecordingStatusOperation.php
#         src/Communications/Operations/RecordOperation.php
#         src/Outlook/ResponseStatus.php
#         src/Outlook/DateTimeTimeZone.php
#         src/Outlook/WorkingHours.php
#         src/Outlook/TimeZoneBase.php
#         src/Outlook/EmailAddress.php
#         src/Outlook/StandardTimeZoneOffset.php
#         src/Outlook/LocaleInfo.php
#         src/Outlook/DaylightTimeZoneOffset.php
#         src/Outlook/OpenShift.php
#         src/Outlook/SizeRange.php
#         src/Outlook/FollowupFlag.php
#         src/Outlook/InternetMessageHeader.php
#         src/Outlook/AutomaticRepliesSetting.php
#         src/Outlook/RecurrencePattern.php
#         src/Outlook/ProfilePhoto.php
#         src/Outlook/BodyType.php
#         src/Outlook/MailSearchFolder.php
#         src/Outlook/OpenShiftItem.php
#         src/Outlook/TimeConstraint.php
#         src/Outlook/Recipient.php
#         src/Outlook/MailFolder.php
#         src/Outlook/TimeZoneInformation.php
#         src/Outlook/LocationConstraint.php
#         src/Outlook/Reminder.php
#         src/Outlook/AttendeeAvailability.php
#         src/Outlook/OutlookCategory.php
#         src/Outlook/LocationConstraintItem.php
#         src/Outlook/Attendee.php
#         src/Outlook/OpenShiftChangeRequest.php
#         src/Outlook/Post.php
#         src/Outlook/ItemBody.php
#         src/Outlook/OutlookGeoCoordinates.php
#         src/Outlook/PhysicalAddress.php
#         src/Outlook/ReferenceAttachment.php
#         src/Outlook/OutlookItem.php
#         src/Outlook/OutlookUser.php
#         src/Outlook/RecurrenceRange.php
#         src/Outlook/CustomTimeZone.php
#         src/Outlook/PatternedRecurrence.php
#         src/Outlook/TimeRange.php
#         src/Outlook/AttendeeBase.php
#         src/Outlook/MailboxSettings.php
#         src/Outlook/Location.php
#         src/Outlook/Events/EventMessage.php
#         src/Outlook/Events/EventMessageRequest.php
#         src/Outlook/Events/EventMessageResponse.php
#         src/Outlook/Events/Event.php
#         src/Outlook/Calendars/CalendarSharingMessageAction.php
#         src/Outlook/Calendars/CalendarSharingMessage.php
#         src/Outlook/Calendars/Calendar.php
#         src/Outlook/Calendars/CalendarPermission.php
#         src/Outlook/Calendars/CalendarGroup.php
#         src/Outlook/Contacts/ContactFolder.php
#         src/Outlook/Contacts/Contact.php
#         src/Outlook/Messages/FileAttachment.php
#         src/Outlook/Messages/AttachmentItem.php
#         src/Outlook/Messages/MessageRule.php
#         src/Outlook/Messages/ItemAttachment.php
#         src/Outlook/Messages/AttachmentCollection.php
#         src/Outlook/Messages/Attachment.php
#         src/Outlook/Messages/MessageRuleActions.php
#         src/Outlook/Messages/MessageRulePredicates.php
#         src/Outlook/Messages/Message.php
#         src/SharePoint/AsyncReadJobInfo.php
#         src/SharePoint/FolderCollectionAddParameters.php
#         src/SharePoint/RulesDefinition.php
#         src/SharePoint/ListItemUpdateParameters.php
#         src/SharePoint/TenantAppInstance.php
#         src/SharePoint/BasePermissions.php
#         src/SharePoint/HTMLFieldSecuritySetting.php
#         src/SharePoint/ProvisionedMigrationQueueInfo.php
#         src/SharePoint/ChangeFolder.php
#         src/SharePoint/FieldRatingScale.php
#         src/SharePoint/Padding.php
#         src/SharePoint/eSignSelectedWriteBackInternal.php
#         src/SharePoint/ConfigurationData.php
#         src/SharePoint/UpdateTemplateInfo.php
#         src/SharePoint/RoleDefinitionCollection.php
#         src/SharePoint/SearchResultItemCollection.php
#         src/SharePoint/SolutionExporter.php
#         src/SharePoint/OutOfBoxFontPackageSettings.php
#         src/SharePoint/CompanyPortalContext.php
#         src/SharePoint/ViewCollection.php
#         src/SharePoint/IngestionTaskKey.php
#         src/SharePoint/MenuNode.php
#         src/SharePoint/AccessRequestResponse.php
#         src/SharePoint/PermissionKind.php
#         src/SharePoint/SPListRule.php
#         src/SharePoint/TranslationNotificationRecipientCollection.php
#         src/SharePoint/SemanticSearchEnqueueProxy.php
#         src/SharePoint/FolderDeleteParameters.php
#         src/SharePoint/SPPlaylist.php
#         src/SharePoint/KnowledgeHubSiteReference.php
#         src/SharePoint/SiteTemplate.php
#         src/SharePoint/FieldCalculatedErrorValue.php
#         src/SharePoint/ListItemVersionCollectionPosition.php
#         src/SharePoint/ListItemFormUpdateValue.php
#         src/SharePoint/AppPrincipalName.php
#         src/SharePoint/AdaptiveCard.php
#         src/SharePoint/OneDriveItemCollection.php
#         src/SharePoint/FieldCurrency.php
#         src/SharePoint/AppConfiguration.php
#         src/SharePoint/RenderListDataOverrideParameters.php
#         src/SharePoint/SharingUtility.php
#         src/SharePoint/EmployeeEngagement.php
#         src/SharePoint/ContentTypeEntityData.php
#         src/SharePoint/SensitivityLabelCollection.php
#         src/SharePoint/SPPlaylist_Subscriber.php
#         src/SharePoint/User.php
#         src/SharePoint/FieldMultiLineText.php
#         src/SharePoint/ListCollection.php
#         src/SharePoint/UpdateReviewRequestDTO.php
#         src/SharePoint/SPHSiteReference.php
#         src/SharePoint/FieldGeolocation.php
#         src/SharePoint/ListCreationInformation.php
#         src/SharePoint/AppTileProperties.php
#         src/SharePoint/SyntexCustomModelDeploymentProperties.php
#         src/SharePoint/ChangeLogItemQuery.php
#         src/SharePoint/SPMigrationJobStatus.php
#         src/SharePoint/EncryptionOption.php
#         src/SharePoint/Nucleus.php
#         src/SharePoint/SiteUrl.php
#         src/SharePoint/UpdateUploadedAgreementMetadataPayload.php
#         src/SharePoint/MediaServiceUpdateParameters.php
#         src/SharePoint/PeopleCollection.php
#         src/SharePoint/SPDataLeakagePreventionStatusInfo.php
#         src/SharePoint/RecycleBinItemCollection.php
#         src/SharePoint/UserIdInfo.php
#         src/SharePoint/ChangeSite.php
#         src/SharePoint/ConnectorResult.php
#         src/SharePoint/EmployeeExperienceController.php
#         src/SharePoint/AsyncReadOptions.php
#         src/SharePoint/ChangeType.php
#         src/SharePoint/InformationRightsManagementFileSettings.php
#         src/SharePoint/FieldUrl.php
#         src/SharePoint/Audience.php
#         src/SharePoint/GetListsParameters.php
#         src/SharePoint/GroupCollection.php
#         src/SharePoint/DocumentGenerationInfo.php
#         src/SharePoint/ContentTypeCreationInformation.php
#         src/SharePoint/ConfiguredUserInfo.php
#         src/SharePoint/DlpPolicyTip.php
#         src/SharePoint/VisualizationStyleSet.php
#         src/SharePoint/RestrictContentOrgWidePolicyUpdate.php
#         src/SharePoint/SharePointIds.php
#         src/SharePoint/Audit.php
#         src/SharePoint/CAAEFieldElement.php
#         src/SharePoint/Form.php
#         src/SharePoint/ContentAssemblyFormAnswer.php
#         src/SharePoint/ProvisionedTemporaryAzureContainerInfo.php
#         src/SharePoint/CreatableItemInfo.php
#         src/SharePoint/PushNotificationSubscriber.php
#         src/SharePoint/TeamChannel.php
#         src/SharePoint/DeviationAnalysisRule.php
#         src/SharePoint/Web.php
#         src/SharePoint/ListForm.php
#         src/SharePoint/CAFieldValue.php
#         src/SharePoint/CAAESnippetElement.php
#         src/SharePoint/ListDataValidationExceptionValue.php
#         src/SharePoint/GetReviewConfigRequestDTO.php
#         src/SharePoint/FieldText.php
#         src/SharePoint/MultiGeoCopyParameters.php
#         src/SharePoint/SPResourceEntry.php
#         src/SharePoint/BaseEntityCollection.php
#         src/SharePoint/AutoLabellingWorkInformation.php
#         src/SharePoint/DocumentLibraryInformation.php
#         src/SharePoint/UploadSession.php
#         src/SharePoint/ChangeGroup.php
#         src/SharePoint/MultilingualSettings.php
#         src/SharePoint/PlaceholderV2.php
#         src/SharePoint/SharingPermissionInformation.php
#         src/SharePoint/OpenWebParameters.php
#         src/SharePoint/ReviewConfigurationPayload.php
#         src/SharePoint/TeamSiteData.php
#         src/SharePoint/ListCollectionPosition.php
#         src/SharePoint/FieldLocation.php
#         src/SharePoint/AgreementMetaData.php
#         src/SharePoint/RenderListContextMenuDataParameters.php
#         src/SharePoint/CreatablesInfo.php
#         src/SharePoint/PivotItem.php
#         src/SharePoint/AdditionalAccessStatusResponse.php
#         src/SharePoint/OrganizationNewsSiteReference.php
#         src/SharePoint/UserDTO.php
#         src/SharePoint/TranslationStatusCollection.php
#         src/SharePoint/Approvals.php
#         src/SharePoint/FieldLink.php
#         src/SharePoint/TargetedSiteDetails.php
#         src/SharePoint/RecentFileCollection.php
#         src/SharePoint/MoveCopyUtil.php
#         src/SharePoint/AppViewCreationInfo.php
#         src/SharePoint/CreateAgreementFolderInfo.php
#         src/SharePoint/Folder.php
#         src/SharePoint/GetListItemVersionsParameters.php
#         src/SharePoint/AddFieldOptions.php
#         src/SharePoint/FontPackage.php
#         src/SharePoint/SharedWithUserCollection.php
#         src/SharePoint/BrandCenterConfiguration.php
#         src/SharePoint/CompatibilityRange.php
#         src/SharePoint/File.php
#         src/SharePoint/FieldLookupValue.php
#         src/SharePoint/RecycleBinQueryInformation.php
#         src/SharePoint/UserCreationInformation.php
#         src/SharePoint/SPAgreementsSite.php
#         src/SharePoint/AgreementSummaryData.php
#         src/SharePoint/CampainAnalytics.php
#         src/SharePoint/UpgradeInfo.php
#         src/SharePoint/SPResourcePath.php
#         src/SharePoint/Visualization.php
#         src/SharePoint/RecommendationCollection.php
#         src/SharePoint/VivaHomeTitleRegion.php
#         src/SharePoint/TranslationStatus.php
#         src/SharePoint/AppInstanceErrorDetails.php
#         src/SharePoint/AgreementDocumentsInfo.php
#         src/SharePoint/RoleType.php
#         src/SharePoint/UpdateAgreementESignConfigPayload.php
#         src/SharePoint/ListHomeItemCollection.php
#         src/SharePoint/WebCreationInformation.php
#         src/SharePoint/FieldType.php
#         src/SharePoint/RelatedItemManager.php
#         src/SharePoint/DynamicContentUpdateService.php
#         src/SharePoint/AttachmentCollection.php
#         src/SharePoint/FieldMultiChoice.php
#         src/SharePoint/ChangeQuery.php
#         src/SharePoint/CopySourceInfo.php
#         src/SharePoint/VisualizationFieldCollection.php
#         src/SharePoint/RequestedTranslation.php
#         src/SharePoint/AdaptiveCardColumn.php
#         src/SharePoint/FileVersionCollection.php
#         src/SharePoint/RemoteWeb.php
#         src/SharePoint/Navigation.php
#         src/SharePoint/FieldMultiLookupValue.php
#         src/SharePoint/ContentTypeCollection.php
#         src/SharePoint/GroupCreationInformation.php
#         src/SharePoint/AppSiteContextUtility.php
#         src/SharePoint/Container.php
#         src/SharePoint/AgreementReportFilter.php
#         src/SharePoint/XmlSchemaFieldCreationInformation.php
#         src/SharePoint/BrandCenter.php
#         src/SharePoint/ApprovalConfigurationResponse.php
#         src/SharePoint/SemanticSearchCrawlerEnqueueItem.php
#         src/SharePoint/Site.php
#         src/SharePoint/CustomerKeyInfo.php
#         src/SharePoint/FieldStringValues.php
#         src/SharePoint/ItemOrderUpdateValue.php
#         src/SharePoint/MigrationJobProgress.php
#         src/SharePoint/AppSiteContext.php
#         src/SharePoint/EffectiveInformationRightsManagementSettings.php
#         src/SharePoint/SPAppLicenseManager.php
#         src/SharePoint/TemplateMetaData.php
#         src/SharePoint/UserFirstRun.php
#         src/SharePoint/BaseEntity.php
#         src/SharePoint/FieldNumber.php
#         src/SharePoint/SmartTemplateContentType.php
#         src/SharePoint/TemplateFileType.php
#         src/SharePoint/SPHSite.php
#         src/SharePoint/LanguageCollection.php
#         src/SharePoint/CountByDate.php
#         src/SharePoint/SubwebQuery.php
#         src/SharePoint/SharingLinkInfo.php
#         src/SharePoint/CopilotFileCollection.php
#         src/SharePoint/eSign.php
#         src/SharePoint/Entity.php
#         src/SharePoint/Language.php
#         src/SharePoint/ScriptSafeDomainEntityData.php
#         src/SharePoint/HomeSitesDetails.php
#         src/SharePoint/WebProxy.php
#         src/SharePoint/FieldThumbnail.php
#         src/SharePoint/PersonalListsProxy.php
#         src/SharePoint/ListItemCollectionPosition.php
#         src/SharePoint/ListBloomFilter.php
#         src/SharePoint/ListDataSource.php
#         src/SharePoint/CustomActionElement.php
#         src/SharePoint/WebInfoCreationInformation.php
#         src/SharePoint/FavoriteListsSubstrate.php
#         src/SharePoint/RecentListCollection.php
#         src/SharePoint/UserSolution.php
#         src/SharePoint/AgreementDocument.php
#         src/SharePoint/SharedWithUser.php
#         src/SharePoint/FieldLookup.php
#         src/SharePoint/WebTemplateCollection.php
#         src/SharePoint/ContentTypeId.php
#         src/SharePoint/ObjectSharingInformation.php
#         src/SharePoint/RecipientLimitsInfo.php
#         src/SharePoint/CustomerKeyVaultInfo.php
#         src/SharePoint/FieldCollection.php
#         src/SharePoint/SPListItemVersionChange.php
#         src/SharePoint/KeyValue.php
#         src/SharePoint/TranslationNotificationRecipientSetRequest.php
#         src/SharePoint/RoleDefinitionCreationInformation.php
#         src/SharePoint/AppLicense.php
#         src/SharePoint/UpdateAgreementMetaDataPayload.php
#         src/SharePoint/PrincipalType.php
#         src/SharePoint/AgreementAttributeRequestDTO.php
#         src/SharePoint/WebRequestInfo.php
#         src/SharePoint/AppLicenseCollection.php
#         src/SharePoint/UploadDocumentInfo.php
#         src/SharePoint/ContentType.php
#         src/SharePoint/Hashtag.php
#         src/SharePoint/eSignInternal.php
#         src/SharePoint/TranslationStatusCreationRequest.php
#         src/SharePoint/SyntexCustomModelSetting.php
#         src/SharePoint/ViewCreationInformation.php
#         src/SharePoint/AlertCreationInformation.php
#         src/SharePoint/TimeZone.php
#         src/SharePoint/Field.php
#         src/SharePoint/RecentListProxy.php
#         src/SharePoint/SyntexCustomModelDeploymentModelInfo.php
#         src/SharePoint/KnowledgeHub.php
#         src/SharePoint/AgreementDataPair.php
#         src/SharePoint/VisualizationField.php
#         src/SharePoint/VersionPolicyManager.php
#         src/SharePoint/ListItemComplianceInfo.php
#         src/SharePoint/FieldGuid.php
#         src/SharePoint/ListTemplateType.php
#         src/SharePoint/RegionalSettings.php
#         src/SharePoint/AppProperties.php
#         src/SharePoint/VisualizationAppSynchronizationResult.php
#         src/SharePoint/ChangeUser.php
#         src/SharePoint/HomeSiteReference.php
#         src/SharePoint/PortalAndOrgNewsSiteReference.php
#         src/SharePoint/ListItemDeleteParameters.php
#         src/SharePoint/CustomerKeyStatusInfo.php
#         src/SharePoint/PublishTemplateV2Payload.php
#         src/SharePoint/ServerSettings.php
#         src/SharePoint/RoleDefinition.php
#         src/SharePoint/SystemSiteLockExpirationResult.php
#         src/SharePoint/RulesProperties.php
#         src/SharePoint/FolderColoringInformation.php
#         src/SharePoint/APIHubConnector.php
#         src/SharePoint/FieldDateTime.php
#         src/SharePoint/TemplatizationMetaData.php
#         src/SharePoint/MountedFolderInfo.php
#         src/SharePoint/HomeSiteNavConfiguration.php
#         src/SharePoint/CustomizedFormsPage.php
#         src/SharePoint/ReviewerInfo.php
#         src/SharePoint/TimeZoneInformation.php
#         src/SharePoint/TextBlock.php
#         src/SharePoint/ProvisionedMigrationContainersInfo.php
#         src/SharePoint/Campaigns.php
#         src/SharePoint/CheckOutType.php
#         src/SharePoint/Attachment.php
#         src/SharePoint/NavigationNode.php
#         src/SharePoint/DigitalLegacy.php
#         src/SharePoint/HubSite.php
#         src/SharePoint/FieldCreationInformation.php
#         src/SharePoint/AlternateUrl.php
#         src/SharePoint/AttachmentCreationInformation.php
#         src/SharePoint/AdaptiveCardImage.php
#         src/SharePoint/PublishModernTemplatePayload.php
#         src/SharePoint/TranslationStatusSetRequest.php
#         src/SharePoint/ListDataValidationFailure.php
#         src/SharePoint/ChangeCollection.php
#         src/SharePoint/RequestUserContext.php
#         src/SharePoint/RulesValidationEntryResponse.php
#         src/SharePoint/AgreementPermissionsData.php
#         src/SharePoint/AppInstance.php
#         src/SharePoint/SemanticSearchItemCollection.php
#         src/SharePoint/ContentAssemblyModernTemplateColumnsMappingInfo.php
#         src/SharePoint/View.php
#         src/SharePoint/TenantSettings.php
#         src/SharePoint/FileVersion.php
#         src/SharePoint/FieldUserValue.php
#         src/SharePoint/ModernizeHomepageResult.php
#         src/SharePoint/ChangeAlert.php
#         src/SharePoint/CreateReviewRequestDTO.php
#         src/SharePoint/AppPrincipalIdentityProvider.php
#         src/SharePoint/ChangeItem.php
#         src/SharePoint/SharedWithMeItemCollection.php
#         src/SharePoint/SiteThemes.php
#         src/SharePoint/AppContextSite.php
#         src/SharePoint/KnowledgeSite.php
#         src/SharePoint/RoleAssignmentCollection.php
#         src/SharePoint/SecurableObject.php
#         src/SharePoint/FieldGeolocationValue.php
#         src/SharePoint/MountPoint.php
#         src/SharePoint/ListTemplate.php
#         src/SharePoint/SiteVersionPolicyManager.php
#         src/SharePoint/CurrencyInformationCollection.php
#         src/SharePoint/CreatableItemInfoCollection.php
#         src/SharePoint/SPRuleUserInfo.php
#         src/SharePoint/EventReceiverDefinitionCreationInformation.php
#         src/SharePoint/FieldValuesWithUrl.php
#         src/SharePoint/ListItemVersion.php
#         src/SharePoint/GridInitInfoType.php
#         src/SharePoint/FileCollection.php
#         src/SharePoint/TenantAppUtility.php
#         src/SharePoint/ClientWebPart.php
#         src/SharePoint/AgreementWorkFlowResponse.php
#         src/SharePoint/FontPackageCreationParameters.php
#         src/SharePoint/ApprovalsCreateRequestParameters.php
#         src/SharePoint/UpdateTemplateInfoV2.php
#         src/SharePoint/LockFileData.php
#         src/SharePoint/ListItemCreationInformation.php
#         src/SharePoint/NewsCollection.php
#         src/SharePoint/LibraryDetails.php
#         src/SharePoint/EnqueueJobInformation.php
#         src/SharePoint/AccessRequests.php
#         src/SharePoint/CopyMigrationOptions.php
#         src/SharePoint/AppCatalog.php
#         src/SharePoint/FieldUrlValue.php
#         src/SharePoint/AgreementCountryResponse.php
#         src/SharePoint/AgreementAttributeDTO.php
#         src/SharePoint/ContentControlInfo.php
#         src/SharePoint/DashboardItem.php
#         src/SharePoint/ObjectSharingSettings.php
#         src/SharePoint/FontOption.php
#         src/SharePoint/AgreementImportData.php
#         src/SharePoint/FileVersionEvent.php
#         src/SharePoint/CopyMigrationInfo.php
#         src/SharePoint/RoleAssignment.php
#         src/SharePoint/RelatedItem.php
#         src/SharePoint/ViewFieldCollection.php
#         src/SharePoint/AgreementLocationData.php
#         src/SharePoint/TranslationNotificationRecipient.php
#         src/SharePoint/FileCollectionAddParameters.php
#         src/SharePoint/EffectiveBasePermissions.php
#         src/SharePoint/SharingResult.php
#         src/SharePoint/FileDeleteParameters.php
#         src/SharePoint/App.php
#         src/SharePoint/MoveCopyOptions.php
#         src/SharePoint/FolderCollection.php
#         src/SharePoint/CurrencyInformation.php
#         src/SharePoint/ResourceVisualization.php
#         src/SharePoint/QuickAccessItemCollection.php
#         src/SharePoint/FieldComputed.php
#         src/SharePoint/AppPrincipal.php
#         src/SharePoint/Snippet.php
#         src/SharePoint/RenderListDataParameters.php
#         src/SharePoint/MoveOperations.php
#         src/SharePoint/PinnedItems.php
#         src/SharePoint/OrganizationNews.php
#         src/SharePoint/Placeholder.php
#         src/SharePoint/AppPrincipalManager.php
#         src/SharePoint/VivaConnectionsUrlConfiguration.php
#         src/SharePoint/FavoriteListsDeprecated.php
#         src/SharePoint/Change.php
#         src/SharePoint/UserCustomAction.php
#         src/SharePoint/WebCollection.php
#         src/SharePoint/ChangeContentType.php
#         src/SharePoint/FolderColoring.php
#         src/SharePoint/ChangeFile.php
#         src/SharePoint/InformationRightsManagementSettings.php
#         src/SharePoint/FavoriteLists.php
#         src/SharePoint/UserResource.php
#         src/SharePoint/RecycleBinItem.php
#         src/SharePoint/SPMoveAndShareFileInfo.php
#         src/SharePoint/Alert.php
#         src/SharePoint/UserExperienceState.php
#         src/SharePoint/Principal.php
#         src/SharePoint/AgreementSearchParameters.php
#         src/SharePoint/ClientContext.php
#         src/SharePoint/DashboardItemInfo.php
#         src/SharePoint/ListItemUpdateResults.php
#         src/SharePoint/MenuState.php
#         src/SharePoint/MountPointInfo.php
#         src/SharePoint/ColumnTypeInfo.php
#         src/SharePoint/ApprovalsProperties.php
#         src/SharePoint/ColumnSet.php
#         src/SharePoint/AgreementESignStatusUpdatedPayload.php
#         src/SharePoint/EventReceiverDefinition.php
#         src/SharePoint/FavoriteItemCollection.php
#         src/SharePoint/FieldChoice.php
#         src/SharePoint/SmartCache.php
#         src/SharePoint/ContextWebInformation.php
#         src/SharePoint/CreateHVCSItemApprovalRequestParameters.php
#         src/SharePoint/ChangeWeb.php
#         src/SharePoint/ChangeView.php
#         src/SharePoint/ListDataValidationFailureCollection.php
#         src/SharePoint/CustomizedFormsPageCollection.php
#         src/SharePoint/RelatedField.php
#         src/SharePoint/UserCustomActionCollection.php
#         src/SharePoint/CopyJobProgress.php
#         src/SharePoint/AppTile.php
#         src/SharePoint/AgreementsSolutionEnabledSitesResponse.php
#         src/SharePoint/WebInformation.php
#         src/SharePoint/ReviewWorkFlowResponseDTO.php
#         src/SharePoint/TeamChannelManager.php
#         src/SharePoint/SPImageItem.php
#         src/SharePoint/FieldUser.php
#         src/SharePoint/TenantThemes.php
#         src/SharePoint/ReviewDeletionConfigurationResponse.php
#         src/SharePoint/RenderListFilterDataParameters.php
#         src/SharePoint/WorkflowConfigurationResponse.php
#         src/SharePoint/PickerSettings.php
#         src/SharePoint/ListItem.php
#         src/SharePoint/RequestContext.php
#         src/SharePoint/NavigationNodeCreationInformation.php
#         src/SharePoint/UserCollection.php
#         src/SharePoint/ClassificationResult.php
#         src/SharePoint/FieldRatingScaleQuestionAnswer.php
#         src/SharePoint/TenantAppInformation.php
#         src/SharePoint/AuditMaskType.php
#         src/SharePoint/SemanticSearchCrawlerUtility.php
#         src/SharePoint/AgreementsSolutionFileContext.php
#         src/SharePoint/ChangeAppConsentPrincipal.php
#         src/SharePoint/Broker.php
#         src/SharePoint/AgreementReportBaseData.php
#         src/SharePoint/FlowSynchronizationResult.php
#         src/SharePoint/AgreementLocation.php
#         src/SharePoint/SPInvitationCreationResult.php
#         src/SharePoint/VivaConnectionsLicense.php
#         src/SharePoint/ObjectSharingInformationUser.php
#         src/SharePoint/CheckedOutFile.php
#         src/SharePoint/ChangeField.php
#         src/SharePoint/ChangeList.php
#         src/SharePoint/CurrencyList.php
#         src/SharePoint/ListHomeItem2.php
#         src/SharePoint/SPList.php
#         src/SharePoint/CoAuthConfiguration.php
#         src/SharePoint/ThemeData.php
#         src/SharePoint/CamlQuery.php
#         src/SharePoint/CardElement.php
#         src/SharePoint/UpdateAgreementStatePayload.php
#         src/SharePoint/SharePointSharingSettings.php
#         src/SharePoint/SPRuleAction.php
#         src/SharePoint/ReviewConfigurationResponse.php
#         src/SharePoint/ThemeInfo.php
#         src/SharePoint/HubSiteCreationInformation.php
#         src/SharePoint/MachineLearningSampleMeta.php
#         src/SharePoint/SensitivityLabelInfo.php
#         src/SharePoint/VisualizationAppInfo.php
#         src/SharePoint/ContentAssemblyFileInfo.php
#         src/SharePoint/Group.php
#         src/SharePoint/Feature.php
#         src/SharePoint/GetNextAgreementWorkFlowRequest.php
#         src/SharePoint/WebTemplate.php
#         src/SharePoint/RecentList.php
#         src/SharePoint/ApprovalRequest.php
#         src/SharePoint/FileVersionBatchDeleteParameters.php
#         src/SharePoint/TranslationNotificationRecipientUsers.php
#         src/SharePoint/UsageInfo.php
#         src/SharePoint/DestinationLibraryInfo.php
#         src/SharePoint/ListItemCreationInformationUsingPath.php
#         src/SharePoint/FieldMultiChoiceValue.php
#         src/SharePoint/HashtagStoreManager.php
#         src/SharePoint/TemporaryFolderFileInfo.php
#         src/SharePoint/RulesDefinitionGroup.php
#         src/SharePoint/FileCreationInformation.php
#         src/SharePoint/FieldCalculated.php
#         src/SharePoint/MenuNodeCollection.php
#         src/SharePoint/AppPrincipalCredential.php
#         src/SharePoint/ListItemCollection.php
#         src/SharePoint/CustomActionElementCollection.php
#         src/SharePoint/SPAgreementResults.php
#         src/SharePoint/SharingLinkData.php
#         src/SharePoint/ChangeToken.php
#         src/SharePoint/PublishSnippetPayload.php
#         src/SharePoint/StorageMetrics.php
#         src/SharePoint/Taxonomy/TaxonomyField.php
#         src/SharePoint/Taxonomy/TermSet.php
#         src/SharePoint/Taxonomy/Term.php
#         src/SharePoint/Taxonomy/TaxonomyFieldValue.php
#         src/SharePoint/Taxonomy/TermGroup.php
#         src/SharePoint/Taxonomy/TaxonomySession.php
#         src/SharePoint/Taxonomy/TaxonomyItemCollection.php
#         src/SharePoint/Taxonomy/TaxonomyService.php
#         src/SharePoint/Taxonomy/TermStore.php
#         src/SharePoint/Taxonomy/TaxonomyItem.php
#         src/SharePoint/Taxonomy/TaxonomyFieldValueCollection.php
#         src/SharePoint/Taxonomy/ContentTypeSync/ContentTypeInfo.php
#         src/SharePoint/Taxonomy/ContentTypeSync/ContentTypeSyndicationResult.php
#         src/SharePoint/WebParts/LimitedWebPartManager.php
#         src/SharePoint/WebParts/WebPart.php
#         src/SharePoint/WebParts/TileData.php
#         src/SharePoint/WebParts/WebPartDefinition.php
#         src/SharePoint/WebParts/WebPartDefinitionCollection.php
#         src/SharePoint/WebParts/PersonalizationScope.php
#         src/SharePoint/Sharing/SharingLinkDefaultTemplatesCollection.php
#         src/SharePoint/Sharing/RecipientLimits.php
#         src/SharePoint/Sharing/UserRoleAssignment.php
#         src/SharePoint/Sharing/ShareLinkResponse.php
#         src/SharePoint/Sharing/SharingEntityResultDescription.php
#         src/SharePoint/Sharing/ShareLinkEntityResult.php
#         src/SharePoint/Sharing/SharingLinkExpirationAbilityStatus.php
#         src/SharePoint/Sharing/SharingEntityResultSettingPolicyReason.php
#         src/SharePoint/Sharing/UniqueAccessGroupInfo.php
#         src/SharePoint/Sharing/MainAccessInformation.php
#         src/SharePoint/Sharing/MainLinkInfo.php
#         src/SharePoint/Sharing/SharePointIds.php
#         src/SharePoint/Sharing/UserSharingResult.php
#         src/SharePoint/Sharing/AddressBarLinkSettings.php
#         src/SharePoint/Sharing/MainLinkAbilities.php
#         src/SharePoint/Sharing/EphemeralLinkRequest.php
#         src/SharePoint/Sharing/MainLinkRoleAbilities.php
#         src/SharePoint/Sharing/ShareLinkEntityResultSettingPolicyReason.php
#         src/SharePoint/Sharing/SharingInformation.php
#         src/SharePoint/Sharing/SharingLinkAccessRequest.php
#         src/SharePoint/Sharing/SharedDocumentInfo.php
#         src/SharePoint/Sharing/InheritedFrom.php
#         src/SharePoint/Sharing/AccessRequestSettings.php
#         src/SharePoint/Sharing/SharingEntityResult.php
#         src/SharePoint/Sharing/RecipientLimitsInfo.php
#         src/SharePoint/Sharing/SharingLinkPasswordAbilityStatus.php
#         src/SharePoint/Sharing/DomainRestrictionSettings.php
#         src/SharePoint/Sharing/MainLinkAudienceAbilities.php
#         src/SharePoint/Sharing/SharingLinkDefaultTemplate.php
#         src/SharePoint/Sharing/Recipient.php
#         src/SharePoint/Sharing/EntityPermission.php
#         src/SharePoint/Sharing/DocumentSharingManager.php
#         src/SharePoint/Sharing/SiteSharingReportJobData.php
#         src/SharePoint/Sharing/OversharedWebInfo.php
#         src/SharePoint/Sharing/LinkInvitation.php
#         src/SharePoint/Sharing/SiteSharingReportHelper.php
#         src/SharePoint/Sharing/SharingSettingsAbilities.php
#         src/SharePoint/Sharing/SharingLinkAbilities.php
#         src/SharePoint/Sharing/SecurableObjectExtensions.php
#         src/SharePoint/Sharing/SensitivityLabelInformation.php
#         src/SharePoint/Sharing/ShareLinkEntityResultDescription.php
#         src/SharePoint/Sharing/SharingAbilityStatus.php
#         src/SharePoint/Sharing/SharingInformationRequest.php
#         src/SharePoint/Sharing/DirectSharingAbilities.php
#         src/SharePoint/Sharing/UserDirectoryInfo.php
#         src/SharePoint/Sharing/PrincipalInfo.php
#         src/SharePoint/Sharing/SiteSharingReportCapabilities.php
#         src/SharePoint/Sharing/PermissionCollection.php
#         src/SharePoint/Sharing/SharingLinkTemplate.php
#         src/SharePoint/Sharing/Principal.php
#         src/SharePoint/Sharing/LinkInfo.php
#         src/SharePoint/Sharing/ShareLinkSettings.php
#         src/SharePoint/Sharing/LinkInvitationCollection.php
#         src/SharePoint/Sharing/ItemSharingSettings.php
#         src/SharePoint/Sharing/LinkParameters.php
#         src/SharePoint/Sharing/SharedWithMeViewItemRemovalResult.php
#         src/SharePoint/Sharing/WebSharingManager.php
#         src/SharePoint/Sharing/EmailData.php
#         src/SharePoint/Sharing/ShareLinkPartialSuccessResponse.php
#         src/SharePoint/Sharing/SiteSharingReportStatus.php
#         src/SharePoint/Sharing/SharingAbilities.php
#         src/SharePoint/Sharing/ShareLinkRequest.php
#         src/SharePoint/Sharing/PersonalWeb.php
#         src/SharePoint/Sharing/UniqueAccessGroupsWrapper.php
#         src/SharePoint/Directory/GroupNameValidationResult.php
#         src/SharePoint/Directory/GroupNameValidationResultErrorParams.php
#         src/SharePoint/Directory/Provider/LinkTarget.php
#         src/SharePoint/Directory/Provider/LinkChange.php
#         src/SharePoint/Directory/Provider/ResourceData.php
#         src/SharePoint/Directory/Provider/PropertyData.php
#         src/SharePoint/Directory/Provider/ExtendedAttributeData.php
#         src/SharePoint/Directory/Provider/RelationData.php
#         src/SharePoint/Directory/Provider/AlternateIdData.php
#         src/SharePoint/Directory/Provider/DirectoryData.php
#         src/SharePoint/Directory/Provider/RelationSetData.php
#         src/SharePoint/Directory/Provider/PropertyCollectionData.php
#         src/SharePoint/Directory/Provider/PropertyChange.php
#         src/SharePoint/Directory/Provider/SchemaData.php
#         src/SharePoint/Directory/Provider/StateData.php
#         src/SharePoint/Directory/Provider/DirectoryChanges.php
#         src/SharePoint/MetadataNavigation/ConfiguredMetadataNavigationItem.php
#         src/SharePoint/MetadataNavigation/ConfiguredMetadataNavigationItemCollection.php
#         src/SharePoint/MetadataNavigation/MetadataNavigationSettings.php
#         src/SharePoint/Workflow/WorkflowAssociationCreationInformation.php
#         src/SharePoint/Social/SocialPostCreationData.php
#         src/SharePoint/Social/SocialDataOverlay.php
#         src/SharePoint/Social/SocialAttachmentAction.php
#         src/SharePoint/Social/SocialPost.php
#         src/SharePoint/Social/SocialRestPostCreationData.php
#         src/SharePoint/Social/SocialFollowingManager.php
#         src/SharePoint/Social/SocialRestActor.php
#         src/SharePoint/Social/SocialFeed.php
#         src/SharePoint/Social/SocialThread.php
#         src/SharePoint/Social/SocialRestThread.php
#         src/SharePoint/Social/SocialRestFollowingManager.php
#         src/SharePoint/Social/SocialLink.php
#         src/SharePoint/Social/SocialAnnouncementManager.php
#         src/SharePoint/Social/SocialAttachment.php
#         src/SharePoint/Social/SocialPostDefinitionDataItem.php
#         src/SharePoint/Social/SocialRestFeedManager.php
#         src/SharePoint/Social/SocialPostDefinitionData.php
#         src/SharePoint/Social/SocialFeedManager.php
#         src/SharePoint/Social/SocialPostReference.php
#         src/SharePoint/Social/SocialRestFeed.php
#         src/SharePoint/Social/SocialDataItem.php
#         src/SharePoint/Social/SocialFeedOptions.php
#         src/SharePoint/Social/SocialActor.php
#         src/SharePoint/Social/SocialExceptionDetails.php
#         src/SharePoint/Social/SocialPostActorInfo.php
#         src/SharePoint/Social/SocialActorInfo.php
#         src/SharePoint/DocumentManagement/DocumentId.php
#         src/SharePoint/DocumentManagement/DocumentSet/DocumentSet.php
#         src/SharePoint/SiteHealth/SiteHealthSummary.php
#         src/SharePoint/SiteHealth/SiteHealthResult.php
#         src/SharePoint/MicroService/MicroServiceWorkItemAuthCryptoProvider.php
#         src/SharePoint/MicroService/MicroServiceWorkItemProperties.php
#         src/SharePoint/MicroService/MicroServiceManager.php
#         src/SharePoint/MicroService/MicroServiceUtilities.php
#         src/SharePoint/TenantAdministration/LogFileInfo.php
#         src/SharePoint/TenantAdministration/LogExport.php
#         src/SharePoint/TenantAdministration/SiteCreationProperties.php
#         src/SharePoint/PageInstrumentation/ClickManager.php
#         src/SharePoint/PageInstrumentation/PageImpressionClient.php
#         src/SharePoint/ComplianceFoundation/PreserveDocumentSubmitter.php
#         src/SharePoint/ComplianceFoundation/ComplianceDlpWorkItemSubmitter.php
#         src/SharePoint/ComplianceFoundation/ComplianceRetentionWorkItemSubmitter.php
#         src/SharePoint/ComplianceFoundation/Models/PreservedCloudAttachment.php
#         src/SharePoint/ComplianceFoundation/Models/ComplianceRetentionWorkItemResponse.php
#         src/SharePoint/ComplianceFoundation/Models/ComplianceTagInfo.php
#         src/SharePoint/ComplianceFoundation/Models/RetentionWorkItemInput.php
#         src/SharePoint/Utilities/WebAppUrlsByAction.php
#         src/SharePoint/Utilities/LLMColumnInfo.php
#         src/SharePoint/Utilities/JsonTheme.php
#         src/SharePoint/Utilities/SPSocialSwitch.php
#         src/SharePoint/Utilities/FileHandlerWopiProperties.php
#         src/SharePoint/Utilities/ShortcutTargetInfo.php
#         src/SharePoint/Utilities/ThemingOptions.php
#         src/SharePoint/Utilities/PolicyLicenseUtilities.php
#         src/SharePoint/Utilities/WebAppExtUrlPair.php
#         src/SharePoint/Utilities/MarketplaceUtilities.php
#         src/SharePoint/Utilities/WopiHostUtility.php
#         src/SharePoint/Utilities/SpotlightResult.php
#         src/SharePoint/Utilities/Utility.php
#         src/SharePoint/Utilities/UploadStatus.php
#         src/SharePoint/Utilities/EmailProperties.php
#         src/SharePoint/Utilities/AutofillColumnInfo.php
#         src/SharePoint/Utilities/NewsItemMetaData.php
#         src/SharePoint/Utilities/WopiProperties.php
#         src/SharePoint/Utilities/ShortcutLink.php
#         src/SharePoint/Utilities/NewsItem.php
#         src/SharePoint/Utilities/WopiWebAppProperties.php
#         src/SharePoint/Utilities/PrincipalInfo.php
#         src/SharePoint/Utilities/ThemeManager.php
#         src/SharePoint/Utilities/NewsUtility.php
#         src/SharePoint/Utilities/WikiPageCreationInformation.php
#         src/SharePoint/Portal/GroupSiteInfo.php
#         src/SharePoint/Portal/SPSiteCreationRequest.php
#         src/SharePoint/Portal/SPSiteManager.php
#         src/SharePoint/Portal/SPSiteCreationResponse.php
#         src/SharePoint/Portal/GroupSiteManager.php
#         src/SharePoint/UI/ApplicationPages/PickerEntityInformationRequest.php
#         src/SharePoint/UI/ApplicationPages/ClientPeoplePickerWebServiceInterface.php
#         src/SharePoint/UI/ApplicationPages/PeoplePickerQuerySettings.php
#         src/SharePoint/UI/ApplicationPages/ClientPeoplePickerQueryParameters.php
#         src/SharePoint/UI/ApplicationPages/PickerEntityInformation.php
#         src/SharePoint/Translation/TranslationJob.php
#         src/SharePoint/Translation/TranslationJobInfo.php
#         src/SharePoint/Translation/TranslationItemInfo.php
#         src/SharePoint/Translation/TranslationJobStatus.php
#         src/SharePoint/Translation/VariationsTranslationTimerJob.php
#         src/SharePoint/Translation/SyncTranslator.php
#         src/SharePoint/Analytics/AnalyticsUsageEntry.php
#         src/SharePoint/Internal/Paths/FileContentPath.php
#         src/SharePoint/CompliancePolicy/ComplianceTag.php
#         src/SharePoint/CompliancePolicy/SPPolicyStoreProxy.php
#         src/SharePoint/CompliancePolicy/PolicyEvaluationInfo.php
#         src/SharePoint/CompliancePolicy/DlpClassificationResult.php
#         src/SharePoint/CompliancePolicy/SPSitePreservationUtility.php
#         src/SharePoint/CompliancePolicy/PendingReviewItemsStatistics.php
#         src/SharePoint/UserProfiles/HashTagCollection.php
#         src/SharePoint/UserProfiles/ProfileImageStore.php
#         src/SharePoint/UserProfiles/PeopleManager.php
#         src/SharePoint/UserProfiles/CrossGeoSyncUserProperty.php
#         src/SharePoint/UserProfiles/FollowedItemData.php
#         src/SharePoint/UserProfiles/UserProfile.php
#         src/SharePoint/UserProfiles/PersonProperties.php
#         src/SharePoint/UserProfiles/PersonalCacheItem.php
#         src/SharePoint/UserProfiles/FollowedItem.php
#         src/SharePoint/UserProfiles/FollowedContent.php
#         src/SharePoint/UserProfiles/UserProfilePropertiesForUser.php
#         src/SharePoint/UserProfiles/PersonPropertiesCollection.php
#         src/SharePoint/UserProfiles/HashTag.php
#         src/SharePoint/UserProfiles/CrossGeoSync.php
#         src/SharePoint/UserProfiles/FollowResult.php
#         src/SharePoint/UserProfiles/CrossGeoSyncUserDataBatch.php
#         src/SharePoint/UserProfiles/ProfileLoader.php
#         src/SharePoint/UserProfiles/PersonalCache.php
#         src/SharePoint/Search/SearchRequest.php
#         src/SharePoint/Search/SearchService.php
#         src/SharePoint/Search/SearchResult.php
#         src/SharePoint/Search/Query/KeywordQuery.php
#         src/SharePoint/Search/Query/KeywordQueryProperties.php
#         src/SharePoint/Search/Query/Sort.php
#         src/SharePoint/Search/Query/Query.php
#         src/SharePoint/Search/Query/SortDirection.php
#         src/SharePoint/Microfeed/MicrofeedUserPosts.php
#         src/SharePoint/Microfeed/MicrofeedManager.php
#         src/SharePoint/Microfeed/MicroBlogEntity.php
#         src/SharePoint/Microfeed/MicrofeedThreadCollection.php
#         src/SharePoint/Microfeed/MicrofeedDataLinkCollection.php
#         src/SharePoint/Microfeed/MicrofeedUserPostCollection.php
#         src/SharePoint/Microfeed/MicrofeedThread.php
#         src/SharePoint/Microfeed/MicroBlogEntityCollection.php
#         src/SharePoint/Microfeed/MicrofeedPostCollection.php
#         src/SharePoint/Microfeed/MicrofeedPostDefinitionManager.php
#         src/SharePoint/Microfeed/MicrofeedDataLink.php
#         src/SharePoint/Microfeed/MicrofeedDataQuery.php
#         src/SharePoint/Microfeed/MicrofeedPostOptions.php
#         src/SharePoint/Microfeed/MicrofeedPostDefinitionNameCollection.php
#         src/SharePoint/Microfeed/MicrofeedRetrievalOptions.php
#         src/SharePoint/Microfeed/MicrofeedStore.php
#         src/SharePoint/Microfeed/MicrofeedAttachmentStore.php
#         src/SharePoint/Microfeed/MicrofeedLinkAction.php
#         src/SharePoint/Microfeed/MicrofeedPostDefinition.php
#         src/SharePoint/Microfeed/MicrofeedLink.php
#         src/SharePoint/Microfeed/MicrofeedData.php
#         src/SharePoint/Microfeed/MicrofeedPostOptionCollection.php
#         src/SharePoint/Microfeed/MicrofeedPost.php
#         src/SharePoint/Microfeed/MicrofeedPostDefinitionNames.php
#         src/SharePoint/Publishing/CanCreatePageResponse.php
#         src/SharePoint/Publishing/PageMoveParams.php
#         src/SharePoint/Publishing/CampaignCommunicationFieldsData.php
#         src/SharePoint/Publishing/AmplifyPublishingHistoryResult.php
#         src/SharePoint/Publishing/SubtitleFile.php
#         src/SharePoint/Publishing/SpotlightVideo.php
#         src/SharePoint/Publishing/EmbedDataV1.php
#         src/SharePoint/Publishing/PageMoveResponse.php
#         src/SharePoint/Publishing/VivaEngagePublishingStatus.php
#         src/SharePoint/Publishing/VideoItem.php
#         src/SharePoint/Publishing/TaxonomicProperties.php
#         src/SharePoint/Publishing/SchedulePublicationResponse.php
#         src/SharePoint/Publishing/PointPublishingPostServiceManager.php
#         src/SharePoint/Publishing/TextValueWithLanguage.php
#         src/SharePoint/Publishing/PropertyValue.php
#         src/SharePoint/Publishing/FeedVideoPage.php
#         src/SharePoint/Publishing/SitePageMetadata.php
#         src/SharePoint/Publishing/VideoPlaybackOrigin.php
#         src/SharePoint/Publishing/VideoChannelCollection.php
#         src/SharePoint/Publishing/CampaignCommunication.php
#         src/SharePoint/Publishing/CopyToParams.php
#         src/SharePoint/Publishing/CampaignCommunicationLoadMailDraftParam.php
#         src/SharePoint/Publishing/SharePageByEmailData.php
#         src/SharePoint/Publishing/SitePageService.php
#         src/SharePoint/Publishing/ChannelAnnouncement.php
#         src/SharePoint/Publishing/Error.php
#         src/SharePoint/Publishing/CampaignPublicationLoadMailDraftParam.php
#         src/SharePoint/Publishing/PrimaryCityTime.php
#         src/SharePoint/Publishing/VideoThumbnail.php
#         src/SharePoint/Publishing/Icon.php
#         src/SharePoint/Publishing/PersonMagazineData.php
#         src/SharePoint/Publishing/FilePickerOptions.php
#         src/SharePoint/Publishing/SharePagePreviewByEmailFieldsData.php
#         src/SharePoint/Publishing/TeamsPublishingStatusResponse.php
#         src/SharePoint/Publishing/FeedVideoPageFieldsData.php
#         src/SharePoint/Publishing/VideoPermissionGroup.php
#         src/SharePoint/Publishing/AnnouncementAuthor.php
#         src/SharePoint/Publishing/AllowanceCheckResult.php
#         src/SharePoint/Publishing/VideoPlaybackMetadata.php
#         src/SharePoint/Publishing/SitePageVersionInfoCollection.php
#         src/SharePoint/Publishing/PersonMagazineUserProfileData.php
#         src/SharePoint/Publishing/VideoProcessingStatus.php
#         src/SharePoint/Publishing/PointPublishingDocProps.php
#         src/SharePoint/Publishing/PublishPublicationResponse.php
#         src/SharePoint/Publishing/SitePagStreamData.php
#         src/SharePoint/Publishing/ApprovalRequestResponse.php
#         src/SharePoint/Publishing/CampaignPublication.php
#         src/SharePoint/Publishing/PrePublishValidationsResponse.php
#         src/SharePoint/Publishing/SpotlightChannelCollection.php
#         src/SharePoint/Publishing/SitePage.php
#         src/SharePoint/Publishing/CommunicationSiteCreationRequest.php
#         src/SharePoint/Publishing/SitePageBoostProperties.php
#         src/SharePoint/Publishing/PersonMagazine.php
#         src/SharePoint/Publishing/RichSharing.php
#         src/SharePoint/Publishing/ProfilePropertyViewEditPolicy.php
#         src/SharePoint/Publishing/SpotlightVideoCollection.php
#         src/SharePoint/Publishing/ViewControlState.php
#         src/SharePoint/Publishing/CampaignPublicationResetEndpointParam.php
#         src/SharePoint/Publishing/TopicSitePage.php
#         src/SharePoint/Publishing/VideoCollection.php
#         src/SharePoint/Publishing/TimeFrameStatistics.php
#         src/SharePoint/Publishing/VideoThumbnailChoices.php
#         src/SharePoint/Publishing/TopicPageMetadata.php
#         src/SharePoint/Publishing/PrePublishValidationsErrorCodesForVivaEngage.php
#         src/SharePoint/Publishing/PointPublishingSiteStatus.php
#         src/SharePoint/Publishing/ProfileData.php
#         src/SharePoint/Publishing/ProfileFullProperties.php
#         src/SharePoint/Publishing/UserInfo.php
#         src/SharePoint/Publishing/PointPublishingTenantManager.php
#         src/SharePoint/Publishing/SitePageVersionInfo.php
#         src/SharePoint/Publishing/AmplifyRequestEndpoint.php
#         src/SharePoint/Publishing/RepostPageMetadata.php
#         src/SharePoint/Publishing/VideoChannel.php
#         src/SharePoint/Publishing/CommunicationSiteCreationResponse.php
#         src/SharePoint/Publishing/CampaignPublicationMailDraftData.php
#         src/SharePoint/Publishing/PersonIdentity.php
#         src/SharePoint/Publishing/SitePageCollaborator.php
#         src/SharePoint/Publishing/DynamicFaqSingalsData.php
#         src/SharePoint/Publishing/TeamsPublishingStatus.php
#         src/SharePoint/Publishing/PointPublishingSiteManager.php
#         src/SharePoint/Publishing/ProfileDirectsData.php
#         src/SharePoint/Publishing/SitePage3D.php
#         src/SharePoint/Publishing/DynamicContentSignal.php
#         src/SharePoint/Publishing/SitePageDependencyMetadata.php
#         src/SharePoint/Publishing/CampaignCommunicationMailDraftData.php
#         src/SharePoint/Publishing/SharePointPublishingStatusResponse.php
#         src/SharePoint/Publishing/CampaignCommunicationResetEndpointParam.php
#         src/SharePoint/Publishing/ProfileCoreProperties.php
#         src/SharePoint/Publishing/CallToAction.php
#         src/SharePoint/Publishing/SendTestEmailResponse.php
#         src/SharePoint/Publishing/CommunicationSite.php
#         src/SharePoint/Publishing/RepostPageFieldsData.php
#         src/SharePoint/Publishing/PrePublishValidationsErrorCodesForEmail.php
#         src/SharePoint/Publishing/AmplifiedChannels.php
#         src/SharePoint/Publishing/PortalHealthStatus.php
#         src/SharePoint/Publishing/SitePageCoAuthState.php
#         src/SharePoint/Publishing/ViewProgressAnalyticsData.php
#         src/SharePoint/Publishing/PrePublishValidationsErrorCodesForSharePointSite.php
#         src/SharePoint/Publishing/ProfileDateTime.php
#         src/SharePoint/Publishing/BoostFieldsData.php
#         src/SharePoint/Publishing/EmbedService.php
#         src/SharePoint/Publishing/SharePointPublishingStatus.php
#         src/SharePoint/Publishing/ApprovalRequestCreationInfo.php
#         src/SharePoint/Publishing/PointPublishingMagazineProps.php
#         src/SharePoint/Publishing/PersonMagazineUserProfileDirectsData.php
#         src/SharePoint/Publishing/FaqSignalActionPayload.php
#         src/SharePoint/Publishing/DateTimeCustomProperty.php
#         src/SharePoint/Publishing/PageDiagnosticsController.php
#         src/SharePoint/Publishing/RuleErrorDetails.php
#         src/SharePoint/Publishing/PersonCustomProperty.php
#         src/SharePoint/Publishing/SitePageFieldsData.php
#         src/SharePoint/Publishing/TaxonomyMetadata.php
#         src/SharePoint/Publishing/MissingSharePointDestinationWebIdRepairItem.php
#         src/SharePoint/Publishing/ApprovalRequestSyncResponse.php
#         src/SharePoint/Publishing/EmailPublishingStatus.php
#         src/SharePoint/Publishing/ItemViewsAnalyticsData.php
#         src/SharePoint/Publishing/PublishingStatusResponse.php
#         src/SharePoint/Publishing/VivaEngageDestinationV2.php
#         src/SharePoint/Publishing/TopicPageFieldsData.php
#         src/SharePoint/Publishing/SendTestTeamsMessageResponse.php
#         src/SharePoint/Publishing/FaqSignalData.php
#         src/SharePoint/Publishing/AcronymInformation.php
#         src/SharePoint/Publishing/CampaignPublicationFieldsData.php
#         src/SharePoint/Publishing/GettyImage.php
#         src/SharePoint/Publishing/PrePublishValidationsErrorCodesForTeams.php
#         src/SharePoint/Publishing/PersonCore.php
#         src/SharePoint/Publishing/ViewData.php
#         src/SharePoint/Publishing/SitePage3DFieldsData.php
#         src/SharePoint/Publishing/SitePageAuthoringMetadata.php
#         src/SharePoint/Publishing/ProfileViewEditPolicies.php
#         src/SharePoint/Publishing/AuthoringSchemaFeatureVersion.php
#         src/SharePoint/Publishing/PointPublishingUser.php
#         src/SharePoint/Publishing/CampaignPublicationSaveMailDraftParam.php
#         src/SharePoint/Publishing/HighlightsInfo.php
#         src/SharePoint/Publishing/SitePageStreamContent.php
#         src/SharePoint/Publishing/WebPartDetailsWrapper.php
#         src/SharePoint/Publishing/AnnouncementsData.php
#         src/SharePoint/Publishing/AmplifyRequestParams.php
#         src/SharePoint/Publishing/AmplifyPublishingHistory.php
#         src/SharePoint/Publishing/SpotlightChannel.php
#         src/SharePoint/Publishing/AnnouncementsController.php
#         src/SharePoint/Publishing/StartCoAuthMetaData.php
#         src/SharePoint/Publishing/PortalHealthStatusDetails.php
#         src/SharePoint/Publishing/VideoServiceManager.php
#         src/SharePoint/Publishing/PublishSiteInformation.php
#         src/SharePoint/Publishing/SubmitInfo.php
#         src/SharePoint/Publishing/RepostPage.php
#         src/SharePoint/Publishing/PointPublishingPost.php
#         src/SharePoint/Publishing/PersonMagazineUserProfile.php
#         src/SharePoint/Publishing/SharePointHomeServiceManager.php
#         src/SharePoint/Publishing/SiteSharingEmailContext.php
#         src/SharePoint/Publishing/Search.php
#         src/SharePoint/Publishing/DynamicContentSignalsPayload.php
#         src/SharePoint/Publishing/RuleResult.php
#         src/SharePoint/Publishing/VideoServiceDiscoverer.php
#         src/SharePoint/Publishing/Navigation/StructuralNavigationCacheWrapper.php
#         src/SharePoint/Publishing/Navigation/StructuralNavigationCacheState.php
#         src/SharePoint/Publishing/Navigation/PortalNavigationCacheWrapper.php
#         src/SharePoint/Publishing/PortalLaunch/PortalLaunchWave.php
#         src/SharePoint/Publishing/PortalLaunch/PortalLaunchWaveSetup.php
#         src/SharePoint/Publishing/PortalLaunch/PortalLaunchWavesManager.php
#         src/Teams/Schedule.php
#         src/Teams/ChatMessagePolicyViolation.php
#         src/Teams/ChatInfo.php
#         src/Teams/TeamMessagingSettings.php
#         src/Teams/Team.php
#         src/Teams/MuteParticipantOperation.php
#         src/Teams/ModifiedProperty.php
#         src/Teams/TimeOffItem.php
#         src/Teams/ConversationThread.php
#         src/Teams/MeetingTimeSuggestionsResult.php
#         src/Teams/ChangeTrackedEntity.php
#         src/Teams/ShiftAvailability.php
#         src/Teams/TeamMemberSettings.php
#         src/Teams/MeetingParticipantInfo.php
#         src/Teams/ScheduleChangeRequest.php
#         src/Teams/OfferShiftRequest.php
#         src/Teams/ShiftActivity.php
#         src/Teams/TeamsTabConfiguration.php
#         src/Teams/ScheduleItem.php
#         src/Teams/ChatMessage.php
#         src/Teams/TimeSlot.php
#         src/Teams/ShiftItem.php
#         src/Teams/Conversation.php
#         src/Teams/ChatMessageHostedContent.php
#         src/Teams/TimeOffRequest.php
#         src/Teams/OrganizerMeetingInfo.php
#         src/Teams/OnlineMeeting.php
#         src/Teams/FreeBusyError.php
#         src/Teams/AudioConferencing.php
#         src/Teams/SwapShiftsChangeRequest.php
#         src/Teams/ChatMessageAttachment.php
#         src/Teams/TeamsTab.php
#         src/Teams/TeamFunSettings.php
#         src/Teams/ChatMessageReaction.php
#         src/Teams/SchedulingGroup.php
#         src/Teams/ChatMessagePolicyViolationPolicyTip.php
#         src/Teams/ChatMessageMention.php
#         src/Teams/Participant.php
#         src/Teams/ScheduleInformation.php
#         src/Teams/MediaStream.php
#         src/Teams/AppCatalogs.php
#         src/Teams/ScheduleEntity.php
#         src/Teams/MeetingParticipants.php
#         src/Teams/TeamCollection.php
#         src/Teams/UnmuteParticipantOperation.php
#         src/Teams/Shift.php
#         src/Teams/TimeOff.php
#         src/Teams/ShiftPreferences.php
#         src/Teams/Channel.php
#         src/Teams/Teamwork.php
#         src/Teams/WorkforceIntegrationEncryption.php
#         src/Teams/MeetingTimeSuggestion.php
#         src/Teams/TimeOffReason.php
#         src/Teams/TeamGuestSettings.php
#         src/Teams/WorkforceIntegration.php
#         src/Teams/TeamClassSettings.php
#         src/Teams/OnlineMeetingInfo.php
#         src/Teams/Operations/TeamsAsyncOperation.php
#         src/Teams/Operations/OperationError.php
#         src/Teams/Operations/Operation.php
#         src/Teams/Apps/TeamsAppInstallation.php
#         src/Teams/Apps/TeamsApp.php
#         src/Teams/Apps/TeamsAppDefinition.php
#         src/OneDrive/ItemAnalytics.php
#         src/OneDrive/SharingDetail.php
#         src/OneDrive/UploadSession.php
#         src/OneDrive/ItemActivity.php
#         src/OneDrive/PublicInnerError.php
#         src/OneDrive/ResourceOperation.php
#         src/OneDrive/ItemActionStat.php
#         src/OneDrive/ItemActivityStat.php
#         src/OneDrive/AccessAction.php
#         src/OneDrive/ConflictBehavior.php
#         src/OneDrive/SharingInvitation.php
#         src/OneDrive/RemoteLockActionResult.php
#         src/OneDrive/SharepointIds.php
#         src/OneDrive/ResourceReference.php
#         src/OneDrive/Permission.php
#         src/OneDrive/SharingLink.php
#         src/OneDrive/BaseItemVersion.php
#         src/OneDrive/ItemPreviewInfo.php
#         src/OneDrive/Root.php
#         src/OneDrive/BaseItem.php
#         src/OneDrive/PermissionScope.php
#         src/OneDrive/ItemReference.php
#         src/OneDrive/ResourceVisualization.php
#         src/OneDrive/SharedInsight.php
#         src/OneDrive/PermissionCollection.php
#         src/OneDrive/PublicError.php
#         src/OneDrive/IncompleteData.php
#         src/OneDrive/Thumbnail.php
#         src/OneDrive/ThumbnailSet.php
#         src/OneDrive/SearchResult.php
#         src/OneDrive/PublicErrorDetail.php
#         src/OneDrive/Columns/DateTimeColumn.php
#         src/OneDrive/Columns/CurrencyColumn.php
#         src/OneDrive/Columns/PersonOrGroupColumn.php
#         src/OneDrive/Columns/ChoiceColumn.php
#         src/OneDrive/Columns/DefaultColumnValue.php
#         src/OneDrive/Columns/BooleanColumn.php
#         src/OneDrive/Columns/TextColumn.php
#         src/OneDrive/Columns/CalculatedColumn.php
#         src/OneDrive/Columns/NumberColumn.php
#         src/OneDrive/Columns/LookupColumn.php
#         src/OneDrive/Columns/ColumnLink.php
#         src/OneDrive/Columns/ColumnDefinition.php
#         src/OneDrive/Shares/SharedDriveItem.php
#         src/OneDrive/Shares/Shared.php
#         src/OneDrive/Workbooks/WorkbookChartAxisFormat.php
#         src/OneDrive/Workbooks/WorkbookWorksheetProtectionOptions.php
#         src/OneDrive/Workbooks/WorkbookRangeFormat.php
#         src/OneDrive/Workbooks/WorkbookRangeSort.php
#         src/OneDrive/Workbooks/WorkbookCommentReply.php
#         src/OneDrive/Workbooks/WorkbookWorksheetProtection.php
#         src/OneDrive/Workbooks/WorkbookTableRow.php
#         src/OneDrive/Workbooks/WorkbookChartAxes.php
#         src/OneDrive/Workbooks/WorkbookComment.php
#         src/OneDrive/Workbooks/WorkbookChartTitleFormat.php
#         src/OneDrive/Workbooks/WorkbookChartLegendFormat.php
#         src/OneDrive/Workbooks/WorkbookChartLineFormat.php
#         src/OneDrive/Workbooks/WorkbookChartAxis.php
#         src/OneDrive/Workbooks/WorkbookChartFill.php
#         src/OneDrive/Workbooks/WorkbookFilter.php
#         src/OneDrive/Workbooks/WorkbookFunctionResult.php
#         src/OneDrive/Workbooks/WorkbookRangeFont.php
#         src/OneDrive/Workbooks/WorkbookRangeFill.php
#         src/OneDrive/Workbooks/WorkbookNamedItem.php
#         src/OneDrive/Workbooks/WorkbookSessionInfo.php
#         src/OneDrive/Workbooks/WorkbookFormatProtection.php
#         src/OneDrive/Workbooks/WorkbookIcon.php
#         src/OneDrive/Workbooks/WorkbookChartSeriesFormat.php
#         src/OneDrive/Workbooks/WorkbookWorksheet.php
#         src/OneDrive/Workbooks/WorkbookPivotTable.php
#         src/OneDrive/Workbooks/WorkbookChartLegend.php
#         src/OneDrive/Workbooks/WorkbookChartGridlinesFormat.php
#         src/OneDrive/Workbooks/Json.php
#         src/OneDrive/Workbooks/WorkbookChart.php
#         src/OneDrive/Workbooks/WorkbookFilterCriteria.php
#         src/OneDrive/Workbooks/WorkbookChartSeries.php
#         src/OneDrive/Workbooks/WorkbookRangeBorder.php
#         src/OneDrive/Workbooks/WorkbookChartAxisTitle.php
#         src/OneDrive/Workbooks/WorkbookChartFont.php
#         src/OneDrive/Workbooks/WorkbookTableColumn.php
#         src/OneDrive/Workbooks/WorkbookSortField.php
#         src/OneDrive/Workbooks/WorkbookChartTitle.php
#         src/OneDrive/Workbooks/WorkbookRangeView.php
#         src/OneDrive/Workbooks/Workbook.php
#         src/OneDrive/Workbooks/WorkbookChartAxisTitleFormat.php
#         src/OneDrive/Workbooks/WorkbookChartAreaFormat.php
#         src/OneDrive/Workbooks/WorkbookFilterDatetime.php
#         src/OneDrive/Workbooks/WorkbookRangeReference.php
#         src/OneDrive/Workbooks/WorkbookChartPoint.php
#         src/OneDrive/Workbooks/WorkbookFunctions.php
#         src/OneDrive/Workbooks/WorkbookApplication.php
#         src/OneDrive/Workbooks/WorkbookTable.php
#         src/OneDrive/Workbooks/WorkbookChartPointFormat.php
#         src/OneDrive/Workbooks/WorkbookChartDataLabelFormat.php
#         src/OneDrive/Workbooks/WorkbookTableSort.php
#         src/OneDrive/Workbooks/WorkbookChartDataLabels.php
#         src/OneDrive/Workbooks/WorkbookChartGridlines.php
#         src/OneDrive/Workbooks/WorkbookRange.php
#         src/OneDrive/ContentTypes/ContentTypeInfo.php
#         src/OneDrive/ContentTypes/ContentType.php
#         src/OneDrive/ContentTypes/ContentTypeOrder.php
#         src/OneDrive/Sites/SiteCollection.php
#         src/OneDrive/Sites/Site.php
#         src/OneDrive/Drives/Drive.php
#         src/OneDrive/Drives/DriveCollection.php
#         src/OneDrive/Drives/DriveRecipient.php
#         src/OneDrive/Drives/Quota.php
#         src/OneDrive/DriveItems/SystemFacet.php
#         src/OneDrive/DriveItems/Audio.php
#         src/OneDrive/DriveItems/DriveItem.php
#         src/OneDrive/DriveItems/Image.php
#         src/OneDrive/DriveItems/DriveItemCollection.php
#         src/OneDrive/DriveItems/Folder.php
#         src/OneDrive/DriveItems/File.php
#         src/OneDrive/DriveItems/Video.php
#         src/OneDrive/DriveItems/FolderView.php
#         src/OneDrive/DriveItems/RemoteItem.php
#         src/OneDrive/DriveItems/Deleted.php
#         src/OneDrive/DriveItems/Hashes.php
#         src/OneDrive/DriveItems/Package.php
#         src/OneDrive/DriveItems/DriveItemVersion.php
#         src/OneDrive/DriveItems/PublicationFacet.php
#         src/OneDrive/DriveItems/FileSystemInfo.php
#         src/OneDrive/DriveItems/Photo.php
#         src/OneDrive/DriveItems/SpecialFolder.php
#         src/OneDrive/DriveItems/DriveItemUploadableProperties.php
#         src/OneDrive/Lists/ListInfo.php
#         src/OneDrive/Lists/SharePointList.php
#         src/OneDrive/ListItems/ListItemVersion.php
#         src/OneDrive/ListItems/ListItem.php
#         src/OneDrive/ListItems/FieldValueSet.php
#         src/OneDrive/ListItems/ListItemCollection.php
#         src/Insights/UsedInsight.php
#         src/Insights/OfficeGraphInsights.php
#         src/Insights/InsightIdentity.php
#         src/Insights/Trending.php
#         src/Insights/UsageDetails.php
#         tests/GraphTestCase.php
#         tests/bootstrap.php
#         tests/Settings.php
#         tests/common/ResourcePathTest.php
#         tests/outlookservices/OutlookMailTest.php
#         tests/outlookservices/CalendarTest.php
#         tests/outlookservices/OutlookContactTest.php
#         tests/onedrive/SitesTest.php
#         tests/onedrive/OneDriveTest.php
#         tests/onenote/OneNoteTest.php
#         tests/planner/PlannerTasksTest.php
#         tests/planner/PlannerTest.php
#         tests/planner/PlannerPlansTest.php
#         tests/reports/ReportsTest.php
#         tests/sharepoint/GroupSiteManagerTest.php
#         tests/sharepoint/SearchTest.php
#         tests/sharepoint/MetadataReaderTest.php
#         tests/sharepoint/UserTest.php
#         tests/sharepoint/DocSetTest.php
#         tests/sharepoint/FolderTest.php
#         tests/sharepoint/ViewTest.php
#         tests/sharepoint/WebTest.php
#         tests/sharepoint/UserProfileTest.php
#         tests/sharepoint/TenantTest.php
#         tests/sharepoint/BatchTest.php
#         tests/sharepoint/SPSiteManagerTest.php
#         tests/sharepoint/ListItemTest.php
#         tests/sharepoint/ChangeTest.php
#         tests/sharepoint/VideoServiceTest.php
#         tests/sharepoint/UtilityTest.php
#         tests/sharepoint/FieldTest.php
#         tests/sharepoint/FileTest.php
#         tests/sharepoint/ContentTypeTest.php
#         tests/sharepoint/PageTest.php
#         tests/sharepoint/RoleTest.php
#         tests/sharepoint/ListTest.php
#         tests/sharepoint/SiteTest.php
#         tests/sharepoint/PeopleManagerTest.php
#         tests/sharepoint/TaxonomyTest.php
#         tests/sharepoint/SharePointTestCase.php
#         tests/sharepoint/ClientContextTest.php
#         tests/teams/TeamsTest.php
#         tests/directory/ApplicationsTest.php
#         tests/directory/DirectoryTest.php
#         tests/directory/GroupsTest.php

#----------------------------------------------------------------------------
# huge files   (skipped):
#         examples/data/big_buck_bunny.mp4

#----------------------------------------------------------------------------
# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
# license/copyright files.

#----------------------------------------------------------------------------
# License file: LICENSE.md
 The MIT License (MIT)
 .
 Copyright (c) Vadim Gremyachev
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.
