Skip to content

Commit a9aaccb

Browse files
committed
SharePoint model updated to 16.0.24628.12008 version
1 parent 7f411a1 commit a9aaccb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1245
-92
lines changed

generator/Settings.SharePoint.json

+2-2
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.24607.12008",
10-
"timestamp": "2024-02-24T10:21:51+00:00",
9+
"version": "16.0.24628.12008",
10+
"timestamp": "2024-03-17T10:39:33+00:00",
1111
"placeholder": "Generated ",
1212
"typeMappings": {
1313
"SP.List": "SP.SPList",

generator/metadata/SharePoint.xml

+317-77
Large diffs are not rendered by default.

src/SharePoint/AgreementDocument.php

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-02-24T10:21:51+00:00 16.0.24607.12008
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class AgreementDocument extends ClientValue
10+
{
11+
/**
12+
* @var string
13+
*/
14+
public $DocumentType;
15+
/**
16+
* @var string
17+
*/
18+
public $DocumentUrl;
19+
/**
20+
* @var bool
21+
*/
22+
public $IsActive;
23+
/**
24+
* @var array
25+
*/
26+
public $LinkedPDFs;
27+
/**
28+
* @var string
29+
*/
30+
public $State;
31+
}
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-03-17T10:39:33+00:00 16.0.24628.12008
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class AgreementDocumentsInfo extends ClientValue
10+
{
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-02-24T10:21:51+00:00 16.0.24607.12008
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class AgreementESignStatusUpdatedPayload extends ClientValue
10+
{
11+
/**
12+
* @var string
13+
*/
14+
public $AgreementId;
15+
/**
16+
* @var string
17+
*/
18+
public $ExternalReference;
19+
/**
20+
* @var string
21+
*/
22+
public $SignedDocId;
23+
/**
24+
* @var string
25+
*/
26+
public $Status;
27+
}

src/SharePoint/AgreementMetaData.php

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-03-17T10:39:33+00:00 16.0.24628.12008
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class AgreementMetaData extends ClientValue
10+
{
11+
/**
12+
* @var string
13+
*/
14+
public $AgreementNumber;
15+
/**
16+
* @var string
17+
*/
18+
public $Category;
19+
/**
20+
* @var string
21+
*/
22+
public $Country;
23+
/**
24+
* @var string
25+
*/
26+
public $CreatedBy;
27+
/**
28+
* @var string
29+
*/
30+
public $CreatedTime;
31+
/**
32+
* @var string
33+
*/
34+
public $EndDate;
35+
/**
36+
* @var string
37+
*/
38+
public $FirstParty;
39+
/**
40+
* @var string
41+
*/
42+
public $Language;
43+
/**
44+
* @var string
45+
*/
46+
public $Name;
47+
/**
48+
* @var string
49+
*/
50+
public $Owner;
51+
/**
52+
* @var string
53+
*/
54+
public $SecondParty;
55+
/**
56+
* @var string
57+
*/
58+
public $SiteId;
59+
/**
60+
* @var string
61+
*/
62+
public $StartDate;
63+
/**
64+
* @var string
65+
*/
66+
public $State;
67+
/**
68+
* @var string
69+
*/
70+
public $TotalValue;
71+
/**
72+
* @var string
73+
*/
74+
public $Url;
75+
/**
76+
* @var string
77+
*/
78+
public $WebId;
79+
/**
80+
* @var string
81+
*/
82+
public $WebUrl;
83+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-02-24T10:21:51+00:00 16.0.24607.12008
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class AgreementSearchParameters extends ClientValue
10+
{
11+
/**
12+
* @var string
13+
*/
14+
public $AgreementNumber;
15+
/**
16+
* @var string
17+
*/
18+
public $Category;
19+
/**
20+
* @var string
21+
*/
22+
public $Owner;
23+
/**
24+
* @var integer
25+
*/
26+
public $RowLimit;
27+
/**
28+
* @var integer
29+
*/
30+
public $StartRow;
31+
/**
32+
* @var string
33+
*/
34+
public $State;
35+
}

src/SharePoint/AppPrincipal.php

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-02-24T10:21:51+00:00 16.0.24607.12008
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 AppPrincipal extends BaseEntity
13+
{
14+
/**
15+
* The
16+
* display name of the app principal.
17+
* @return string
18+
*/
19+
public function getDisplayName()
20+
{
21+
return $this->getProperty("DisplayName");
22+
}
23+
/**
24+
* The
25+
* display name of the app principal.
26+
* @var string
27+
*/
28+
public function setDisplayName($value)
29+
{
30+
return $this->setProperty("DisplayName", $value, true);
31+
}
32+
/**
33+
* Accessibility: Read OnlyThe
34+
* endpoints of the app.The value
35+
* is a list of hostname[:port].
36+
* @return array
37+
*/
38+
public function getEndpointAuthorities()
39+
{
40+
return $this->getProperty("EndpointAuthorities");
41+
}
42+
/**
43+
* Accessibility: Read OnlyThe
44+
* endpoints of the app.The value
45+
* is a list of hostname[:port].
46+
* @var array
47+
*/
48+
public function setEndpointAuthorities($value)
49+
{
50+
return $this->setProperty("EndpointAuthorities", $value, true);
51+
}
52+
/**
53+
* The name
54+
* identifier of the app principal.
55+
* @return string
56+
*/
57+
public function getNameIdentifier()
58+
{
59+
return $this->getProperty("NameIdentifier");
60+
}
61+
/**
62+
* The name
63+
* identifier of the app principal.
64+
* @var string
65+
*/
66+
public function setNameIdentifier($value)
67+
{
68+
return $this->setProperty("NameIdentifier", $value, true);
69+
}
70+
/**
71+
* Accessibility: Read OnlyThe
72+
* redirect URI associated with the app.The
73+
* authorization server sends the end user back to the redirect URI once the
74+
* access is granted or denied.
75+
* @return array
76+
*/
77+
public function getRedirectAddresses()
78+
{
79+
return $this->getProperty("RedirectAddresses");
80+
}
81+
/**
82+
* Accessibility: Read OnlyThe
83+
* redirect URI associated with the app.The
84+
* authorization server sends the end user back to the redirect URI once the
85+
* access is granted or denied.
86+
* @var array
87+
*/
88+
public function setRedirectAddresses($value)
89+
{
90+
return $this->setProperty("RedirectAddresses", $value, true);
91+
}
92+
}

src/SharePoint/BrandCenter.php

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-02-24T10:21:51+00:00 16.0.24607.12008
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 BrandCenter extends BaseEntity
13+
{
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-02-24T10:21:51+00:00 16.0.24607.12008
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class BrandCenterConfiguration extends ClientValue
10+
{
11+
/**
12+
* @var bool
13+
*/
14+
public $IsBrandCenterSiteFeatureEnabled;
15+
/**
16+
* @var bool
17+
*/
18+
public $IsPublicCdnEnabled;
19+
/**
20+
* @var string
21+
*/
22+
public $SiteId;
23+
/**
24+
* @var string
25+
*/
26+
public $SiteUrl;
27+
}

src/SharePoint/CAFieldValue.php

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
3+
/**
4+
* Generated 2024-02-24T10:21:51+00:00 16.0.24607.12008
5+
*/
6+
namespace Office365\SharePoint;
7+
8+
use Office365\Runtime\ClientValue;
9+
class CAFieldValue extends ClientValue
10+
{
11+
/**
12+
* @var string
13+
*/
14+
public $DataType;
15+
/**
16+
* @var string
17+
*/
18+
public $Id;
19+
/**
20+
* @var string
21+
*/
22+
public $Name;
23+
/**
24+
* @var string
25+
*/
26+
public $Value;
27+
}

src/SharePoint/ClassificationResult.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Generated 2023-09-30T09:13:50+00:00 16.0.24106.12014
4+
* Generated 2024-03-17T10:39:33+00:00 16.0.24628.12008
55
*/
66
namespace Office365\SharePoint;
77

@@ -48,4 +48,8 @@ class ClassificationResult extends ClientValue
4848
* @var string
4949
*/
5050
public $Error;
51+
/**
52+
* @var string
53+
*/
54+
public $ContentTypeName;
5155
}

0 commit comments

Comments
 (0)