@microsoft/msgraph-sdk-identitygovernance 1.0.0-preview.65 → 1.0.0-preview.67
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/identityGovernance/entitlementManagement/accessPackages/item/index.d.ts +4 -4
- package/identityGovernance/entitlementManagement/catalogs/item/customWorkflowExtensions/item/index.d.ts +3 -3
- package/identityGovernance/termsOfUse/agreements/item/index.d.ts +4 -4
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -47,11 +47,11 @@ export interface AccessPackageItemRequestBuilder extends BaseRequestBuilder<Acce
|
|
|
47
47
|
*/
|
|
48
48
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
49
49
|
/**
|
|
50
|
-
* Retrieve
|
|
50
|
+
* Retrieve the properties and relationships of an accessPackage object.
|
|
51
51
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
52
52
|
* @returns {Promise<AccessPackage>}
|
|
53
53
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
54
|
-
* @see {@link https://learn.microsoft.com/graph/api/accesspackage-
|
|
54
|
+
* @see {@link https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0|Find more info here}
|
|
55
55
|
*/
|
|
56
56
|
get(requestConfiguration?: RequestConfiguration<AccessPackageItemRequestBuilderGetQueryParameters> | undefined): Promise<AccessPackage | undefined>;
|
|
57
57
|
/**
|
|
@@ -70,7 +70,7 @@ export interface AccessPackageItemRequestBuilder extends BaseRequestBuilder<Acce
|
|
|
70
70
|
*/
|
|
71
71
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
72
72
|
/**
|
|
73
|
-
* Retrieve
|
|
73
|
+
* Retrieve the properties and relationships of an accessPackage object.
|
|
74
74
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
75
75
|
* @returns {RequestInformation}
|
|
76
76
|
*/
|
|
@@ -84,7 +84,7 @@ export interface AccessPackageItemRequestBuilder extends BaseRequestBuilder<Acce
|
|
|
84
84
|
toPatchRequestInformation(body: AccessPackage, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
|
-
* Retrieve
|
|
87
|
+
* Retrieve the properties and relationships of an accessPackage object.
|
|
88
88
|
*/
|
|
89
89
|
export interface AccessPackageItemRequestBuilderGetQueryParameters {
|
|
90
90
|
/**
|
|
@@ -20,12 +20,12 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
|
|
|
20
20
|
*/
|
|
21
21
|
get(requestConfiguration?: RequestConfiguration<CustomCalloutExtensionItemRequestBuilderGetQueryParameters> | undefined): Promise<CustomCalloutExtension | undefined>;
|
|
22
22
|
/**
|
|
23
|
-
* Update the properties of an
|
|
23
|
+
* Update the properties of an accessPackageAssignmentWorkflowExtension 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/
|
|
28
|
+
* @see {@link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-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
|
/**
|
|
@@ -41,7 +41,7 @@ export interface CustomCalloutExtensionItemRequestBuilder extends BaseRequestBui
|
|
|
41
41
|
*/
|
|
42
42
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CustomCalloutExtensionItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
43
43
|
/**
|
|
44
|
-
* Update the properties of an
|
|
44
|
+
* Update the properties of an accessPackageAssignmentWorkflowExtension 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}
|
|
@@ -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
|
|
30
|
+
* Retrieve the properties and relationships of an agreement object.
|
|
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-
|
|
34
|
+
* @see {@link https://learn.microsoft.com/graph/api/agreement-get?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
|
|
53
|
+
* Retrieve the properties and relationships of an agreement object.
|
|
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
|
|
67
|
+
* Retrieve the properties and relationships of an agreement object.
|
|
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.
|
|
3
|
+
"version": "1.0.0-preview.67",
|
|
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": "
|
|
40
|
+
"gitHead": "ad52e4cb6450c8ce96118040c1d6ef86a42d1bad"
|
|
41
41
|
}
|