Skip to content

Commit f1a672f

Browse files
committed
SharePoint model updated to 16.0.24803.12007 version
1 parent e6d6b4f commit f1a672f

37 files changed

+1385
-178
lines changed

examples/Photo/myprofile.png

Lines changed: 1 addition & 1 deletion
Loading

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.24628.12008",
10-
"timestamp": "2024-03-17T10:39:33+00:00",
9+
"version": "16.0.24803.12007",
10+
"timestamp": "2024-04-20T08:07:39+00:00",
1111
"placeholder": "Generated ",
1212
"typeMappings": {
1313
"SP.List": "SP.SPList",

generator/metadata/SharePoint.xml

Lines changed: 718 additions & 150 deletions
Large diffs are not rendered by default.

src/Runtime/Http/Response.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function __construct($content, $curlInfo, RequestOptions $requestOptions)
2121
* returns a Array including all response headers of
2222
* this request. when RequestOptions::IncludeHeaders was not
2323
* set to true this will be empty.
24-
* @return Array
24+
* @return array
2525
*/
2626
public function getHeaders()
2727
{
@@ -109,7 +109,7 @@ public function getContentType()
109109
/**
110110
* returns the array of curl_getinfo.
111111
* Check https://www.php.net/manual/function.curl-getinfo.php for the available keys.
112-
* @return Array
112+
* @return array
113113
*/
114114
public function getCurlInfo()
115115
{
@@ -150,7 +150,7 @@ public function getContent()
150150
protected $RequestOptions;
151151

152152
/**
153-
* @var Array
153+
* @var array
154154
*/
155155
protected $CurlInfo;
156156

src/SharePoint/AgreementDataPair.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-04-20T08:07:39+00:00 16.0.24803.12007
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class AgreementDataPair extends ClientValue
10+
{
11+
/**
12+
* @var integer
13+
*/
14+
public $Count;
15+
/**
16+
* @var string
17+
*/
18+
public $Name;
19+
}

src/SharePoint/AgreementLocation.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 2024-04-20T08:07:39+00:00 16.0.24803.12007
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class AgreementLocation extends ClientValue
10+
{
11+
/**
12+
* @var string
13+
*/
14+
public $CategoryLabel;
15+
/**
16+
* @var string
17+
*/
18+
public $LibraryId;
19+
/**
20+
* @var string
21+
*/
22+
public $SiteId;
23+
/**
24+
* @var string
25+
*/
26+
public $WebId;
27+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-04-20T08:07:39+00:00 16.0.24803.12007
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class AgreementReportBaseData extends ClientValue
10+
{
11+
/**
12+
* @var integer
13+
*/
14+
public $Expired;
15+
/**
16+
* @var integer
17+
*/
18+
public $InEffect;
19+
/**
20+
* @var integer
21+
*/
22+
public $NearExpiration;
23+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-04-20T08:07:39+00:00 16.0.24803.12007
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class AgreementReportFilter extends ClientValue
10+
{
11+
/**
12+
* @var string
13+
*/
14+
public $Category;
15+
/**
16+
* @var string
17+
*/
18+
public $FirstParty;
19+
/**
20+
* @var string
21+
*/
22+
public $Language;
23+
/**
24+
* @var string
25+
*/
26+
public $Location;
27+
/**
28+
* @var string
29+
*/
30+
public $Owner;
31+
/**
32+
* @var string
33+
*/
34+
public $SecondParty;
35+
/**
36+
* @var string
37+
*/
38+
public $State;
39+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-04-20T08:07:39+00:00 16.0.24803.12007
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class AgreementSummaryData extends ClientValue
10+
{
11+
/**
12+
* @var integer
13+
*/
14+
public $Evergreen;
15+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-04-20T08:07:39+00:00 16.0.24803.12007
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class ApprovalConfigurationResponse extends ClientValue
10+
{
11+
/**
12+
* @var integer
13+
*/
14+
public $ApprovalConfigurationID;
15+
/**
16+
* @var string
17+
*/
18+
public $CategoryID;
19+
/**
20+
* @var string
21+
*/
22+
public $CategoryLabel;
23+
/**
24+
* @var string
25+
*/
26+
public $Country;
27+
/**
28+
* @var string
29+
*/
30+
public $Language;
31+
/**
32+
* @var string
33+
*/
34+
public $Source;
35+
}

0 commit comments

Comments
 (0)