gd-sprest-def 1.5.8 → 1.6.0
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/customV2.js +2 -2
- package/graph.xml +43437 -793
- package/lib/Microsoft/Graph/api.d.ts +253 -1
- package/lib/Microsoft/Graph/complexTypes.d.ts +9015 -433
- package/lib/Microsoft/Graph/entityTypes.d.ts +12647 -475
- package/lib/Microsoft/Graph/enumTypes.d.ts +7564 -0
- package/lib/Microsoft/Online/SharePoint/MigrationCenter/Common/entitytypes.d.ts +7 -0
- package/lib/Microsoft/Online/SharePoint/MigrationCenter/Service/entitytypes.d.ts +2 -1
- package/lib/Microsoft/Online/SharePoint/MultiGeo/Service/entitytypes.d.ts +1 -0
- package/lib/Microsoft/Online/SharePoint/TenantAdministration/complextypes.d.ts +8 -0
- package/lib/Microsoft/Online/SharePoint/TenantAdministration/entitytypes.d.ts +13 -3
- package/lib/Microsoft/Online/SharePoint/TenantManagement/entitytypes.d.ts +2 -0
- package/lib/Microsoft/SharePoint/Administration/OdbLicenseEnforcement/complextypes.d.ts +15 -0
- package/lib/Microsoft/SharePoint/Administration/SiteMove/Service/entitytypes.d.ts +13 -3
- package/lib/Microsoft/SharePoint/Administration/TenantAdmin/complextypes.d.ts +12 -0
- package/lib/Microsoft/SharePoint/Containers/complextypes.d.ts +3 -0
- package/lib/Microsoft/SharePoint/Convergence/entitytypes.d.ts +1 -0
- package/lib/Microsoft/SharePoint/EmployeeEngagement/Experience/complextypes.d.ts +1 -0
- package/lib/Microsoft/SharePoint/IdentityModel/entitytypes.d.ts +89 -0
- package/lib/Microsoft/SharePoint/IdentityModel/index.d.ts +2 -0
- package/lib/Microsoft/SharePoint/Publishing/Amplify/Client/complextypes.d.ts +76 -0
- package/lib/Microsoft/SharePoint/Publishing/Amplify/Client/index.d.ts +2 -0
- package/lib/Microsoft/SharePoint/Publishing/Amplify/index.d.ts +2 -0
- package/lib/Microsoft/SharePoint/Publishing/index.d.ts +2 -0
- package/lib/Microsoft/SharePoint/index.d.ts +2 -0
- package/lib/PS/entitytypes.d.ts +3 -1
- package/lib/SP/Data/entitytypes.d.ts +162 -0
- package/lib/SP/Directory/entitytypes.d.ts +3 -0
- package/lib/SP/Publishing/complextypes.d.ts +2 -0
- package/lib/SP/Publishing/entitytypes.d.ts +17 -6
- package/lib/SP/Sharing/complextypes.d.ts +31 -0
- package/lib/SP/Sharing/entitytypes.d.ts +1 -0
- package/lib/SP/complextypes.d.ts +6 -2
- package/lib/SP/entitytypes.d.ts +25 -10
- package/lib/enumTypes.ts +7565 -0
- package/lib/mapper.d.ts +112 -50
- package/lib/mapper.ts +111 -50
- package/main.js +52 -18
- package/metadata.xml +46531 -46045
- package/package.json +1 -1
package/customV2.js
CHANGED
|
@@ -39,7 +39,7 @@ module.exports = {
|
|
|
39
39
|
{
|
|
40
40
|
name: "setSensitivityLabel",
|
|
41
41
|
returnType: "void",
|
|
42
|
-
argNames: [{ name: "values", type: "
|
|
42
|
+
argNames: [{ name: "values", type: "{ actionSource?: string; assignmentMethod?: string; id: string; justificationText?: string; }" }]
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
name: "update",
|
|
@@ -56,7 +56,7 @@ module.exports = {
|
|
|
56
56
|
{
|
|
57
57
|
name: "setSensitivityLabel",
|
|
58
58
|
returnType: "void",
|
|
59
|
-
argNames: [{ name: "values", type: "
|
|
59
|
+
argNames: [{ name: "values", type: "{ actionSource?: string; assignmentMethod?: string; id: string; justificationText?: string; }" }]
|
|
60
60
|
},
|
|
61
61
|
{
|
|
62
62
|
name: "update",
|