@microsoft/msgraph-sdk-identitygovernance 1.0.0-preview.69 → 1.0.0-preview.71

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.
@@ -5,10 +5,10 @@ import { type BaseRequestBuilder, type RequestConfiguration, type RequestInforma
5
5
  */
6
6
  export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBuilder<CustomCalloutExtensionItemRequestBuilder> {
7
7
  /**
8
- * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
8
+ * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
9
9
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
10
10
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
11
- * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0|Find more info here}
11
+ * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-1.0|Find more info here}
12
12
  */
13
13
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
14
14
  /**
@@ -29,7 +29,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
29
29
  */
30
30
  patch(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomCalloutExtension | undefined>;
31
31
  /**
32
- * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
32
+ * Delete an accessPackageAssignmentWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:
33
33
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
34
34
  * @returns {RequestInformation}
35
35
  */
@@ -27,11 +27,11 @@ export interface AgreementItemRequestBuilder extends BaseRequestBuilder<Agreemen
27
27
  */
28
28
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
29
29
  /**
30
- * Retrieve the properties and relationships of an agreement object.
30
+ * Retrieve all files related to an agreement. This includes the default file and all localized files.
31
31
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
32
32
  * @returns {Promise<Agreement>}
33
33
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
34
- * @see {@link https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0|Find more info here}
34
+ * @see {@link https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0|Find more info here}
35
35
  */
36
36
  get(requestConfiguration?: RequestConfiguration<AgreementItemRequestBuilderGetQueryParameters> | undefined): Promise<Agreement | undefined>;
37
37
  /**
@@ -50,7 +50,7 @@ export interface AgreementItemRequestBuilder extends BaseRequestBuilder<Agreemen
50
50
  */
51
51
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
52
52
  /**
53
- * Retrieve the properties and relationships of an agreement object.
53
+ * Retrieve all files related to an agreement. This includes the default file and all localized files.
54
54
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
55
55
  * @returns {RequestInformation}
56
56
  */
@@ -64,7 +64,7 @@ export interface AgreementItemRequestBuilder extends BaseRequestBuilder<Agreemen
64
64
  toPatchRequestInformation(body: Agreement, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
65
65
  }
66
66
  /**
67
- * Retrieve the properties and relationships of an agreement object.
67
+ * Retrieve all files related to an agreement. This includes the default file and all localized files.
68
68
  */
69
69
  export interface AgreementItemRequestBuilderGetQueryParameters {
70
70
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/msgraph-sdk-identitygovernance",
3
- "version": "1.0.0-preview.69",
3
+ "version": "1.0.0-preview.71",
4
4
  "description": "IdentityGovernance fluent API for Microsoft Graph",
5
5
  "keywords": [
6
6
  "Microsoft",
@@ -37,5 +37,5 @@
37
37
  "typescript": "^5.3.3"
38
38
  },
39
39
  "type": "module",
40
- "gitHead": "9c181c7ecac4e2f9383c5b2e7dd4d12fb6b40a9b"
40
+ "gitHead": "7ecd4554ed87ecf668dc55ed7ec7bc88b99ddbe1"
41
41
  }