@microsoft/msgraph-sdk-privacy 1.0.0-preview.44 → 1.0.0-preview.46
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/package.json +2 -2
- package/privacy/subjectRightsRequests/count/index.d.ts +2 -2
- package/privacy/subjectRightsRequests/index.d.ts +6 -6
- package/privacy/subjectRightsRequests/item/approvers/count/index.d.ts +2 -2
- package/privacy/subjectRightsRequests/item/approvers/index.d.ts +4 -4
- package/privacy/subjectRightsRequests/item/approvers/item/index.d.ts +4 -4
- package/privacy/subjectRightsRequests/item/approvers/item/mailboxSettings/index.d.ts +4 -4
- package/privacy/subjectRightsRequests/item/approvers/item/serviceProvisioningErrors/count/index.d.ts +2 -2
- package/privacy/subjectRightsRequests/item/approvers/item/serviceProvisioningErrors/index.d.ts +3 -3
- package/privacy/subjectRightsRequests/item/approversWithUserPrincipalName/index.d.ts +2 -2
- package/privacy/subjectRightsRequests/item/collaborators/count/index.d.ts +2 -2
- package/privacy/subjectRightsRequests/item/collaborators/index.d.ts +4 -4
- package/privacy/subjectRightsRequests/item/collaborators/item/index.d.ts +4 -4
- package/privacy/subjectRightsRequests/item/collaborators/item/mailboxSettings/index.d.ts +4 -4
- package/privacy/subjectRightsRequests/item/collaborators/item/serviceProvisioningErrors/count/index.d.ts +2 -2
- package/privacy/subjectRightsRequests/item/collaborators/item/serviceProvisioningErrors/index.d.ts +3 -3
- package/privacy/subjectRightsRequests/item/collaboratorsWithUserPrincipalName/index.d.ts +2 -2
- package/privacy/subjectRightsRequests/item/getFinalAttachment/index.d.ts +2 -2
- package/privacy/subjectRightsRequests/item/getFinalReport/index.d.ts +2 -2
- package/privacy/subjectRightsRequests/item/index.d.ts +14 -14
- package/privacy/subjectRightsRequests/item/notes/count/index.d.ts +2 -2
- package/privacy/subjectRightsRequests/item/notes/index.d.ts +6 -6
- package/privacy/subjectRightsRequests/item/notes/item/index.d.ts +6 -6
- package/privacy/subjectRightsRequests/item/team/index.d.ts +2 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -14,53 +14,53 @@ import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type
|
|
|
14
14
|
export interface SubjectRightsRequestItemRequestBuilder extends BaseRequestBuilder<SubjectRightsRequestItemRequestBuilder> {
|
|
15
15
|
/**
|
|
16
16
|
* Provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity.
|
|
17
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
17
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
18
18
|
*/
|
|
19
19
|
get approvers(): ApproversRequestBuilder;
|
|
20
20
|
/**
|
|
21
21
|
* Provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity.
|
|
22
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
22
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
23
23
|
*/
|
|
24
24
|
get collaborators(): CollaboratorsRequestBuilder;
|
|
25
25
|
/**
|
|
26
26
|
* Provides operations to call the getFinalAttachment method.
|
|
27
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
27
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
28
28
|
*/
|
|
29
29
|
get getFinalAttachment(): GetFinalAttachmentRequestBuilder;
|
|
30
30
|
/**
|
|
31
31
|
* Provides operations to call the getFinalReport method.
|
|
32
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
32
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
33
33
|
*/
|
|
34
34
|
get getFinalReport(): GetFinalReportRequestBuilder;
|
|
35
35
|
/**
|
|
36
36
|
* Provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity.
|
|
37
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
37
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
38
38
|
*/
|
|
39
39
|
get notes(): NotesRequestBuilder;
|
|
40
40
|
/**
|
|
41
41
|
* Provides operations to manage the team property of the microsoft.graph.subjectRightsRequest entity.
|
|
42
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
42
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
43
43
|
*/
|
|
44
44
|
get team(): TeamRequestBuilder;
|
|
45
45
|
/**
|
|
46
46
|
* Provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity.
|
|
47
47
|
* @param userPrincipalName Alternate key of user
|
|
48
48
|
* @returns {ApproversWithUserPrincipalNameRequestBuilder}
|
|
49
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
49
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
50
50
|
*/
|
|
51
51
|
approversWithUserPrincipalName(userPrincipalName: string | undefined): ApproversWithUserPrincipalNameRequestBuilder;
|
|
52
52
|
/**
|
|
53
53
|
* Provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity.
|
|
54
54
|
* @param userPrincipalName Alternate key of user
|
|
55
55
|
* @returns {CollaboratorsWithUserPrincipalNameRequestBuilder}
|
|
56
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
56
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
57
57
|
*/
|
|
58
58
|
collaboratorsWithUserPrincipalName(userPrincipalName: string | undefined): CollaboratorsWithUserPrincipalNameRequestBuilder;
|
|
59
59
|
/**
|
|
60
60
|
* Delete navigation property subjectRightsRequests for privacy
|
|
61
61
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
62
62
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
63
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
63
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
64
64
|
*/
|
|
65
65
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
66
66
|
/**
|
|
@@ -68,7 +68,7 @@ export interface SubjectRightsRequestItemRequestBuilder extends BaseRequestBuild
|
|
|
68
68
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
69
69
|
* @returns {Promise<SubjectRightsRequest>}
|
|
70
70
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
71
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
71
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
72
72
|
* @see {@link https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0|Find more info here}
|
|
73
73
|
*/
|
|
74
74
|
get(requestConfiguration?: RequestConfiguration<SubjectRightsRequestItemRequestBuilderGetQueryParameters> | undefined): Promise<SubjectRightsRequest | undefined>;
|
|
@@ -78,7 +78,7 @@ export interface SubjectRightsRequestItemRequestBuilder extends BaseRequestBuild
|
|
|
78
78
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
79
79
|
* @returns {Promise<SubjectRightsRequest>}
|
|
80
80
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
81
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
81
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
82
82
|
* @see {@link https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0|Find more info here}
|
|
83
83
|
*/
|
|
84
84
|
patch(body: SubjectRightsRequest, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<SubjectRightsRequest | undefined>;
|
|
@@ -86,14 +86,14 @@ export interface SubjectRightsRequestItemRequestBuilder extends BaseRequestBuild
|
|
|
86
86
|
* Delete navigation property subjectRightsRequests for privacy
|
|
87
87
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
88
88
|
* @returns {RequestInformation}
|
|
89
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
89
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
90
90
|
*/
|
|
91
91
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
92
92
|
/**
|
|
93
93
|
* Read the properties and relationships of a subjectRightsRequest object.
|
|
94
94
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
95
95
|
* @returns {RequestInformation}
|
|
96
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
96
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
97
97
|
*/
|
|
98
98
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<SubjectRightsRequestItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
99
99
|
/**
|
|
@@ -101,7 +101,7 @@ export interface SubjectRightsRequestItemRequestBuilder extends BaseRequestBuild
|
|
|
101
101
|
* @param body The request body
|
|
102
102
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
103
103
|
* @returns {RequestInformation}
|
|
104
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
104
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
105
105
|
*/
|
|
106
106
|
toPatchRequestInformation(body: SubjectRightsRequest, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
107
107
|
}
|
|
@@ -8,14 +8,14 @@ export interface CountRequestBuilder extends BaseRequestBuilder<CountRequestBuil
|
|
|
8
8
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
9
9
|
* @returns {Promise<number>}
|
|
10
10
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
11
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
11
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
12
12
|
*/
|
|
13
13
|
get(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): Promise<number | undefined>;
|
|
14
14
|
/**
|
|
15
15
|
* Get the number of the resource
|
|
16
16
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
17
17
|
* @returns {RequestInformation}
|
|
18
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
18
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
19
19
|
*/
|
|
20
20
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<CountRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
21
21
|
}
|
|
@@ -8,14 +8,14 @@ import { type BaseRequestBuilder, type KeysToExcludeForNavigationMetadata, type
|
|
|
8
8
|
export interface NotesRequestBuilder extends BaseRequestBuilder<NotesRequestBuilder> {
|
|
9
9
|
/**
|
|
10
10
|
* Provides operations to count the resources in the collection.
|
|
11
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
11
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
12
12
|
*/
|
|
13
13
|
get count(): CountRequestBuilder;
|
|
14
14
|
/**
|
|
15
15
|
* Provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity.
|
|
16
16
|
* @param authoredNoteId The unique identifier of authoredNote
|
|
17
17
|
* @returns {AuthoredNoteItemRequestBuilder}
|
|
18
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
18
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
19
19
|
*/
|
|
20
20
|
byAuthoredNoteId(authoredNoteId: string): AuthoredNoteItemRequestBuilder;
|
|
21
21
|
/**
|
|
@@ -23,7 +23,7 @@ export interface NotesRequestBuilder extends BaseRequestBuilder<NotesRequestBuil
|
|
|
23
23
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
24
24
|
* @returns {Promise<AuthoredNoteCollectionResponse>}
|
|
25
25
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
26
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
26
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
27
27
|
* @see {@link https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0|Find more info here}
|
|
28
28
|
*/
|
|
29
29
|
get(requestConfiguration?: RequestConfiguration<NotesRequestBuilderGetQueryParameters> | undefined): Promise<AuthoredNoteCollectionResponse | undefined>;
|
|
@@ -33,7 +33,7 @@ export interface NotesRequestBuilder extends BaseRequestBuilder<NotesRequestBuil
|
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {Promise<AuthoredNote>}
|
|
35
35
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
36
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
36
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
37
37
|
* @see {@link https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0|Find more info here}
|
|
38
38
|
*/
|
|
39
39
|
post(body: AuthoredNote, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AuthoredNote | undefined>;
|
|
@@ -41,7 +41,7 @@ export interface NotesRequestBuilder extends BaseRequestBuilder<NotesRequestBuil
|
|
|
41
41
|
* Get the list of authored notes assoicated with a subject rights request.
|
|
42
42
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
43
43
|
* @returns {RequestInformation}
|
|
44
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
44
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
45
45
|
*/
|
|
46
46
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<NotesRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
47
47
|
/**
|
|
@@ -49,7 +49,7 @@ export interface NotesRequestBuilder extends BaseRequestBuilder<NotesRequestBuil
|
|
|
49
49
|
* @param body The request body
|
|
50
50
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
51
51
|
* @returns {RequestInformation}
|
|
52
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
52
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
53
53
|
*/
|
|
54
54
|
toPostRequestInformation(body: AuthoredNote, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
55
55
|
}
|
|
@@ -8,7 +8,7 @@ export interface AuthoredNoteItemRequestBuilder extends BaseRequestBuilder<Autho
|
|
|
8
8
|
* Delete navigation property notes for privacy
|
|
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
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
11
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
12
12
|
*/
|
|
13
13
|
delete(requestConfiguration?: RequestConfiguration<object> | undefined): Promise<void>;
|
|
14
14
|
/**
|
|
@@ -16,7 +16,7 @@ export interface AuthoredNoteItemRequestBuilder extends BaseRequestBuilder<Autho
|
|
|
16
16
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
17
17
|
* @returns {Promise<AuthoredNote>}
|
|
18
18
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
19
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
19
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
20
20
|
*/
|
|
21
21
|
get(requestConfiguration?: RequestConfiguration<AuthoredNoteItemRequestBuilderGetQueryParameters> | undefined): Promise<AuthoredNote | undefined>;
|
|
22
22
|
/**
|
|
@@ -25,21 +25,21 @@ export interface AuthoredNoteItemRequestBuilder extends BaseRequestBuilder<Autho
|
|
|
25
25
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
26
26
|
* @returns {Promise<AuthoredNote>}
|
|
27
27
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
28
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
28
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
29
29
|
*/
|
|
30
30
|
patch(body: AuthoredNote, requestConfiguration?: RequestConfiguration<object> | undefined): Promise<AuthoredNote | undefined>;
|
|
31
31
|
/**
|
|
32
32
|
* Delete navigation property notes for privacy
|
|
33
33
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
34
34
|
* @returns {RequestInformation}
|
|
35
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
35
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
36
36
|
*/
|
|
37
37
|
toDeleteRequestInformation(requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
38
38
|
/**
|
|
39
39
|
* List of notes associated with the request.
|
|
40
40
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
41
41
|
* @returns {RequestInformation}
|
|
42
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
42
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
43
43
|
*/
|
|
44
44
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<AuthoredNoteItemRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
45
45
|
/**
|
|
@@ -47,7 +47,7 @@ export interface AuthoredNoteItemRequestBuilder extends BaseRequestBuilder<Autho
|
|
|
47
47
|
* @param body The request body
|
|
48
48
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
49
49
|
* @returns {RequestInformation}
|
|
50
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
50
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
51
51
|
*/
|
|
52
52
|
toPatchRequestInformation(body: AuthoredNote, requestConfiguration?: RequestConfiguration<object> | undefined): RequestInformation;
|
|
53
53
|
}
|
|
@@ -9,14 +9,14 @@ export interface TeamRequestBuilder extends BaseRequestBuilder<TeamRequestBuilde
|
|
|
9
9
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
10
10
|
* @returns {Promise<Team>}
|
|
11
11
|
* @throws {ODataError} error when the service returns a 4XX or 5XX status code
|
|
12
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
12
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
13
13
|
*/
|
|
14
14
|
get(requestConfiguration?: RequestConfiguration<TeamRequestBuilderGetQueryParameters> | undefined): Promise<Team | undefined>;
|
|
15
15
|
/**
|
|
16
16
|
* Information about the Microsoft Teams team that was created for the request.
|
|
17
17
|
* @param requestConfiguration Configuration for the request such as headers, query parameters, and middleware options.
|
|
18
18
|
* @returns {RequestInformation}
|
|
19
|
-
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate
|
|
19
|
+
* @deprecated The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate on 2022-03-22 and will be removed 2025-03-20
|
|
20
20
|
*/
|
|
21
21
|
toGetRequestInformation(requestConfiguration?: RequestConfiguration<TeamRequestBuilderGetQueryParameters> | undefined): RequestInformation;
|
|
22
22
|
}
|