gd-sprest-def 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/SP/complextypes.d.ts +4 -0
- package/lib/SP/entitytypes.d.ts +1 -0
- package/metadata.xml +5 -0
- package/package.json +1 -1
package/lib/SP/complextypes.d.ts
CHANGED
|
@@ -1508,6 +1508,10 @@ export interface FolderDeleteParametersCollections {
|
|
|
1508
1508
|
* GroupCreationInformation
|
|
1509
1509
|
**********************************************/
|
|
1510
1510
|
export interface GroupCreationInformation {
|
|
1511
|
+
AllowMembersEditMembership?: boolean;
|
|
1512
|
+
AllowRequestToJoinLeave?: boolean;
|
|
1513
|
+
AutoAcceptRequestToJoinLeave?: boolean;
|
|
1514
|
+
OnlyAllowMembersViewMembership?: boolean;
|
|
1511
1515
|
Description?: string;
|
|
1512
1516
|
Title?: string;
|
|
1513
1517
|
}
|
package/lib/SP/entitytypes.d.ts
CHANGED
package/metadata.xml
CHANGED
|
@@ -557,6 +557,10 @@
|
|
|
557
557
|
<Property Name="ETagMatch" Type="Edm.String"/>
|
|
558
558
|
</ComplexType>
|
|
559
559
|
<ComplexType Name="GroupCreationInformation">
|
|
560
|
+
<Property Name="AllowMembersEditMembership" Type="Edm.Boolean" />
|
|
561
|
+
<Property Name="AllowRequestToJoinLeave" Type="Edm.Boolean" />
|
|
562
|
+
<Property Name="AutoAcceptRequestToJoinLeave" Type="Edm.Boolean" />
|
|
563
|
+
<Property Name="OnlyAllowMembersViewMembership" Type="Edm.Boolean" />
|
|
560
564
|
<Property Name="Description" Type="Edm.String"/>
|
|
561
565
|
<Property Name="Title" Type="Edm.String"/>
|
|
562
566
|
</ComplexType>
|
|
@@ -1347,6 +1351,7 @@
|
|
|
1347
1351
|
<Property Name="ServerRedirectedEmbedUri" Type="Edm.String"/>
|
|
1348
1352
|
<Property Name="ServerRedirectedEmbedUrl" Type="Edm.String"/>
|
|
1349
1353
|
<Property Name="Client_Title" Type="Edm.String"/>
|
|
1354
|
+
<Property Name="Title" Type="Edm.String" />
|
|
1350
1355
|
<NavigationProperty Name="AttachmentFiles" Relationship="SP.SP_ListItem_AttachmentFiles_SP_Attachment_AttachmentFilesPartner" ToRole="AttachmentFiles" FromRole="AttachmentFilesPartner"/>
|
|
1351
1356
|
<NavigationProperty Name="ContentType" Relationship="SP.SP_ListItem_ContentType_SP_ContentType_ContentTypePartner" ToRole="ContentType" FromRole="ContentTypePartner"/>
|
|
1352
1357
|
<NavigationProperty Name="GetDlpPolicyTip" Relationship="SP.SP_ListItem_GetDlpPolicyTip_SP_DlpPolicyTip_GetDlpPolicyTipPartner" ToRole="GetDlpPolicyTip" FromRole="GetDlpPolicyTipPartner"/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gd-sprest-def",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "TypeScript definition files generated from the $metadata REST endpoint in SharePoint.",
|
|
5
5
|
"author": "Gunjan Datta <me@dattabase.com> (https://gunjandatta.github.io)",
|
|
6
6
|
"license": "MIT",
|