@microsoft/msgraph-sdk-identitygovernance 1.0.0-preview.18 → 1.0.0-preview.19

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.
@@ -12,20 +12,20 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
12
12
  */
13
13
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
14
14
  /**
15
- * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
15
+ * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
16
16
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
17
17
  * @returns {Promise<CustomCalloutExtension>}
18
18
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
19
- * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0|Find more info here}
19
+ * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0|Find more info here}
20
20
  */
21
21
  get(requestConfiguration?: RequestConfiguration<CustomCalloutExtensionItemRequestBuilderGetQueryParameters> | undefined): Promise<CustomCalloutExtension | undefined>;
22
22
  /**
23
- * Update the properties of an accessPackageAssignmentWorkflowExtension object.
23
+ * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
24
24
  * @param body The request body
25
25
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
26
26
  * @returns {Promise<CustomCalloutExtension>}
27
27
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
28
- * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0|Find more info here}
28
+ * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0|Find more info here}
29
29
  */
30
30
  patch(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomCalloutExtension | undefined>;
31
31
  /**
@@ -35,13 +35,13 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
35
35
  */
36
36
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
37
37
  /**
38
- * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
38
+ * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
39
39
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
40
40
  * @returns {RequestInformation}
41
41
  */
42
42
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<CustomCalloutExtensionItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
43
43
  /**
44
- * Update the properties of an accessPackageAssignmentWorkflowExtension object.
44
+ * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
45
45
  * @param body The request body
46
46
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
47
47
  * @returns {RequestInformation}
@@ -49,7 +49,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
49
49
  toPatchRequestInformation(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
50
50
  }
51
51
  /**
52
- * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
52
+ * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
53
53
  */
54
54
  export interface CustomCalloutExtensionItemRequestBuilderGetQueryParameters {
55
55
  /**
@@ -12,20 +12,20 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
12
12
  */
13
13
  delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
14
14
  /**
15
- * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
15
+ * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
16
16
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
17
17
  * @returns {Promise<CustomCalloutExtension>}
18
18
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
19
- * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0|Find more info here}
19
+ * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0|Find more info here}
20
20
  */
21
21
  get(requestConfiguration?: RequestConfiguration<CustomCalloutExtensionItemRequestBuilderGetQueryParameters> | undefined): Promise<CustomCalloutExtension | undefined>;
22
22
  /**
23
- * Update the properties of an accessPackageAssignmentWorkflowExtension object.
23
+ * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
24
24
  * @param body The request body
25
25
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
26
26
  * @returns {Promise<CustomCalloutExtension>}
27
27
  * @throws {ODataError} error when the service returns a 4XX or 5XX status code
28
- * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0|Find more info here}
28
+ * @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0|Find more info here}
29
29
  */
30
30
  patch(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<CustomCalloutExtension | undefined>;
31
31
  /**
@@ -35,13 +35,13 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
35
35
  */
36
36
  toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
37
37
  /**
38
- * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
38
+ * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
39
39
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
40
40
  * @returns {RequestInformation}
41
41
  */
42
42
  toGetRequestInformation(requestConfiguration?: RequestConfiguration<CustomCalloutExtensionItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
43
43
  /**
44
- * Update the properties of an accessPackageAssignmentWorkflowExtension object.
44
+ * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object.
45
45
  * @param body The request body
46
46
  * @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
47
47
  * @returns {RequestInformation}
@@ -49,7 +49,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
49
49
  toPatchRequestInformation(body: CustomCalloutExtension, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
50
50
  }
51
51
  /**
52
- * Read the properties and relationships of an accessPackageAssignmentWorkflowExtension object.
52
+ * Read the properties and relationships of an accessPackageAssignmentRequestWorkflowExtension object.
53
53
  */
54
54
  export interface CustomCalloutExtensionItemRequestBuilderGetQueryParameters {
55
55
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/msgraph-sdk-identitygovernance",
3
- "version": "1.0.0-preview.18",
3
+ "version": "1.0.0-preview.19",
4
4
  "description": "IdentityGovernance fluent API for Microsoft Graph",
5
5
  "keywords": [
6
6
  "Microsoft",
@@ -37,12 +37,12 @@
37
37
  "@microsoft/kiota-serialization-json": "^1.0.0-preview.39",
38
38
  "@microsoft/kiota-serialization-multipart": "^1.0.0-preview.18",
39
39
  "@microsoft/kiota-serialization-text": "^1.0.0-preview.36",
40
- "@microsoft/msgraph-sdk": "^1.0.0-preview.18",
40
+ "@microsoft/msgraph-sdk": "^1.0.0-preview.19",
41
41
  "guid-typescript": "^1.0.9",
42
42
  "tslib": "^2.6.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "typescript": "^5.3.3"
46
46
  },
47
- "gitHead": "676c51d42cfb2332eb189ce7cfbc7e7dc08659b8"
47
+ "gitHead": "d171fce012edfc5fac41a8d1ceea638fa462c013"
48
48
  }