-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SharePoint model updated to 16.0.24106.12014 version, a few import fixes
- Loading branch information
Showing
58 changed files
with
23,453 additions
and
463,437 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?php | ||
|
||
/** | ||
* Generated 2023-09-30T09:13:50+00:00 16.0.24106.12014 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientValue; | ||
class AdditionalAccessStatusResponse extends ClientValue | ||
{ | ||
/** | ||
* @var integer | ||
*/ | ||
public $AdditionalAccessRequestStatus; | ||
/** | ||
* @var string | ||
*/ | ||
public $ErrorMessage; | ||
/** | ||
* @var integer | ||
*/ | ||
public $RoleValue; | ||
/** | ||
* @var integer | ||
*/ | ||
public $StatusCode; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
/** | ||
* Generated 2023-09-30T09:13:50+00:00 16.0.24106.12014 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientValue; | ||
class Audience extends ClientValue | ||
{ | ||
/** | ||
* @var string | ||
*/ | ||
public $Email; | ||
/** | ||
* @var string | ||
*/ | ||
public $Id; | ||
/** | ||
* @var string | ||
*/ | ||
public $Title; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
|
||
/** | ||
* Generated 2023-09-30T09:13:50+00:00 16.0.24106.12014 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
|
||
class Broker extends BaseEntity | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
/** | ||
* Generated 2023-09-30T09:13:50+00:00 16.0.24106.12014 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientValue; | ||
class CAAEFieldElement extends ClientValue | ||
{ | ||
/** | ||
* @var string | ||
*/ | ||
public $Id; | ||
/** | ||
* @var string | ||
*/ | ||
public $Version; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
/** | ||
* Generated 2023-09-30T09:13:50+00:00 16.0.24106.12014 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientValue; | ||
class CAAESnippetElement extends ClientValue | ||
{ | ||
/** | ||
* @var string | ||
*/ | ||
public $Id; | ||
/** | ||
* @var string | ||
*/ | ||
public $Version; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* Generated 2023-09-30T09:13:50+00:00 16.0.24106.12014 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientObject; | ||
use Office365\Runtime\Actions\DeleteEntityQuery; | ||
use Office365\Runtime\ResourcePath; | ||
use Office365\Runtime\Actions\UpdateEntityQuery; | ||
class EmployeeExperienceController extends BaseEntity | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* Generated 2023-09-30T09:13:50+00:00 16.0.24106.12014 | ||
*/ | ||
namespace Office365\SharePoint; | ||
|
||
use Office365\Runtime\ClientObject; | ||
use Office365\Runtime\Actions\DeleteEntityQuery; | ||
use Office365\Runtime\ResourcePath; | ||
use Office365\Runtime\Actions\UpdateEntityQuery; | ||
class FavoriteItemCollection extends BaseEntity | ||
{ | ||
} |
Oops, something went wrong.