gd-sprest-def 1.9.2 → 1.9.3

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 CHANGED
@@ -55,7 +55,7 @@ module.exports = {
55
55
  permissionCollection: [
56
56
  {
57
57
  name: "add",
58
- argNames: [{ name: "values", type: "{ roles: string[], grantedToIdentities: { id: string, displayName?: string } }" }]
58
+ argNames: [{ name: "values", type: "{ roles: string[], grantedToIdentities: { application: { id: string, displayName?: string } } }" }]
59
59
  }
60
60
  ],
61
61
  listItem: [
@@ -12474,7 +12474,7 @@ export interface permissionOData extends entityOData {
12474
12474
  grant(roles, recipients): IBaseExecution<permission[]>;
12475
12475
  }
12476
12476
  export interface permissionCollection extends IBaseCollection<permission, permissionOData & permissionProps> {
12477
- add(values: { roles: string[], grantedToIdentities: { id: string, displayName?: string } }):IBaseExecution<void>
12477
+ add(values: { roles: string[], grantedToIdentities: { application: { id: string, displayName?: string } } }):IBaseExecution<void>
12478
12478
  }
12479
12479
  /*********************************************
12480
12480
  * permissionGrantConditionSet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-sprest-def",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "TypeScript definition files generated from the $metadata REST endpoint in SharePoint.",
5
5
  "author": "Gunjan Datta <me@dattabase.com> (https://gunjandatta.github.io)",
6
6
  "license": "MIT",