Skip to content

Commit 0c15b4b

Browse files
committed
SharePoint model updated to 16.0.26330.12011 version
1 parent b7861a8 commit 0c15b4b

36 files changed

+3872
-176
lines changed

generator/Settings.SharePoint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"docsRoot": "https:\/\/docs.microsoft.com\/en-us\/openspecs\/sharepoint_protocols\/ms-csomspt\/",
77
"rootNamespace": "Office365\\SharePoint",
88
"entityRootNamespace": "SP",
9-
"version": "16.0.26121.12017",
10-
"timestamp": "2025-06-14T08:49:21+00:00",
9+
"version": "16.0.26330.12011",
10+
"timestamp": "2025-08-15T21:03:47+00:00",
1111
"placeholder": "Generated ",
1212
"typeMappings": {
1313
"SP.List": "SP.SPList",

generator/metadata/SharePoint.xml

Lines changed: 3169 additions & 153 deletions
Large diffs are not rendered by default.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<?php
2+
3+
/**
4+
* Generated 2025-08-15T21:03:47+00:00 16.0.26330.12011
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class AgreementsSolutionFileContext extends ClientValue
10+
{
11+
/**
12+
* @var string
13+
*/
14+
public $CategoryId;
15+
/**
16+
* @var string
17+
*/
18+
public $CategoryTermSetId;
19+
/**
20+
* @var integer
21+
*/
22+
public $CheckOutType;
23+
/**
24+
* @var string
25+
*/
26+
public $CurrentVersion;
27+
/**
28+
* @var bool
29+
*/
30+
public $DoesUserHaveEditPermissionOnParent;
31+
/**
32+
* @var string
33+
*/
34+
public $FileRelativePath;
35+
/**
36+
* @var string
37+
*/
38+
public $FolderPathFullUrl;
39+
/**
40+
* @var bool
41+
*/
42+
public $IsAgreementsSolutionFile;
43+
/**
44+
* @var string
45+
*/
46+
public $LastPublishedVersion;
47+
/**
48+
* @var string
49+
*/
50+
public $ListId;
51+
/**
52+
* @var string
53+
*/
54+
public $ListItemId;
55+
/**
56+
* @var string
57+
*/
58+
public $ListItemUniqueId;
59+
/**
60+
* @var string
61+
*/
62+
public $SiteId;
63+
/**
64+
* @var string
65+
*/
66+
public $WebId;
67+
/**
68+
* @var string
69+
*/
70+
public $WebServerRelativeUrl;
71+
/**
72+
* @var string
73+
*/
74+
public $WebUrl;
75+
}

src/SharePoint/Container.php

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
3+
/**
4+
* Generated 2025-06-14T08:50:37+00:00 16.0.26121.12017
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class Container extends ClientValue
10+
{
11+
/**
12+
* @var string
13+
*/
14+
public $backgroundImage;
15+
/**
16+
* @var string
17+
*/
18+
public $verticalContentAlignment;
19+
/**
20+
* @var Padding
21+
*/
22+
public $padding;
23+
}

src/SharePoint/KnowledgeSite.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
/**
4+
* Generated 2025-06-14T08:50:37+00:00 16.0.26121.12017
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientObject;
9+
use Office365\Runtime\Actions\DeleteEntityQuery;
10+
use Office365\Runtime\ResourcePath;
11+
use Office365\Runtime\Actions\UpdateEntityQuery;
12+
class KnowledgeSite extends BaseEntity
13+
{
14+
}

src/SharePoint/MediaServiceUpdateParameters.php

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Generated 2025-06-14T08:50:37+00:00 16.0.26121.12017
4+
* Generated 2025-08-15T21:03:47+00:00 16.0.26330.12011
55
*/
66
namespace Office365\SharePoint;
77

@@ -176,4 +176,16 @@ class MediaServiceUpdateParameters extends ClientValue
176176
* @var string
177177
*/
178178
public $TranslatedLang;
179+
/**
180+
* @var SPAgreementResults
181+
*/
182+
public $AgreementResults;
183+
/**
184+
* @var string
185+
*/
186+
public $DigitalSignatureProvider;
187+
/**
188+
* @var string
189+
*/
190+
public $HasDigitalSignature;
179191
}

src/SharePoint/Nucleus.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
/**
4+
* Generated 2025-06-14T08:50:37+00:00 16.0.26121.12017
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientObject;
9+
use Office365\Runtime\Actions\DeleteEntityQuery;
10+
use Office365\Runtime\ResourcePath;
11+
use Office365\Runtime\Actions\UpdateEntityQuery;
12+
class Nucleus extends BaseEntity
13+
{
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
/**
4+
* Generated 2025-06-14T08:50:37+00:00 16.0.26121.12017
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientObject;
9+
use Office365\Runtime\Actions\DeleteEntityQuery;
10+
use Office365\Runtime\ResourcePath;
11+
use Office365\Runtime\Actions\UpdateEntityQuery;
12+
class OneDriveItemCollection extends BaseEntity
13+
{
14+
}

src/SharePoint/Padding.php

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
3+
/**
4+
* Generated 2025-06-14T08:49:21+00:00 16.0.26121.12017
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class Padding extends ClientValue
10+
{
11+
/**
12+
* @var string
13+
*/
14+
public $bottom;
15+
/**
16+
* @var string
17+
*/
18+
public $left;
19+
/**
20+
* @var string
21+
*/
22+
public $right;
23+
/**
24+
* @var string
25+
*/
26+
public $top;
27+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Office365\SharePoint\Publishing;
4+
5+
use Office365\Runtime\ClientValue;
6+
7+
class AmplifyPublishingHistory extends ClientValue
8+
{
9+
10+
}

0 commit comments

Comments
 (0)