Socket
Socket
Sign inDemoInstall

gd-sprest-def

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gd-sprest-def - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

lib/Microsoft/Online/SharePoint/MultiGeo/Service/entitytypes.d.ts

@@ -349,5 +349,5 @@ import { Microsoft } from "../../../../../";

/*********************************************
* MultiGeoServicesBetaQuery
* MultiGeoServicesBetaQuery<T = any>
**********************************************/
export interface MultiGeoServicesBetaQuery {
export interface MultiGeoServicesBetaQuery<T = any> {
AllowedDataLocations(): T;

@@ -354,0 +354,0 @@ ContentDbSchemaVersion(): T;

@@ -337,5 +337,5 @@ import { Microsoft } from "../../../../";

/*********************************************
* TenantQuery
* TenantQuery<T = any>
**********************************************/
export interface TenantQuery {
export interface TenantQuery<T = any> {
Sites(): T;

@@ -342,0 +342,0 @@ }

@@ -65,5 +65,5 @@ import { Microsoft } from "../../../../../";

/*********************************************
* SPOWebAppServicePrincipalQuery
* SPOWebAppServicePrincipalQuery<T = any>
**********************************************/
export interface SPOWebAppServicePrincipalQuery {
export interface SPOWebAppServicePrincipalQuery<T = any> {
PermissionGrants(): T;

@@ -70,0 +70,0 @@ PermissionRequests(): T;

@@ -33,5 +33,5 @@ import { Microsoft } from "../../../../";

/*********************************************
* GetExternalUsersResultsQuery
* GetExternalUsersResultsQuery<T = any>
**********************************************/
export interface GetExternalUsersResultsQuery {
export interface GetExternalUsersResultsQuery<T = any> {
ExternalUserCollection(): T;

@@ -38,0 +38,0 @@ }

@@ -33,5 +33,5 @@ import { Microsoft } from "../../../";

/*********************************************
* SPFarmQuery
* SPFarmQuery<T = any>
**********************************************/
export interface SPFarmQuery {
export interface SPFarmQuery<T = any> {
Local(): T;

@@ -74,5 +74,5 @@ }

/*********************************************
* SPWebApplicationQuery
* SPWebApplicationQuery<T = any>
**********************************************/
export interface SPWebApplicationQuery {
export interface SPWebApplicationQuery<T = any> {
Sites(): T;

@@ -97,5 +97,5 @@ }

/*********************************************
* SPWebServiceQuery
* SPWebServiceQuery<T = any>
**********************************************/
export interface SPWebServiceQuery {
export interface SPWebServiceQuery<T = any> {
ContentService(): T;

@@ -102,0 +102,0 @@ WebApplications(): T;

@@ -32,5 +32,5 @@ import { Microsoft } from "../../../";

/*********************************************
* commentQuery
* commentQuery<T = any>
**********************************************/
export interface commentQuery {
export interface commentQuery<T = any> {
likedBy(): T;

@@ -37,0 +37,0 @@ replies(): T;

@@ -19,5 +19,5 @@ import { Microsoft } from "../../../";

/*********************************************
* likedByInformationQuery
* likedByInformationQuery<T = any>
**********************************************/
export interface likedByInformationQuery {
export interface likedByInformationQuery<T = any> {
likedBy(): T;

@@ -24,0 +24,0 @@ }

@@ -18,5 +18,5 @@ import { Microsoft } from "../../../../";

/*********************************************
* SiteCollectionCorporateCatalogAccessorQuery
* SiteCollectionCorporateCatalogAccessorQuery<T = any>
**********************************************/
export interface SiteCollectionCorporateCatalogAccessorQuery {
export interface SiteCollectionCorporateCatalogAccessorQuery<T = any> {
AvailableApps(): T;

@@ -74,5 +74,5 @@ }

/*********************************************
* TenantCorporateCatalogAccessorQuery
* TenantCorporateCatalogAccessorQuery<T = any>
**********************************************/
export interface TenantCorporateCatalogAccessorQuery {
export interface TenantCorporateCatalogAccessorQuery<T = any> {
AvailableApps(): T;

@@ -79,0 +79,0 @@ SiteCollectionAppCatalogsSites(): T;

@@ -113,5 +113,5 @@ import { SP } from "../../../";

/*********************************************
* SharePointHomeServiceContextQuery
* SharePointHomeServiceContextQuery<T = any>
**********************************************/
export interface SharePointHomeServiceContextQuery {
export interface SharePointHomeServiceContextQuery<T = any> {
Token(): T;

@@ -118,0 +118,0 @@ }

@@ -58,5 +58,5 @@ import { MS } from "../../";

/*********************************************
* FolderQuery
* FolderQuery<T = any>
**********************************************/
export interface FolderQuery {
export interface FolderQuery<T = any> {
Children(): T;

@@ -63,0 +63,0 @@ }

@@ -127,5 +127,5 @@ import { SP } from "../../";

/*********************************************
* MethodExecutionResultQuery
* MethodExecutionResultQuery<T = any>
**********************************************/
export interface MethodExecutionResultQuery {
export interface MethodExecutionResultQuery<T = any> {
ReturnParameterCollection(): T;

@@ -150,5 +150,5 @@ }

/*********************************************
* EntityViewQuery
* EntityViewQuery<T = any>
**********************************************/
export interface EntityViewQuery {
export interface EntityViewQuery<T = any> {
Fields(): T;

@@ -155,0 +155,0 @@ }

@@ -58,5 +58,5 @@ import { SP } from "../../";

/*********************************************
* GroupQuery
* GroupQuery<T = any>
**********************************************/
export interface GroupQuery {
export interface GroupQuery<T = any> {
members(): T;

@@ -129,5 +129,5 @@ owners(): T;

/*********************************************
* UserQuery
* UserQuery<T = any>
**********************************************/
export interface UserQuery {
export interface UserQuery<T = any> {
membership(): T;

@@ -169,5 +169,5 @@ ownership(): T;

/*********************************************
* GroupAndUserStatusQuery
* GroupAndUserStatusQuery<T = any>
**********************************************/
export interface GroupAndUserStatusQuery {
export interface GroupAndUserStatusQuery<T = any> {
Group(): T;

@@ -174,0 +174,0 @@ }

@@ -91,5 +91,5 @@ import { SP } from "../../";

/*********************************************
* VideoItemQuery
* VideoItemQuery<T = any>
**********************************************/
export interface VideoItemQuery {
export interface VideoItemQuery<T = any> {
Author(): T;

@@ -189,5 +189,5 @@ Owner(): T;

/*********************************************
* PointPublishingPostQuery
* PointPublishingPostQuery<T = any>
**********************************************/
export interface PointPublishingPostQuery {
export interface PointPublishingPostQuery<T = any> {
images(): T;

@@ -224,5 +224,5 @@ }

/*********************************************
* PointPublishingPostServiceManagerQuery
* PointPublishingPostServiceManagerQuery<T = any>
**********************************************/
export interface PointPublishingPostServiceManagerQuery {
export interface PointPublishingPostServiceManagerQuery<T = any> {
bannerimages(): T;

@@ -364,5 +364,5 @@ contributors(): T;

/*********************************************
* SitePageMetadataQuery
* SitePageMetadataQuery<T = any>
**********************************************/
export interface SitePageMetadataQuery {
export interface SitePageMetadataQuery<T = any> {
CreatedBy(): T;

@@ -503,5 +503,5 @@ LastModifiedBy(): T;

/*********************************************
* SitePageServiceQuery
* SitePageServiceQuery<T = any>
**********************************************/
export interface SitePageServiceQuery {
export interface SitePageServiceQuery<T = any> {
CommunicationSite(): T;

@@ -540,5 +540,5 @@ Pages(): T;

/*********************************************
* SpotlightChannelQuery
* SpotlightChannelQuery<T = any>
**********************************************/
export interface SpotlightChannelQuery {
export interface SpotlightChannelQuery<T = any> {
Channel(): T;

@@ -585,5 +585,5 @@ }

/*********************************************
* VideoChannelQuery
* VideoChannelQuery<T = any>
**********************************************/
export interface VideoChannelQuery {
export interface VideoChannelQuery<T = any> {
Search(): T;

@@ -642,5 +642,5 @@ SpotlightVideos(): T;

/*********************************************
* SpotlightVideoQuery
* SpotlightVideoQuery<T = any>
**********************************************/
export interface SpotlightVideoQuery {
export interface SpotlightVideoQuery<T = any> {
Video(): T;

@@ -681,5 +681,5 @@ }

/*********************************************
* VideoPermissionGroupQuery
* VideoPermissionGroupQuery<T = any>
**********************************************/
export interface VideoPermissionGroupQuery {
export interface VideoPermissionGroupQuery<T = any> {
Users(): T;

@@ -744,5 +744,5 @@ }

/*********************************************
* VideoServiceManagerQuery
* VideoServiceManagerQuery<T = any>
**********************************************/
export interface VideoServiceManagerQuery {
export interface VideoServiceManagerQuery<T = any> {
CanEditChannels(): T;

@@ -749,0 +749,0 @@ Channels(): T;

@@ -88,5 +88,5 @@ import { SP } from "../../";

/*********************************************
* SharingInformationQuery
* SharingInformationQuery<T = any>
**********************************************/
export interface SharingInformationQuery {
export interface SharingInformationQuery<T = any> {
pickerSettings(): T;

@@ -93,0 +93,0 @@ }

@@ -211,5 +211,5 @@ import { SP } from "../../";

/*********************************************
* UserProfileQuery
* UserProfileQuery<T = any>
**********************************************/
export interface UserProfileQuery {
export interface UserProfileQuery<T = any> {
FollowedContent(): T;

@@ -216,0 +216,0 @@ PersonalSite(): T;

@@ -74,5 +74,5 @@ import { SP } from "../../";

/*********************************************
* ThemeManagerQuery
* ThemeManagerQuery<T = any>
**********************************************/
export interface ThemeManagerQuery {
export interface ThemeManagerQuery<T = any> {
ContextThemeManager(): T;

@@ -79,0 +79,0 @@ }

@@ -19,5 +19,5 @@ import { SP } from "../../";

/*********************************************
* LimitedWebPartManagerQuery
* LimitedWebPartManagerQuery<T = any>
**********************************************/
export interface LimitedWebPartManagerQuery {
export interface LimitedWebPartManagerQuery<T = any> {
WebParts(): T;

@@ -50,5 +50,5 @@ }

/*********************************************
* WebPartDefinitionQuery
* WebPartDefinitionQuery<T = any>
**********************************************/
export interface WebPartDefinitionQuery {
export interface WebPartDefinitionQuery<T = any> {
WebPart(): T;

@@ -89,6 +89,6 @@ }

/*********************************************
* WebPartQuery
* WebPartQuery<T = any>
**********************************************/
export interface WebPartQuery {
export interface WebPartQuery<T = any> {
Properties(): T;
}

@@ -85,5 +85,5 @@ import { SP } from "../../";

/*********************************************
* WorkflowInstanceServiceQuery
* WorkflowInstanceServiceQuery<T = any>
**********************************************/
export interface WorkflowInstanceServiceQuery {
export interface WorkflowInstanceServiceQuery<T = any> {
Current(): T;

@@ -119,5 +119,5 @@ }

/*********************************************
* InteropServiceQuery
* InteropServiceQuery<T = any>
**********************************************/
export interface InteropServiceQuery {
export interface InteropServiceQuery<T = any> {
Current(): T;

@@ -154,5 +154,5 @@ }

/*********************************************
* WorkflowServicesManagerQuery
* WorkflowServicesManagerQuery<T = any>
**********************************************/
export interface WorkflowServicesManagerQuery {
export interface WorkflowServicesManagerQuery<T = any> {
Current(): T;

@@ -212,5 +212,5 @@ }

/*********************************************
* WorkflowSubscriptionServiceQuery
* WorkflowSubscriptionServiceQuery<T = any>
**********************************************/
export interface WorkflowSubscriptionServiceQuery {
export interface WorkflowSubscriptionServiceQuery<T = any> {
Current(): T;

@@ -217,0 +217,0 @@ }

@@ -251,5 +251,5 @@ import { SP } from "../../../";

/*********************************************
* NonTaskDataReadResultQuery
* NonTaskDataReadResultQuery<T = any>
**********************************************/
export interface NonTaskDataReadResultQuery {
export interface NonTaskDataReadResultQuery<T = any> {
AllLocatons(): T;

@@ -288,5 +288,5 @@ PersistedProperties(): T;

/*********************************************
* RefreshHistoryQuery
* RefreshHistoryQuery<T = any>
**********************************************/
export interface RefreshHistoryQuery {
export interface RefreshHistoryQuery<T = any> {
Refreshes(): T;

@@ -314,5 +314,5 @@ }

/*********************************************
* RefreshResultQuery
* RefreshResultQuery<T = any>
**********************************************/
export interface RefreshResultQuery {
export interface RefreshResultQuery<T = any> {
ProviderStatuses(): T;

@@ -382,5 +382,5 @@ TaskChangesByLocation(): T;

/*********************************************
* RefreshHealthInfoQuery
* RefreshHealthInfoQuery<T = any>
**********************************************/
export interface RefreshHealthInfoQuery {
export interface RefreshHealthInfoQuery<T = any> {
ProviderErrors(): T;

@@ -451,5 +451,5 @@ }

/*********************************************
* SortableTaskQueryQuery
* SortableTaskQueryQuery<T = any>
**********************************************/
export interface SortableTaskQueryQuery {
export interface SortableTaskQueryQuery<T = any> {
CoreQuery(): T;

@@ -479,5 +479,5 @@ Order(): T;

/*********************************************
* TaskQueryQuery
* TaskQueryQuery<T = any>
**********************************************/
export interface TaskQueryQuery {
export interface TaskQueryQuery<T = any> {
CustomAttributeFilter(): T;

@@ -509,5 +509,5 @@ FieldFilter(): T;

/*********************************************
* TaskFilterQuery
* TaskFilterQuery<T = any>
**********************************************/
export interface TaskFilterQuery {
export interface TaskFilterQuery<T = any> {
CompletedCriterion(): T;

@@ -536,5 +536,5 @@ DueDateRangeCriterion(): T;

/*********************************************
* TaskQueryByLocationResultQuery
* TaskQueryByLocationResultQuery<T = any>
**********************************************/
export interface TaskQueryByLocationResultQuery {
export interface TaskQueryByLocationResultQuery<T = any> {
Results(): T;

@@ -559,5 +559,5 @@ }

/*********************************************
* TaskQueryResultQuery
* TaskQueryResultQuery<T = any>
**********************************************/
export interface TaskQueryResultQuery {
export interface TaskQueryResultQuery<T = any> {
Results(): T;

@@ -582,5 +582,5 @@ }

/*********************************************
* TaskRefreshResultQuery
* TaskRefreshResultQuery<T = any>
**********************************************/
export interface TaskRefreshResultQuery {
export interface TaskRefreshResultQuery<T = any> {
Result(): T;

@@ -605,5 +605,5 @@ }

/*********************************************
* TaskWriteResultQuery
* TaskWriteResultQuery<T = any>
**********************************************/
export interface TaskWriteResultQuery {
export interface TaskWriteResultQuery<T = any> {
Result(): T;

@@ -610,0 +610,0 @@ }

@@ -417,3 +417,3 @@ let fs = require("fs");

collections.length > 0 ? content.push(create.interface(name + "Collections<T = any>", null, collections.join('\n'))) : null;
queryMethods.length > 0 ? content.push(create.interface(name + "Query", null, queryMethods.join('\n'))) : null;
queryMethods.length > 0 ? content.push(create.interface(name + "Query<T = any>", null, queryMethods.join('\n'))) : null;
methods.length > 0 ? content.push(create.interface(name + "Methods<T = any>", null, methods.join('\n'))) : null;

@@ -420,0 +420,0 @@ }

{
"name": "gd-sprest-def",
"version": "0.1.1",
"version": "0.1.2",
"description": "TypeScript definition files generated from the $metadata REST endpoint in SharePoint.",

@@ -5,0 +5,0 @@ "author": "Gunjan Datta <me@dattabase.com> (https://gunjandatta.github.io)",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc